GET https://kbin.spritesserver.nl/active/1y/all?p=53

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.27 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.05 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 {#231
  +user: Proxies\__CG__\App\Entity\User {#2478 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "help-docker-conflicts-with-host-network-causing-no-internet-connectivity"
  +title: "[help] docker conflicts with host network, causing no internet connectivity"
  +url: null
  +body: """
    Hello! Thanks to everyone who helped me [yesterday](https://lemmy.kde.social/post/690336), but I could not solve the issue. I however identified the problem. I opened a new thread to better focus on the real problem.\n
    \n
    I just set up a debian server, installed docker from the official repo and then immich using docker compose. When I run `docker compose up -d` (after a few seconds) my server loses internet connectivity: it can access local addresses (I can ssh into it) but cannot access the internet: `ping linux.org` fails.\n
    \n
    if I put down immich (`docker compose down`) it starts working again. the issue is probably that docker is creating a network bridge that conflicts with the host.\n
    \n
    After searching the web, I tried to create `/etc/docker/daemon.json` like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">{\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"bip"</span><span style="color:#323232;">: "172.18.0.1/24",\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"default-address-pools"</span><span style="color:#323232;">: [\n
    </span><span style="color:#323232;">    {</span><span style="font-weight:bold;color:#183691;">"base"</span><span style="color:#323232;">: "172.19.0.0/16", </span><span style="font-weight:bold;color:#183691;">"size"</span><span style="color:#323232;">: </span><span style="color:#0086b3;">24</span><span style="color:#323232;">}\n
    </span><span style="color:#323232;">  ]\n
    </span><span style="color:#323232;">}\n
    </span>\n
    ```\n
    \n
    after the changes `systemctl restart docker`, then wait 10 seconds for everything to restart correctly.  \n
    I tried different configurations of addresses here (every stackoverflow answer gave different values, so I tried all of them), but none of them worked. I don’t know how to get which values to put here (if this is actually the solution)\n
    \n
    a strange behavior I observed is that running `ip route flush 0/0` temporary solves the problem, until the restart of docker, and Immich works normally (at least the “normal” behavior, I don’t know if this affects some functionalities)\n
    \n
    Any tips? This is my really first experience in self hosting and I have to admit it, I thought it would have been easier :P\n
    \n
    In case you’ll need it, here’s the output of `ip addr show`:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">0.0.0.0 dev veth4c84e92 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth1f88dcc scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethda721de scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethd123481 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth23a05f6 scope link\n
    </span><span style="color:#323232;">default dev veth4c84e92 scope link # this line and the line below disappear after the flush\n
    </span><span style="color:#323232;">default dev veth1f88dcc scope link # (this one)\n
    </span><span style="color:#323232;">default via 192.168.1.1 dev enp1s0\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth23a05f6 proto kernel scope link src 169.254.6.247\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethd123481 proto kernel scope link src 169.254.226.60\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethda721de proto kernel scope link src 169.254.248.163\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth1f88dcc proto kernel scope link src 169.254.136.146\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth4c84e92 proto kernel scope link src 169.254.29.133\n
    </span><span style="color:#323232;">169.254.0.0/16 dev enp1s0 scope link metric 1000\n
    </span><span style="color:#323232;">172.16.0.0/20 dev br-237d14e56e71 proto kernel scope link src 172.16.0.1\n
    </span><span style="color:#323232;">172.18.0.0/24 dev docker0 proto kernel scope link src 172.18.0.1 linkdown\n
    </span><span style="color:#323232;">192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.4\n
    </span><span style="color:#323232;">192.168.1.1 dev enp1s0 scope link\n
    </span>\n
    ```\n
    \n
    EDIT: I gave up. I removed debian and installed fedora, and now it all works like a charm
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727367223 {#173
    date: 2024-09-26 18:13:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#198 …}
  +votes: Doctrine\ORM\PersistentCollection {#1842 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 31676
  -titleTs: "'caus':7 'conflict':3 'connect':10 'docker':2 'help':1 'host':5 'internet':9 'network':6"
  -bodyTs: "'/16':137,328,338,348,358,368,378 '/20':386 '/24':130,398,409 '/etc/docker/daemon.json':125 '/post/690336),':11 '0.0.0.0':275,280,285,290,295 '0/0':208 '10':148 '1000':384 '169.254.0.0':327,337,347,357,367,377 '169.254.136.146':366 '169.254.226.60':346 '169.254.248.163':356 '169.254.29.133':376 '169.254.6.247':336 '172.16.0.0':385 '172.16.0.1':396 '172.18.0.0':397 '172.18.0.1':129,406 '172.19.0.0':136 '192.168.1.0':408 '192.168.1.1':324,418 '192.168.1.4':417 '237d14e56e71':390 '24':139 'access':73,83 'actual':194 'addr':273 'address':75,133,160 'admit':251 'affect':233 'answer':164 'base':135 'behavior':199,226 'better':30 'bip':128 'br':389 'br-237d14e56e71':388 'bridg':111 'cannot':82 'case':262 'chang':142 'charm':440 'compos':54,59,95 'configur':158 'conflict':113 'connect':70 'correct':154 'could':14 'creat':108,124 'd':61 'debian':41,429 'default':132,300,315,322 'default-address-pool':131 'dev':276,281,286,291,296,301,316,325,329,339,349,359,369,379,387,399,410,419 'differ':157,166 'disappear':311 'docker':44,53,58,94,106,145,217 'docker0':400 'easier':259 'edit':423 'enp1s0':326,380,411,420 'everi':162 'everyon':4 'everyth':151 'experi':243 'fail':88 'fedora':432 'first':242 'flush':207,314 'focus':31 'function':235 'gave':165,425 'get':185 'hello':1 'help':6 'host':116,246 'howev':20 'identifi':21 'immich':51,93,219 'instal':43,431 'internet':69,85 'ip':205,272 'issu':18,102 'kernel':332,342,352,362,372,392,402,413 'know':182,230 'least':223 'lemmy.kde.social':10 'lemmy.kde.social/post/690336),':9 'like':126,438 'line':306,309 'link':279,284,289,294,299,304,319,334,344,354,364,374,382,394,404,415,422 'linkdown':407 'linux.org':87 'll':264 'local':74 'lose':68 'metric':383 'need':265 'network':110 'new':27 'none':175 'normal':221,225 'observ':201 'offici':47 'one':321 'open':25 'output':270 'p':260 'ping':86 'pool':134 'probabl':104 'problem':23,35,212 'proto':331,341,351,361,371,391,401,412 'put':91,189 'real':34 'realli':241 'remov':428 'repo':48 'restart':144,153,215 'rout':206 'run':57,204 'scope':278,283,288,293,298,303,318,333,343,353,363,373,381,393,403,414,421 'search':118 'second':65,149 'self':245 'server':42,67 'set':38 'show':274 'size':138 'solut':196 'solv':16,210 'src':335,345,355,365,375,395,405,416 'ssh':78 'stackoverflow':163 'start':98 'strang':198 'systemctl':143 'temporari':209 'thank':2 'thought':254 'thread':28 'tip':237 'tri':122,156,170 'use':52 'valu':167,187 'veth1f88dcc':282,317,360 'veth23a05f6':297,330 'veth4c84e92':277,302,370 'vethd123481':292,340 'vethda721de':287,350 'via':323 'wait':147 'web':120 'work':99,178,220,437 'would':256 'yesterday':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719340
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/693278"
  +editedAt: DateTimeImmutable @1726892929 {#243
    date: 2024-09-21 06:28:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705657840 {#180
    date: 2024-01-19 10:50:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#231
  +user: Proxies\__CG__\App\Entity\User {#2478 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "help-docker-conflicts-with-host-network-causing-no-internet-connectivity"
  +title: "[help] docker conflicts with host network, causing no internet connectivity"
  +url: null
  +body: """
    Hello! Thanks to everyone who helped me [yesterday](https://lemmy.kde.social/post/690336), but I could not solve the issue. I however identified the problem. I opened a new thread to better focus on the real problem.\n
    \n
    I just set up a debian server, installed docker from the official repo and then immich using docker compose. When I run `docker compose up -d` (after a few seconds) my server loses internet connectivity: it can access local addresses (I can ssh into it) but cannot access the internet: `ping linux.org` fails.\n
    \n
    if I put down immich (`docker compose down`) it starts working again. the issue is probably that docker is creating a network bridge that conflicts with the host.\n
    \n
    After searching the web, I tried to create `/etc/docker/daemon.json` like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">{\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"bip"</span><span style="color:#323232;">: "172.18.0.1/24",\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"default-address-pools"</span><span style="color:#323232;">: [\n
    </span><span style="color:#323232;">    {</span><span style="font-weight:bold;color:#183691;">"base"</span><span style="color:#323232;">: "172.19.0.0/16", </span><span style="font-weight:bold;color:#183691;">"size"</span><span style="color:#323232;">: </span><span style="color:#0086b3;">24</span><span style="color:#323232;">}\n
    </span><span style="color:#323232;">  ]\n
    </span><span style="color:#323232;">}\n
    </span>\n
    ```\n
    \n
    after the changes `systemctl restart docker`, then wait 10 seconds for everything to restart correctly.  \n
    I tried different configurations of addresses here (every stackoverflow answer gave different values, so I tried all of them), but none of them worked. I don’t know how to get which values to put here (if this is actually the solution)\n
    \n
    a strange behavior I observed is that running `ip route flush 0/0` temporary solves the problem, until the restart of docker, and Immich works normally (at least the “normal” behavior, I don’t know if this affects some functionalities)\n
    \n
    Any tips? This is my really first experience in self hosting and I have to admit it, I thought it would have been easier :P\n
    \n
    In case you’ll need it, here’s the output of `ip addr show`:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">0.0.0.0 dev veth4c84e92 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth1f88dcc scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethda721de scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethd123481 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth23a05f6 scope link\n
    </span><span style="color:#323232;">default dev veth4c84e92 scope link # this line and the line below disappear after the flush\n
    </span><span style="color:#323232;">default dev veth1f88dcc scope link # (this one)\n
    </span><span style="color:#323232;">default via 192.168.1.1 dev enp1s0\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth23a05f6 proto kernel scope link src 169.254.6.247\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethd123481 proto kernel scope link src 169.254.226.60\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethda721de proto kernel scope link src 169.254.248.163\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth1f88dcc proto kernel scope link src 169.254.136.146\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth4c84e92 proto kernel scope link src 169.254.29.133\n
    </span><span style="color:#323232;">169.254.0.0/16 dev enp1s0 scope link metric 1000\n
    </span><span style="color:#323232;">172.16.0.0/20 dev br-237d14e56e71 proto kernel scope link src 172.16.0.1\n
    </span><span style="color:#323232;">172.18.0.0/24 dev docker0 proto kernel scope link src 172.18.0.1 linkdown\n
    </span><span style="color:#323232;">192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.4\n
    </span><span style="color:#323232;">192.168.1.1 dev enp1s0 scope link\n
    </span>\n
    ```\n
    \n
    EDIT: I gave up. I removed debian and installed fedora, and now it all works like a charm
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727367223 {#173
    date: 2024-09-26 18:13:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#198 …}
  +votes: Doctrine\ORM\PersistentCollection {#1842 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 31676
  -titleTs: "'caus':7 'conflict':3 'connect':10 'docker':2 'help':1 'host':5 'internet':9 'network':6"
  -bodyTs: "'/16':137,328,338,348,358,368,378 '/20':386 '/24':130,398,409 '/etc/docker/daemon.json':125 '/post/690336),':11 '0.0.0.0':275,280,285,290,295 '0/0':208 '10':148 '1000':384 '169.254.0.0':327,337,347,357,367,377 '169.254.136.146':366 '169.254.226.60':346 '169.254.248.163':356 '169.254.29.133':376 '169.254.6.247':336 '172.16.0.0':385 '172.16.0.1':396 '172.18.0.0':397 '172.18.0.1':129,406 '172.19.0.0':136 '192.168.1.0':408 '192.168.1.1':324,418 '192.168.1.4':417 '237d14e56e71':390 '24':139 'access':73,83 'actual':194 'addr':273 'address':75,133,160 'admit':251 'affect':233 'answer':164 'base':135 'behavior':199,226 'better':30 'bip':128 'br':389 'br-237d14e56e71':388 'bridg':111 'cannot':82 'case':262 'chang':142 'charm':440 'compos':54,59,95 'configur':158 'conflict':113 'connect':70 'correct':154 'could':14 'creat':108,124 'd':61 'debian':41,429 'default':132,300,315,322 'default-address-pool':131 'dev':276,281,286,291,296,301,316,325,329,339,349,359,369,379,387,399,410,419 'differ':157,166 'disappear':311 'docker':44,53,58,94,106,145,217 'docker0':400 'easier':259 'edit':423 'enp1s0':326,380,411,420 'everi':162 'everyon':4 'everyth':151 'experi':243 'fail':88 'fedora':432 'first':242 'flush':207,314 'focus':31 'function':235 'gave':165,425 'get':185 'hello':1 'help':6 'host':116,246 'howev':20 'identifi':21 'immich':51,93,219 'instal':43,431 'internet':69,85 'ip':205,272 'issu':18,102 'kernel':332,342,352,362,372,392,402,413 'know':182,230 'least':223 'lemmy.kde.social':10 'lemmy.kde.social/post/690336),':9 'like':126,438 'line':306,309 'link':279,284,289,294,299,304,319,334,344,354,364,374,382,394,404,415,422 'linkdown':407 'linux.org':87 'll':264 'local':74 'lose':68 'metric':383 'need':265 'network':110 'new':27 'none':175 'normal':221,225 'observ':201 'offici':47 'one':321 'open':25 'output':270 'p':260 'ping':86 'pool':134 'probabl':104 'problem':23,35,212 'proto':331,341,351,361,371,391,401,412 'put':91,189 'real':34 'realli':241 'remov':428 'repo':48 'restart':144,153,215 'rout':206 'run':57,204 'scope':278,283,288,293,298,303,318,333,343,353,363,373,381,393,403,414,421 'search':118 'second':65,149 'self':245 'server':42,67 'set':38 'show':274 'size':138 'solut':196 'solv':16,210 'src':335,345,355,365,375,395,405,416 'ssh':78 'stackoverflow':163 'start':98 'strang':198 'systemctl':143 'temporari':209 'thank':2 'thought':254 'thread':28 'tip':237 'tri':122,156,170 'use':52 'valu':167,187 'veth1f88dcc':282,317,360 'veth23a05f6':297,330 'veth4c84e92':277,302,370 'vethd123481':292,340 'vethda721de':287,350 'via':323 'wait':147 'web':120 'work':99,178,220,437 'would':256 'yesterday':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719340
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/693278"
  +editedAt: DateTimeImmutable @1726892929 {#243
    date: 2024-09-21 06:28:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705657840 {#180
    date: 2024-01-19 10:50:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#231
  +user: Proxies\__CG__\App\Entity\User {#2478 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "help-docker-conflicts-with-host-network-causing-no-internet-connectivity"
  +title: "[help] docker conflicts with host network, causing no internet connectivity"
  +url: null
  +body: """
    Hello! Thanks to everyone who helped me [yesterday](https://lemmy.kde.social/post/690336), but I could not solve the issue. I however identified the problem. I opened a new thread to better focus on the real problem.\n
    \n
    I just set up a debian server, installed docker from the official repo and then immich using docker compose. When I run `docker compose up -d` (after a few seconds) my server loses internet connectivity: it can access local addresses (I can ssh into it) but cannot access the internet: `ping linux.org` fails.\n
    \n
    if I put down immich (`docker compose down`) it starts working again. the issue is probably that docker is creating a network bridge that conflicts with the host.\n
    \n
    After searching the web, I tried to create `/etc/docker/daemon.json` like this:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">{\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"bip"</span><span style="color:#323232;">: "172.18.0.1/24",\n
    </span><span style="color:#323232;">  </span><span style="font-weight:bold;color:#183691;">"default-address-pools"</span><span style="color:#323232;">: [\n
    </span><span style="color:#323232;">    {</span><span style="font-weight:bold;color:#183691;">"base"</span><span style="color:#323232;">: "172.19.0.0/16", </span><span style="font-weight:bold;color:#183691;">"size"</span><span style="color:#323232;">: </span><span style="color:#0086b3;">24</span><span style="color:#323232;">}\n
    </span><span style="color:#323232;">  ]\n
    </span><span style="color:#323232;">}\n
    </span>\n
    ```\n
    \n
    after the changes `systemctl restart docker`, then wait 10 seconds for everything to restart correctly.  \n
    I tried different configurations of addresses here (every stackoverflow answer gave different values, so I tried all of them), but none of them worked. I don’t know how to get which values to put here (if this is actually the solution)\n
    \n
    a strange behavior I observed is that running `ip route flush 0/0` temporary solves the problem, until the restart of docker, and Immich works normally (at least the “normal” behavior, I don’t know if this affects some functionalities)\n
    \n
    Any tips? This is my really first experience in self hosting and I have to admit it, I thought it would have been easier :P\n
    \n
    In case you’ll need it, here’s the output of `ip addr show`:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">0.0.0.0 dev veth4c84e92 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth1f88dcc scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethda721de scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev vethd123481 scope link\n
    </span><span style="color:#323232;">0.0.0.0 dev veth23a05f6 scope link\n
    </span><span style="color:#323232;">default dev veth4c84e92 scope link # this line and the line below disappear after the flush\n
    </span><span style="color:#323232;">default dev veth1f88dcc scope link # (this one)\n
    </span><span style="color:#323232;">default via 192.168.1.1 dev enp1s0\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth23a05f6 proto kernel scope link src 169.254.6.247\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethd123481 proto kernel scope link src 169.254.226.60\n
    </span><span style="color:#323232;">169.254.0.0/16 dev vethda721de proto kernel scope link src 169.254.248.163\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth1f88dcc proto kernel scope link src 169.254.136.146\n
    </span><span style="color:#323232;">169.254.0.0/16 dev veth4c84e92 proto kernel scope link src 169.254.29.133\n
    </span><span style="color:#323232;">169.254.0.0/16 dev enp1s0 scope link metric 1000\n
    </span><span style="color:#323232;">172.16.0.0/20 dev br-237d14e56e71 proto kernel scope link src 172.16.0.1\n
    </span><span style="color:#323232;">172.18.0.0/24 dev docker0 proto kernel scope link src 172.18.0.1 linkdown\n
    </span><span style="color:#323232;">192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.4\n
    </span><span style="color:#323232;">192.168.1.1 dev enp1s0 scope link\n
    </span>\n
    ```\n
    \n
    EDIT: I gave up. I removed debian and installed fedora, and now it all works like a charm
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727367223 {#173
    date: 2024-09-26 18:13:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#198 …}
  +votes: Doctrine\ORM\PersistentCollection {#1842 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 31676
  -titleTs: "'caus':7 'conflict':3 'connect':10 'docker':2 'help':1 'host':5 'internet':9 'network':6"
  -bodyTs: "'/16':137,328,338,348,358,368,378 '/20':386 '/24':130,398,409 '/etc/docker/daemon.json':125 '/post/690336),':11 '0.0.0.0':275,280,285,290,295 '0/0':208 '10':148 '1000':384 '169.254.0.0':327,337,347,357,367,377 '169.254.136.146':366 '169.254.226.60':346 '169.254.248.163':356 '169.254.29.133':376 '169.254.6.247':336 '172.16.0.0':385 '172.16.0.1':396 '172.18.0.0':397 '172.18.0.1':129,406 '172.19.0.0':136 '192.168.1.0':408 '192.168.1.1':324,418 '192.168.1.4':417 '237d14e56e71':390 '24':139 'access':73,83 'actual':194 'addr':273 'address':75,133,160 'admit':251 'affect':233 'answer':164 'base':135 'behavior':199,226 'better':30 'bip':128 'br':389 'br-237d14e56e71':388 'bridg':111 'cannot':82 'case':262 'chang':142 'charm':440 'compos':54,59,95 'configur':158 'conflict':113 'connect':70 'correct':154 'could':14 'creat':108,124 'd':61 'debian':41,429 'default':132,300,315,322 'default-address-pool':131 'dev':276,281,286,291,296,301,316,325,329,339,349,359,369,379,387,399,410,419 'differ':157,166 'disappear':311 'docker':44,53,58,94,106,145,217 'docker0':400 'easier':259 'edit':423 'enp1s0':326,380,411,420 'everi':162 'everyon':4 'everyth':151 'experi':243 'fail':88 'fedora':432 'first':242 'flush':207,314 'focus':31 'function':235 'gave':165,425 'get':185 'hello':1 'help':6 'host':116,246 'howev':20 'identifi':21 'immich':51,93,219 'instal':43,431 'internet':69,85 'ip':205,272 'issu':18,102 'kernel':332,342,352,362,372,392,402,413 'know':182,230 'least':223 'lemmy.kde.social':10 'lemmy.kde.social/post/690336),':9 'like':126,438 'line':306,309 'link':279,284,289,294,299,304,319,334,344,354,364,374,382,394,404,415,422 'linkdown':407 'linux.org':87 'll':264 'local':74 'lose':68 'metric':383 'need':265 'network':110 'new':27 'none':175 'normal':221,225 'observ':201 'offici':47 'one':321 'open':25 'output':270 'p':260 'ping':86 'pool':134 'probabl':104 'problem':23,35,212 'proto':331,341,351,361,371,391,401,412 'put':91,189 'real':34 'realli':241 'remov':428 'repo':48 'restart':144,153,215 'rout':206 'run':57,204 'scope':278,283,288,293,298,303,318,333,343,353,363,373,381,393,403,414,421 'search':118 'second':65,149 'self':245 'server':42,67 'set':38 'show':274 'size':138 'solut':196 'solv':16,210 'src':335,345,355,365,375,395,405,416 'ssh':78 'stackoverflow':163 'start':98 'strang':198 'systemctl':143 'temporari':209 'thank':2 'thought':254 'thread':28 'tip':237 'tri':122,156,170 'use':52 'valu':167,187 'veth1f88dcc':282,317,360 'veth23a05f6':297,330 'veth4c84e92':277,302,370 'vethd123481':292,340 'vethda721de':287,350 'via':323 'wait':147 'web':120 'work':99,178,220,437 'would':256 'yesterday':8"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719340
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/693278"
  +editedAt: DateTimeImmutable @1726892929 {#243
    date: 2024-09-21 06:28:49.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705657840 {#180
    date: 2024-01-19 10:50:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1975 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "TELL-ME-YOUR-SECRETS"
  +title: "TELL ME YOUR SECRETS"
  +url: "https://lemmy.world/pictrs/image/7dbb8ee7-61fc-447c-8d47-f435523e3100.jpeg"
  +body: "Hella unlikely they were used to knit gloves"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 108
  +favouriteCount: 899
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727364286 {#1905
    date: 2024-09-26 17:24:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1974 …}
  +votes: Doctrine\ORM\PersistentCollection {#1970 …}
  +reports: Doctrine\ORM\PersistentCollection {#1953 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1943 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 30682
  -titleTs: "'secret':4 'tell':1"
  -bodyTs: "'glove':8 'hella':1 'knit':7 'unlik':2 'use':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705419790
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10746177"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705333390 {#1866
    date: 2024-01-15 16:43:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1975 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "TELL-ME-YOUR-SECRETS"
  +title: "TELL ME YOUR SECRETS"
  +url: "https://lemmy.world/pictrs/image/7dbb8ee7-61fc-447c-8d47-f435523e3100.jpeg"
  +body: "Hella unlikely they were used to knit gloves"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 108
  +favouriteCount: 899
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727364286 {#1905
    date: 2024-09-26 17:24:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1974 …}
  +votes: Doctrine\ORM\PersistentCollection {#1970 …}
  +reports: Doctrine\ORM\PersistentCollection {#1953 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1943 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 30682
  -titleTs: "'secret':4 'tell':1"
  -bodyTs: "'glove':8 'hella':1 'knit':7 'unlik':2 'use':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705419790
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10746177"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705333390 {#1866
    date: 2024-01-15 16:43:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1912
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1975 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "TELL-ME-YOUR-SECRETS"
  +title: "TELL ME YOUR SECRETS"
  +url: "https://lemmy.world/pictrs/image/7dbb8ee7-61fc-447c-8d47-f435523e3100.jpeg"
  +body: "Hella unlikely they were used to knit gloves"
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 108
  +favouriteCount: 899
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727364286 {#1905
    date: 2024-09-26 17:24:46.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1974 …}
  +votes: Doctrine\ORM\PersistentCollection {#1970 …}
  +reports: Doctrine\ORM\PersistentCollection {#1953 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1943 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 30682
  -titleTs: "'secret':4 'tell':1"
  -bodyTs: "'glove':8 'hella':1 'knit':7 'unlik':2 'use':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705419790
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10746177"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705333390 {#1866
    date: 2024-01-15 16:43:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1930
  +user: Proxies\__CG__\App\Entity\User {#1933 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: Proxies\__CG__\App\Entity\Image {#1390 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Amogus"
  +title: "Amogus"
  +url: "https://lemmy.world/pictrs/image/57382d7a-1e82-4df3-b826-4350ee39f30a.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 427
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727362979 {#1957
    date: 2024-09-26 17:02:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1386 …}
  +votes: Doctrine\ORM\PersistentCollection {#1388 …}
  +reports: Doctrine\ORM\PersistentCollection {#1892 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1890 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1935 …}
  +badges: Doctrine\ORM\PersistentCollection {#1392 …}
  +children: []
  -id: 32073
  -titleTs: "'amogus':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705895143
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10977549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705808743 {#1932
    date: 2024-01-21 04:45:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1930
  +user: Proxies\__CG__\App\Entity\User {#1933 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: Proxies\__CG__\App\Entity\Image {#1390 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Amogus"
  +title: "Amogus"
  +url: "https://lemmy.world/pictrs/image/57382d7a-1e82-4df3-b826-4350ee39f30a.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 427
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727362979 {#1957
    date: 2024-09-26 17:02:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1386 …}
  +votes: Doctrine\ORM\PersistentCollection {#1388 …}
  +reports: Doctrine\ORM\PersistentCollection {#1892 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1890 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1935 …}
  +badges: Doctrine\ORM\PersistentCollection {#1392 …}
  +children: []
  -id: 32073
  -titleTs: "'amogus':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705895143
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10977549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705808743 {#1932
    date: 2024-01-21 04:45:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1930
  +user: Proxies\__CG__\App\Entity\User {#1933 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: Proxies\__CG__\App\Entity\Image {#1390 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Amogus"
  +title: "Amogus"
  +url: "https://lemmy.world/pictrs/image/57382d7a-1e82-4df3-b826-4350ee39f30a.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 427
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727362979 {#1957
    date: 2024-09-26 17:02:59.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1386 …}
  +votes: Doctrine\ORM\PersistentCollection {#1388 …}
  +reports: Doctrine\ORM\PersistentCollection {#1892 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1890 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1935 …}
  +badges: Doctrine\ORM\PersistentCollection {#1392 …}
  +children: []
  -id: 32073
  -titleTs: "'amogus':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705895143
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10977549"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705808743 {#1932
    date: 2024-01-21 04:45:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "X11-tiling-WMs"
  +title: "X11 tiling WMs"
  +url: null
  +body: """
    I am potentially going to be able to put Linux on my work PC soon, have been using it on my personal PC and laptop quite happily with hyprland ontop of NixOS\n
    \n
    Thinking of using NixOS for my work machine as well, however I don’t want to use hyprland or even Wayland as I need this machine to be stable and reliable (Nvidia GPU)\n
    \n
    Is I3 still the best option for this or are there better alternatives? (leaning towards I3 ontop of KDE)\n
    \n
    I’m also somewhat tempted to just go GNOME with the forge extension as it seems the most reliable, though the tiling on that extension is far from perfect
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727361049 {#1393
    date: 2024-09-26 16:30:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1377 …}
  +votes: Doctrine\ORM\PersistentCollection {#1969 …}
  +reports: Doctrine\ORM\PersistentCollection {#1942 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1927 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1399 …}
  +badges: Doctrine\ORM\PersistentCollection {#1394 …}
  +children: []
  -id: 30622
  -titleTs: "'tile':2 'wms':3 'x11':1"
  -bodyTs: "'abl':7 'also':87 'altern':78 'best':70 'better':77 'even':52 'extens':97,109 'far':111 'forg':96 'gnome':93 'go':4,92 'gpu':65 'happili':27 'howev':43 'hyprland':29,50 'i3':67,81 'kde':84 'laptop':25 'lean':79 'linux':10 'm':86 'machin':40,58 'need':56 'nixo':32,36 'nvidia':64 'ontop':30,82 'option':71 'pc':14,23 'perfect':113 'person':22 'potenti':3 'put':9 'quit':26 'reliabl':63,103 'seem':100 'somewhat':88 'soon':15 'stabl':61 'still':68 'tempt':89 'think':33 'though':104 'tile':106 'toward':80 'use':18,35,49 'want':47 'wayland':53 'well':42 'work':13,39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705404047
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20970452"
  +editedAt: DateTimeImmutable @1723943079 {#1389
    date: 2024-08-18 03:04:39.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705317647 {#1936
    date: 2024-01-15 12:20:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "X11-tiling-WMs"
  +title: "X11 tiling WMs"
  +url: null
  +body: """
    I am potentially going to be able to put Linux on my work PC soon, have been using it on my personal PC and laptop quite happily with hyprland ontop of NixOS\n
    \n
    Thinking of using NixOS for my work machine as well, however I don’t want to use hyprland or even Wayland as I need this machine to be stable and reliable (Nvidia GPU)\n
    \n
    Is I3 still the best option for this or are there better alternatives? (leaning towards I3 ontop of KDE)\n
    \n
    I’m also somewhat tempted to just go GNOME with the forge extension as it seems the most reliable, though the tiling on that extension is far from perfect
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727361049 {#1393
    date: 2024-09-26 16:30:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1377 …}
  +votes: Doctrine\ORM\PersistentCollection {#1969 …}
  +reports: Doctrine\ORM\PersistentCollection {#1942 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1927 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1399 …}
  +badges: Doctrine\ORM\PersistentCollection {#1394 …}
  +children: []
  -id: 30622
  -titleTs: "'tile':2 'wms':3 'x11':1"
  -bodyTs: "'abl':7 'also':87 'altern':78 'best':70 'better':77 'even':52 'extens':97,109 'far':111 'forg':96 'gnome':93 'go':4,92 'gpu':65 'happili':27 'howev':43 'hyprland':29,50 'i3':67,81 'kde':84 'laptop':25 'lean':79 'linux':10 'm':86 'machin':40,58 'need':56 'nixo':32,36 'nvidia':64 'ontop':30,82 'option':71 'pc':14,23 'perfect':113 'person':22 'potenti':3 'put':9 'quit':26 'reliabl':63,103 'seem':100 'somewhat':88 'soon':15 'stabl':61 'still':68 'tempt':89 'think':33 'though':104 'tile':106 'toward':80 'use':18,35,49 'want':47 'wayland':53 'well':42 'work':13,39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705404047
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20970452"
  +editedAt: DateTimeImmutable @1723943079 {#1389
    date: 2024-08-18 03:04:39.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705317647 {#1936
    date: 2024-01-15 12:20:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "X11-tiling-WMs"
  +title: "X11 tiling WMs"
  +url: null
  +body: """
    I am potentially going to be able to put Linux on my work PC soon, have been using it on my personal PC and laptop quite happily with hyprland ontop of NixOS\n
    \n
    Thinking of using NixOS for my work machine as well, however I don’t want to use hyprland or even Wayland as I need this machine to be stable and reliable (Nvidia GPU)\n
    \n
    Is I3 still the best option for this or are there better alternatives? (leaning towards I3 ontop of KDE)\n
    \n
    I’m also somewhat tempted to just go GNOME with the forge extension as it seems the most reliable, though the tiling on that extension is far from perfect
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727361049 {#1393
    date: 2024-09-26 16:30:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1377 …}
  +votes: Doctrine\ORM\PersistentCollection {#1969 …}
  +reports: Doctrine\ORM\PersistentCollection {#1942 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1927 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1399 …}
  +badges: Doctrine\ORM\PersistentCollection {#1394 …}
  +children: []
  -id: 30622
  -titleTs: "'tile':2 'wms':3 'x11':1"
  -bodyTs: "'abl':7 'also':87 'altern':78 'best':70 'better':77 'even':52 'extens':97,109 'far':111 'forg':96 'gnome':93 'go':4,92 'gpu':65 'happili':27 'howev':43 'hyprland':29,50 'i3':67,81 'kde':84 'laptop':25 'lean':79 'linux':10 'm':86 'machin':40,58 'need':56 'nixo':32,36 'nvidia':64 'ontop':30,82 'option':71 'pc':14,23 'perfect':113 'person':22 'potenti':3 'put':9 'quit':26 'reliabl':63,103 'seem':100 'somewhat':88 'soon':15 'stabl':61 'still':68 'tempt':89 'think':33 'though':104 'tile':106 'toward':80 'use':18,35,49 'want':47 'wayland':53 'well':42 'work':13,39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705404047
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/20970452"
  +editedAt: DateTimeImmutable @1723943079 {#1389
    date: 2024-08-18 03:04:39.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705317647 {#1936
    date: 2024-01-15 12:20:47.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1371 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1375 …}
  +slug: "c-fuckcars"
  +title: "c/fuckcars"
  +url: "https://sh.itjust.works/pictrs/image/01cba7a6-827d-4967-82a3-f60627bdeede.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 282
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727360493 {#1374
    date: 2024-09-26 16:21:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1379 …}
  +votes: Doctrine\ORM\PersistentCollection {#1367 …}
  +reports: Doctrine\ORM\PersistentCollection {#1898 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1838 …}
  +children: []
  -id: 31954
  -titleTs: "'c/fuckcars':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705853077
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13142355"
  +editedAt: DateTimeImmutable @1727118597 {#1365
    date: 2024-09-23 21:09:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705766677 {#1369
    date: 2024-01-20 17:04:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1371 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1375 …}
  +slug: "c-fuckcars"
  +title: "c/fuckcars"
  +url: "https://sh.itjust.works/pictrs/image/01cba7a6-827d-4967-82a3-f60627bdeede.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 282
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727360493 {#1374
    date: 2024-09-26 16:21:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1379 …}
  +votes: Doctrine\ORM\PersistentCollection {#1367 …}
  +reports: Doctrine\ORM\PersistentCollection {#1898 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1838 …}
  +children: []
  -id: 31954
  -titleTs: "'c/fuckcars':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705853077
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13142355"
  +editedAt: DateTimeImmutable @1727118597 {#1365
    date: 2024-09-23 21:09:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705766677 {#1369
    date: 2024-01-20 17:04:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1378
  +user: Proxies\__CG__\App\Entity\User {#1370 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1371 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1375 …}
  +slug: "c-fuckcars"
  +title: "c/fuckcars"
  +url: "https://sh.itjust.works/pictrs/image/01cba7a6-827d-4967-82a3-f60627bdeede.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 8
  +favouriteCount: 282
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727360493 {#1374
    date: 2024-09-26 16:21:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1379 …}
  +votes: Doctrine\ORM\PersistentCollection {#1367 …}
  +reports: Doctrine\ORM\PersistentCollection {#1898 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1904 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1838 …}
  +children: []
  -id: 31954
  -titleTs: "'c/fuckcars':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705853077
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13142355"
  +editedAt: DateTimeImmutable @1727118597 {#1365
    date: 2024-09-23 21:09:57.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705766677 {#1369
    date: 2024-01-20 17:04:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\Entry {#2446
  +user: Proxies\__CG__\App\Entity\User {#2428 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2444 …}
  +image: Proxies\__CG__\App\Entity\Image {#2433 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2432 …}
  +slug: "Companies-Make-it-Too-Easy-for-Thieves-to-Impersonate-Police"
  +title: "Companies Make it Too Easy for Thieves to Impersonate Police and Steal Our Data"
  +url: "https://www.eff.org/deeplinks/2024/01/companies-make-it-too-easy-thieves-impersonate-police-and-steal-our-data"
  +body: """
    cross-posted from: [lemmy.world/post/10984512](https://lemmy.world/post/10984512)\n
    \n
    > Full text from the Electronic Frontier Foundation (EFF) article:\n
    > \n
    > Companies Make it Too Easy for Thieves to Impersonate Police and Steal Our Data\n
    > \n
    > By Matthew Guariglia and Eva Galperin\n
    > \n
    > ~3 minutes\n
    > \n
    > For years, people have been impersonating police online in order to get companies to hand over incredibly sensitive personal information. [Reporting by 404 Media](https://www.404media.co/verizon-gave-phone-data-to-stalker-edrs-search-warrant-pose-as-cop/) recently revealed that Verizon handed over the address and phone logs of an individual to a stalker pretending to be a police officer who had a PDF of a fake warrant. Worse, the imposter wasn’t particularly convincing. His request was missing a form that is required for search warrants from his state. He used the name of a police officer that did not exist in the department he claimed to be from. And he used a Proton Mail account, which any person online can use, rather than an official government email address.\n
    > \n
    > Likewise, bad actors have [used breached law enforcement email accounts or domain names](https://krebsonsecurity.com/2022/03/hackers-gaining-power-of-subpoena-via-fake-emergency-data-requests/) to send fake warrants, subpoenas, or “Emergency Data Requests” (which police can send without judicial oversight to get data quickly in supposedly life or death situations). Impersonating police to get sensitive information from companies isn’t just the realm of stalkers and domestic abusers; [according to Motherboard](https://www.vice.com/en/article/panvkz/stalkers-debt-collectors-bounty-hunters-impersonate-cops-phone-location-data), bounty hunters and debt collectors have also used the tactic.\n
    > \n
    > We have two very big entwined problems. The first is the “collect it all” business model of too many companies, which creates vast reservoirs of personal information stored in corporate data servers, ripe for police to seize and thieves to steal. The second is that too many companies fail to prevent thieves from stealing data by pretending to be police.\n
    > \n
    > Companies have to make it harder for fake “officers” to get access to our sensitive data. For starters, they must do better at scrutinizing warrants, subpoenas, and emergency data requests when they come in. These requirements should be spelled out clearly in a public-facing privacy policy, and all employees who deal with data requests from law enforcement should receive training in how to adhere to these requirements and spot fraudulent requests. Fake emergency data requests raise special concerns, because real ones depend on the discretion of both companies and police—two parties with less than stellar reputations for valuing privacy.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 99
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727359314 {#2427
    date: 2024-09-26 16:01:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2443 …}
  +votes: Doctrine\ORM\PersistentCollection {#2426 …}
  +reports: Doctrine\ORM\PersistentCollection {#2439 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2357 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2167 …}
  +badges: Doctrine\ORM\PersistentCollection {#2355 …}
  +children: []
  -id: 32104
  -titleTs: "'compani':1 'data':14 'easi':5 'imperson':9 'make':2 'polic':10 'steal':12 'thiev':7"
  -bodyTs: "'/2022/03/hackers-gaining-power-of-subpoena-via-fake-emergency-data-requests/)':174 '/en/article/panvkz/stalkers-debt-collectors-bounty-hunters-impersonate-cops-phone-location-data),':224 '/post/10984512](https://lemmy.world/post/10984512)':7 '/verizon-gave-phone-data-to-stalker-edrs-search-warrant-pose-as-cop/)':65 '3':37 '404':61 'abus':218 'access':306 'accord':219 'account':145,168 'actor':161 'address':73,158 'adher':360 'also':231 'articl':16 'bad':160 'better':316 'big':239 'bounti':225 'breach':164 'busi':249 'claim':135 'clear':335 'collect':246 'collector':229 'come':327 'compani':17,51,208,254,282,295,384 'concern':374 'convinc':103 'corpor':264 'creat':256 'cross':2 'cross-post':1 'data':30,182,193,265,289,310,323,349,370 'deal':347 'death':199 'debt':228 'depart':133 'depend':378 'discret':381 'domain':170 'domest':217 'easi':21 'eff':15 'electron':12 'email':157,167 'emerg':181,322,369 'employe':345 'enforc':166,353 'entwin':240 'eva':35 'exist':130 'face':340 'fail':283 'fake':95,177,302,368 'first':243 'form':109 'foundat':14 'fraudul':366 'frontier':13 'full':8 'galperin':36 'get':50,192,204,305 'govern':156 'guariglia':33 'hand':53,70 'harder':300 'hunter':226 'imperson':25,44,201 'impost':99 'incred':55 'individu':79 'inform':58,206,261 'isn':209 'judici':189 'krebsonsecurity.com':173 'krebsonsecurity.com/2022/03/hackers-gaining-power-of-subpoena-via-fake-emergency-data-requests/)':172 'law':165,352 'lemmy.world':6 'lemmy.world/post/10984512](https://lemmy.world/post/10984512)':5 'less':390 'life':197 'likewis':159 'log':76 'mail':144 'make':18,298 'mani':253,281 'matthew':32 'media':62 'minut':38 'miss':107 'model':250 'motherboard':221 'must':314 'name':122,171 'offic':88,126,303 'offici':155 'one':377 'onlin':46,149 'order':48 'oversight':190 'parti':388 'particular':102 'pdf':92 'peopl':41 'person':57,148,260 'phone':75 'polic':26,45,87,125,185,202,269,294,386 'polici':342 'post':3 'pretend':83,291 'prevent':285 'privaci':341,396 'problem':241 'proton':143 'public':339 'public-fac':338 'quick':194 'rais':372 'rather':152 'real':376 'realm':213 'receiv':355 'recent':66 'report':59 'reput':393 'request':105,183,324,350,367,371 'requir':112,330,363 'reservoir':258 'reveal':67 'ripe':267 'scrutin':318 'search':114 'second':277 'seiz':271 'send':176,187 'sensit':56,205,309 'server':266 'situat':200 'special':373 'spell':333 'spot':365 'stalker':82,215 'starter':312 'state':118 'steal':28,275,288 'stellar':392 'store':262 'subpoena':179,320 'suppos':196 'tactic':234 'text':9 'thiev':23,273,286 'train':356 'two':237,387 'use':120,141,151,163,232 'valu':395 'vast':257 'verizon':69 'warrant':96,115,178,319 'wasn':100 'without':188 'wors':97 'www.404media.co':64 'www.404media.co/verizon-gave-phone-data-to-stalker-edrs-search-warrant-pose-as-cop/)':63 'www.vice.com':223 'www.vice.com/en/article/panvkz/stalkers-debt-collectors-bounty-hunters-impersonate-cops-phone-location-data),':222 'year':40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705913408
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10984539"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705827008 {#2424
    date: 2024-01-21 09:50:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#2446
  +user: Proxies\__CG__\App\Entity\User {#2428 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2444 …}
  +image: Proxies\__CG__\App\Entity\Image {#2433 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2432 …}
  +slug: "Companies-Make-it-Too-Easy-for-Thieves-to-Impersonate-Police"
  +title: "Companies Make it Too Easy for Thieves to Impersonate Police and Steal Our Data"
  +url: "https://www.eff.org/deeplinks/2024/01/companies-make-it-too-easy-thieves-impersonate-police-and-steal-our-data"
  +body: """
    cross-posted from: [lemmy.world/post/10984512](https://lemmy.world/post/10984512)\n
    \n
    > Full text from the Electronic Frontier Foundation (EFF) article:\n
    > \n
    > Companies Make it Too Easy for Thieves to Impersonate Police and Steal Our Data\n
    > \n
    > By Matthew Guariglia and Eva Galperin\n
    > \n
    > ~3 minutes\n
    > \n
    > For years, people have been impersonating police online in order to get companies to hand over incredibly sensitive personal information. [Reporting by 404 Media](https://www.404media.co/verizon-gave-phone-data-to-stalker-edrs-search-warrant-pose-as-cop/) recently revealed that Verizon handed over the address and phone logs of an individual to a stalker pretending to be a police officer who had a PDF of a fake warrant. Worse, the imposter wasn’t particularly convincing. His request was missing a form that is required for search warrants from his state. He used the name of a police officer that did not exist in the department he claimed to be from. And he used a Proton Mail account, which any person online can use, rather than an official government email address.\n
    > \n
    > Likewise, bad actors have [used breached law enforcement email accounts or domain names](https://krebsonsecurity.com/2022/03/hackers-gaining-power-of-subpoena-via-fake-emergency-data-requests/) to send fake warrants, subpoenas, or “Emergency Data Requests” (which police can send without judicial oversight to get data quickly in supposedly life or death situations). Impersonating police to get sensitive information from companies isn’t just the realm of stalkers and domestic abusers; [according to Motherboard](https://www.vice.com/en/article/panvkz/stalkers-debt-collectors-bounty-hunters-impersonate-cops-phone-location-data), bounty hunters and debt collectors have also used the tactic.\n
    > \n
    > We have two very big entwined problems. The first is the “collect it all” business model of too many companies, which creates vast reservoirs of personal information stored in corporate data servers, ripe for police to seize and thieves to steal. The second is that too many companies fail to prevent thieves from stealing data by pretending to be police.\n
    > \n
    > Companies have to make it harder for fake “officers” to get access to our sensitive data. For starters, they must do better at scrutinizing warrants, subpoenas, and emergency data requests when they come in. These requirements should be spelled out clearly in a public-facing privacy policy, and all employees who deal with data requests from law enforcement should receive training in how to adhere to these requirements and spot fraudulent requests. Fake emergency data requests raise special concerns, because real ones depend on the discretion of both companies and police—two parties with less than stellar reputations for valuing privacy.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 99
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727359314 {#2427
    date: 2024-09-26 16:01:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2443 …}
  +votes: Doctrine\ORM\PersistentCollection {#2426 …}
  +reports: Doctrine\ORM\PersistentCollection {#2439 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2357 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2167 …}
  +badges: Doctrine\ORM\PersistentCollection {#2355 …}
  +children: []
  -id: 32104
  -titleTs: "'compani':1 'data':14 'easi':5 'imperson':9 'make':2 'polic':10 'steal':12 'thiev':7"
  -bodyTs: "'/2022/03/hackers-gaining-power-of-subpoena-via-fake-emergency-data-requests/)':174 '/en/article/panvkz/stalkers-debt-collectors-bounty-hunters-impersonate-cops-phone-location-data),':224 '/post/10984512](https://lemmy.world/post/10984512)':7 '/verizon-gave-phone-data-to-stalker-edrs-search-warrant-pose-as-cop/)':65 '3':37 '404':61 'abus':218 'access':306 'accord':219 'account':145,168 'actor':161 'address':73,158 'adher':360 'also':231 'articl':16 'bad':160 'better':316 'big':239 'bounti':225 'breach':164 'busi':249 'claim':135 'clear':335 'collect':246 'collector':229 'come':327 'compani':17,51,208,254,282,295,384 'concern':374 'convinc':103 'corpor':264 'creat':256 'cross':2 'cross-post':1 'data':30,182,193,265,289,310,323,349,370 'deal':347 'death':199 'debt':228 'depart':133 'depend':378 'discret':381 'domain':170 'domest':217 'easi':21 'eff':15 'electron':12 'email':157,167 'emerg':181,322,369 'employe':345 'enforc':166,353 'entwin':240 'eva':35 'exist':130 'face':340 'fail':283 'fake':95,177,302,368 'first':243 'form':109 'foundat':14 'fraudul':366 'frontier':13 'full':8 'galperin':36 'get':50,192,204,305 'govern':156 'guariglia':33 'hand':53,70 'harder':300 'hunter':226 'imperson':25,44,201 'impost':99 'incred':55 'individu':79 'inform':58,206,261 'isn':209 'judici':189 'krebsonsecurity.com':173 'krebsonsecurity.com/2022/03/hackers-gaining-power-of-subpoena-via-fake-emergency-data-requests/)':172 'law':165,352 'lemmy.world':6 'lemmy.world/post/10984512](https://lemmy.world/post/10984512)':5 'less':390 'life':197 'likewis':159 'log':76 'mail':144 'make':18,298 'mani':253,281 'matthew':32 'media':62 'minut':38 'miss':107 'model':250 'motherboard':221 'must':314 'name':122,171 'offic':88,126,303 'offici':155 'one':377 'onlin':46,149 'order':48 'oversight':190 'parti':388 'particular':102 'pdf':92 'peopl':41 'person':57,148,260 'phone':75 'polic':26,45,87,125,185,202,269,294,386 'polici':342 'post':3 'pretend':83,291 'prevent':285 'privaci':341,396 'problem':241 'proton':143 'public':339 'public-fac':338 'quick':194 'rais':372 'rather':152 'real':376 'realm':213 'receiv':355 'recent':66 'report':59 'reput':393 'request':105,183,324,350,367,371 'requir':112,330,363 'reservoir':258 'reveal':67 'ripe':267 'scrutin':318 'search':114 'second':277 'seiz':271 'send':176,187 'sensit':56,205,309 'server':266 'situat':200 'special':373 'spell':333 'spot':365 'stalker':82,215 'starter':312 'state':118 'steal':28,275,288 'stellar':392 'store':262 'subpoena':179,320 'suppos':196 'tactic':234 'text':9 'thiev':23,273,286 'train':356 'two':237,387 'use':120,141,151,163,232 'valu':395 'vast':257 'verizon':69 'warrant':96,115,178,319 'wasn':100 'without':188 'wors':97 'www.404media.co':64 'www.404media.co/verizon-gave-phone-data-to-stalker-edrs-search-warrant-pose-as-cop/)':63 'www.vice.com':223 'www.vice.com/en/article/panvkz/stalkers-debt-collectors-bounty-hunters-impersonate-cops-phone-location-data),':222 'year':40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705913408
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10984539"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705827008 {#2424
    date: 2024-01-21 09:50:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#2446
  +user: Proxies\__CG__\App\Entity\User {#2428 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2444 …}
  +image: Proxies\__CG__\App\Entity\Image {#2433 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2432 …}
  +slug: "Companies-Make-it-Too-Easy-for-Thieves-to-Impersonate-Police"
  +title: "Companies Make it Too Easy for Thieves to Impersonate Police and Steal Our Data"
  +url: "https://www.eff.org/deeplinks/2024/01/companies-make-it-too-easy-thieves-impersonate-police-and-steal-our-data"
  +body: """
    cross-posted from: [lemmy.world/post/10984512](https://lemmy.world/post/10984512)\n
    \n
    > Full text from the Electronic Frontier Foundation (EFF) article:\n
    > \n
    > Companies Make it Too Easy for Thieves to Impersonate Police and Steal Our Data\n
    > \n
    > By Matthew Guariglia and Eva Galperin\n
    > \n
    > ~3 minutes\n
    > \n
    > For years, people have been impersonating police online in order to get companies to hand over incredibly sensitive personal information. [Reporting by 404 Media](https://www.404media.co/verizon-gave-phone-data-to-stalker-edrs-search-warrant-pose-as-cop/) recently revealed that Verizon handed over the address and phone logs of an individual to a stalker pretending to be a police officer who had a PDF of a fake warrant. Worse, the imposter wasn’t particularly convincing. His request was missing a form that is required for search warrants from his state. He used the name of a police officer that did not exist in the department he claimed to be from. And he used a Proton Mail account, which any person online can use, rather than an official government email address.\n
    > \n
    > Likewise, bad actors have [used breached law enforcement email accounts or domain names](https://krebsonsecurity.com/2022/03/hackers-gaining-power-of-subpoena-via-fake-emergency-data-requests/) to send fake warrants, subpoenas, or “Emergency Data Requests” (which police can send without judicial oversight to get data quickly in supposedly life or death situations). Impersonating police to get sensitive information from companies isn’t just the realm of stalkers and domestic abusers; [according to Motherboard](https://www.vice.com/en/article/panvkz/stalkers-debt-collectors-bounty-hunters-impersonate-cops-phone-location-data), bounty hunters and debt collectors have also used the tactic.\n
    > \n
    > We have two very big entwined problems. The first is the “collect it all” business model of too many companies, which creates vast reservoirs of personal information stored in corporate data servers, ripe for police to seize and thieves to steal. The second is that too many companies fail to prevent thieves from stealing data by pretending to be police.\n
    > \n
    > Companies have to make it harder for fake “officers” to get access to our sensitive data. For starters, they must do better at scrutinizing warrants, subpoenas, and emergency data requests when they come in. These requirements should be spelled out clearly in a public-facing privacy policy, and all employees who deal with data requests from law enforcement should receive training in how to adhere to these requirements and spot fraudulent requests. Fake emergency data requests raise special concerns, because real ones depend on the discretion of both companies and police—two parties with less than stellar reputations for valuing privacy.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 99
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727359314 {#2427
    date: 2024-09-26 16:01:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2443 …}
  +votes: Doctrine\ORM\PersistentCollection {#2426 …}
  +reports: Doctrine\ORM\PersistentCollection {#2439 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2357 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2167 …}
  +badges: Doctrine\ORM\PersistentCollection {#2355 …}
  +children: []
  -id: 32104
  -titleTs: "'compani':1 'data':14 'easi':5 'imperson':9 'make':2 'polic':10 'steal':12 'thiev':7"
  -bodyTs: "'/2022/03/hackers-gaining-power-of-subpoena-via-fake-emergency-data-requests/)':174 '/en/article/panvkz/stalkers-debt-collectors-bounty-hunters-impersonate-cops-phone-location-data),':224 '/post/10984512](https://lemmy.world/post/10984512)':7 '/verizon-gave-phone-data-to-stalker-edrs-search-warrant-pose-as-cop/)':65 '3':37 '404':61 'abus':218 'access':306 'accord':219 'account':145,168 'actor':161 'address':73,158 'adher':360 'also':231 'articl':16 'bad':160 'better':316 'big':239 'bounti':225 'breach':164 'busi':249 'claim':135 'clear':335 'collect':246 'collector':229 'come':327 'compani':17,51,208,254,282,295,384 'concern':374 'convinc':103 'corpor':264 'creat':256 'cross':2 'cross-post':1 'data':30,182,193,265,289,310,323,349,370 'deal':347 'death':199 'debt':228 'depart':133 'depend':378 'discret':381 'domain':170 'domest':217 'easi':21 'eff':15 'electron':12 'email':157,167 'emerg':181,322,369 'employe':345 'enforc':166,353 'entwin':240 'eva':35 'exist':130 'face':340 'fail':283 'fake':95,177,302,368 'first':243 'form':109 'foundat':14 'fraudul':366 'frontier':13 'full':8 'galperin':36 'get':50,192,204,305 'govern':156 'guariglia':33 'hand':53,70 'harder':300 'hunter':226 'imperson':25,44,201 'impost':99 'incred':55 'individu':79 'inform':58,206,261 'isn':209 'judici':189 'krebsonsecurity.com':173 'krebsonsecurity.com/2022/03/hackers-gaining-power-of-subpoena-via-fake-emergency-data-requests/)':172 'law':165,352 'lemmy.world':6 'lemmy.world/post/10984512](https://lemmy.world/post/10984512)':5 'less':390 'life':197 'likewis':159 'log':76 'mail':144 'make':18,298 'mani':253,281 'matthew':32 'media':62 'minut':38 'miss':107 'model':250 'motherboard':221 'must':314 'name':122,171 'offic':88,126,303 'offici':155 'one':377 'onlin':46,149 'order':48 'oversight':190 'parti':388 'particular':102 'pdf':92 'peopl':41 'person':57,148,260 'phone':75 'polic':26,45,87,125,185,202,269,294,386 'polici':342 'post':3 'pretend':83,291 'prevent':285 'privaci':341,396 'problem':241 'proton':143 'public':339 'public-fac':338 'quick':194 'rais':372 'rather':152 'real':376 'realm':213 'receiv':355 'recent':66 'report':59 'reput':393 'request':105,183,324,350,367,371 'requir':112,330,363 'reservoir':258 'reveal':67 'ripe':267 'scrutin':318 'search':114 'second':277 'seiz':271 'send':176,187 'sensit':56,205,309 'server':266 'situat':200 'special':373 'spell':333 'spot':365 'stalker':82,215 'starter':312 'state':118 'steal':28,275,288 'stellar':392 'store':262 'subpoena':179,320 'suppos':196 'tactic':234 'text':9 'thiev':23,273,286 'train':356 'two':237,387 'use':120,141,151,163,232 'valu':395 'vast':257 'verizon':69 'warrant':96,115,178,319 'wasn':100 'without':188 'wors':97 'www.404media.co':64 'www.404media.co/verizon-gave-phone-data-to-stalker-edrs-search-warrant-pose-as-cop/)':63 'www.vice.com':223 'www.vice.com/en/article/panvkz/stalkers-debt-collectors-bounty-hunters-impersonate-cops-phone-location-data),':222 'year':40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705913408
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10984539"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705827008 {#2424
    date: 2024-01-21 09:50:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#2451
  +user: Proxies\__CG__\App\Entity\User {#2353 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "What-s-the-best-football-team-and-why"
  +title: "What's the best football team and why?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727355969 {#2476
    date: 2024-09-26 15:06:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 32051
  -titleTs: "'best':4 'footbal':5 'team':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705861311
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10973788"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705798811 {#2356
    date: 2024-01-21 02:00:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#2451
  +user: Proxies\__CG__\App\Entity\User {#2353 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "What-s-the-best-football-team-and-why"
  +title: "What's the best football team and why?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727355969 {#2476
    date: 2024-09-26 15:06:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 32051
  -titleTs: "'best':4 'footbal':5 'team':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705861311
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10973788"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705798811 {#2356
    date: 2024-01-21 02:00:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#2451
  +user: Proxies\__CG__\App\Entity\User {#2353 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2475 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "What-s-the-best-football-team-and-why"
  +title: "What's the best football team and why?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727355969 {#2476
    date: 2024-09-26 15:06:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2472 …}
  +votes: Doctrine\ORM\PersistentCollection {#2449 …}
  +reports: Doctrine\ORM\PersistentCollection {#2483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2358 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2485 …}
  +badges: Doctrine\ORM\PersistentCollection {#2409 …}
  +children: []
  -id: 32051
  -titleTs: "'best':4 'footbal':5 'team':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705861311
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10973788"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705798811 {#2356
    date: 2024-01-21 02:00:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\Entry {#2489
  +user: Proxies\__CG__\App\Entity\User {#2473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1375 …}
  +slug: "Don-t-read-classical-philosophers-they-re-cringe"
  +title: "Don't read classical philosophers, they're cringe"
  +url: "https://sh.itjust.works/pictrs/image/2fe4a933-c61f-4e2c-a573-c0120280aa44.png"
  +body: "I will take no questions, thank you."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 311
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727355780 {#1359
    date: 2024-09-26 15:03:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2474 …}
  +votes: Doctrine\ORM\PersistentCollection {#2484 …}
  +reports: Doctrine\ORM\PersistentCollection {#2481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1508 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1501 …}
  +badges: Doctrine\ORM\PersistentCollection {#1521 …}
  +children: []
  -id: 31728
  -titleTs: "'classic':4 'cring':8 'philosoph':5 're':7 'read':3"
  -bodyTs: "'question':5 'take':3 'thank':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705762402
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13078796"
  +editedAt: DateTimeImmutable @1727291407 {#2488
    date: 2024-09-25 21:10:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705676002 {#2490
    date: 2024-01-19 15:53:22.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#2489
  +user: Proxies\__CG__\App\Entity\User {#2473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1375 …}
  +slug: "Don-t-read-classical-philosophers-they-re-cringe"
  +title: "Don't read classical philosophers, they're cringe"
  +url: "https://sh.itjust.works/pictrs/image/2fe4a933-c61f-4e2c-a573-c0120280aa44.png"
  +body: "I will take no questions, thank you."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 311
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727355780 {#1359
    date: 2024-09-26 15:03:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2474 …}
  +votes: Doctrine\ORM\PersistentCollection {#2484 …}
  +reports: Doctrine\ORM\PersistentCollection {#2481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1508 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1501 …}
  +badges: Doctrine\ORM\PersistentCollection {#1521 …}
  +children: []
  -id: 31728
  -titleTs: "'classic':4 'cring':8 'philosoph':5 're':7 'read':3"
  -bodyTs: "'question':5 'take':3 'thank':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705762402
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13078796"
  +editedAt: DateTimeImmutable @1727291407 {#2488
    date: 2024-09-25 21:10:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705676002 {#2490
    date: 2024-01-19 15:53:22.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#2489
  +user: Proxies\__CG__\App\Entity\User {#2473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1375 …}
  +slug: "Don-t-read-classical-philosophers-they-re-cringe"
  +title: "Don't read classical philosophers, they're cringe"
  +url: "https://sh.itjust.works/pictrs/image/2fe4a933-c61f-4e2c-a573-c0120280aa44.png"
  +body: "I will take no questions, thank you."
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 13
  +favouriteCount: 311
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727355780 {#1359
    date: 2024-09-26 15:03:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2474 …}
  +votes: Doctrine\ORM\PersistentCollection {#2484 …}
  +reports: Doctrine\ORM\PersistentCollection {#2481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1508 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1501 …}
  +badges: Doctrine\ORM\PersistentCollection {#1521 …}
  +children: []
  -id: 31728
  -titleTs: "'classic':4 'cring':8 'philosoph':5 're':7 'read':3"
  -bodyTs: "'question':5 'take':3 'thank':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705762402
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13078796"
  +editedAt: DateTimeImmutable @1727291407 {#2488
    date: 2024-09-25 21:10:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705676002 {#2490
    date: 2024-01-19 15:53:22.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\Entry {#1546
  +user: Proxies\__CG__\App\Entity\User {#1544 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1545 …}
  +slug: "True"
  +title: "True"
  +url: "https://lemmus.org/pictrs/image/bc6ce2c7-8d46-420d-a9f9-34a405b1eb05.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727355366 {#1499
    date: 2024-09-26 14:56:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1547 …}
  +votes: Doctrine\ORM\PersistentCollection {#1482 …}
  +reports: Doctrine\ORM\PersistentCollection {#1523 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1522 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1506 …}
  +badges: Doctrine\ORM\PersistentCollection {#1504 …}
  +children: []
  -id: 32153
  -titleTs: "'true':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705878275
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2747811"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705849275 {#1502
    date: 2024-01-21 16:01:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1546
  +user: Proxies\__CG__\App\Entity\User {#1544 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1545 …}
  +slug: "True"
  +title: "True"
  +url: "https://lemmus.org/pictrs/image/bc6ce2c7-8d46-420d-a9f9-34a405b1eb05.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727355366 {#1499
    date: 2024-09-26 14:56:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1547 …}
  +votes: Doctrine\ORM\PersistentCollection {#1482 …}
  +reports: Doctrine\ORM\PersistentCollection {#1523 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1522 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1506 …}
  +badges: Doctrine\ORM\PersistentCollection {#1504 …}
  +children: []
  -id: 32153
  -titleTs: "'true':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705878275
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2747811"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705849275 {#1502
    date: 2024-01-21 16:01:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1546
  +user: Proxies\__CG__\App\Entity\User {#1544 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1545 …}
  +slug: "True"
  +title: "True"
  +url: "https://lemmus.org/pictrs/image/bc6ce2c7-8d46-420d-a9f9-34a405b1eb05.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727355366 {#1499
    date: 2024-09-26 14:56:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1547 …}
  +votes: Doctrine\ORM\PersistentCollection {#1482 …}
  +reports: Doctrine\ORM\PersistentCollection {#1523 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1522 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1506 …}
  +badges: Doctrine\ORM\PersistentCollection {#1504 …}
  +children: []
  -id: 32153
  -titleTs: "'true':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705878275
  +visibility: "visible             "
  +apId: "https://lemmus.org/post/2747811"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705849275 {#1502
    date: 2024-01-21 16:01:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1532
  +user: Proxies\__CG__\App\Entity\User {#1535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: Proxies\__CG__\App\Entity\Image {#1534 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1542 …}
  +slug: "From-the-outside-looking-in-you-can-t-understand-it-And"
  +title: "From the outside looking in, you can't understand it. And from the inside looking out, you can't explain it."
  +url: "https://lemmy.dbzer0.com/pictrs/image/1c13d8a9-f506-41b0-85cb-185d927ae4fd.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 338
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727354898 {#1505
    date: 2024-09-26 14:48:18.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: 31994
  -titleTs: "'explain':20 'insid':14 'look':4,15 'outsid':3 'understand':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705866984
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12731504"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705780584 {#1543
    date: 2024-01-20 20:56:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1532
  +user: Proxies\__CG__\App\Entity\User {#1535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: Proxies\__CG__\App\Entity\Image {#1534 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1542 …}
  +slug: "From-the-outside-looking-in-you-can-t-understand-it-And"
  +title: "From the outside looking in, you can't understand it. And from the inside looking out, you can't explain it."
  +url: "https://lemmy.dbzer0.com/pictrs/image/1c13d8a9-f506-41b0-85cb-185d927ae4fd.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 338
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727354898 {#1505
    date: 2024-09-26 14:48:18.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: 31994
  -titleTs: "'explain':20 'insid':14 'look':4,15 'outsid':3 'understand':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705866984
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12731504"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705780584 {#1543
    date: 2024-01-20 20:56:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1532
  +user: Proxies\__CG__\App\Entity\User {#1535 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: Proxies\__CG__\App\Entity\Image {#1534 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1542 …}
  +slug: "From-the-outside-looking-in-you-can-t-understand-it-And"
  +title: "From the outside looking in, you can't understand it. And from the inside looking out, you can't explain it."
  +url: "https://lemmy.dbzer0.com/pictrs/image/1c13d8a9-f506-41b0-85cb-185d927ae4fd.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 20
  +favouriteCount: 338
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727354898 {#1505
    date: 2024-09-26 14:48:18.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: 31994
  -titleTs: "'explain':20 'insid':14 'look':4,15 'outsid':3 'understand':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705866984
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12731504"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705780584 {#1543
    date: 2024-01-20 20:56:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1517
  +user: Proxies\__CG__\App\Entity\User {#1632 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#1518
    date: 2024-09-26 14:18:45.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: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#1519
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#1520
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1517
  +user: Proxies\__CG__\App\Entity\User {#1632 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#1518
    date: 2024-09-26 14:18:45.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: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#1519
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#1520
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1517
  +user: Proxies\__CG__\App\Entity\User {#1632 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#192 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#1518
    date: 2024-09-26 14:18:45.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: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#1519
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#1520
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1753
  +user: Proxies\__CG__\App\Entity\User {#1746 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1749 …}
  +image: Proxies\__CG__\App\Entity\Image {#1750 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Battle-of-Hoth-The-Empire-Strikes-Back-concept-art-by"
  +title: "Battle of Hoth - The Empire Strikes Back concept art by Ralph McQuarrie (1978)"
  +url: "https://lemmy.world/pictrs/image/9583ea88-2421-4cf8-ba86-ff48d1f3fd37.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727352885 {#1747
    date: 2024-09-26 14:14:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1748 …}
  +votes: Doctrine\ORM\PersistentCollection {#1474 …}
  +reports: Doctrine\ORM\PersistentCollection {#1471 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1473 …}
  +badges: Doctrine\ORM\PersistentCollection {#1483 …}
  +children: []
  -id: 32052
  -titleTs: "'1978':13 'art':9 'back':7 'battl':1 'concept':8 'empir':5 'hoth':3 'mcquarri':12 'ralph':11 'strike':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705886180
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10974067"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705799780 {#1738
    date: 2024-01-21 02:16:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1753
  +user: Proxies\__CG__\App\Entity\User {#1746 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1749 …}
  +image: Proxies\__CG__\App\Entity\Image {#1750 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Battle-of-Hoth-The-Empire-Strikes-Back-concept-art-by"
  +title: "Battle of Hoth - The Empire Strikes Back concept art by Ralph McQuarrie (1978)"
  +url: "https://lemmy.world/pictrs/image/9583ea88-2421-4cf8-ba86-ff48d1f3fd37.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727352885 {#1747
    date: 2024-09-26 14:14:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1748 …}
  +votes: Doctrine\ORM\PersistentCollection {#1474 …}
  +reports: Doctrine\ORM\PersistentCollection {#1471 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1473 …}
  +badges: Doctrine\ORM\PersistentCollection {#1483 …}
  +children: []
  -id: 32052
  -titleTs: "'1978':13 'art':9 'back':7 'battl':1 'concept':8 'empir':5 'hoth':3 'mcquarri':12 'ralph':11 'strike':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705886180
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10974067"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705799780 {#1738
    date: 2024-01-21 02:16:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1753
  +user: Proxies\__CG__\App\Entity\User {#1746 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1749 …}
  +image: Proxies\__CG__\App\Entity\Image {#1750 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Battle-of-Hoth-The-Empire-Strikes-Back-concept-art-by"
  +title: "Battle of Hoth - The Empire Strikes Back concept art by Ralph McQuarrie (1978)"
  +url: "https://lemmy.world/pictrs/image/9583ea88-2421-4cf8-ba86-ff48d1f3fd37.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727352885 {#1747
    date: 2024-09-26 14:14:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1748 …}
  +votes: Doctrine\ORM\PersistentCollection {#1474 …}
  +reports: Doctrine\ORM\PersistentCollection {#1471 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1470 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1473 …}
  +badges: Doctrine\ORM\PersistentCollection {#1483 …}
  +children: []
  -id: 32052
  -titleTs: "'1978':13 'art':9 'back':7 'battl':1 'concept':8 'empir':5 'hoth':3 'mcquarri':12 'ralph':11 'strike':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705886180
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10974067"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705799780 {#1738
    date: 2024-01-21 02:16:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\Entry {#1488
  +user: Proxies\__CG__\App\Entity\User {#1487 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "AllDebrid-Kodi-The-Crew"
  +title: "AllDebrid/Kodi/The Crew"
  +url: null
  +body: "I’m getting plenty of links from AllDebrid set up with The Crew on Kodi, but all videos stop playing after about 15 seconds in. The clock keeps ticking, but the screen freezes. What could I be doing wrong?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727352651 {#1484
    date: 2024-09-26 14:10:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1489 …}
  +votes: Doctrine\ORM\PersistentCollection {#1494 …}
  +reports: Doctrine\ORM\PersistentCollection {#1491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1475 …}
  +badges: Doctrine\ORM\PersistentCollection {#1476 …}
  +children: []
  -id: 32057
  -titleTs: "'alldebrid/kodi/the':1 'crew':2"
  -bodyTs: "'15':23 'alldebrid':8 'clock':27 'could':35 'crew':13 'freez':33 'get':3 'keep':28 'kodi':15 'link':6 'm':2 'play':20 'plenti':4 'screen':32 'second':24 'set':9 'stop':19 'tick':29 'video':18 'wrong':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705878268
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10974378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705800268 {#1486
    date: 2024-01-21 02:24:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1488
  +user: Proxies\__CG__\App\Entity\User {#1487 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "AllDebrid-Kodi-The-Crew"
  +title: "AllDebrid/Kodi/The Crew"
  +url: null
  +body: "I’m getting plenty of links from AllDebrid set up with The Crew on Kodi, but all videos stop playing after about 15 seconds in. The clock keeps ticking, but the screen freezes. What could I be doing wrong?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727352651 {#1484
    date: 2024-09-26 14:10:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1489 …}
  +votes: Doctrine\ORM\PersistentCollection {#1494 …}
  +reports: Doctrine\ORM\PersistentCollection {#1491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1475 …}
  +badges: Doctrine\ORM\PersistentCollection {#1476 …}
  +children: []
  -id: 32057
  -titleTs: "'alldebrid/kodi/the':1 'crew':2"
  -bodyTs: "'15':23 'alldebrid':8 'clock':27 'could':35 'crew':13 'freez':33 'get':3 'keep':28 'kodi':15 'link':6 'm':2 'play':20 'plenti':4 'screen':32 'second':24 'set':9 'stop':19 'tick':29 'video':18 'wrong':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705878268
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10974378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705800268 {#1486
    date: 2024-01-21 02:24:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1488
  +user: Proxies\__CG__\App\Entity\User {#1487 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "AllDebrid-Kodi-The-Crew"
  +title: "AllDebrid/Kodi/The Crew"
  +url: null
  +body: "I’m getting plenty of links from AllDebrid set up with The Crew on Kodi, but all videos stop playing after about 15 seconds in. The clock keeps ticking, but the screen freezes. What could I be doing wrong?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727352651 {#1484
    date: 2024-09-26 14:10:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1489 …}
  +votes: Doctrine\ORM\PersistentCollection {#1494 …}
  +reports: Doctrine\ORM\PersistentCollection {#1491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1475 …}
  +badges: Doctrine\ORM\PersistentCollection {#1476 …}
  +children: []
  -id: 32057
  -titleTs: "'alldebrid/kodi/the':1 'crew':2"
  -bodyTs: "'15':23 'alldebrid':8 'clock':27 'could':35 'crew':13 'freez':33 'get':3 'keep':28 'kodi':15 'link':6 'm':2 'play':20 'plenti':4 'screen':32 'second':24 'set':9 'stop':19 'tick':29 'video':18 'wrong':39"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705878268
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10974378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705800268 {#1486
    date: 2024-01-21 02:24:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1755
  +user: Proxies\__CG__\App\Entity\User {#1760 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1749 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1757 …}
  +slug: "Ralph-McQuarrie-s-Concept-Art-for-the-original-trilogy"
  +title: "Ralph McQuarrie's Concept Art for the original trilogy"
  +url: "https://i.redd.it/rt0x3n95rocc1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 135
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727352449 {#1758
    date: 2024-09-26 14:07:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1763 …}
  +votes: Doctrine\ORM\PersistentCollection {#1767 …}
  +reports: Doctrine\ORM\PersistentCollection {#1762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1779 …}
  +badges: Doctrine\ORM\PersistentCollection {#1787 …}
  +children: []
  -id: 30850
  -titleTs: "'art':5 'concept':4 'mcquarri':2 'origin':8 'ralph':1 'trilog':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705462899
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9350109"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705376499 {#1754
    date: 2024-01-16 04:41:39.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1755
  +user: Proxies\__CG__\App\Entity\User {#1760 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1749 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1757 …}
  +slug: "Ralph-McQuarrie-s-Concept-Art-for-the-original-trilogy"
  +title: "Ralph McQuarrie's Concept Art for the original trilogy"
  +url: "https://i.redd.it/rt0x3n95rocc1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 135
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727352449 {#1758
    date: 2024-09-26 14:07:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1763 …}
  +votes: Doctrine\ORM\PersistentCollection {#1767 …}
  +reports: Doctrine\ORM\PersistentCollection {#1762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1779 …}
  +badges: Doctrine\ORM\PersistentCollection {#1787 …}
  +children: []
  -id: 30850
  -titleTs: "'art':5 'concept':4 'mcquarri':2 'origin':8 'ralph':1 'trilog':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705462899
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9350109"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705376499 {#1754
    date: 2024-01-16 04:41:39.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1755
  +user: Proxies\__CG__\App\Entity\User {#1760 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1749 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1757 …}
  +slug: "Ralph-McQuarrie-s-Concept-Art-for-the-original-trilogy"
  +title: "Ralph McQuarrie's Concept Art for the original trilogy"
  +url: "https://i.redd.it/rt0x3n95rocc1.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 2
  +favouriteCount: 135
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727352449 {#1758
    date: 2024-09-26 14:07:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1763 …}
  +votes: Doctrine\ORM\PersistentCollection {#1767 …}
  +reports: Doctrine\ORM\PersistentCollection {#1762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1779 …}
  +badges: Doctrine\ORM\PersistentCollection {#1787 …}
  +children: []
  -id: 30850
  -titleTs: "'art':5 'concept':4 'mcquarri':2 'origin':8 'ralph':1 'trilog':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705462899
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9350109"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705376499 {#1754
    date: 2024-01-16 04:41:39.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1776
  +user: Proxies\__CG__\App\Entity\User {#1781 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1782 …}
  +image: Proxies\__CG__\App\Entity\Image {#1783 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1785 …}
  +slug: "Cats-Filled-the-Prison-Then-the-Inmates-Fell-in-Love"
  +title: "Cats Filled the Prison. Then the Inmates Fell in Love."
  +url: "https://www.nytimes.com/2023/12/31/world/americas/cat-prison-chile.html"
  +body: """
    Some say they were first brought in to take out the rats. Others contend they wandered in on their own.\n
    \n
    What everyone can agree on — including those who have lived or worked at Chile’s largest prison the longest — is that the cats were here first.\n
    \n
    Known simply as “the Pen,” the 180-year-old main penitentiary in Santiago, Chile’s capital, has long been known as a place where men live in cages and cats roam free. What is now more clearly understood is the positive effect of the prison’s roughly 300 cats on the 5,600 human residents.\n
    \n
    The felines’ presence “has changed the inmates’ mood, has regulated their behavior and has strengthened their sense of responsibility with their duties, especially caring for animals,” said the prison’s warden, Col. Helen Leal González, who has two cats of her own at home, Reina and Dante, and a collection of cat figurines on her desk.\n
    \n
    Prisoners informally adopt the cats, work together to care for them, share their food and beds and, in some cases, have built them little houses. In return, the cats provide something invaluable in a lockup notorious for overcrowding and squalid conditions: love, affection and acceptance.\n
    \n
    “Sometimes you’ll be depressed and it’s like she senses that you’re a bit down,” said Reinaldo Rodriguez, 48, who is scheduled to be imprisoned until 2031 on a firearms conviction. “She comes and glues herself to you. She’ll touch her face to yours.”\n
    \n
    Formal programs to connect prisoners and animals became more common in the late 1970s, and after consistently positive results, they have expanded across the world, including to Japan, the Netherlands and Brazil.\n
    \n
    They have become particularly popular in the United States. In Arizona, prisoners train wild horses to patrol the U.S. border with Mexico. In Minnesota and Michigan, prisoners train dogs for the blind and deaf. And in Massachusetts, prisoners help care for wounded or sick wildlife, like hawks, coyotes and raccoons.\n
    \n
    Connecting inmates and dogs has repeatedly been shown to lead to “a decrease in recidivism, improved empathy, improved social skills and a safer and more positive relationship between inmates and prison officials,” said Beatriz Villafaina-Domínguez, a researcher in Spain who reviewed 20 separate studies of such programs.\n
    \n
    Dogs have been the most common animal used by prisons, followed by horses, and in most programs, animals are brought to the inmates, or vice versa. In Chile, however, the inmates developed an organic connection to the stray cats who live alongside them.\n
    \n
    Yet there was a time when the relationship was not so positive. A decade ago, the cat population was expanding uncontrolled and many cats were getting sick, including developing a contagious infection that left some cats blind. The situation “even stressed out the inmates themselves,” said Carla Contreras Sandoval, a prison social worker with two cat tattoos.\n
    \n
    So in 2016, prison officials finally allowed volunteers to come care for the cats. A Chilean organization called the Felinnos Foundation has since worked with Humane Society International to systematically collect all of the cats to treat, spay and neuter them. They have now reached nearly every one.\n
    \n
    Like the inmates, the cats’ living conditions vary by section of the prison. During a recess period in one of the most crowded areas, where 250 prisoners share 26 cells, prisoners packed a narrow passageway, with clothes drying overhead and cats darting between their feet.\n
    \n
    Eduardo Campos Torreblanca, who is serving three years for aggravated robbery, said each cell cared for at least one cat, but his kitten had recently died. “He was tiny, a baby,” he said. “And someone stepped on him.”\n
    \n
    When the volunteers first arrived in 2016, they counted nearly 400 cats, a figure that left out newborn kittens and a large cat colony that mostly stuck to the roof. Now that number has been steadily declining. Why? Consider Mr. Nuñez, the home-burglary convict with two years left on his sentence. When he is freed, what would happen to his cat, Ugly? That was easy, he said. “She’s coming with me.”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 144
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727349475 {#1774
    date: 2024-09-26 13:17:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1784 …}
  +votes: Doctrine\ORM\PersistentCollection {#1780 …}
  +reports: Doctrine\ORM\PersistentCollection {#1765 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1682 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1444 …}
  +badges: Doctrine\ORM\PersistentCollection {#1452 …}
  +children: []
  -id: 27613
  -titleTs: "'cat':1 'fell':8 'fill':2 'inmat':7 'love':10 'prison':4"
  -bodyTs: "'180':53 '1970s':264 '20':376 '2016':484,619 '2031':232 '250':555 '26':558 '300':95 '400':623 '48':224 '5':99 '600':100 'accept':203 'across':273 'adopt':161 'affect':201 'aggrav':584 'ago':439 'agre':24 'allow':488 'alongsid':423 'anim':128,257,388,399 'area':553 'arizona':293 'arriv':617 'babi':605 'beatriz':366 'becam':258 'becom':285 'bed':174 'behavior':114 'bit':219 'blind':314,461 'border':302 'brazil':282 'brought':6,401 'built':180 'burglari':657 'cage':75 'call':499 'campo':576 'capit':63 'care':126,167,322,492,589 'carla':471 'case':178 'cat':43,77,96,141,154,163,187,420,441,448,460,480,495,516,534,570,594,624,635,675 'cell':559,588 'chang':107 'chile':34,61,409 'chilean':497 'clear':84 'cloth':566 'col':134 'collect':152,512 'coloni':636 'come':238,491,684 'common':260,387 'condit':199,536 'connect':254,333,416 'consid':651 'consist':267 'contagi':455 'contend':14 'contrera':472 'convict':236,658 'count':621 'coyot':330 'crowd':552 'dant':149 'dart':571 'deaf':316 'decad':438 'declin':649 'decreas':345 'depress':208 'desk':158 'develop':413,453 'die':600 'dog':311,336,382 'domínguez':369 'dri':567 'duti':124 'easi':679 'eduardo':575 'effect':89 'empathi':349 'especi':125 'even':464 'everi':528 'everyon':22 'expand':272,444 'face':248 'feet':574 'felin':104 'felinno':501 'figur':626 'figurin':155 'final':487 'firearm':235 'first':5,46,616 'follow':392 'food':172 'formal':251 'foundat':502 'free':79 'freed':669 'get':450 'glue':240 'gonzález':137 'happen':672 'hawk':329 'helen':135 'help':321 'home':146,656 'home-burglari':655 'hors':297,394 'hous':183 'howev':410 'human':101,507 'imprison':230 'improv':348,350 'includ':26,276,452 'infect':456 'inform':160 'inmat':109,334,361,404,412,468,532 'intern':509 'invalu':190 'japan':278 'kitten':597,631 'known':47,67 'larg':634 'largest':36 'late':263 'lead':342 'leal':136 'least':592 'left':458,628,662 'like':212,328,530 'littl':182 'live':30,73,422,535 'll':206,245 'lockup':193 'long':65 'longest':39 'love':200 'main':57 'mani':447 'massachusett':319 'men':72 'mexico':304 'michigan':308 'minnesota':306 'mood':110 'most':638 'mr':652 'narrow':563 'near':527,622 'netherland':280 'neuter':521 'newborn':630 'notori':194 'number':645 'nuñez':653 'offici':364,486 'old':56 'one':529,548,593 'organ':415,498 'other':13 'overcrowd':196 'overhead':568 'pack':561 'particular':286 'passageway':564 'patrol':299 'pen':51 'penitentiari':58 'period':546 'place':70 'popul':442 'popular':287 'posit':88,268,358,436 'presenc':105 'prison':37,92,131,159,255,294,309,320,363,391,475,485,542,556,560 'program':252,381,398 'provid':188 'raccoon':332 'rat':12 're':217 'reach':526 'recent':599 'recess':545 'recidiv':347 'regul':112 'reina':147 'reinaldo':222 'relationship':359,432 'repeat':338 'research':371 'resid':102 'respons':121 'result':269 'return':185 'review':375 'roam':78 'robberi':585 'rodriguez':223 'roof':642 'rough':94 'safer':355 'said':129,221,365,470,586,607,681 'sandov':473 'santiago':60 'say':2 'schedul':227 'section':539 'sens':119,214 'sentenc':665 'separ':377 'serv':580 'share':170,557 'shown':340 'sick':326,451 'simpli':48 'sinc':504 'situat':463 'skill':352 'social':351,476 'societi':508 'someon':609 'someth':189 'sometim':204 'spain':373 'spay':519 'squalid':198 'state':291 'steadili':648 'step':610 'stray':419 'strengthen':117 'stress':465 'stuck':639 'studi':378 'systemat':511 'take':9 'tattoo':481 'three':581 'time':429 'tini':603 'togeth':165 'torreblanca':577 'touch':246 'train':295,310 'treat':518 'two':140,479,660 'u.s':301 'ugli':676 'uncontrol':445 'understood':85 'unit':290 'use':389 'vari':537 'versa':407 'vice':406 'villafaina':368 'villafaina-domínguez':367 'volunt':489,615 'wander':16 'warden':133 'wild':296 'wildlif':327 'work':32,164,505 'worker':477 'world':275 'would':671 'wound':324 'year':55,582,661 'year-old':54 'yet':425"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704635031
  +visibility: "visible             "
  +apId: "https://kbin.social/m/upliftingnews@lemmy.world/t/743999"
  +editedAt: DateTimeImmutable @1712328498 {#1773
    date: 2024-04-05 16:48:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704548631 {#1775
    date: 2024-01-06 14:43:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1776
  +user: Proxies\__CG__\App\Entity\User {#1781 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1782 …}
  +image: Proxies\__CG__\App\Entity\Image {#1783 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1785 …}
  +slug: "Cats-Filled-the-Prison-Then-the-Inmates-Fell-in-Love"
  +title: "Cats Filled the Prison. Then the Inmates Fell in Love."
  +url: "https://www.nytimes.com/2023/12/31/world/americas/cat-prison-chile.html"
  +body: """
    Some say they were first brought in to take out the rats. Others contend they wandered in on their own.\n
    \n
    What everyone can agree on — including those who have lived or worked at Chile’s largest prison the longest — is that the cats were here first.\n
    \n
    Known simply as “the Pen,” the 180-year-old main penitentiary in Santiago, Chile’s capital, has long been known as a place where men live in cages and cats roam free. What is now more clearly understood is the positive effect of the prison’s roughly 300 cats on the 5,600 human residents.\n
    \n
    The felines’ presence “has changed the inmates’ mood, has regulated their behavior and has strengthened their sense of responsibility with their duties, especially caring for animals,” said the prison’s warden, Col. Helen Leal González, who has two cats of her own at home, Reina and Dante, and a collection of cat figurines on her desk.\n
    \n
    Prisoners informally adopt the cats, work together to care for them, share their food and beds and, in some cases, have built them little houses. In return, the cats provide something invaluable in a lockup notorious for overcrowding and squalid conditions: love, affection and acceptance.\n
    \n
    “Sometimes you’ll be depressed and it’s like she senses that you’re a bit down,” said Reinaldo Rodriguez, 48, who is scheduled to be imprisoned until 2031 on a firearms conviction. “She comes and glues herself to you. She’ll touch her face to yours.”\n
    \n
    Formal programs to connect prisoners and animals became more common in the late 1970s, and after consistently positive results, they have expanded across the world, including to Japan, the Netherlands and Brazil.\n
    \n
    They have become particularly popular in the United States. In Arizona, prisoners train wild horses to patrol the U.S. border with Mexico. In Minnesota and Michigan, prisoners train dogs for the blind and deaf. And in Massachusetts, prisoners help care for wounded or sick wildlife, like hawks, coyotes and raccoons.\n
    \n
    Connecting inmates and dogs has repeatedly been shown to lead to “a decrease in recidivism, improved empathy, improved social skills and a safer and more positive relationship between inmates and prison officials,” said Beatriz Villafaina-Domínguez, a researcher in Spain who reviewed 20 separate studies of such programs.\n
    \n
    Dogs have been the most common animal used by prisons, followed by horses, and in most programs, animals are brought to the inmates, or vice versa. In Chile, however, the inmates developed an organic connection to the stray cats who live alongside them.\n
    \n
    Yet there was a time when the relationship was not so positive. A decade ago, the cat population was expanding uncontrolled and many cats were getting sick, including developing a contagious infection that left some cats blind. The situation “even stressed out the inmates themselves,” said Carla Contreras Sandoval, a prison social worker with two cat tattoos.\n
    \n
    So in 2016, prison officials finally allowed volunteers to come care for the cats. A Chilean organization called the Felinnos Foundation has since worked with Humane Society International to systematically collect all of the cats to treat, spay and neuter them. They have now reached nearly every one.\n
    \n
    Like the inmates, the cats’ living conditions vary by section of the prison. During a recess period in one of the most crowded areas, where 250 prisoners share 26 cells, prisoners packed a narrow passageway, with clothes drying overhead and cats darting between their feet.\n
    \n
    Eduardo Campos Torreblanca, who is serving three years for aggravated robbery, said each cell cared for at least one cat, but his kitten had recently died. “He was tiny, a baby,” he said. “And someone stepped on him.”\n
    \n
    When the volunteers first arrived in 2016, they counted nearly 400 cats, a figure that left out newborn kittens and a large cat colony that mostly stuck to the roof. Now that number has been steadily declining. Why? Consider Mr. Nuñez, the home-burglary convict with two years left on his sentence. When he is freed, what would happen to his cat, Ugly? That was easy, he said. “She’s coming with me.”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 144
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727349475 {#1774
    date: 2024-09-26 13:17:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1784 …}
  +votes: Doctrine\ORM\PersistentCollection {#1780 …}
  +reports: Doctrine\ORM\PersistentCollection {#1765 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1682 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1444 …}
  +badges: Doctrine\ORM\PersistentCollection {#1452 …}
  +children: []
  -id: 27613
  -titleTs: "'cat':1 'fell':8 'fill':2 'inmat':7 'love':10 'prison':4"
  -bodyTs: "'180':53 '1970s':264 '20':376 '2016':484,619 '2031':232 '250':555 '26':558 '300':95 '400':623 '48':224 '5':99 '600':100 'accept':203 'across':273 'adopt':161 'affect':201 'aggrav':584 'ago':439 'agre':24 'allow':488 'alongsid':423 'anim':128,257,388,399 'area':553 'arizona':293 'arriv':617 'babi':605 'beatriz':366 'becam':258 'becom':285 'bed':174 'behavior':114 'bit':219 'blind':314,461 'border':302 'brazil':282 'brought':6,401 'built':180 'burglari':657 'cage':75 'call':499 'campo':576 'capit':63 'care':126,167,322,492,589 'carla':471 'case':178 'cat':43,77,96,141,154,163,187,420,441,448,460,480,495,516,534,570,594,624,635,675 'cell':559,588 'chang':107 'chile':34,61,409 'chilean':497 'clear':84 'cloth':566 'col':134 'collect':152,512 'coloni':636 'come':238,491,684 'common':260,387 'condit':199,536 'connect':254,333,416 'consid':651 'consist':267 'contagi':455 'contend':14 'contrera':472 'convict':236,658 'count':621 'coyot':330 'crowd':552 'dant':149 'dart':571 'deaf':316 'decad':438 'declin':649 'decreas':345 'depress':208 'desk':158 'develop':413,453 'die':600 'dog':311,336,382 'domínguez':369 'dri':567 'duti':124 'easi':679 'eduardo':575 'effect':89 'empathi':349 'especi':125 'even':464 'everi':528 'everyon':22 'expand':272,444 'face':248 'feet':574 'felin':104 'felinno':501 'figur':626 'figurin':155 'final':487 'firearm':235 'first':5,46,616 'follow':392 'food':172 'formal':251 'foundat':502 'free':79 'freed':669 'get':450 'glue':240 'gonzález':137 'happen':672 'hawk':329 'helen':135 'help':321 'home':146,656 'home-burglari':655 'hors':297,394 'hous':183 'howev':410 'human':101,507 'imprison':230 'improv':348,350 'includ':26,276,452 'infect':456 'inform':160 'inmat':109,334,361,404,412,468,532 'intern':509 'invalu':190 'japan':278 'kitten':597,631 'known':47,67 'larg':634 'largest':36 'late':263 'lead':342 'leal':136 'least':592 'left':458,628,662 'like':212,328,530 'littl':182 'live':30,73,422,535 'll':206,245 'lockup':193 'long':65 'longest':39 'love':200 'main':57 'mani':447 'massachusett':319 'men':72 'mexico':304 'michigan':308 'minnesota':306 'mood':110 'most':638 'mr':652 'narrow':563 'near':527,622 'netherland':280 'neuter':521 'newborn':630 'notori':194 'number':645 'nuñez':653 'offici':364,486 'old':56 'one':529,548,593 'organ':415,498 'other':13 'overcrowd':196 'overhead':568 'pack':561 'particular':286 'passageway':564 'patrol':299 'pen':51 'penitentiari':58 'period':546 'place':70 'popul':442 'popular':287 'posit':88,268,358,436 'presenc':105 'prison':37,92,131,159,255,294,309,320,363,391,475,485,542,556,560 'program':252,381,398 'provid':188 'raccoon':332 'rat':12 're':217 'reach':526 'recent':599 'recess':545 'recidiv':347 'regul':112 'reina':147 'reinaldo':222 'relationship':359,432 'repeat':338 'research':371 'resid':102 'respons':121 'result':269 'return':185 'review':375 'roam':78 'robberi':585 'rodriguez':223 'roof':642 'rough':94 'safer':355 'said':129,221,365,470,586,607,681 'sandov':473 'santiago':60 'say':2 'schedul':227 'section':539 'sens':119,214 'sentenc':665 'separ':377 'serv':580 'share':170,557 'shown':340 'sick':326,451 'simpli':48 'sinc':504 'situat':463 'skill':352 'social':351,476 'societi':508 'someon':609 'someth':189 'sometim':204 'spain':373 'spay':519 'squalid':198 'state':291 'steadili':648 'step':610 'stray':419 'strengthen':117 'stress':465 'stuck':639 'studi':378 'systemat':511 'take':9 'tattoo':481 'three':581 'time':429 'tini':603 'togeth':165 'torreblanca':577 'touch':246 'train':295,310 'treat':518 'two':140,479,660 'u.s':301 'ugli':676 'uncontrol':445 'understood':85 'unit':290 'use':389 'vari':537 'versa':407 'vice':406 'villafaina':368 'villafaina-domínguez':367 'volunt':489,615 'wander':16 'warden':133 'wild':296 'wildlif':327 'work':32,164,505 'worker':477 'world':275 'would':671 'wound':324 'year':55,582,661 'year-old':54 'yet':425"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704635031
  +visibility: "visible             "
  +apId: "https://kbin.social/m/upliftingnews@lemmy.world/t/743999"
  +editedAt: DateTimeImmutable @1712328498 {#1773
    date: 2024-04-05 16:48:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704548631 {#1775
    date: 2024-01-06 14:43:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1776
  +user: Proxies\__CG__\App\Entity\User {#1781 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1782 …}
  +image: Proxies\__CG__\App\Entity\Image {#1783 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1785 …}
  +slug: "Cats-Filled-the-Prison-Then-the-Inmates-Fell-in-Love"
  +title: "Cats Filled the Prison. Then the Inmates Fell in Love."
  +url: "https://www.nytimes.com/2023/12/31/world/americas/cat-prison-chile.html"
  +body: """
    Some say they were first brought in to take out the rats. Others contend they wandered in on their own.\n
    \n
    What everyone can agree on — including those who have lived or worked at Chile’s largest prison the longest — is that the cats were here first.\n
    \n
    Known simply as “the Pen,” the 180-year-old main penitentiary in Santiago, Chile’s capital, has long been known as a place where men live in cages and cats roam free. What is now more clearly understood is the positive effect of the prison’s roughly 300 cats on the 5,600 human residents.\n
    \n
    The felines’ presence “has changed the inmates’ mood, has regulated their behavior and has strengthened their sense of responsibility with their duties, especially caring for animals,” said the prison’s warden, Col. Helen Leal González, who has two cats of her own at home, Reina and Dante, and a collection of cat figurines on her desk.\n
    \n
    Prisoners informally adopt the cats, work together to care for them, share their food and beds and, in some cases, have built them little houses. In return, the cats provide something invaluable in a lockup notorious for overcrowding and squalid conditions: love, affection and acceptance.\n
    \n
    “Sometimes you’ll be depressed and it’s like she senses that you’re a bit down,” said Reinaldo Rodriguez, 48, who is scheduled to be imprisoned until 2031 on a firearms conviction. “She comes and glues herself to you. She’ll touch her face to yours.”\n
    \n
    Formal programs to connect prisoners and animals became more common in the late 1970s, and after consistently positive results, they have expanded across the world, including to Japan, the Netherlands and Brazil.\n
    \n
    They have become particularly popular in the United States. In Arizona, prisoners train wild horses to patrol the U.S. border with Mexico. In Minnesota and Michigan, prisoners train dogs for the blind and deaf. And in Massachusetts, prisoners help care for wounded or sick wildlife, like hawks, coyotes and raccoons.\n
    \n
    Connecting inmates and dogs has repeatedly been shown to lead to “a decrease in recidivism, improved empathy, improved social skills and a safer and more positive relationship between inmates and prison officials,” said Beatriz Villafaina-Domínguez, a researcher in Spain who reviewed 20 separate studies of such programs.\n
    \n
    Dogs have been the most common animal used by prisons, followed by horses, and in most programs, animals are brought to the inmates, or vice versa. In Chile, however, the inmates developed an organic connection to the stray cats who live alongside them.\n
    \n
    Yet there was a time when the relationship was not so positive. A decade ago, the cat population was expanding uncontrolled and many cats were getting sick, including developing a contagious infection that left some cats blind. The situation “even stressed out the inmates themselves,” said Carla Contreras Sandoval, a prison social worker with two cat tattoos.\n
    \n
    So in 2016, prison officials finally allowed volunteers to come care for the cats. A Chilean organization called the Felinnos Foundation has since worked with Humane Society International to systematically collect all of the cats to treat, spay and neuter them. They have now reached nearly every one.\n
    \n
    Like the inmates, the cats’ living conditions vary by section of the prison. During a recess period in one of the most crowded areas, where 250 prisoners share 26 cells, prisoners packed a narrow passageway, with clothes drying overhead and cats darting between their feet.\n
    \n
    Eduardo Campos Torreblanca, who is serving three years for aggravated robbery, said each cell cared for at least one cat, but his kitten had recently died. “He was tiny, a baby,” he said. “And someone stepped on him.”\n
    \n
    When the volunteers first arrived in 2016, they counted nearly 400 cats, a figure that left out newborn kittens and a large cat colony that mostly stuck to the roof. Now that number has been steadily declining. Why? Consider Mr. Nuñez, the home-burglary convict with two years left on his sentence. When he is freed, what would happen to his cat, Ugly? That was easy, he said. “She’s coming with me.”
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 7
  +favouriteCount: 144
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727349475 {#1774
    date: 2024-09-26 13:17:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1784 …}
  +votes: Doctrine\ORM\PersistentCollection {#1780 …}
  +reports: Doctrine\ORM\PersistentCollection {#1765 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1682 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1444 …}
  +badges: Doctrine\ORM\PersistentCollection {#1452 …}
  +children: []
  -id: 27613
  -titleTs: "'cat':1 'fell':8 'fill':2 'inmat':7 'love':10 'prison':4"
  -bodyTs: "'180':53 '1970s':264 '20':376 '2016':484,619 '2031':232 '250':555 '26':558 '300':95 '400':623 '48':224 '5':99 '600':100 'accept':203 'across':273 'adopt':161 'affect':201 'aggrav':584 'ago':439 'agre':24 'allow':488 'alongsid':423 'anim':128,257,388,399 'area':553 'arizona':293 'arriv':617 'babi':605 'beatriz':366 'becam':258 'becom':285 'bed':174 'behavior':114 'bit':219 'blind':314,461 'border':302 'brazil':282 'brought':6,401 'built':180 'burglari':657 'cage':75 'call':499 'campo':576 'capit':63 'care':126,167,322,492,589 'carla':471 'case':178 'cat':43,77,96,141,154,163,187,420,441,448,460,480,495,516,534,570,594,624,635,675 'cell':559,588 'chang':107 'chile':34,61,409 'chilean':497 'clear':84 'cloth':566 'col':134 'collect':152,512 'coloni':636 'come':238,491,684 'common':260,387 'condit':199,536 'connect':254,333,416 'consid':651 'consist':267 'contagi':455 'contend':14 'contrera':472 'convict':236,658 'count':621 'coyot':330 'crowd':552 'dant':149 'dart':571 'deaf':316 'decad':438 'declin':649 'decreas':345 'depress':208 'desk':158 'develop':413,453 'die':600 'dog':311,336,382 'domínguez':369 'dri':567 'duti':124 'easi':679 'eduardo':575 'effect':89 'empathi':349 'especi':125 'even':464 'everi':528 'everyon':22 'expand':272,444 'face':248 'feet':574 'felin':104 'felinno':501 'figur':626 'figurin':155 'final':487 'firearm':235 'first':5,46,616 'follow':392 'food':172 'formal':251 'foundat':502 'free':79 'freed':669 'get':450 'glue':240 'gonzález':137 'happen':672 'hawk':329 'helen':135 'help':321 'home':146,656 'home-burglari':655 'hors':297,394 'hous':183 'howev':410 'human':101,507 'imprison':230 'improv':348,350 'includ':26,276,452 'infect':456 'inform':160 'inmat':109,334,361,404,412,468,532 'intern':509 'invalu':190 'japan':278 'kitten':597,631 'known':47,67 'larg':634 'largest':36 'late':263 'lead':342 'leal':136 'least':592 'left':458,628,662 'like':212,328,530 'littl':182 'live':30,73,422,535 'll':206,245 'lockup':193 'long':65 'longest':39 'love':200 'main':57 'mani':447 'massachusett':319 'men':72 'mexico':304 'michigan':308 'minnesota':306 'mood':110 'most':638 'mr':652 'narrow':563 'near':527,622 'netherland':280 'neuter':521 'newborn':630 'notori':194 'number':645 'nuñez':653 'offici':364,486 'old':56 'one':529,548,593 'organ':415,498 'other':13 'overcrowd':196 'overhead':568 'pack':561 'particular':286 'passageway':564 'patrol':299 'pen':51 'penitentiari':58 'period':546 'place':70 'popul':442 'popular':287 'posit':88,268,358,436 'presenc':105 'prison':37,92,131,159,255,294,309,320,363,391,475,485,542,556,560 'program':252,381,398 'provid':188 'raccoon':332 'rat':12 're':217 'reach':526 'recent':599 'recess':545 'recidiv':347 'regul':112 'reina':147 'reinaldo':222 'relationship':359,432 'repeat':338 'research':371 'resid':102 'respons':121 'result':269 'return':185 'review':375 'roam':78 'robberi':585 'rodriguez':223 'roof':642 'rough':94 'safer':355 'said':129,221,365,470,586,607,681 'sandov':473 'santiago':60 'say':2 'schedul':227 'section':539 'sens':119,214 'sentenc':665 'separ':377 'serv':580 'share':170,557 'shown':340 'sick':326,451 'simpli':48 'sinc':504 'situat':463 'skill':352 'social':351,476 'societi':508 'someon':609 'someth':189 'sometim':204 'spain':373 'spay':519 'squalid':198 'state':291 'steadili':648 'step':610 'stray':419 'strengthen':117 'stress':465 'stuck':639 'studi':378 'systemat':511 'take':9 'tattoo':481 'three':581 'time':429 'tini':603 'togeth':165 'torreblanca':577 'touch':246 'train':295,310 'treat':518 'two':140,479,660 'u.s':301 'ugli':676 'uncontrol':445 'understood':85 'unit':290 'use':389 'vari':537 'versa':407 'vice':406 'villafaina':368 'villafaina-domínguez':367 'volunt':489,615 'wander':16 'warden':133 'wild':296 'wildlif':327 'work':32,164,505 'worker':477 'world':275 'would':671 'wound':324 'year':55,582,661 'year-old':54 'yet':425"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704635031
  +visibility: "visible             "
  +apId: "https://kbin.social/m/upliftingnews@lemmy.world/t/743999"
  +editedAt: DateTimeImmutable @1712328498 {#1773
    date: 2024-04-05 16:48:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704548631 {#1775
    date: 2024-01-06 14:43:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED moderate
App\Entity\Entry {#1637
  +user: Proxies\__CG__\App\Entity\User {#1642 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: Proxies\__CG__\App\Entity\Image {#1643 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Right"
  +title: "Right?"
  +url: "https://lemmy.world/pictrs/image/0b7bb35b-76b8-4b35-9b28-ea3c46c91a67.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 215
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727349453 {#1465
    date: 2024-09-26 13:17:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1622 …}
  +votes: Doctrine\ORM\PersistentCollection {#1627 …}
  +reports: Doctrine\ORM\PersistentCollection {#1634 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1409 …}
  +badges: Doctrine\ORM\PersistentCollection {#1449 …}
  +children: []
  -id: 31799
  -titleTs: "'right':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705779738
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10921544"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705693338 {#1638
    date: 2024-01-19 20:42:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1637
  +user: Proxies\__CG__\App\Entity\User {#1642 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: Proxies\__CG__\App\Entity\Image {#1643 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Right"
  +title: "Right?"
  +url: "https://lemmy.world/pictrs/image/0b7bb35b-76b8-4b35-9b28-ea3c46c91a67.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 215
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727349453 {#1465
    date: 2024-09-26 13:17:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1622 …}
  +votes: Doctrine\ORM\PersistentCollection {#1627 …}
  +reports: Doctrine\ORM\PersistentCollection {#1634 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1409 …}
  +badges: Doctrine\ORM\PersistentCollection {#1449 …}
  +children: []
  -id: 31799
  -titleTs: "'right':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705779738
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10921544"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705693338 {#1638
    date: 2024-01-19 20:42:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1637
  +user: Proxies\__CG__\App\Entity\User {#1642 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: Proxies\__CG__\App\Entity\Image {#1643 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Right"
  +title: "Right?"
  +url: "https://lemmy.world/pictrs/image/0b7bb35b-76b8-4b35-9b28-ea3c46c91a67.png"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 5
  +favouriteCount: 215
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727349453 {#1465
    date: 2024-09-26 13:17:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1622 …}
  +votes: Doctrine\ORM\PersistentCollection {#1627 …}
  +reports: Doctrine\ORM\PersistentCollection {#1634 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1409 …}
  +badges: Doctrine\ORM\PersistentCollection {#1449 …}
  +children: []
  -id: 31799
  -titleTs: "'right':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705779738
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10921544"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705693338 {#1638
    date: 2024-01-19 20:42:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1447
  +user: Proxies\__CG__\App\Entity\User {#1424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1423 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "Recommendations-on-running-GPTs-on-Asahi-M1-Ultra"
  +title: "Recommendations on running GPTs on Asahi - M1 Ultra?"
  +url: null
  +body: """
    Hi,\n
    \n
    I wanted to run some Large Language Models locally. Something like [Private GPT](https://github.com/imartinez/privateGPT) or [Medium Article](https://medium.com/@aadityaubhat/local-llms-on-apple-silicon-39194de71ab7) on my local Apple Silicon to enhance my privacy but also get some additional help.\n
    \n
    Does anyone have recommendations or guides I could follow?\n
    \n
    Thank you very much.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727348589 {#1422
    date: 2024-09-26 13:03:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1442 …}
  +votes: Doctrine\ORM\PersistentCollection {#1420 …}
  +reports: Doctrine\ORM\PersistentCollection {#1451 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1417 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1411 …}
  +badges: Doctrine\ORM\PersistentCollection {#1441 …}
  +children: []
  -id: 31583
  -titleTs: "'asahi':6 'gpts':4 'm1':7 'recommend':1 'run':3 'ultra':8"
  -bodyTs: "'/@aadityaubhat/local-llms-on-apple-silicon-39194de71ab7)':23 '/imartinez/privategpt)':17 'addit':37 'also':34 'anyon':40 'appl':27 'articl':20 'could':46 'enhanc':30 'follow':47 'get':35 'github.com':16 'github.com/imartinez/privategpt)':15 'gpt':14 'guid':44 'help':38 'hi':1 'languag':8 'larg':7 'like':12 'local':10,26 'medium':19 'medium.com':22 'medium.com/@aadityaubhat/local-llms-on-apple-silicon-39194de71ab7)':21 'model':9 'much':51 'privaci':32 'privat':13 'recommend':42 'run':5 'silicon':28 'someth':11 'thank':48 'want':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705639994
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10881869"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705610994 {#1446
    date: 2024-01-18 21:49:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1447
  +user: Proxies\__CG__\App\Entity\User {#1424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1423 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "Recommendations-on-running-GPTs-on-Asahi-M1-Ultra"
  +title: "Recommendations on running GPTs on Asahi - M1 Ultra?"
  +url: null
  +body: """
    Hi,\n
    \n
    I wanted to run some Large Language Models locally. Something like [Private GPT](https://github.com/imartinez/privateGPT) or [Medium Article](https://medium.com/@aadityaubhat/local-llms-on-apple-silicon-39194de71ab7) on my local Apple Silicon to enhance my privacy but also get some additional help.\n
    \n
    Does anyone have recommendations or guides I could follow?\n
    \n
    Thank you very much.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727348589 {#1422
    date: 2024-09-26 13:03:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1442 …}
  +votes: Doctrine\ORM\PersistentCollection {#1420 …}
  +reports: Doctrine\ORM\PersistentCollection {#1451 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1417 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1411 …}
  +badges: Doctrine\ORM\PersistentCollection {#1441 …}
  +children: []
  -id: 31583
  -titleTs: "'asahi':6 'gpts':4 'm1':7 'recommend':1 'run':3 'ultra':8"
  -bodyTs: "'/@aadityaubhat/local-llms-on-apple-silicon-39194de71ab7)':23 '/imartinez/privategpt)':17 'addit':37 'also':34 'anyon':40 'appl':27 'articl':20 'could':46 'enhanc':30 'follow':47 'get':35 'github.com':16 'github.com/imartinez/privategpt)':15 'gpt':14 'guid':44 'help':38 'hi':1 'languag':8 'larg':7 'like':12 'local':10,26 'medium':19 'medium.com':22 'medium.com/@aadityaubhat/local-llms-on-apple-silicon-39194de71ab7)':21 'model':9 'much':51 'privaci':32 'privat':13 'recommend':42 'run':5 'silicon':28 'someth':11 'thank':48 'want':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705639994
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10881869"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705610994 {#1446
    date: 2024-01-18 21:49:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1447
  +user: Proxies\__CG__\App\Entity\User {#1424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1423 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "Recommendations-on-running-GPTs-on-Asahi-M1-Ultra"
  +title: "Recommendations on running GPTs on Asahi - M1 Ultra?"
  +url: null
  +body: """
    Hi,\n
    \n
    I wanted to run some Large Language Models locally. Something like [Private GPT](https://github.com/imartinez/privateGPT) or [Medium Article](https://medium.com/@aadityaubhat/local-llms-on-apple-silicon-39194de71ab7) on my local Apple Silicon to enhance my privacy but also get some additional help.\n
    \n
    Does anyone have recommendations or guides I could follow?\n
    \n
    Thank you very much.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727348589 {#1422
    date: 2024-09-26 13:03:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1442 …}
  +votes: Doctrine\ORM\PersistentCollection {#1420 …}
  +reports: Doctrine\ORM\PersistentCollection {#1451 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1417 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1411 …}
  +badges: Doctrine\ORM\PersistentCollection {#1441 …}
  +children: []
  -id: 31583
  -titleTs: "'asahi':6 'gpts':4 'm1':7 'recommend':1 'run':3 'ultra':8"
  -bodyTs: "'/@aadityaubhat/local-llms-on-apple-silicon-39194de71ab7)':23 '/imartinez/privategpt)':17 'addit':37 'also':34 'anyon':40 'appl':27 'articl':20 'could':46 'enhanc':30 'follow':47 'get':35 'github.com':16 'github.com/imartinez/privategpt)':15 'gpt':14 'guid':44 'help':38 'hi':1 'languag':8 'larg':7 'like':12 'local':10,26 'medium':19 'medium.com':22 'medium.com/@aadityaubhat/local-llms-on-apple-silicon-39194de71ab7)':21 'model':9 'much':51 'privaci':32 'privat':13 'recommend':42 'run':5 'silicon':28 'someth':11 'thank':48 'want':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705639994
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10881869"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705610994 {#1446
    date: 2024-01-18 21:49:54.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1425
  +user: Proxies\__CG__\App\Entity\User {#1416 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "How-does-Usenet-content-not-immediately-get-DMCA-d-into-oblivion"
  +title: "How does Usenet content not immediately get DMCA'd into oblivion?"
  +url: null
  +body: """
    For instance, say I search for “The Dark Knight” on my Usenet indexer. It returns to me a list of uploads and where to get them via my Usenet provider. I can then download them, stitch them together, and verify that it is, indeed, The Dark Knight. All of this costs only a few dollars a month for me.\n
    \n
    My question is, why can’t copyright holders do this as well? They could follow the same process, and then send takedown requests for each individual article which comprises the movie. We already know they try to catch people torrenting so why don’t they do this as well?\n
    \n
    I can think of a few reasons, but they all seem pretty shaky.\n
    \n
    1. The content is hosted in countries where they don’t have to comply with takedown requests.\n
    \n
    It seems unlikely to me that literally all of it is hosted in places like this. Plus, the providers wouldn’t be able to operate at all in countries like the US without facing legal repercussions.\n
    \n
    2. The copyright holders feel the upfront cost of indexer and provider access is greater than the cost of people pirating their content.\n
    \n
    This also seems fishy. It’s cheap enough for me as an individual to do this, and if Usenet weren’t an option, I’d have to pay for 3+ streaming services to be able to watch everything I do currently. They’d literally break even with this scheme if they could only remove access to me.\n
    \n
    3. They do actually do this, but it’s on a scale small enough for me not to care.\n
    \n
    The whole point of doing this would be to make Usenet a non-viable option for piracy. If I don’t care about it because it happens so rarely, then what’s the point of doing it at all?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 47
  +favouriteCount: 198
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727347680 {#1418
    date: 2024-09-26 12:48:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1427 …}
  +votes: Doctrine\ORM\PersistentCollection {#1454 …}
  +reports: Doctrine\ORM\PersistentCollection {#1462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1457 …}
  +badges: Doctrine\ORM\PersistentCollection {#1453 …}
  +children: []
  -id: 30519
  -titleTs: "'content':4 'd':9 'dmca':8 'get':7 'immedi':6 'oblivion':11 'usenet':3"
  -bodyTs: "'1':122 '2':175 '3':227,255 'abl':161,232 'access':187,252 'actual':258 'alreadi':92 'also':199 'articl':86 'break':242 'care':273,296 'catch':97 'cheap':204 'compli':135 'compris':88 'content':124,197 'copyright':66,177 'cost':51,182,192 'could':73,249 'countri':128,167 'current':238 'd':222,240 'dark':8,46 'dollar':55 'download':34 'enough':205,268 'even':243 'everyth':235 'face':172 'feel':179 'fishi':201 'follow':74 'get':25 'greater':189 'happen':301 'holder':67,178 'host':126,150 'inde':44 'index':13,184 'individu':85,210 'instanc':2 'knight':9,47 'know':93 'legal':173 'like':153,168 'list':19 'liter':145,241 'make':283 'month':57 'movi':90 'non':287 'non-viabl':286 'oper':163 'option':220,289 'pay':225 'peopl':98,194 'piraci':291 'pirat':195 'place':152 'plus':155 'point':276,308 'pretti':120 'process':77 'provid':30,157,186 'question':61 'rare':303 'reason':115 'remov':251 'repercuss':174 'request':82,138 'return':15 'say':3 'scale':266 'scheme':246 'search':5 'seem':119,140,200 'send':80 'servic':229 'shaki':121 'small':267 'stitch':36 'stream':228 'takedown':81,137 'think':111 'togeth':38 'torrent':99 'tri':95 'unlik':141 'upfront':181 'upload':21 'us':170 'usenet':12,29,216,284 'verifi':40 'via':27 'viabl':288 'watch':234 'well':71,108 'weren':217 'whole':275 'without':171 'would':280 'wouldn':158"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705359018
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10720350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705272618 {#1419
    date: 2024-01-14 23:50:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1425
  +user: Proxies\__CG__\App\Entity\User {#1416 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "How-does-Usenet-content-not-immediately-get-DMCA-d-into-oblivion"
  +title: "How does Usenet content not immediately get DMCA'd into oblivion?"
  +url: null
  +body: """
    For instance, say I search for “The Dark Knight” on my Usenet indexer. It returns to me a list of uploads and where to get them via my Usenet provider. I can then download them, stitch them together, and verify that it is, indeed, The Dark Knight. All of this costs only a few dollars a month for me.\n
    \n
    My question is, why can’t copyright holders do this as well? They could follow the same process, and then send takedown requests for each individual article which comprises the movie. We already know they try to catch people torrenting so why don’t they do this as well?\n
    \n
    I can think of a few reasons, but they all seem pretty shaky.\n
    \n
    1. The content is hosted in countries where they don’t have to comply with takedown requests.\n
    \n
    It seems unlikely to me that literally all of it is hosted in places like this. Plus, the providers wouldn’t be able to operate at all in countries like the US without facing legal repercussions.\n
    \n
    2. The copyright holders feel the upfront cost of indexer and provider access is greater than the cost of people pirating their content.\n
    \n
    This also seems fishy. It’s cheap enough for me as an individual to do this, and if Usenet weren’t an option, I’d have to pay for 3+ streaming services to be able to watch everything I do currently. They’d literally break even with this scheme if they could only remove access to me.\n
    \n
    3. They do actually do this, but it’s on a scale small enough for me not to care.\n
    \n
    The whole point of doing this would be to make Usenet a non-viable option for piracy. If I don’t care about it because it happens so rarely, then what’s the point of doing it at all?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 47
  +favouriteCount: 198
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727347680 {#1418
    date: 2024-09-26 12:48:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1427 …}
  +votes: Doctrine\ORM\PersistentCollection {#1454 …}
  +reports: Doctrine\ORM\PersistentCollection {#1462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1457 …}
  +badges: Doctrine\ORM\PersistentCollection {#1453 …}
  +children: []
  -id: 30519
  -titleTs: "'content':4 'd':9 'dmca':8 'get':7 'immedi':6 'oblivion':11 'usenet':3"
  -bodyTs: "'1':122 '2':175 '3':227,255 'abl':161,232 'access':187,252 'actual':258 'alreadi':92 'also':199 'articl':86 'break':242 'care':273,296 'catch':97 'cheap':204 'compli':135 'compris':88 'content':124,197 'copyright':66,177 'cost':51,182,192 'could':73,249 'countri':128,167 'current':238 'd':222,240 'dark':8,46 'dollar':55 'download':34 'enough':205,268 'even':243 'everyth':235 'face':172 'feel':179 'fishi':201 'follow':74 'get':25 'greater':189 'happen':301 'holder':67,178 'host':126,150 'inde':44 'index':13,184 'individu':85,210 'instanc':2 'knight':9,47 'know':93 'legal':173 'like':153,168 'list':19 'liter':145,241 'make':283 'month':57 'movi':90 'non':287 'non-viabl':286 'oper':163 'option':220,289 'pay':225 'peopl':98,194 'piraci':291 'pirat':195 'place':152 'plus':155 'point':276,308 'pretti':120 'process':77 'provid':30,157,186 'question':61 'rare':303 'reason':115 'remov':251 'repercuss':174 'request':82,138 'return':15 'say':3 'scale':266 'scheme':246 'search':5 'seem':119,140,200 'send':80 'servic':229 'shaki':121 'small':267 'stitch':36 'stream':228 'takedown':81,137 'think':111 'togeth':38 'torrent':99 'tri':95 'unlik':141 'upfront':181 'upload':21 'us':170 'usenet':12,29,216,284 'verifi':40 'via':27 'viabl':288 'watch':234 'well':71,108 'weren':217 'whole':275 'without':171 'would':280 'wouldn':158"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705359018
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10720350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705272618 {#1419
    date: 2024-01-14 23:50:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1425
  +user: Proxies\__CG__\App\Entity\User {#1416 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "How-does-Usenet-content-not-immediately-get-DMCA-d-into-oblivion"
  +title: "How does Usenet content not immediately get DMCA'd into oblivion?"
  +url: null
  +body: """
    For instance, say I search for “The Dark Knight” on my Usenet indexer. It returns to me a list of uploads and where to get them via my Usenet provider. I can then download them, stitch them together, and verify that it is, indeed, The Dark Knight. All of this costs only a few dollars a month for me.\n
    \n
    My question is, why can’t copyright holders do this as well? They could follow the same process, and then send takedown requests for each individual article which comprises the movie. We already know they try to catch people torrenting so why don’t they do this as well?\n
    \n
    I can think of a few reasons, but they all seem pretty shaky.\n
    \n
    1. The content is hosted in countries where they don’t have to comply with takedown requests.\n
    \n
    It seems unlikely to me that literally all of it is hosted in places like this. Plus, the providers wouldn’t be able to operate at all in countries like the US without facing legal repercussions.\n
    \n
    2. The copyright holders feel the upfront cost of indexer and provider access is greater than the cost of people pirating their content.\n
    \n
    This also seems fishy. It’s cheap enough for me as an individual to do this, and if Usenet weren’t an option, I’d have to pay for 3+ streaming services to be able to watch everything I do currently. They’d literally break even with this scheme if they could only remove access to me.\n
    \n
    3. They do actually do this, but it’s on a scale small enough for me not to care.\n
    \n
    The whole point of doing this would be to make Usenet a non-viable option for piracy. If I don’t care about it because it happens so rarely, then what’s the point of doing it at all?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 47
  +favouriteCount: 198
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727347680 {#1418
    date: 2024-09-26 12:48:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1427 …}
  +votes: Doctrine\ORM\PersistentCollection {#1454 …}
  +reports: Doctrine\ORM\PersistentCollection {#1462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1457 …}
  +badges: Doctrine\ORM\PersistentCollection {#1453 …}
  +children: []
  -id: 30519
  -titleTs: "'content':4 'd':9 'dmca':8 'get':7 'immedi':6 'oblivion':11 'usenet':3"
  -bodyTs: "'1':122 '2':175 '3':227,255 'abl':161,232 'access':187,252 'actual':258 'alreadi':92 'also':199 'articl':86 'break':242 'care':273,296 'catch':97 'cheap':204 'compli':135 'compris':88 'content':124,197 'copyright':66,177 'cost':51,182,192 'could':73,249 'countri':128,167 'current':238 'd':222,240 'dark':8,46 'dollar':55 'download':34 'enough':205,268 'even':243 'everyth':235 'face':172 'feel':179 'fishi':201 'follow':74 'get':25 'greater':189 'happen':301 'holder':67,178 'host':126,150 'inde':44 'index':13,184 'individu':85,210 'instanc':2 'knight':9,47 'know':93 'legal':173 'like':153,168 'list':19 'liter':145,241 'make':283 'month':57 'movi':90 'non':287 'non-viabl':286 'oper':163 'option':220,289 'pay':225 'peopl':98,194 'piraci':291 'pirat':195 'place':152 'plus':155 'point':276,308 'pretti':120 'process':77 'provid':30,157,186 'question':61 'rare':303 'reason':115 'remov':251 'repercuss':174 'request':82,138 'return':15 'say':3 'scale':266 'scheme':246 'search':5 'seem':119,140,200 'send':80 'servic':229 'shaki':121 'small':267 'stitch':36 'stream':228 'takedown':81,137 'think':111 'togeth':38 'torrent':99 'tri':95 'unlik':141 'upfront':181 'upload':21 'us':170 'usenet':12,29,216,284 'verifi':40 'via':27 'viabl':288 'watch':234 'well':71,108 'weren':217 'whole':275 'without':171 'would':280 'wouldn':158"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705359018
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10720350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705272618 {#1419
    date: 2024-01-14 23:50:18.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1432
  +user: Proxies\__CG__\App\Entity\User {#1439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1433 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "When-I-see-The-Picard-Maneuver-s-total-combined-post-and-comment-score"
  +title: "When I see The_Picard_Maneuver’s total combined post and comment score on his profile page"
  +url: "https://lemmy.world/pictrs/image/8583e7fc-4cb2-49e0-a24a-732b0d7ef0dd.png"
  +body: """
    It’s over 1 million! Thanks for being a massive force keeping the fediverse moving!\n
    \n
    Also yours and stamets memes are a large reason my wife and I started watching TNG for the first time to see what we were missing out on and we are binging the hell out of it and having an amazing time, cheers!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 264
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727347568 {#1458
    date: 2024-09-26 12:46:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1437 …}
  +votes: Doctrine\ORM\PersistentCollection {#1428 …}
  +reports: Doctrine\ORM\PersistentCollection {#1430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1431 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1699 …}
  +children: []
  -id: 31358
  -titleTs: "'combin':9 'comment':12 'maneuv':6 'page':17 'picard':5 'post':10 'profil':16 'score':13 'see':3 'total':8"
  -bodyTs: "'1':4 'also':16 'amaz':56 'bing':47 'cheer':58 'fedivers':14 'first':34 'forc':11 'hell':49 'keep':12 'larg':23 'massiv':10 'meme':20 'million':5 'miss':41 'move':15 'reason':24 'see':37 'stamet':19 'start':29 'thank':6 'time':35,57 'tng':31 'watch':30 'wife':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705624633
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10849192"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705538233 {#1459
    date: 2024-01-18 01:37:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1432
  +user: Proxies\__CG__\App\Entity\User {#1439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1433 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "When-I-see-The-Picard-Maneuver-s-total-combined-post-and-comment-score"
  +title: "When I see The_Picard_Maneuver’s total combined post and comment score on his profile page"
  +url: "https://lemmy.world/pictrs/image/8583e7fc-4cb2-49e0-a24a-732b0d7ef0dd.png"
  +body: """
    It’s over 1 million! Thanks for being a massive force keeping the fediverse moving!\n
    \n
    Also yours and stamets memes are a large reason my wife and I started watching TNG for the first time to see what we were missing out on and we are binging the hell out of it and having an amazing time, cheers!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 264
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727347568 {#1458
    date: 2024-09-26 12:46:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1437 …}
  +votes: Doctrine\ORM\PersistentCollection {#1428 …}
  +reports: Doctrine\ORM\PersistentCollection {#1430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1431 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1699 …}
  +children: []
  -id: 31358
  -titleTs: "'combin':9 'comment':12 'maneuv':6 'page':17 'picard':5 'post':10 'profil':16 'score':13 'see':3 'total':8"
  -bodyTs: "'1':4 'also':16 'amaz':56 'bing':47 'cheer':58 'fedivers':14 'first':34 'forc':11 'hell':49 'keep':12 'larg':23 'massiv':10 'meme':20 'million':5 'miss':41 'move':15 'reason':24 'see':37 'stamet':19 'start':29 'thank':6 'time':35,57 'tng':31 'watch':30 'wife':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705624633
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10849192"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705538233 {#1459
    date: 2024-01-18 01:37:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1432
  +user: Proxies\__CG__\App\Entity\User {#1439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1433 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "When-I-see-The-Picard-Maneuver-s-total-combined-post-and-comment-score"
  +title: "When I see The_Picard_Maneuver’s total combined post and comment score on his profile page"
  +url: "https://lemmy.world/pictrs/image/8583e7fc-4cb2-49e0-a24a-732b0d7ef0dd.png"
  +body: """
    It’s over 1 million! Thanks for being a massive force keeping the fediverse moving!\n
    \n
    Also yours and stamets memes are a large reason my wife and I started watching TNG for the first time to see what we were missing out on and we are binging the hell out of it and having an amazing time, cheers!
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 23
  +favouriteCount: 264
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727347568 {#1458
    date: 2024-09-26 12:46:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1437 …}
  +votes: Doctrine\ORM\PersistentCollection {#1428 …}
  +reports: Doctrine\ORM\PersistentCollection {#1430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1431 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1699 …}
  +children: []
  -id: 31358
  -titleTs: "'combin':9 'comment':12 'maneuv':6 'page':17 'picard':5 'post':10 'profil':16 'score':13 'see':3 'total':8"
  -bodyTs: "'1':4 'also':16 'amaz':56 'bing':47 'cheer':58 'fedivers':14 'first':34 'forc':11 'hell':49 'keep':12 'larg':23 'massiv':10 'meme':20 'million':5 'miss':41 'move':15 'reason':24 'see':37 'stamet':19 'start':29 'thank':6 'time':35,57 'tng':31 'watch':30 'wife':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705624633
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10849192"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705538233 {#1459
    date: 2024-01-18 01:37:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: Proxies\__CG__\App\Entity\Image {#1695 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1690 …}
  +slug: "Get-the-boat"
  +title: "Get the boat"
  +url: "https://feddit.de/pictrs/image/d8e767ab-8e5d-4fb2-bc26-11f887ce1170.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 54
  +favouriteCount: 305
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727342505 {#1703
    date: 2024-09-26 11:21:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1698 …}
  +votes: Doctrine\ORM\PersistentCollection {#1709 …}
  +reports: Doctrine\ORM\PersistentCollection {#1610 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1606 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1612 …}
  +badges: Doctrine\ORM\PersistentCollection {#1743 …}
  +children: []
  -id: 8132
  -titleTs: "'boat':3 'get':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698560270
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5025736"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698473870 {#1700
    date: 2023-10-28 08:17: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
79 DENIED edit
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: Proxies\__CG__\App\Entity\Image {#1695 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1690 …}
  +slug: "Get-the-boat"
  +title: "Get the boat"
  +url: "https://feddit.de/pictrs/image/d8e767ab-8e5d-4fb2-bc26-11f887ce1170.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 54
  +favouriteCount: 305
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727342505 {#1703
    date: 2024-09-26 11:21:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1698 …}
  +votes: Doctrine\ORM\PersistentCollection {#1709 …}
  +reports: Doctrine\ORM\PersistentCollection {#1610 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1606 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1612 …}
  +badges: Doctrine\ORM\PersistentCollection {#1743 …}
  +children: []
  -id: 8132
  -titleTs: "'boat':3 'get':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698560270
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5025736"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698473870 {#1700
    date: 2023-10-28 08:17: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
80 DENIED moderate
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1952 …}
  +image: Proxies\__CG__\App\Entity\Image {#1695 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1690 …}
  +slug: "Get-the-boat"
  +title: "Get the boat"
  +url: "https://feddit.de/pictrs/image/d8e767ab-8e5d-4fb2-bc26-11f887ce1170.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 54
  +favouriteCount: 305
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727342505 {#1703
    date: 2024-09-26 11:21:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1698 …}
  +votes: Doctrine\ORM\PersistentCollection {#1709 …}
  +reports: Doctrine\ORM\PersistentCollection {#1610 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1606 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1612 …}
  +badges: Doctrine\ORM\PersistentCollection {#1743 …}
  +children: []
  -id: 8132
  -titleTs: "'boat':3 'get':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698560270
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5025736"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698473870 {#1700
    date: 2023-10-28 08:17: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
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 {#1646
  +user: Proxies\__CG__\App\Entity\User {#1647 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1645 …}
  +image: Proxies\__CG__\App\Entity\Image {#1640 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Cursed"
  +title: "Cursed"
  +url: "https://lemmy.world/pictrs/image/01385373-9a52-447f-8cfd-7e96b2f5454c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 373
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727342142 {#1744
    date: 2024-09-26 11:15:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1641 …}
  +votes: Doctrine\ORM\PersistentCollection {#1665 …}
  +reports: Doctrine\ORM\PersistentCollection {#1674 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1672 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1677 …}
  +badges: Doctrine\ORM\PersistentCollection {#1669 …}
  +children: []
  -id: 32019
  -titleTs: "'curs':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705875471
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10969258"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705789071 {#1639
    date: 2024-01-20 23:17:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1646
  +user: Proxies\__CG__\App\Entity\User {#1647 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1645 …}
  +image: Proxies\__CG__\App\Entity\Image {#1640 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Cursed"
  +title: "Cursed"
  +url: "https://lemmy.world/pictrs/image/01385373-9a52-447f-8cfd-7e96b2f5454c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 373
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727342142 {#1744
    date: 2024-09-26 11:15:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1641 …}
  +votes: Doctrine\ORM\PersistentCollection {#1665 …}
  +reports: Doctrine\ORM\PersistentCollection {#1674 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1672 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1677 …}
  +badges: Doctrine\ORM\PersistentCollection {#1669 …}
  +children: []
  -id: 32019
  -titleTs: "'curs':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705875471
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10969258"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705789071 {#1639
    date: 2024-01-20 23:17:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1646
  +user: Proxies\__CG__\App\Entity\User {#1647 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1645 …}
  +image: Proxies\__CG__\App\Entity\Image {#1640 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Cursed"
  +title: "Cursed"
  +url: "https://lemmy.world/pictrs/image/01385373-9a52-447f-8cfd-7e96b2f5454c.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 373
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727342142 {#1744
    date: 2024-09-26 11:15:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1641 …}
  +votes: Doctrine\ORM\PersistentCollection {#1665 …}
  +reports: Doctrine\ORM\PersistentCollection {#1674 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1672 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1677 …}
  +badges: Doctrine\ORM\PersistentCollection {#1669 …}
  +children: []
  -id: 32019
  -titleTs: "'curs':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705875471
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10969258"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705789071 {#1639
    date: 2024-01-20 23:17:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1668
  +user: Proxies\__CG__\App\Entity\User {#1671 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1679 …}
  +image: Proxies\__CG__\App\Entity\Image {#1650 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Dating-pool"
  +title: "Dating pool"
  +url: "https://lemmy.world/pictrs/image/bd1ed3d8-04be-4b45-aedf-94de1af73256.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 6
  +favouriteCount: 372
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727340937 {#1666
    date: 2024-09-26 10:55:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1654 …}
  +votes: Doctrine\ORM\PersistentCollection {#1655 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1656 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1662 …}
  +badges: Doctrine\ORM\PersistentCollection {#1553 …}
  +children: []
  -id: 31997
  -titleTs: "'date':1 'pool':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705868142
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10962507"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705781742 {#1667
    date: 2024-01-20 21:15:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1668
  +user: Proxies\__CG__\App\Entity\User {#1671 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1679 …}
  +image: Proxies\__CG__\App\Entity\Image {#1650 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Dating-pool"
  +title: "Dating pool"
  +url: "https://lemmy.world/pictrs/image/bd1ed3d8-04be-4b45-aedf-94de1af73256.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 6
  +favouriteCount: 372
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727340937 {#1666
    date: 2024-09-26 10:55:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1654 …}
  +votes: Doctrine\ORM\PersistentCollection {#1655 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1656 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1662 …}
  +badges: Doctrine\ORM\PersistentCollection {#1553 …}
  +children: []
  -id: 31997
  -titleTs: "'date':1 'pool':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705868142
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10962507"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705781742 {#1667
    date: 2024-01-20 21:15:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1668
  +user: Proxies\__CG__\App\Entity\User {#1671 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1679 …}
  +image: Proxies\__CG__\App\Entity\Image {#1650 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1967 …}
  +slug: "Dating-pool"
  +title: "Dating pool"
  +url: "https://lemmy.world/pictrs/image/bd1ed3d8-04be-4b45-aedf-94de1af73256.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 6
  +favouriteCount: 372
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727340937 {#1666
    date: 2024-09-26 10:55:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1654 …}
  +votes: Doctrine\ORM\PersistentCollection {#1655 …}
  +reports: Doctrine\ORM\PersistentCollection {#1651 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1656 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1662 …}
  +badges: Doctrine\ORM\PersistentCollection {#1553 …}
  +children: []
  -id: 31997
  -titleTs: "'date':1 'pool':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705868142
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10962507"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705781742 {#1667
    date: 2024-01-20 21:15:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#1593 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "Plex-integration-of-FMHY-sources"
  +title: "Plex integration of FMHY sources?"
  +url: null
  +body: """
    Is there any way to integrate these sources cleanly into a Plex setup? [fmhy.net/videopiracyguide](https://fmhy.net/videopiracyguide)\n
    \n
    I have a perfectly fine setup for media I want, but i’m curious just because there’s a lot of stuff to sample that I might not want to waste time/bandwidth on downloading. Might be useful for other members of my household as well.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727340534 {#1590
    date: 2024-09-26 10:48:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1589 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1580 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1584 …}
  +badges: Doctrine\ORM\PersistentCollection {#1588 …}
  +children: []
  -id: 31261
  -titleTs: "'fmhi':4 'integr':2 'plex':1 'sourc':5"
  -bodyTs: "'/videopiracyguide](https://fmhy.net/videopiracyguide)':16 'clean':9 'curious':30 'download':50 'fine':21 'fmhy.net':15 'fmhy.net/videopiracyguide](https://fmhy.net/videopiracyguide)':14 'household':59 'integr':6 'lot':36 'm':29 'media':24 'member':56 'might':43,51 'perfect':20 'plex':12 'sampl':40 'setup':13,22 'sourc':8 'stuff':38 'time/bandwidth':48 'use':53 'want':26,45 'wast':47 'way':4 'well':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705601537
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7275614"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705515137 {#1592
    date: 2024-01-17 19:12:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#1593 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "Plex-integration-of-FMHY-sources"
  +title: "Plex integration of FMHY sources?"
  +url: null
  +body: """
    Is there any way to integrate these sources cleanly into a Plex setup? [fmhy.net/videopiracyguide](https://fmhy.net/videopiracyguide)\n
    \n
    I have a perfectly fine setup for media I want, but i’m curious just because there’s a lot of stuff to sample that I might not want to waste time/bandwidth on downloading. Might be useful for other members of my household as well.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727340534 {#1590
    date: 2024-09-26 10:48:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1589 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1580 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1584 …}
  +badges: Doctrine\ORM\PersistentCollection {#1588 …}
  +children: []
  -id: 31261
  -titleTs: "'fmhi':4 'integr':2 'plex':1 'sourc':5"
  -bodyTs: "'/videopiracyguide](https://fmhy.net/videopiracyguide)':16 'clean':9 'curious':30 'download':50 'fine':21 'fmhy.net':15 'fmhy.net/videopiracyguide](https://fmhy.net/videopiracyguide)':14 'household':59 'integr':6 'lot':36 'm':29 'media':24 'member':56 'might':43,51 'perfect':20 'plex':12 'sampl':40 'setup':13,22 'sourc':8 'stuff':38 'time/bandwidth':48 'use':53 'want':26,45 'wast':47 'way':4 'well':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705601537
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7275614"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705515137 {#1592
    date: 2024-01-17 19:12:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1591
  +user: Proxies\__CG__\App\Entity\User {#1593 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1485 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#169 …}
  +slug: "Plex-integration-of-FMHY-sources"
  +title: "Plex integration of FMHY sources?"
  +url: null
  +body: """
    Is there any way to integrate these sources cleanly into a Plex setup? [fmhy.net/videopiracyguide](https://fmhy.net/videopiracyguide)\n
    \n
    I have a perfectly fine setup for media I want, but i’m curious just because there’s a lot of stuff to sample that I might not want to waste time/bandwidth on downloading. Might be useful for other members of my household as well.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727340534 {#1590
    date: 2024-09-26 10:48:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1589 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1583 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1580 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1584 …}
  +badges: Doctrine\ORM\PersistentCollection {#1588 …}
  +children: []
  -id: 31261
  -titleTs: "'fmhi':4 'integr':2 'plex':1 'sourc':5"
  -bodyTs: "'/videopiracyguide](https://fmhy.net/videopiracyguide)':16 'clean':9 'curious':30 'download':50 'fine':21 'fmhy.net':15 'fmhy.net/videopiracyguide](https://fmhy.net/videopiracyguide)':14 'household':59 'integr':6 'lot':36 'm':29 'media':24 'member':56 'might':43,51 'perfect':20 'plex':12 'sampl':40 'setup':13,22 'sourc':8 'stuff':38 'time/bandwidth':48 'use':53 'want':26,45 'wast':47 'way':4 'well':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705601537
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7275614"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705515137 {#1592
    date: 2024-01-17 19:12:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1587
  +user: Proxies\__CG__\App\Entity\User {#1586 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1645 …}
  +image: Proxies\__CG__\App\Entity\Image {#1573 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1585 …}
  +slug: "They-hated-him-for-he-spoke-the-truth"
  +title: "They hated him, for he spoke the truth"
  +url: "https://lemmy.today/pictrs/image/bb1277e3-3c11-4893-9912-4e91a860c131.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 21
  +favouriteCount: 548
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727337558 {#1574
    date: 2024-09-26 09:59:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1576 …}
  +votes: Doctrine\ORM\PersistentCollection {#1549 …}
  +reports: Doctrine\ORM\PersistentCollection {#1568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1561 …}
  +badges: Doctrine\ORM\PersistentCollection {#1567 …}
  +children: []
  -id: 27899
  -titleTs: "'hate':2 'spoke':6 'truth':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704743962
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4971941"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704657562 {#1575
    date: 2024-01-07 20:59:22.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#1586 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1645 …}
  +image: Proxies\__CG__\App\Entity\Image {#1573 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1585 …}
  +slug: "They-hated-him-for-he-spoke-the-truth"
  +title: "They hated him, for he spoke the truth"
  +url: "https://lemmy.today/pictrs/image/bb1277e3-3c11-4893-9912-4e91a860c131.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 21
  +favouriteCount: 548
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727337558 {#1574
    date: 2024-09-26 09:59:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1576 …}
  +votes: Doctrine\ORM\PersistentCollection {#1549 …}
  +reports: Doctrine\ORM\PersistentCollection {#1568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1561 …}
  +badges: Doctrine\ORM\PersistentCollection {#1567 …}
  +children: []
  -id: 27899
  -titleTs: "'hate':2 'spoke':6 'truth':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704743962
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4971941"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704657562 {#1575
    date: 2024-01-07 20:59:22.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1587
  +user: Proxies\__CG__\App\Entity\User {#1586 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1645 …}
  +image: Proxies\__CG__\App\Entity\Image {#1573 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1585 …}
  +slug: "They-hated-him-for-he-spoke-the-truth"
  +title: "They hated him, for he spoke the truth"
  +url: "https://lemmy.today/pictrs/image/bb1277e3-3c11-4893-9912-4e91a860c131.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 21
  +favouriteCount: 548
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727337558 {#1574
    date: 2024-09-26 09:59:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1576 …}
  +votes: Doctrine\ORM\PersistentCollection {#1549 …}
  +reports: Doctrine\ORM\PersistentCollection {#1568 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1528 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1561 …}
  +badges: Doctrine\ORM\PersistentCollection {#1567 …}
  +children: []
  -id: 27899
  -titleTs: "'hate':2 'spoke':6 'truth':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704743962
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/4971941"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704657562 {#1575
    date: 2024-01-07 20:59:22.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1564
  +user: Proxies\__CG__\App\Entity\User {#1566 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1563 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1562 …}
  +slug: "Be-free-Be-unreachable"
  +title: "Be free. Be unreachable."
  +url: "https://startrek.website/pictrs/image/baac7ad1-1975-4a57-8fc7-15ae718f1c25.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 646
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727337028 {#1559
    date: 2024-09-26 09:50:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1565 …}
  +votes: Doctrine\ORM\PersistentCollection {#1558 …}
  +reports: Doctrine\ORM\PersistentCollection {#1557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
  +badges: Doctrine\ORM\PersistentCollection {#1596 …}
  +children: []
  -id: 31940
  -titleTs: "'free':2 'unreach':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705847781
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5880492"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705761381 {#1548
    date: 2024-01-20 15:36:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1564
  +user: Proxies\__CG__\App\Entity\User {#1566 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1563 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1562 …}
  +slug: "Be-free-Be-unreachable"
  +title: "Be free. Be unreachable."
  +url: "https://startrek.website/pictrs/image/baac7ad1-1975-4a57-8fc7-15ae718f1c25.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 646
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727337028 {#1559
    date: 2024-09-26 09:50:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1565 …}
  +votes: Doctrine\ORM\PersistentCollection {#1558 …}
  +reports: Doctrine\ORM\PersistentCollection {#1557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
  +badges: Doctrine\ORM\PersistentCollection {#1596 …}
  +children: []
  -id: 31940
  -titleTs: "'free':2 'unreach':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705847781
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5880492"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705761381 {#1548
    date: 2024-01-20 15:36:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1564
  +user: Proxies\__CG__\App\Entity\User {#1566 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1915 …}
  +image: Proxies\__CG__\App\Entity\Image {#1563 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#1562 …}
  +slug: "Be-free-Be-unreachable"
  +title: "Be free. Be unreachable."
  +url: "https://startrek.website/pictrs/image/baac7ad1-1975-4a57-8fc7-15ae718f1c25.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 12
  +favouriteCount: 646
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727337028 {#1559
    date: 2024-09-26 09:50:28.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1565 …}
  +votes: Doctrine\ORM\PersistentCollection {#1558 …}
  +reports: Doctrine\ORM\PersistentCollection {#1557 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1621 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1613 …}
  +badges: Doctrine\ORM\PersistentCollection {#1596 …}
  +children: []
  -id: 31940
  -titleTs: "'free':2 'unreach':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705847781
  +visibility: "visible             "
  +apId: "https://startrek.website/post/5880492"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705761381 {#1548
    date: 2024-01-20 15:36:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details