GET https://kbin.spritesserver.nl/hot/1y/articles?p=41

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.24 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.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.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 {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "XCP-NG-with-XOSTOR-working"
  +title: "XCP-NG with XOSTOR working?"
  +url: null
  +body: """
    I have started trying out xcp-ng as an alternative to VMWare solutions for virtualization. Currently I have setup 3 VMs of xcp-ng v8.2.1. I have also setup Xen Orxhestra build from source.\n
    \n
    I wanted to try out XOSTOR solution for shared storage. I have followed instructions mentioned in the forum: [xcp-ng.org/…/xostor-hyperconvergence-preview](https://xcp-ng.org/forum/topic/5361/xostor-hyperconvergence-preview)\n
    \n
    I am getting errors at the storage creation step which is step 4 in the forum post I linked. The error I get is “Missing python module ‘linstor’.”\n
    \n
    Anyone has got xcp-ng working with XOSTOR here?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709299509 {#158
    date: 2024-03-01 14:25:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 25792
  -titleTs: "'ng':3 'work':6 'xcp':2 'xcp-ng':1 'xostor':5"
  -bodyTs: "'/forum/topic/5361/xostor-hyperconvergence-preview)':59 '/xostor-hyperconvergence-preview':56 '3':21 '4':72 'also':30 'altern':11 'anyon':88 'build':34 'creation':67 'current':17 'error':63,80 'follow':49 'forum':54,75 'get':62,82 'got':90 'instruct':50 'link':78 'linstor':87 'mention':51 'miss':84 'modul':86 'ng':8,26,93 'orxhestra':33 'post':76 'python':85 'setup':20,31 'share':45 'solut':14,43 'sourc':36 'start':3 'step':68,71 'storag':46,66 'tri':4,40 'v8.2.1':27 'virtual':16 'vms':22 'vmware':13 'want':38 'work':94 'xcp':7,25,92 'xcp-ng':6,24,91 'xcp-ng.org':55,58 'xcp-ng.org/forum/topic/5361/xostor-hyperconvergence-preview)':57 'xen':32 'xostor':42,96"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703949119
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/6578440"
  +editedAt: DateTimeImmutable @1709275183 {#241
    date: 2024-03-01 07:39:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703911119 {#171
    date: 2023-12-30 05:38: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
3 DENIED edit
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "XCP-NG-with-XOSTOR-working"
  +title: "XCP-NG with XOSTOR working?"
  +url: null
  +body: """
    I have started trying out xcp-ng as an alternative to VMWare solutions for virtualization. Currently I have setup 3 VMs of xcp-ng v8.2.1. I have also setup Xen Orxhestra build from source.\n
    \n
    I wanted to try out XOSTOR solution for shared storage. I have followed instructions mentioned in the forum: [xcp-ng.org/…/xostor-hyperconvergence-preview](https://xcp-ng.org/forum/topic/5361/xostor-hyperconvergence-preview)\n
    \n
    I am getting errors at the storage creation step which is step 4 in the forum post I linked. The error I get is “Missing python module ‘linstor’.”\n
    \n
    Anyone has got xcp-ng working with XOSTOR here?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709299509 {#158
    date: 2024-03-01 14:25:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 25792
  -titleTs: "'ng':3 'work':6 'xcp':2 'xcp-ng':1 'xostor':5"
  -bodyTs: "'/forum/topic/5361/xostor-hyperconvergence-preview)':59 '/xostor-hyperconvergence-preview':56 '3':21 '4':72 'also':30 'altern':11 'anyon':88 'build':34 'creation':67 'current':17 'error':63,80 'follow':49 'forum':54,75 'get':62,82 'got':90 'instruct':50 'link':78 'linstor':87 'mention':51 'miss':84 'modul':86 'ng':8,26,93 'orxhestra':33 'post':76 'python':85 'setup':20,31 'share':45 'solut':14,43 'sourc':36 'start':3 'step':68,71 'storag':46,66 'tri':4,40 'v8.2.1':27 'virtual':16 'vms':22 'vmware':13 'want':38 'work':94 'xcp':7,25,92 'xcp-ng':6,24,91 'xcp-ng.org':55,58 'xcp-ng.org/forum/topic/5361/xostor-hyperconvergence-preview)':57 'xen':32 'xostor':42,96"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703949119
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/6578440"
  +editedAt: DateTimeImmutable @1709275183 {#241
    date: 2024-03-01 07:39:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703911119 {#171
    date: 2023-12-30 05:38: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
4 DENIED moderate
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "XCP-NG-with-XOSTOR-working"
  +title: "XCP-NG with XOSTOR working?"
  +url: null
  +body: """
    I have started trying out xcp-ng as an alternative to VMWare solutions for virtualization. Currently I have setup 3 VMs of xcp-ng v8.2.1. I have also setup Xen Orxhestra build from source.\n
    \n
    I wanted to try out XOSTOR solution for shared storage. I have followed instructions mentioned in the forum: [xcp-ng.org/…/xostor-hyperconvergence-preview](https://xcp-ng.org/forum/topic/5361/xostor-hyperconvergence-preview)\n
    \n
    I am getting errors at the storage creation step which is step 4 in the forum post I linked. The error I get is “Missing python module ‘linstor’.”\n
    \n
    Anyone has got xcp-ng working with XOSTOR here?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709299509 {#158
    date: 2024-03-01 14:25:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 25792
  -titleTs: "'ng':3 'work':6 'xcp':2 'xcp-ng':1 'xostor':5"
  -bodyTs: "'/forum/topic/5361/xostor-hyperconvergence-preview)':59 '/xostor-hyperconvergence-preview':56 '3':21 '4':72 'also':30 'altern':11 'anyon':88 'build':34 'creation':67 'current':17 'error':63,80 'follow':49 'forum':54,75 'get':62,82 'got':90 'instruct':50 'link':78 'linstor':87 'mention':51 'miss':84 'modul':86 'ng':8,26,93 'orxhestra':33 'post':76 'python':85 'setup':20,31 'share':45 'solut':14,43 'sourc':36 'start':3 'step':68,71 'storag':46,66 'tri':4,40 'v8.2.1':27 'virtual':16 'vms':22 'vmware':13 'want':38 'work':94 'xcp':7,25,92 'xcp-ng':6,24,91 'xcp-ng.org':55,58 'xcp-ng.org/forum/topic/5361/xostor-hyperconvergence-preview)':57 'xen':32 'xostor':42,96"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703949119
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/6578440"
  +editedAt: DateTimeImmutable @1709275183 {#241
    date: 2024-03-01 07:39:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703911119 {#171
    date: 2023-12-30 05:38: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
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 {#1899
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-safe-is-self-hosting-a-public-website-behind-Cloudflare"
  +title: "How safe is self-hosting a public website behind Cloudflare?"
  +url: null
  +body: """
    I work in tech and am constantly finding solutions to problems, often on other people’s tech blogs, that I think “I should write that down somewhere” and, well, I want to actually start doing that, but I don’t want to pay someone else to host it.\n
    \n
    I have a Synology NAS, a sweet domain name, and familiarity with both Docker and Cloudflare tunnels. Would I be opening myself up to a world of hurt if I hosted a publicly available website on my NAS using [insert simple blogging platform], in a Docker container and behind some sort of Cloudflare protection?\n
    \n
    In theory that’s enough levels of protection and isolation but I don’t know enough about it to not be paranoid about everything getting popped and providing access to the wider NAS as a whole.\n
    \n
    Update: Thanks for the replies, everyone, they’ve been really helpful and somewhat reassuring. I think I’m going to have a look at Github and Cloudflare’s pages as my first port of call for my needs.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710850621 {#1876
    date: 2024-03-19 13:17:01.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 25623
  -titleTs: "'behind':10 'cloudflar':11 'host':6 'public':8 'safe':2 'self':5 'self-host':4 'websit':9"
  -bodyTs: "'access':131 'actual':33 'avail':82 'behind':97 'blog':18,90 'call':173 'cloudflar':64,101,165 'constant':7 'contain':95 'docker':62,94 'domain':56 'els':45 'enough':107,118 'everyon':144 'everyth':126 'familiar':59 'find':8 'first':170 'get':127 'github':163 'go':157 'help':149 'host':47,79 'hurt':76 'insert':88 'isol':112 'know':117 'level':108 'look':161 'm':156 'name':57 'nas':53,86,135 'need':176 'often':12 'open':69 'page':167 'paranoid':124 'pay':43 'peopl':15 'platform':91 'pop':128 'port':171 'problem':11 'protect':102,110 'provid':130 'public':81 'realli':148 'reassur':152 'repli':143 'simpl':89 'solut':9 'someon':44 'somewhat':151 'somewher':27 'sort':99 'start':34 'sweet':55 'synolog':52 'tech':4,17 'thank':140 'theori':104 'think':21,154 'tunnel':65 'updat':139 'use':87 've':146 'want':31,41 'websit':83 'well':29 'whole':138 'wider':134 'work':2 'world':74 'would':66 'write':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703943518
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6114725"
  +editedAt: DateTimeImmutable @1709383228 {#1884
    date: 2024-03-02 13:40:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703857118 {#1915
    date: 2023-12-29 14:38:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1899
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-safe-is-self-hosting-a-public-website-behind-Cloudflare"
  +title: "How safe is self-hosting a public website behind Cloudflare?"
  +url: null
  +body: """
    I work in tech and am constantly finding solutions to problems, often on other people’s tech blogs, that I think “I should write that down somewhere” and, well, I want to actually start doing that, but I don’t want to pay someone else to host it.\n
    \n
    I have a Synology NAS, a sweet domain name, and familiarity with both Docker and Cloudflare tunnels. Would I be opening myself up to a world of hurt if I hosted a publicly available website on my NAS using [insert simple blogging platform], in a Docker container and behind some sort of Cloudflare protection?\n
    \n
    In theory that’s enough levels of protection and isolation but I don’t know enough about it to not be paranoid about everything getting popped and providing access to the wider NAS as a whole.\n
    \n
    Update: Thanks for the replies, everyone, they’ve been really helpful and somewhat reassuring. I think I’m going to have a look at Github and Cloudflare’s pages as my first port of call for my needs.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710850621 {#1876
    date: 2024-03-19 13:17:01.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 25623
  -titleTs: "'behind':10 'cloudflar':11 'host':6 'public':8 'safe':2 'self':5 'self-host':4 'websit':9"
  -bodyTs: "'access':131 'actual':33 'avail':82 'behind':97 'blog':18,90 'call':173 'cloudflar':64,101,165 'constant':7 'contain':95 'docker':62,94 'domain':56 'els':45 'enough':107,118 'everyon':144 'everyth':126 'familiar':59 'find':8 'first':170 'get':127 'github':163 'go':157 'help':149 'host':47,79 'hurt':76 'insert':88 'isol':112 'know':117 'level':108 'look':161 'm':156 'name':57 'nas':53,86,135 'need':176 'often':12 'open':69 'page':167 'paranoid':124 'pay':43 'peopl':15 'platform':91 'pop':128 'port':171 'problem':11 'protect':102,110 'provid':130 'public':81 'realli':148 'reassur':152 'repli':143 'simpl':89 'solut':9 'someon':44 'somewhat':151 'somewher':27 'sort':99 'start':34 'sweet':55 'synolog':52 'tech':4,17 'thank':140 'theori':104 'think':21,154 'tunnel':65 'updat':139 'use':87 've':146 'want':31,41 'websit':83 'well':29 'whole':138 'wider':134 'work':2 'world':74 'would':66 'write':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703943518
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6114725"
  +editedAt: DateTimeImmutable @1709383228 {#1884
    date: 2024-03-02 13:40:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703857118 {#1915
    date: 2023-12-29 14:38:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1899
  +user: Proxies\__CG__\App\Entity\User {#1889 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-safe-is-self-hosting-a-public-website-behind-Cloudflare"
  +title: "How safe is self-hosting a public website behind Cloudflare?"
  +url: null
  +body: """
    I work in tech and am constantly finding solutions to problems, often on other people’s tech blogs, that I think “I should write that down somewhere” and, well, I want to actually start doing that, but I don’t want to pay someone else to host it.\n
    \n
    I have a Synology NAS, a sweet domain name, and familiarity with both Docker and Cloudflare tunnels. Would I be opening myself up to a world of hurt if I hosted a publicly available website on my NAS using [insert simple blogging platform], in a Docker container and behind some sort of Cloudflare protection?\n
    \n
    In theory that’s enough levels of protection and isolation but I don’t know enough about it to not be paranoid about everything getting popped and providing access to the wider NAS as a whole.\n
    \n
    Update: Thanks for the replies, everyone, they’ve been really helpful and somewhat reassuring. I think I’m going to have a look at Github and Cloudflare’s pages as my first port of call for my needs.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 37
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710850621 {#1876
    date: 2024-03-19 13:17:01.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 25623
  -titleTs: "'behind':10 'cloudflar':11 'host':6 'public':8 'safe':2 'self':5 'self-host':4 'websit':9"
  -bodyTs: "'access':131 'actual':33 'avail':82 'behind':97 'blog':18,90 'call':173 'cloudflar':64,101,165 'constant':7 'contain':95 'docker':62,94 'domain':56 'els':45 'enough':107,118 'everyon':144 'everyth':126 'familiar':59 'find':8 'first':170 'get':127 'github':163 'go':157 'help':149 'host':47,79 'hurt':76 'insert':88 'isol':112 'know':117 'level':108 'look':161 'm':156 'name':57 'nas':53,86,135 'need':176 'often':12 'open':69 'page':167 'paranoid':124 'pay':43 'peopl':15 'platform':91 'pop':128 'port':171 'problem':11 'protect':102,110 'provid':130 'public':81 'realli':148 'reassur':152 'repli':143 'simpl':89 'solut':9 'someon':44 'somewhat':151 'somewher':27 'sort':99 'start':34 'sweet':55 'synolog':52 'tech':4,17 'thank':140 'theori':104 'think':21,154 'tunnel':65 'updat':139 'use':87 've':146 'want':31,41 'websit':83 'well':29 'whole':138 'wider':134 'work':2 'world':74 'would':66 'write':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703943518
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6114725"
  +editedAt: DateTimeImmutable @1709383228 {#1884
    date: 2024-03-02 13:40:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703857118 {#1915
    date: 2023-12-29 14:38:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Migrated-my-self-hosted-Nextcloud-to-AIO-and-I-absolutely-love"
  +title: "Migrated my self-hosted Nextcloud to AIO and I absolutely love it"
  +url: null
  +body: """
    Just wanted to share my happiness.\n
    \n
    AIO is the new (at least on my timeline) installation method of Nextcloud, where most of the heavy-lifting is taken care of automatically.\n
    \n
    [github.com/nextcloud/all-in-one](https://github.com/nextcloud/all-in-one)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710922880 {#1954
    date: 2024-03-20 09:21:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 25602
  -titleTs: "'absolut':11 'aio':8 'host':5 'love':12 'migrat':1 'nextcloud':6 'self':4 'self-host':3"
  -bodyTs: "'/nextcloud/all-in-one](https://github.com/nextcloud/all-in-one)':34 'aio':7 'automat':31 'care':29 'github.com':33 'github.com/nextcloud/all-in-one](https://github.com/nextcloud/all-in-one)':32 'happi':6 'heavi':25 'heavy-lift':24 'instal':16 'least':12 'lift':26 'method':17 'new':10 'nextcloud':19 'share':4 'taken':28 'timelin':15 'want':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703931642
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9867669"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703845242 {#1960
    date: 2023-12-29 11:20: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
11 DENIED edit
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Migrated-my-self-hosted-Nextcloud-to-AIO-and-I-absolutely-love"
  +title: "Migrated my self-hosted Nextcloud to AIO and I absolutely love it"
  +url: null
  +body: """
    Just wanted to share my happiness.\n
    \n
    AIO is the new (at least on my timeline) installation method of Nextcloud, where most of the heavy-lifting is taken care of automatically.\n
    \n
    [github.com/nextcloud/all-in-one](https://github.com/nextcloud/all-in-one)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710922880 {#1954
    date: 2024-03-20 09:21:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 25602
  -titleTs: "'absolut':11 'aio':8 'host':5 'love':12 'migrat':1 'nextcloud':6 'self':4 'self-host':3"
  -bodyTs: "'/nextcloud/all-in-one](https://github.com/nextcloud/all-in-one)':34 'aio':7 'automat':31 'care':29 'github.com':33 'github.com/nextcloud/all-in-one](https://github.com/nextcloud/all-in-one)':32 'happi':6 'heavi':25 'heavy-lift':24 'instal':16 'least':12 'lift':26 'method':17 'new':10 'nextcloud':19 'share':4 'taken':28 'timelin':15 'want':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703931642
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9867669"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703845242 {#1960
    date: 2023-12-29 11:20: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
12 DENIED moderate
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Migrated-my-self-hosted-Nextcloud-to-AIO-and-I-absolutely-love"
  +title: "Migrated my self-hosted Nextcloud to AIO and I absolutely love it"
  +url: null
  +body: """
    Just wanted to share my happiness.\n
    \n
    AIO is the new (at least on my timeline) installation method of Nextcloud, where most of the heavy-lifting is taken care of automatically.\n
    \n
    [github.com/nextcloud/all-in-one](https://github.com/nextcloud/all-in-one)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710922880 {#1954
    date: 2024-03-20 09:21:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1967 …}
  +votes: Doctrine\ORM\PersistentCollection {#1953 …}
  +reports: Doctrine\ORM\PersistentCollection {#1962 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1970 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1973 …}
  +badges: Doctrine\ORM\PersistentCollection {#1961 …}
  +children: []
  -id: 25602
  -titleTs: "'absolut':11 'aio':8 'host':5 'love':12 'migrat':1 'nextcloud':6 'self':4 'self-host':3"
  -bodyTs: "'/nextcloud/all-in-one](https://github.com/nextcloud/all-in-one)':34 'aio':7 'automat':31 'care':29 'github.com':33 'github.com/nextcloud/all-in-one](https://github.com/nextcloud/all-in-one)':32 'happi':6 'heavi':25 'heavy-lift':24 'instal':16 'least':12 'lift':26 'method':17 'new':10 'nextcloud':19 'share':4 'taken':28 'timelin':15 'want':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703931642
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9867669"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703845242 {#1960
    date: 2023-12-29 11:20: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
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 {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Laptop-keyboard-unresponsive-I-think-my-unknown-laptop-is-affected"
  +title: "Laptop keyboard unresponsive - I think my (unknown) laptop is affected by the kernel Zen IRQ regressions - how do I work around this?"
  +url: null
  +body: """
    I picked up a laptop a couple of months ago for the purpose of setting up Linux on (I chose NixOS for stability) to go with my existing desktop. It’s an *Infinity E15-5A165-BM* (Infinity being an Australian local manufacturer of gaming laptops) which features a Ryzen 5 6600H CPU and a GeForce 1650 GTX.\n
    \n
    The keyboard uses a generic driver (i8042), which works great on Windows and when booting (including Grub/systemd-boot). However, once booted, I’ve found that the keyboard no longer responds to input - and in fact no longer shows up as an input device. Now, I’ve done a fair bit of debugging so far (for someone who’s not had to patch anything manually but knows how to do a proper search) and I’ve worked out the following:\n
    \n
    - The latest available kernel in which the keyboard is recognised is 5.10 LTS - but setting this as the kernel to use in NixOS results in me no longer being able to boot into a graphical interface.\n
    - I managed to find [this lore.kernel thread](https://lore.kernel.org/regressions/20230809085526.84913-1-hdegoede@redhat.com/T/) ‪‬ in which I believe my issue is discussed. This tells me that it’s known and being worked on and that I can maybe wait for a future kernel version, and that theoretically I *might* just be able to patch the kernel myself, if I learn how to do that and use the right settings?\n
    \n
    I’ve done a couple of commands and pulled some logs from the laptop, and detailed info - lshw, lspci, dmidecode, acpidump, etc - can be found in [this folder](https://files.neurario.com/.InfinityLaptop-Debugging/) on my web server.\n
    \n
    To my understanding my options are to use the older kernel for now and figure out why the display manager is not working, or learn to patch the current kernel and hope that that works. What’s my best option, and is there anything else I might be missing ?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711751334 {#1957
    date: 2024-03-29 23:28:54.0 +01: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: 25574
  -titleTs: "'affect':10 'around':21 'irq':15 'kernel':13 'keyboard':2 'laptop':1,8 'regress':16 'think':5 'unknown':7 'unrespons':3 'work':20 'zen':14"
  -bodyTs: "'/.infinitylaptop-debugging/)':268 '/regressions/20230809085526.84913-1-hdegoede@redhat.com/t/)':182 '1650':57 '5':51 '5.10':148 '5a165':36 '6600h':52 'abl':166,220 'acpidump':258 'ago':10 'anyth':120,316 'australian':41 'avail':139 'believ':186 'best':311 'bit':107 'bm':37 'boot':73,78,168 'chose':20 'command':244 'coupl':7,242 'cpu':53 'current':301 'debug':109 'desktop':29 'detail':253 'devic':100 'discuss':190 'display':291 'dmidecod':257 'done':104,240 'driver':64 'e15':35 'e15-5a165-bm':34 'els':317 'etc':259 'exist':28 'fact':92 'fair':106 'far':111 'featur':48 'figur':287 'files.neurario.com':267 'files.neurario.com/.infinitylaptop-debugging/)':266 'find':176 'folder':265 'follow':136 'found':81,262 'futur':210 'game':45 'geforc':56 'generic':63 'go':25 'graphic':171 'great':68 'grub/systemd-boot':75 'gtx':58 'hope':304 'howev':76 'i8042':65 'includ':74 'infin':33,38 'info':254 'input':89,99 'interfac':172 'issu':188 'kernel':140,155,211,224,283,302 'keyboard':60,84,144 'know':123 'known':197 'laptop':5,46,251 'latest':138 'learn':228,297 'linux':17 'local':42 'log':248 'longer':86,94,164 'lore.kernel':178 'lore.kernel.org':181 'lore.kernel.org/regressions/20230809085526.84913-1-hdegoede@redhat.com/t/)':180 'lshw':255 'lspci':256 'lts':149 'manag':174,292 'manual':121 'manufactur':43 'mayb':206 'might':217,319 'miss':321 'month':9 'nixo':21,159 'older':282 'option':277,312 'patch':119,222,299 'pick':2 'proper':128 'pull':246 'purpos':13 'recognis':146 'respond':87 'result':160 'right':236 'ryzen':50 'search':129 'server':272 'set':15,151,237 'show':95 'someon':113 'stabil':23 'tell':192 'theoret':215 'thread':179 'understand':275 'use':61,157,234,280 've':80,103,132,239 'version':212 'wait':207 'web':271 'window':70 'work':67,133,200,295,307"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703921601
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10638996"
  +editedAt: DateTimeImmutable @1708970126 {#1932
    date: 2024-02-26 18:55:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703835201 {#1930
    date: 2023-12-29 08:33: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
15 DENIED edit
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Laptop-keyboard-unresponsive-I-think-my-unknown-laptop-is-affected"
  +title: "Laptop keyboard unresponsive - I think my (unknown) laptop is affected by the kernel Zen IRQ regressions - how do I work around this?"
  +url: null
  +body: """
    I picked up a laptop a couple of months ago for the purpose of setting up Linux on (I chose NixOS for stability) to go with my existing desktop. It’s an *Infinity E15-5A165-BM* (Infinity being an Australian local manufacturer of gaming laptops) which features a Ryzen 5 6600H CPU and a GeForce 1650 GTX.\n
    \n
    The keyboard uses a generic driver (i8042), which works great on Windows and when booting (including Grub/systemd-boot). However, once booted, I’ve found that the keyboard no longer responds to input - and in fact no longer shows up as an input device. Now, I’ve done a fair bit of debugging so far (for someone who’s not had to patch anything manually but knows how to do a proper search) and I’ve worked out the following:\n
    \n
    - The latest available kernel in which the keyboard is recognised is 5.10 LTS - but setting this as the kernel to use in NixOS results in me no longer being able to boot into a graphical interface.\n
    - I managed to find [this lore.kernel thread](https://lore.kernel.org/regressions/20230809085526.84913-1-hdegoede@redhat.com/T/) ‪‬ in which I believe my issue is discussed. This tells me that it’s known and being worked on and that I can maybe wait for a future kernel version, and that theoretically I *might* just be able to patch the kernel myself, if I learn how to do that and use the right settings?\n
    \n
    I’ve done a couple of commands and pulled some logs from the laptop, and detailed info - lshw, lspci, dmidecode, acpidump, etc - can be found in [this folder](https://files.neurario.com/.InfinityLaptop-Debugging/) on my web server.\n
    \n
    To my understanding my options are to use the older kernel for now and figure out why the display manager is not working, or learn to patch the current kernel and hope that that works. What’s my best option, and is there anything else I might be missing ?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711751334 {#1957
    date: 2024-03-29 23:28:54.0 +01: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: 25574
  -titleTs: "'affect':10 'around':21 'irq':15 'kernel':13 'keyboard':2 'laptop':1,8 'regress':16 'think':5 'unknown':7 'unrespons':3 'work':20 'zen':14"
  -bodyTs: "'/.infinitylaptop-debugging/)':268 '/regressions/20230809085526.84913-1-hdegoede@redhat.com/t/)':182 '1650':57 '5':51 '5.10':148 '5a165':36 '6600h':52 'abl':166,220 'acpidump':258 'ago':10 'anyth':120,316 'australian':41 'avail':139 'believ':186 'best':311 'bit':107 'bm':37 'boot':73,78,168 'chose':20 'command':244 'coupl':7,242 'cpu':53 'current':301 'debug':109 'desktop':29 'detail':253 'devic':100 'discuss':190 'display':291 'dmidecod':257 'done':104,240 'driver':64 'e15':35 'e15-5a165-bm':34 'els':317 'etc':259 'exist':28 'fact':92 'fair':106 'far':111 'featur':48 'figur':287 'files.neurario.com':267 'files.neurario.com/.infinitylaptop-debugging/)':266 'find':176 'folder':265 'follow':136 'found':81,262 'futur':210 'game':45 'geforc':56 'generic':63 'go':25 'graphic':171 'great':68 'grub/systemd-boot':75 'gtx':58 'hope':304 'howev':76 'i8042':65 'includ':74 'infin':33,38 'info':254 'input':89,99 'interfac':172 'issu':188 'kernel':140,155,211,224,283,302 'keyboard':60,84,144 'know':123 'known':197 'laptop':5,46,251 'latest':138 'learn':228,297 'linux':17 'local':42 'log':248 'longer':86,94,164 'lore.kernel':178 'lore.kernel.org':181 'lore.kernel.org/regressions/20230809085526.84913-1-hdegoede@redhat.com/t/)':180 'lshw':255 'lspci':256 'lts':149 'manag':174,292 'manual':121 'manufactur':43 'mayb':206 'might':217,319 'miss':321 'month':9 'nixo':21,159 'older':282 'option':277,312 'patch':119,222,299 'pick':2 'proper':128 'pull':246 'purpos':13 'recognis':146 'respond':87 'result':160 'right':236 'ryzen':50 'search':129 'server':272 'set':15,151,237 'show':95 'someon':113 'stabil':23 'tell':192 'theoret':215 'thread':179 'understand':275 'use':61,157,234,280 've':80,103,132,239 'version':212 'wait':207 'web':271 'window':70 'work':67,133,200,295,307"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703921601
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10638996"
  +editedAt: DateTimeImmutable @1708970126 {#1932
    date: 2024-02-26 18:55:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703835201 {#1930
    date: 2023-12-29 08:33: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
16 DENIED moderate
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Laptop-keyboard-unresponsive-I-think-my-unknown-laptop-is-affected"
  +title: "Laptop keyboard unresponsive - I think my (unknown) laptop is affected by the kernel Zen IRQ regressions - how do I work around this?"
  +url: null
  +body: """
    I picked up a laptop a couple of months ago for the purpose of setting up Linux on (I chose NixOS for stability) to go with my existing desktop. It’s an *Infinity E15-5A165-BM* (Infinity being an Australian local manufacturer of gaming laptops) which features a Ryzen 5 6600H CPU and a GeForce 1650 GTX.\n
    \n
    The keyboard uses a generic driver (i8042), which works great on Windows and when booting (including Grub/systemd-boot). However, once booted, I’ve found that the keyboard no longer responds to input - and in fact no longer shows up as an input device. Now, I’ve done a fair bit of debugging so far (for someone who’s not had to patch anything manually but knows how to do a proper search) and I’ve worked out the following:\n
    \n
    - The latest available kernel in which the keyboard is recognised is 5.10 LTS - but setting this as the kernel to use in NixOS results in me no longer being able to boot into a graphical interface.\n
    - I managed to find [this lore.kernel thread](https://lore.kernel.org/regressions/20230809085526.84913-1-hdegoede@redhat.com/T/) ‪‬ in which I believe my issue is discussed. This tells me that it’s known and being worked on and that I can maybe wait for a future kernel version, and that theoretically I *might* just be able to patch the kernel myself, if I learn how to do that and use the right settings?\n
    \n
    I’ve done a couple of commands and pulled some logs from the laptop, and detailed info - lshw, lspci, dmidecode, acpidump, etc - can be found in [this folder](https://files.neurario.com/.InfinityLaptop-Debugging/) on my web server.\n
    \n
    To my understanding my options are to use the older kernel for now and figure out why the display manager is not working, or learn to patch the current kernel and hope that that works. What’s my best option, and is there anything else I might be missing ?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711751334 {#1957
    date: 2024-03-29 23:28:54.0 +01: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: 25574
  -titleTs: "'affect':10 'around':21 'irq':15 'kernel':13 'keyboard':2 'laptop':1,8 'regress':16 'think':5 'unknown':7 'unrespons':3 'work':20 'zen':14"
  -bodyTs: "'/.infinitylaptop-debugging/)':268 '/regressions/20230809085526.84913-1-hdegoede@redhat.com/t/)':182 '1650':57 '5':51 '5.10':148 '5a165':36 '6600h':52 'abl':166,220 'acpidump':258 'ago':10 'anyth':120,316 'australian':41 'avail':139 'believ':186 'best':311 'bit':107 'bm':37 'boot':73,78,168 'chose':20 'command':244 'coupl':7,242 'cpu':53 'current':301 'debug':109 'desktop':29 'detail':253 'devic':100 'discuss':190 'display':291 'dmidecod':257 'done':104,240 'driver':64 'e15':35 'e15-5a165-bm':34 'els':317 'etc':259 'exist':28 'fact':92 'fair':106 'far':111 'featur':48 'figur':287 'files.neurario.com':267 'files.neurario.com/.infinitylaptop-debugging/)':266 'find':176 'folder':265 'follow':136 'found':81,262 'futur':210 'game':45 'geforc':56 'generic':63 'go':25 'graphic':171 'great':68 'grub/systemd-boot':75 'gtx':58 'hope':304 'howev':76 'i8042':65 'includ':74 'infin':33,38 'info':254 'input':89,99 'interfac':172 'issu':188 'kernel':140,155,211,224,283,302 'keyboard':60,84,144 'know':123 'known':197 'laptop':5,46,251 'latest':138 'learn':228,297 'linux':17 'local':42 'log':248 'longer':86,94,164 'lore.kernel':178 'lore.kernel.org':181 'lore.kernel.org/regressions/20230809085526.84913-1-hdegoede@redhat.com/t/)':180 'lshw':255 'lspci':256 'lts':149 'manag':174,292 'manual':121 'manufactur':43 'mayb':206 'might':217,319 'miss':321 'month':9 'nixo':21,159 'older':282 'option':277,312 'patch':119,222,299 'pick':2 'proper':128 'pull':246 'purpos':13 'recognis':146 'respond':87 'result':160 'right':236 'ryzen':50 'search':129 'server':272 'set':15,151,237 'show':95 'someon':113 'stabil':23 'tell':192 'theoret':215 'thread':179 'understand':275 'use':61,157,234,280 've':80,103,132,239 'version':212 'wait':207 'web':271 'window':70 'work':67,133,200,295,307"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703921601
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10638996"
  +editedAt: DateTimeImmutable @1708970126 {#1932
    date: 2024-02-26 18:55:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703835201 {#1930
    date: 2023-12-29 08:33: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
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 {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Using-rsnapshot-on-a-nextcloud-borg-backup"
  +title: "Using rsnapshot on a nextcloud borg backup?"
  +url: null
  +body: """
    I’ve got my main house server that has a number of dockerized applications, including [nextcloud-aio](https://github.com/nextcloud/all-in-one). Nextcloud-AIO comes with a built-in backup system using BorgBackups. I’ve had this running and doing my backups, it is probably fine. Notable, it does encrypt the backup.\n
    \n
    Now, I recently setup a separate machine to use rsnapshot to backup the things from the main machine that need backing up. It is SSHing on a schedule to do that, and backing up the folders I’ve listed.\n
    \n
    When I set that up, I skipped the nextcloud borg backup, because that is already backing up; however, it is not a remote backup, so is of limited use (granted, my ‘official’ backup computer is using about 18 inches away from the main server, so also of limited use).\n
    \n
    I can easily just include the nextcloud-borg-directory on the rsnapshot list, but does anyone know if it will properly handle just the updates?\n
    \n
    That is, both Borg and Rsnapshot are set up so that each backup isn’t a complete backup but just incremental changes, so that you don’t fill your whole disk in two weeks. But if Borg does that first on the nextcloud data, will rsnapshot just not work and then try to backup the full 50GBs every day? Or just do the incremental changes? Will the borg encryption jack up the ability of rsnapshot to see the changes?\n
    \n
    If no one knows, I will just do it anyway and report back in a few days if my disk is completely full or not.\n
    \n
    Edit: it has been ~4 days, and I think it is not all busted (not going to say it is a good idea). The total space it is taking up on the second (backup) machine is what I expect - it hasn’t ballooned because it can’t properly grok the borg backup format or anything like that. Importantly, this is after ~4 days and very few changes (updates/deletions/edits) to anything on the nextcloud.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709185446 {#1393
    date: 2024-02-29 06:44:06.0 +01: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: 25722
  -titleTs: "'backup':7 'borg':6 'nextcloud':5 'rsnapshot':2 'use':1"
  -bodyTs: "'/nextcloud/all-in-one).':21 '18':130 '4':276,333 '50gbs':224 'abil':240 'aio':18,24 'alreadi':107 'also':138 'anyon':158 'anyth':326,341 'anyway':256 'applic':14 'away':132 'back':74,86,108,259 'backup':31,43,53,65,103,116,125,180,185,221,305,323 'balloon':314 'borg':102,150,171,204,235,322 'borgbackup':34 'built':29 'built-in':28 'bust':285 'chang':189,232,246,338 'come':25 'complet':184,268 'comput':126 'data':211 'day':226,263,277,334 'directori':151 'disk':198,266 'docker':13 'easili':144 'edit':272 'encrypt':51,236 'everi':225 'expect':310 'fill':195 'fine':47 'first':207 'folder':89 'format':324 'full':223,269 'github.com':20 'github.com/nextcloud/all-in-one).':19 'go':287 'good':293 'got':3 'grant':122 'grok':320 'handl':164 'hasn':312 'hous':6 'howev':110 'idea':294 'import':329 'inch':131 'includ':15,146 'increment':188,231 'isn':181 'jack':237 'know':159,250 'like':327 'limit':120,140 'list':92,155 'machin':60,71,306 'main':5,70,135 'need':73 'nextcloud':17,23,101,149,210,344 'nextcloud-aio':16,22 'nextcloud-borg-directori':148 'notabl':48 'number':11 'offici':124 'one':249 'probabl':46 'proper':163,319 'recent':56 'remot':115 'report':258 'rsnapshot':63,154,173,213,242 'run':39 'say':289 'schedul':81 'second':304 'see':244 'separ':59 'server':7,136 'set':95,175 'setup':57 'skip':99 'space':297 'sshing':78 'system':32 'take':300 'thing':67 'think':280 'total':296 'tri':219 'two':200 'updat':167 'updates/deletions/edits':339 'use':33,62,121,128,141 've':2,36,91 'week':201 'whole':197 'work':216"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703921131
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/8481209"
  +editedAt: DateTimeImmutable @1712595946 {#1389
    date: 2024-04-08 19:05:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1703881131 {#1936
    date: 2023-12-29 21:18: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
19 DENIED edit
App\Entity\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Using-rsnapshot-on-a-nextcloud-borg-backup"
  +title: "Using rsnapshot on a nextcloud borg backup?"
  +url: null
  +body: """
    I’ve got my main house server that has a number of dockerized applications, including [nextcloud-aio](https://github.com/nextcloud/all-in-one). Nextcloud-AIO comes with a built-in backup system using BorgBackups. I’ve had this running and doing my backups, it is probably fine. Notable, it does encrypt the backup.\n
    \n
    Now, I recently setup a separate machine to use rsnapshot to backup the things from the main machine that need backing up. It is SSHing on a schedule to do that, and backing up the folders I’ve listed.\n
    \n
    When I set that up, I skipped the nextcloud borg backup, because that is already backing up; however, it is not a remote backup, so is of limited use (granted, my ‘official’ backup computer is using about 18 inches away from the main server, so also of limited use).\n
    \n
    I can easily just include the nextcloud-borg-directory on the rsnapshot list, but does anyone know if it will properly handle just the updates?\n
    \n
    That is, both Borg and Rsnapshot are set up so that each backup isn’t a complete backup but just incremental changes, so that you don’t fill your whole disk in two weeks. But if Borg does that first on the nextcloud data, will rsnapshot just not work and then try to backup the full 50GBs every day? Or just do the incremental changes? Will the borg encryption jack up the ability of rsnapshot to see the changes?\n
    \n
    If no one knows, I will just do it anyway and report back in a few days if my disk is completely full or not.\n
    \n
    Edit: it has been ~4 days, and I think it is not all busted (not going to say it is a good idea). The total space it is taking up on the second (backup) machine is what I expect - it hasn’t ballooned because it can’t properly grok the borg backup format or anything like that. Importantly, this is after ~4 days and very few changes (updates/deletions/edits) to anything on the nextcloud.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709185446 {#1393
    date: 2024-02-29 06:44:06.0 +01: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: 25722
  -titleTs: "'backup':7 'borg':6 'nextcloud':5 'rsnapshot':2 'use':1"
  -bodyTs: "'/nextcloud/all-in-one).':21 '18':130 '4':276,333 '50gbs':224 'abil':240 'aio':18,24 'alreadi':107 'also':138 'anyon':158 'anyth':326,341 'anyway':256 'applic':14 'away':132 'back':74,86,108,259 'backup':31,43,53,65,103,116,125,180,185,221,305,323 'balloon':314 'borg':102,150,171,204,235,322 'borgbackup':34 'built':29 'built-in':28 'bust':285 'chang':189,232,246,338 'come':25 'complet':184,268 'comput':126 'data':211 'day':226,263,277,334 'directori':151 'disk':198,266 'docker':13 'easili':144 'edit':272 'encrypt':51,236 'everi':225 'expect':310 'fill':195 'fine':47 'first':207 'folder':89 'format':324 'full':223,269 'github.com':20 'github.com/nextcloud/all-in-one).':19 'go':287 'good':293 'got':3 'grant':122 'grok':320 'handl':164 'hasn':312 'hous':6 'howev':110 'idea':294 'import':329 'inch':131 'includ':15,146 'increment':188,231 'isn':181 'jack':237 'know':159,250 'like':327 'limit':120,140 'list':92,155 'machin':60,71,306 'main':5,70,135 'need':73 'nextcloud':17,23,101,149,210,344 'nextcloud-aio':16,22 'nextcloud-borg-directori':148 'notabl':48 'number':11 'offici':124 'one':249 'probabl':46 'proper':163,319 'recent':56 'remot':115 'report':258 'rsnapshot':63,154,173,213,242 'run':39 'say':289 'schedul':81 'second':304 'see':244 'separ':59 'server':7,136 'set':95,175 'setup':57 'skip':99 'space':297 'sshing':78 'system':32 'take':300 'thing':67 'think':280 'total':296 'tri':219 'two':200 'updat':167 'updates/deletions/edits':339 'use':33,62,121,128,141 've':2,36,91 'week':201 'whole':197 'work':216"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703921131
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/8481209"
  +editedAt: DateTimeImmutable @1712595946 {#1389
    date: 2024-04-08 19:05:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1703881131 {#1936
    date: 2023-12-29 21:18: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
20 DENIED moderate
App\Entity\Entry {#1376
  +user: Proxies\__CG__\App\Entity\User {#1938 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Using-rsnapshot-on-a-nextcloud-borg-backup"
  +title: "Using rsnapshot on a nextcloud borg backup?"
  +url: null
  +body: """
    I’ve got my main house server that has a number of dockerized applications, including [nextcloud-aio](https://github.com/nextcloud/all-in-one). Nextcloud-AIO comes with a built-in backup system using BorgBackups. I’ve had this running and doing my backups, it is probably fine. Notable, it does encrypt the backup.\n
    \n
    Now, I recently setup a separate machine to use rsnapshot to backup the things from the main machine that need backing up. It is SSHing on a schedule to do that, and backing up the folders I’ve listed.\n
    \n
    When I set that up, I skipped the nextcloud borg backup, because that is already backing up; however, it is not a remote backup, so is of limited use (granted, my ‘official’ backup computer is using about 18 inches away from the main server, so also of limited use).\n
    \n
    I can easily just include the nextcloud-borg-directory on the rsnapshot list, but does anyone know if it will properly handle just the updates?\n
    \n
    That is, both Borg and Rsnapshot are set up so that each backup isn’t a complete backup but just incremental changes, so that you don’t fill your whole disk in two weeks. But if Borg does that first on the nextcloud data, will rsnapshot just not work and then try to backup the full 50GBs every day? Or just do the incremental changes? Will the borg encryption jack up the ability of rsnapshot to see the changes?\n
    \n
    If no one knows, I will just do it anyway and report back in a few days if my disk is completely full or not.\n
    \n
    Edit: it has been ~4 days, and I think it is not all busted (not going to say it is a good idea). The total space it is taking up on the second (backup) machine is what I expect - it hasn’t ballooned because it can’t properly grok the borg backup format or anything like that. Importantly, this is after ~4 days and very few changes (updates/deletions/edits) to anything on the nextcloud.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 13
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709185446 {#1393
    date: 2024-02-29 06:44:06.0 +01: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: 25722
  -titleTs: "'backup':7 'borg':6 'nextcloud':5 'rsnapshot':2 'use':1"
  -bodyTs: "'/nextcloud/all-in-one).':21 '18':130 '4':276,333 '50gbs':224 'abil':240 'aio':18,24 'alreadi':107 'also':138 'anyon':158 'anyth':326,341 'anyway':256 'applic':14 'away':132 'back':74,86,108,259 'backup':31,43,53,65,103,116,125,180,185,221,305,323 'balloon':314 'borg':102,150,171,204,235,322 'borgbackup':34 'built':29 'built-in':28 'bust':285 'chang':189,232,246,338 'come':25 'complet':184,268 'comput':126 'data':211 'day':226,263,277,334 'directori':151 'disk':198,266 'docker':13 'easili':144 'edit':272 'encrypt':51,236 'everi':225 'expect':310 'fill':195 'fine':47 'first':207 'folder':89 'format':324 'full':223,269 'github.com':20 'github.com/nextcloud/all-in-one).':19 'go':287 'good':293 'got':3 'grant':122 'grok':320 'handl':164 'hasn':312 'hous':6 'howev':110 'idea':294 'import':329 'inch':131 'includ':15,146 'increment':188,231 'isn':181 'jack':237 'know':159,250 'like':327 'limit':120,140 'list':92,155 'machin':60,71,306 'main':5,70,135 'need':73 'nextcloud':17,23,101,149,210,344 'nextcloud-aio':16,22 'nextcloud-borg-directori':148 'notabl':48 'number':11 'offici':124 'one':249 'probabl':46 'proper':163,319 'recent':56 'remot':115 'report':258 'rsnapshot':63,154,173,213,242 'run':39 'say':289 'schedul':81 'second':304 'see':244 'separ':59 'server':7,136 'set':95,175 'setup':57 'skip':99 'space':297 'sshing':78 'system':32 'take':300 'thing':67 'think':280 'total':296 'tri':219 'two':200 'updat':167 'updates/deletions/edits':339 'use':33,62,121,128,141 've':2,36,91 'week':201 'whole':197 'work':216"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703921131
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/8481209"
  +editedAt: DateTimeImmutable @1712595946 {#1389
    date: 2024-04-08 19:05:46.0 +02:00
  }
  +createdAt: DateTimeImmutable @1703881131 {#1936
    date: 2023-12-29 21:18: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
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 {#1369
  +user: Proxies\__CG__\App\Entity\User {#1378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "eGPU-docks"
  +title: "eGPU docks?"
  +url: null
  +body: """
    Hi all,\n
    \n
    Just wondering how progress is on eGPU docks? I want to upgrade my GPU at some point and thought it might be cool to put it in a dock and connect it to a laptop. The laptop has a couple thunderbolt ports.\n
    \n
    How’s compatibility these days?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709104939 {#1374
    date: 2024-02-28 08:22:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1375 …}
  +reports: Doctrine\ORM\PersistentCollection {#1400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1902 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1891 …}
  +badges: Doctrine\ORM\PersistentCollection {#1956 …}
  +children: []
  -id: 25563
  -titleTs: "'dock':2 'egpu':1"
  -bodyTs: "'compat':47 'connect':33 'cool':25 'coupl':42 'day':49 'dock':10,31 'egpu':9 'gpu':16 'hi':1 'laptop':37,39 'might':23 'point':19 'port':44 'progress':6 'put':27 'thought':21 'thunderbolt':43 'upgrad':14 'want':12 'wonder':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703914202
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7842833"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703827802 {#1365
    date: 2023-12-29 06:30:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1369
  +user: Proxies\__CG__\App\Entity\User {#1378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "eGPU-docks"
  +title: "eGPU docks?"
  +url: null
  +body: """
    Hi all,\n
    \n
    Just wondering how progress is on eGPU docks? I want to upgrade my GPU at some point and thought it might be cool to put it in a dock and connect it to a laptop. The laptop has a couple thunderbolt ports.\n
    \n
    How’s compatibility these days?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709104939 {#1374
    date: 2024-02-28 08:22:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1375 …}
  +reports: Doctrine\ORM\PersistentCollection {#1400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1902 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1891 …}
  +badges: Doctrine\ORM\PersistentCollection {#1956 …}
  +children: []
  -id: 25563
  -titleTs: "'dock':2 'egpu':1"
  -bodyTs: "'compat':47 'connect':33 'cool':25 'coupl':42 'day':49 'dock':10,31 'egpu':9 'gpu':16 'hi':1 'laptop':37,39 'might':23 'point':19 'port':44 'progress':6 'put':27 'thought':21 'thunderbolt':43 'upgrad':14 'want':12 'wonder':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703914202
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7842833"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703827802 {#1365
    date: 2023-12-29 06:30:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1369
  +user: Proxies\__CG__\App\Entity\User {#1378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "eGPU-docks"
  +title: "eGPU docks?"
  +url: null
  +body: """
    Hi all,\n
    \n
    Just wondering how progress is on eGPU docks? I want to upgrade my GPU at some point and thought it might be cool to put it in a dock and connect it to a laptop. The laptop has a couple thunderbolt ports.\n
    \n
    How’s compatibility these days?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709104939 {#1374
    date: 2024-02-28 08:22:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1375 …}
  +reports: Doctrine\ORM\PersistentCollection {#1400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1902 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1891 …}
  +badges: Doctrine\ORM\PersistentCollection {#1956 …}
  +children: []
  -id: 25563
  -titleTs: "'dock':2 'egpu':1"
  -bodyTs: "'compat':47 'connect':33 'cool':25 'coupl':42 'day':49 'dock':10,31 'egpu':9 'gpu':16 'hi':1 'laptop':37,39 'might':23 'point':19 'port':44 'progress':6 'put':27 'thought':21 'thunderbolt':43 'upgrad':14 'want':12 'wonder':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703914202
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7842833"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703827802 {#1365
    date: 2023-12-29 06:30:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2429
  +user: Proxies\__CG__\App\Entity\User {#2427 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "I-am-concerned-about-my-cars-extended-warranty-I-ve-tried"
  +title: "I am concerned about my cars extended warranty. I've tried to call a bunch of places but they all laugh and hang up. How can I get someone to call me about ny cars extended warranty?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703900056 {#1848
    date: 2023-12-30 02:34:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 25562
  -titleTs: "'bunch':15 'call':13,31 'car':6,35 'concern':3 'extend':7,36 'get':28 'hang':23 'laugh':21 'ny':34 'place':17 'someon':29 'tri':11 've':10 'warranti':8,37"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703913915
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10083486"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703827515 {#1838
    date: 2023-12-29 06:25: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
27 DENIED edit
App\Entity\Entry {#2429
  +user: Proxies\__CG__\App\Entity\User {#2427 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "I-am-concerned-about-my-cars-extended-warranty-I-ve-tried"
  +title: "I am concerned about my cars extended warranty. I've tried to call a bunch of places but they all laugh and hang up. How can I get someone to call me about ny cars extended warranty?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703900056 {#1848
    date: 2023-12-30 02:34:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 25562
  -titleTs: "'bunch':15 'call':13,31 'car':6,35 'concern':3 'extend':7,36 'get':28 'hang':23 'laugh':21 'ny':34 'place':17 'someon':29 'tri':11 've':10 'warranti':8,37"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703913915
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10083486"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703827515 {#1838
    date: 2023-12-29 06:25: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
28 DENIED moderate
App\Entity\Entry {#2429
  +user: Proxies\__CG__\App\Entity\User {#2427 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "I-am-concerned-about-my-cars-extended-warranty-I-ve-tried"
  +title: "I am concerned about my cars extended warranty. I've tried to call a bunch of places but they all laugh and hang up. How can I get someone to call me about ny cars extended warranty?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 79
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703900056 {#1848
    date: 2023-12-30 02:34:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2446 …}
  +votes: Doctrine\ORM\PersistentCollection {#2444 …}
  +reports: Doctrine\ORM\PersistentCollection {#2432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2440 …}
  +badges: Doctrine\ORM\PersistentCollection {#2436 …}
  +children: []
  -id: 25562
  -titleTs: "'bunch':15 'call':13,31 'car':6,35 'concern':3 'extend':7,36 'get':28 'hang':23 'laugh':21 'ny':34 'place':17 'someon':29 'tri':11 've':10 'warranti':8,37"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703913915
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10083486"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703827515 {#1838
    date: 2023-12-29 06:25: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
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 {#2355
  +user: Proxies\__CG__\App\Entity\User {#2466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Mayo-mustard-or-ketchup"
  +title: "Mayo, mustard or ketchup?"
  +url: null
  +body: "Choose wisely."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 80
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711576483 {#2166
    date: 2024-03-27 22:54:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2476 …}
  +votes: Doctrine\ORM\PersistentCollection {#2451 …}
  +reports: Doctrine\ORM\PersistentCollection {#2475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2477 …}
  +badges: Doctrine\ORM\PersistentCollection {#2354 …}
  +children: []
  -id: 25555
  -titleTs: "'ketchup':4 'mayo':1 'mustard':2"
  -bodyTs: "'choos':1 'wise':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703907820
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10081438"
  +editedAt: DateTimeImmutable @1708925726 {#2167
    date: 2024-02-26 06:35:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703821420 {#2288
    date: 2023-12-29 04:43: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
31 DENIED edit
App\Entity\Entry {#2355
  +user: Proxies\__CG__\App\Entity\User {#2466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Mayo-mustard-or-ketchup"
  +title: "Mayo, mustard or ketchup?"
  +url: null
  +body: "Choose wisely."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 80
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711576483 {#2166
    date: 2024-03-27 22:54:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2476 …}
  +votes: Doctrine\ORM\PersistentCollection {#2451 …}
  +reports: Doctrine\ORM\PersistentCollection {#2475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2477 …}
  +badges: Doctrine\ORM\PersistentCollection {#2354 …}
  +children: []
  -id: 25555
  -titleTs: "'ketchup':4 'mayo':1 'mustard':2"
  -bodyTs: "'choos':1 'wise':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703907820
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10081438"
  +editedAt: DateTimeImmutable @1708925726 {#2167
    date: 2024-02-26 06:35:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703821420 {#2288
    date: 2023-12-29 04:43: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
32 DENIED moderate
App\Entity\Entry {#2355
  +user: Proxies\__CG__\App\Entity\User {#2466 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Mayo-mustard-or-ketchup"
  +title: "Mayo, mustard or ketchup?"
  +url: null
  +body: "Choose wisely."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 86
  +favouriteCount: 80
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711576483 {#2166
    date: 2024-03-27 22:54:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2476 …}
  +votes: Doctrine\ORM\PersistentCollection {#2451 …}
  +reports: Doctrine\ORM\PersistentCollection {#2475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2477 …}
  +badges: Doctrine\ORM\PersistentCollection {#2354 …}
  +children: []
  -id: 25555
  -titleTs: "'ketchup':4 'mayo':1 'mustard':2"
  -bodyTs: "'choos':1 'wise':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703907820
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10081438"
  +editedAt: DateTimeImmutable @1708925726 {#2167
    date: 2024-02-26 06:35:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703821420 {#2288
    date: 2023-12-29 04:43: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
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 {#1841
  +user: Proxies\__CG__\App\Entity\User {#2409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-if-reddit-joins-race-of-services-joing-fediverse"
  +title: "What if reddit joins race of services joing fediverse?"
  +url: null
  +body: "Title + Have you ever thought of it?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710767963 {#2487
    date: 2024-03-18 14:19:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#60 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2484 …}
  +badges: Doctrine\ORM\PersistentCollection {#2481 …}
  +children: []
  -id: 25551
  -titleTs: "'fedivers':9 'jo':8 'join':4 'race':5 'reddit':3 'servic':7"
  -bodyTs: "'ever':4 'thought':5 'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703904729
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7838609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703818329 {#2485
    date: 2023-12-29 03:52:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1841
  +user: Proxies\__CG__\App\Entity\User {#2409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-if-reddit-joins-race-of-services-joing-fediverse"
  +title: "What if reddit joins race of services joing fediverse?"
  +url: null
  +body: "Title + Have you ever thought of it?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710767963 {#2487
    date: 2024-03-18 14:19:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#60 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2484 …}
  +badges: Doctrine\ORM\PersistentCollection {#2481 …}
  +children: []
  -id: 25551
  -titleTs: "'fedivers':9 'jo':8 'join':4 'race':5 'reddit':3 'servic':7"
  -bodyTs: "'ever':4 'thought':5 'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703904729
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7838609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703818329 {#2485
    date: 2023-12-29 03:52:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1841
  +user: Proxies\__CG__\App\Entity\User {#2409 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-if-reddit-joins-race-of-services-joing-fediverse"
  +title: "What if reddit joins race of services joing fediverse?"
  +url: null
  +body: "Title + Have you ever thought of it?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710767963 {#2487
    date: 2024-03-18 14:19:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#60 …}
  +votes: Doctrine\ORM\PersistentCollection {#2488 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2474 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2484 …}
  +badges: Doctrine\ORM\PersistentCollection {#2481 …}
  +children: []
  -id: 25551
  -titleTs: "'fedivers':9 'jo':8 'join':4 'race':5 'reddit':3 'servic':7"
  -bodyTs: "'ever':4 'thought':5 'titl':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703904729
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7838609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703818329 {#2485
    date: 2023-12-29 03:52:09.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1501
  +user: Proxies\__CG__\App\Entity\User {#1500 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1521 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "TIP-Using-the-seasoning-aisle-like-a-cookbook"
  +title: "[TIP] Using the seasoning aisle like a cookbook"
  +url: null
  +body: "I think i may have a new food hack. If you’re ever out shopping and don’t know what or how to make for dinner you can goto the gravy aisle and the seasoning packets read like recipes. Just pick what you want to make, it’ll tell you what you need and how to make it. The packet also tells you what is in it so you can learn what spices to put on things instead of buying seasoning packets forever."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703813543 {#1508
    date: 2023-12-29 02:32:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1514 …}
  +votes: Doctrine\ORM\PersistentCollection {#1502 …}
  +reports: Doctrine\ORM\PersistentCollection {#1544 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1547 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1482 …}
  +badges: Doctrine\ORM\PersistentCollection {#1523 …}
  +children: []
  -id: 25542
  -titleTs: "'aisl':5 'cookbook':8 'like':6 'season':4 'tip':1 'use':2"
  -bodyTs: "'aisl':32 'also':61 'buy':80 'dinner':26 'ever':13 'food':8 'forev':83 'goto':29 'gravi':31 'hack':9 'instead':78 'know':19 'learn':71 'like':38 'll':48 'make':24,46,57 'may':4 'need':53 'new':7 'packet':36,60,82 'pick':41 'put':75 're':12 'read':37 'recip':39 'season':35,81 'shop':15 'spice':73 'tell':49,62 'thing':77 'think':2 'want':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703899943
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/6989528"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703813543 {#1524
    date: 2023-12-29 02:32:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1501
  +user: Proxies\__CG__\App\Entity\User {#1500 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1521 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "TIP-Using-the-seasoning-aisle-like-a-cookbook"
  +title: "[TIP] Using the seasoning aisle like a cookbook"
  +url: null
  +body: "I think i may have a new food hack. If you’re ever out shopping and don’t know what or how to make for dinner you can goto the gravy aisle and the seasoning packets read like recipes. Just pick what you want to make, it’ll tell you what you need and how to make it. The packet also tells you what is in it so you can learn what spices to put on things instead of buying seasoning packets forever."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703813543 {#1508
    date: 2023-12-29 02:32:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1514 …}
  +votes: Doctrine\ORM\PersistentCollection {#1502 …}
  +reports: Doctrine\ORM\PersistentCollection {#1544 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1547 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1482 …}
  +badges: Doctrine\ORM\PersistentCollection {#1523 …}
  +children: []
  -id: 25542
  -titleTs: "'aisl':5 'cookbook':8 'like':6 'season':4 'tip':1 'use':2"
  -bodyTs: "'aisl':32 'also':61 'buy':80 'dinner':26 'ever':13 'food':8 'forev':83 'goto':29 'gravi':31 'hack':9 'instead':78 'know':19 'learn':71 'like':38 'll':48 'make':24,46,57 'may':4 'need':53 'new':7 'packet':36,60,82 'pick':41 'put':75 're':12 'read':37 'recip':39 'season':35,81 'shop':15 'spice':73 'tell':49,62 'thing':77 'think':2 'want':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703899943
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/6989528"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703813543 {#1524
    date: 2023-12-29 02:32:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1501
  +user: Proxies\__CG__\App\Entity\User {#1500 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1521 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "TIP-Using-the-seasoning-aisle-like-a-cookbook"
  +title: "[TIP] Using the seasoning aisle like a cookbook"
  +url: null
  +body: "I think i may have a new food hack. If you’re ever out shopping and don’t know what or how to make for dinner you can goto the gravy aisle and the seasoning packets read like recipes. Just pick what you want to make, it’ll tell you what you need and how to make it. The packet also tells you what is in it so you can learn what spices to put on things instead of buying seasoning packets forever."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 54
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703813543 {#1508
    date: 2023-12-29 02:32:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1514 …}
  +votes: Doctrine\ORM\PersistentCollection {#1502 …}
  +reports: Doctrine\ORM\PersistentCollection {#1544 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1547 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1482 …}
  +badges: Doctrine\ORM\PersistentCollection {#1523 …}
  +children: []
  -id: 25542
  -titleTs: "'aisl':5 'cookbook':8 'like':6 'season':4 'tip':1 'use':2"
  -bodyTs: "'aisl':32 'also':61 'buy':80 'dinner':26 'ever':13 'food':8 'forev':83 'goto':29 'gravi':31 'hack':9 'instead':78 'know':19 'learn':71 'like':38 'll':48 'make':24,46,57 'may':4 'need':53 'new':7 'packet':36,60,82 'pick':41 'put':75 're':12 'read':37 'recip':39 'season':35,81 'shop':15 'spice':73 'tell':49,62 'thing':77 'think':2 'want':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703899943
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/6989528"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703813543 {#1524
    date: 2023-12-29 02:32:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1503
  +user: Proxies\__CG__\App\Entity\User {#1504 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1507 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Question-about-the-federation-system"
  +title: "Question about the federation system"
  +url: null
  +body: """
    I noticed that some instances seem to sort of shadowban users from what I presume is any instance not on a whitelist.\n
    \n
    This might sound like it might be regular defederation at first, but I can see or interact with their content just fine from my all feed while anytime I attempt to interact with communities on there in any way literally *nothing* happens, as if my contribution were invisible.\n
    \n
    No replies, up or downvotes, no deletion or ban. Just shouting into the void while everyone around you (from that or other whitelisted instances) is having lively discussion.\n
    \n
    Granted there is also the possibility that my contributions were uninteresting but my general experience is that people love to argue, or at least downvote whom they disagree with.\n
    \n
    Is this a thing I should be aware of? That some federated instances have unilateral shadowbans in place?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709049245 {#1522
    date: 2024-02-27 16:54:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1505 …}
  +votes: Doctrine\ORM\PersistentCollection {#1532 …}
  +reports: Doctrine\ORM\PersistentCollection {#1534 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1540 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1533 …}
  +badges: Doctrine\ORM\PersistentCollection {#1541 …}
  +children: []
  -id: 25532
  -titleTs: "'feder':4 'question':1 'system':5"
  -bodyTs: "'also':102 'anytim':50 'argu':119 'around':87 'attempt':52 'awar':135 'ban':79 'communiti':56 'content':42 'contribut':68,107 'defeder':31 'delet':77 'disagre':126 'discuss':98 'downvot':75,123 'everyon':86 'experi':113 'feder':139 'feed':48 'fine':44 'first':33 'general':112 'grant':99 'happen':64 'instanc':5,18,94,140 'interact':39,54 'invis':70 'least':122 'like':26 'liter':62 'live':97 'love':117 'might':24,28 'noth':63 'notic':2 'peopl':116 'place':145 'possibl':104 'presum':15 'regular':30 'repli':72 'see':37 'seem':6 'shadowban':10,143 'shout':81 'sort':8 'sound':25 'thing':131 'unilater':142 'uninterest':109 'user':11 'void':84 'way':61 'whitelist':22,93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703895482
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7598042"
  +editedAt: DateTimeImmutable @1708873161 {#1510
    date: 2024-02-25 15:59:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703809082 {#1506
    date: 2023-12-29 01:18:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1503
  +user: Proxies\__CG__\App\Entity\User {#1504 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1507 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Question-about-the-federation-system"
  +title: "Question about the federation system"
  +url: null
  +body: """
    I noticed that some instances seem to sort of shadowban users from what I presume is any instance not on a whitelist.\n
    \n
    This might sound like it might be regular defederation at first, but I can see or interact with their content just fine from my all feed while anytime I attempt to interact with communities on there in any way literally *nothing* happens, as if my contribution were invisible.\n
    \n
    No replies, up or downvotes, no deletion or ban. Just shouting into the void while everyone around you (from that or other whitelisted instances) is having lively discussion.\n
    \n
    Granted there is also the possibility that my contributions were uninteresting but my general experience is that people love to argue, or at least downvote whom they disagree with.\n
    \n
    Is this a thing I should be aware of? That some federated instances have unilateral shadowbans in place?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709049245 {#1522
    date: 2024-02-27 16:54:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1505 …}
  +votes: Doctrine\ORM\PersistentCollection {#1532 …}
  +reports: Doctrine\ORM\PersistentCollection {#1534 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1540 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1533 …}
  +badges: Doctrine\ORM\PersistentCollection {#1541 …}
  +children: []
  -id: 25532
  -titleTs: "'feder':4 'question':1 'system':5"
  -bodyTs: "'also':102 'anytim':50 'argu':119 'around':87 'attempt':52 'awar':135 'ban':79 'communiti':56 'content':42 'contribut':68,107 'defeder':31 'delet':77 'disagre':126 'discuss':98 'downvot':75,123 'everyon':86 'experi':113 'feder':139 'feed':48 'fine':44 'first':33 'general':112 'grant':99 'happen':64 'instanc':5,18,94,140 'interact':39,54 'invis':70 'least':122 'like':26 'liter':62 'live':97 'love':117 'might':24,28 'noth':63 'notic':2 'peopl':116 'place':145 'possibl':104 'presum':15 'regular':30 'repli':72 'see':37 'seem':6 'shadowban':10,143 'shout':81 'sort':8 'sound':25 'thing':131 'unilater':142 'uninterest':109 'user':11 'void':84 'way':61 'whitelist':22,93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703895482
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7598042"
  +editedAt: DateTimeImmutable @1708873161 {#1510
    date: 2024-02-25 15:59:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703809082 {#1506
    date: 2023-12-29 01:18:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1503
  +user: Proxies\__CG__\App\Entity\User {#1504 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1507 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Question-about-the-federation-system"
  +title: "Question about the federation system"
  +url: null
  +body: """
    I noticed that some instances seem to sort of shadowban users from what I presume is any instance not on a whitelist.\n
    \n
    This might sound like it might be regular defederation at first, but I can see or interact with their content just fine from my all feed while anytime I attempt to interact with communities on there in any way literally *nothing* happens, as if my contribution were invisible.\n
    \n
    No replies, up or downvotes, no deletion or ban. Just shouting into the void while everyone around you (from that or other whitelisted instances) is having lively discussion.\n
    \n
    Granted there is also the possibility that my contributions were uninteresting but my general experience is that people love to argue, or at least downvote whom they disagree with.\n
    \n
    Is this a thing I should be aware of? That some federated instances have unilateral shadowbans in place?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709049245 {#1522
    date: 2024-02-27 16:54:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1505 …}
  +votes: Doctrine\ORM\PersistentCollection {#1532 …}
  +reports: Doctrine\ORM\PersistentCollection {#1534 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1540 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1533 …}
  +badges: Doctrine\ORM\PersistentCollection {#1541 …}
  +children: []
  -id: 25532
  -titleTs: "'feder':4 'question':1 'system':5"
  -bodyTs: "'also':102 'anytim':50 'argu':119 'around':87 'attempt':52 'awar':135 'ban':79 'communiti':56 'content':42 'contribut':68,107 'defeder':31 'delet':77 'disagre':126 'discuss':98 'downvot':75,123 'everyon':86 'experi':113 'feder':139 'feed':48 'fine':44 'first':33 'general':112 'grant':99 'happen':64 'instanc':5,18,94,140 'interact':39,54 'invis':70 'least':122 'like':26 'liter':62 'live':97 'love':117 'might':24,28 'noth':63 'notic':2 'peopl':116 'place':145 'possibl':104 'presum':15 'regular':30 'repli':72 'see':37 'seem':6 'shadowban':10,143 'shout':81 'sort':8 'sound':25 'thing':131 'unilater':142 'uninterest':109 'user':11 'void':84 'way':61 'whitelist':22,93"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703895482
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7598042"
  +editedAt: DateTimeImmutable @1708873161 {#1510
    date: 2024-02-25 15:59:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703809082 {#1506
    date: 2023-12-29 01:18:02.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1536
  +user: Proxies\__CG__\App\Entity\User {#1515 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1516 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Juegos-de-Mesa-A-community-to-discuss-cardboard-entertainment-in"
  +title: "Juegos de Mesa -  A community to discuss cardboard entertainment in Spanish"
  +url: null
  +body: """
    ES: Una comunidad para conversar de entretenimiento de cartón en Español\n
    \n
    [Juegos de Mesa](/c/juegosdemesa@feddit.cl)\n
    \n
    !juegosdemesa@feddit.cl
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703863069 {#1531
    date: 2023-12-29 16:17:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 25634
  -titleTs: "'cardboard':8 'communiti':5 'de':2 'discuss':7 'entertain':9 'juego':1 'mesa':3 'spanish':11"
  -bodyTs: "'/c/juegosdemesa':15 'cartón':9 'comunidad':3 'conversar':5 'de':6,8,13 'en':10 'entretenimiento':7 'es':1 'español':11 'feddit.cl':16 'juego':12 'juegosdemesa@feddit.cl':17 'mesa':14 'para':4 'una':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703894569
  +visibility: "visible             "
  +apId: "https://feddit.cl/post/1374094"
  +editedAt: DateTimeImmutable @1709067741 {#1530
    date: 2024-02-27 22:02:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703863069 {#1537
    date: 2023-12-29 16:17:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1536
  +user: Proxies\__CG__\App\Entity\User {#1515 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1516 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Juegos-de-Mesa-A-community-to-discuss-cardboard-entertainment-in"
  +title: "Juegos de Mesa -  A community to discuss cardboard entertainment in Spanish"
  +url: null
  +body: """
    ES: Una comunidad para conversar de entretenimiento de cartón en Español\n
    \n
    [Juegos de Mesa](/c/juegosdemesa@feddit.cl)\n
    \n
    !juegosdemesa@feddit.cl
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703863069 {#1531
    date: 2023-12-29 16:17:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 25634
  -titleTs: "'cardboard':8 'communiti':5 'de':2 'discuss':7 'entertain':9 'juego':1 'mesa':3 'spanish':11"
  -bodyTs: "'/c/juegosdemesa':15 'cartón':9 'comunidad':3 'conversar':5 'de':6,8,13 'en':10 'entretenimiento':7 'es':1 'español':11 'feddit.cl':16 'juego':12 'juegosdemesa@feddit.cl':17 'mesa':14 'para':4 'una':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703894569
  +visibility: "visible             "
  +apId: "https://feddit.cl/post/1374094"
  +editedAt: DateTimeImmutable @1709067741 {#1530
    date: 2024-02-27 22:02:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703863069 {#1537
    date: 2023-12-29 16:17:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1536
  +user: Proxies\__CG__\App\Entity\User {#1515 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1516 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Juegos-de-Mesa-A-community-to-discuss-cardboard-entertainment-in"
  +title: "Juegos de Mesa -  A community to discuss cardboard entertainment in Spanish"
  +url: null
  +body: """
    ES: Una comunidad para conversar de entretenimiento de cartón en Español\n
    \n
    [Juegos de Mesa](/c/juegosdemesa@feddit.cl)\n
    \n
    !juegosdemesa@feddit.cl
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703863069 {#1531
    date: 2023-12-29 16:17:49.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1520 …}
  +reports: Doctrine\ORM\PersistentCollection {#1632 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1631 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1704 …}
  +badges: Doctrine\ORM\PersistentCollection {#1712 …}
  +children: []
  -id: 25634
  -titleTs: "'cardboard':8 'communiti':5 'de':2 'discuss':7 'entertain':9 'juego':1 'mesa':3 'spanish':11"
  -bodyTs: "'/c/juegosdemesa':15 'cartón':9 'comunidad':3 'conversar':5 'de':6,8,13 'en':10 'entretenimiento':7 'es':1 'español':11 'feddit.cl':16 'juego':12 'juegosdemesa@feddit.cl':17 'mesa':14 'para':4 'una':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703894569
  +visibility: "visible             "
  +apId: "https://feddit.cl/post/1374094"
  +editedAt: DateTimeImmutable @1709067741 {#1530
    date: 2024-02-27 22:02:21.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703863069 {#1537
    date: 2023-12-29 16:17:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-is-the-most-user-repairable-robot-vacuum-cleaner"
  +title: "What is the most user repairable robot vacuum cleaner?"
  +url: null
  +body: "Asking being I just had take out about 40 screws and disconnect several board connectors to replace a simple damaged motor gear. Took a few hours for something that could easily take minutes to repair with a little thoughtful manufacturer design."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708952672 {#1706
    date: 2024-02-26 14:04:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1745 …}
  +votes: Doctrine\ORM\PersistentCollection {#1738 …}
  +reports: Doctrine\ORM\PersistentCollection {#1746 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1468 …}
  +badges: Doctrine\ORM\PersistentCollection {#1472 …}
  +children: []
  -id: 25504
  -titleTs: "'cleaner':9 'repair':6 'robot':7 'user':5 'vacuum':8"
  -bodyTs: "'40':9 'ask':1 'board':14 'connector':15 'could':30 'damag':20 'design':41 'disconnect':12 'easili':31 'gear':22 'hour':26 'littl':38 'manufactur':40 'minut':33 'motor':21 'repair':35 'replac':17 'screw':10 'sever':13 'simpl':19 'someth':28 'take':6,32 'thought':39 'took':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703890289
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10074046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703803889 {#1742
    date: 2023-12-28 23:51:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-is-the-most-user-repairable-robot-vacuum-cleaner"
  +title: "What is the most user repairable robot vacuum cleaner?"
  +url: null
  +body: "Asking being I just had take out about 40 screws and disconnect several board connectors to replace a simple damaged motor gear. Took a few hours for something that could easily take minutes to repair with a little thoughtful manufacturer design."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708952672 {#1706
    date: 2024-02-26 14:04:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1745 …}
  +votes: Doctrine\ORM\PersistentCollection {#1738 …}
  +reports: Doctrine\ORM\PersistentCollection {#1746 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1468 …}
  +badges: Doctrine\ORM\PersistentCollection {#1472 …}
  +children: []
  -id: 25504
  -titleTs: "'cleaner':9 'repair':6 'robot':7 'user':5 'vacuum':8"
  -bodyTs: "'40':9 'ask':1 'board':14 'connector':15 'could':30 'damag':20 'design':41 'disconnect':12 'easili':31 'gear':22 'hour':26 'littl':38 'manufactur':40 'minut':33 'motor':21 'repair':35 'replac':17 'screw':10 'sever':13 'simpl':19 'someth':28 'take':6,32 'thought':39 'took':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703890289
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10074046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703803889 {#1742
    date: 2023-12-28 23:51:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1657
  +user: Proxies\__CG__\App\Entity\User {#1659 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-is-the-most-user-repairable-robot-vacuum-cleaner"
  +title: "What is the most user repairable robot vacuum cleaner?"
  +url: null
  +body: "Asking being I just had take out about 40 screws and disconnect several board connectors to replace a simple damaged motor gear. Took a few hours for something that could easily take minutes to repair with a little thoughtful manufacturer design."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708952672 {#1706
    date: 2024-02-26 14:04:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1745 …}
  +votes: Doctrine\ORM\PersistentCollection {#1738 …}
  +reports: Doctrine\ORM\PersistentCollection {#1746 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1750 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1468 …}
  +badges: Doctrine\ORM\PersistentCollection {#1472 …}
  +children: []
  -id: 25504
  -titleTs: "'cleaner':9 'repair':6 'robot':7 'user':5 'vacuum':8"
  -bodyTs: "'40':9 'ask':1 'board':14 'connector':15 'could':30 'damag':20 'design':41 'disconnect':12 'easili':31 'gear':22 'hour':26 'littl':38 'manufactur':40 'minut':33 'motor':21 'repair':35 'replac':17 'screw':10 'sever':13 'simpl':19 'someth':28 'take':6,32 'thought':39 'took':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703890289
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10074046"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703803889 {#1742
    date: 2023-12-28 23:51:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Can-kindness-be-learned-or-cultivated-and-to-what-extent"
  +title: "Can kindness be learned or cultivated, and to what extent is it an innate quality?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710755649 {#1467
    date: 2024-03-18 10:54:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1498 …}
  +votes: Doctrine\ORM\PersistentCollection {#1497 …}
  +reports: Doctrine\ORM\PersistentCollection {#1486 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1487 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1489 …}
  +badges: Doctrine\ORM\PersistentCollection {#1494 …}
  +children: []
  -id: 25491
  -titleTs: "'cultiv':6 'extent':10 'innat':14 'kind':2 'learn':4 'qualiti':15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703886380
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10072243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703799980 {#1470
    date: 2023-12-28 22:46: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
55 DENIED edit
App\Entity\Entry {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Can-kindness-be-learned-or-cultivated-and-to-what-extent"
  +title: "Can kindness be learned or cultivated, and to what extent is it an innate quality?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710755649 {#1467
    date: 2024-03-18 10:54:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1498 …}
  +votes: Doctrine\ORM\PersistentCollection {#1497 …}
  +reports: Doctrine\ORM\PersistentCollection {#1486 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1487 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1489 …}
  +badges: Doctrine\ORM\PersistentCollection {#1494 …}
  +children: []
  -id: 25491
  -titleTs: "'cultiv':6 'extent':10 'innat':14 'kind':2 'learn':4 'qualiti':15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703886380
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10072243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703799980 {#1470
    date: 2023-12-28 22:46: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
56 DENIED moderate
App\Entity\Entry {#1469
  +user: Proxies\__CG__\App\Entity\User {#1473 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Can-kindness-be-learned-or-cultivated-and-to-what-extent"
  +title: "Can kindness be learned or cultivated, and to what extent is it an innate quality?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 61
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710755649 {#1467
    date: 2024-03-18 10:54:09.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1498 …}
  +votes: Doctrine\ORM\PersistentCollection {#1497 …}
  +reports: Doctrine\ORM\PersistentCollection {#1486 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1487 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1489 …}
  +badges: Doctrine\ORM\PersistentCollection {#1494 …}
  +children: []
  -id: 25491
  -titleTs: "'cultiv':6 'extent':10 'innat':14 'kind':2 'learn':4 'qualiti':15"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703886380
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10072243"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703799980 {#1470
    date: 2023-12-28 22:46: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
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 {#1492
  +user: Proxies\__CG__\App\Entity\User {#1475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Using-Ubuntu-23-10-with-QEMU-KVM-I-want-to-share-3"
  +title: "Using Ubuntu 23.10 with QEMU/KVM. I want to share 3 folders with Windows 10 (guest) but only one is showing up"
  +url: null
  +body: """
    Here are the folders that I want to share with my Windows 10 VM (guest):\n
    \n
    ![](https://lemmy.world/pictrs/image/0b0a689c-4c1d-4bb4-84b2-924c077fc0b3.png)\n
    \n
    I added these folders in the Virtual Machine Manager (their full names were truncated):\n
    \n
    ![](https://lemmy.world/pictrs/image/2a4650e3-22fb-407f-9081-fe69e5e3611e.png)\n
    \n
    However, only ‘Important Folder A’ is showing up:\n
    \n
    ![](https://lemmy.world/pictrs/image/c65b31ea-83af-4141-8511-dcc1fe0ee26d.png)\n
    \n
    How do I get all three folders to show up?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708995876 {#1491
    date: 2024-02-27 02:04:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1477 …}
  +votes: Doctrine\ORM\PersistentCollection {#1761 …}
  +reports: Doctrine\ORM\PersistentCollection {#1754 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1760 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1763 …}
  +badges: Doctrine\ORM\PersistentCollection {#1767 …}
  +children: []
  -id: 25486
  -titleTs: "'10':14 '23.10':3 '3':10 'folder':11 'guest':15 'one':18 'qemu/kvm':5 'share':9 'show':20 'ubuntu':2 'use':1 'want':7 'window':13"
  -bodyTs: "'/pictrs/image/0b0a689c-4c1d-4bb4-84b2-924c077fc0b3.png)':18 '/pictrs/image/2a4650e3-22fb-407f-9081-fe69e5e3611e.png)':35 '/pictrs/image/c65b31ea-83af-4141-8511-dcc1fe0ee26d.png)':46 '10':13 'ad':20 'folder':4,22,39,53 'full':29 'get':50 'guest':15 'howev':36 'import':38 'lemmy.world':17,34,45 'lemmy.world/pictrs/image/0b0a689c-4c1d-4bb4-84b2-924c077fc0b3.png)':16 'lemmy.world/pictrs/image/2a4650e3-22fb-407f-9081-fe69e5e3611e.png)':33 'lemmy.world/pictrs/image/c65b31ea-83af-4141-8511-dcc1fe0ee26d.png)':44 'machin':26 'manag':27 'name':30 'share':9 'show':42,55 'three':52 'truncat':32 'virtual':25 'vm':14 'want':7 'window':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703884051
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10071542"
  +editedAt: DateTimeImmutable @1708823266 {#1493
    date: 2024-02-25 02:07:46.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703797651 {#1495
    date: 2023-12-28 22:07:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1492
  +user: Proxies\__CG__\App\Entity\User {#1475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Using-Ubuntu-23-10-with-QEMU-KVM-I-want-to-share-3"
  +title: "Using Ubuntu 23.10 with QEMU/KVM. I want to share 3 folders with Windows 10 (guest) but only one is showing up"
  +url: null
  +body: """
    Here are the folders that I want to share with my Windows 10 VM (guest):\n
    \n
    ![](https://lemmy.world/pictrs/image/0b0a689c-4c1d-4bb4-84b2-924c077fc0b3.png)\n
    \n
    I added these folders in the Virtual Machine Manager (their full names were truncated):\n
    \n
    ![](https://lemmy.world/pictrs/image/2a4650e3-22fb-407f-9081-fe69e5e3611e.png)\n
    \n
    However, only ‘Important Folder A’ is showing up:\n
    \n
    ![](https://lemmy.world/pictrs/image/c65b31ea-83af-4141-8511-dcc1fe0ee26d.png)\n
    \n
    How do I get all three folders to show up?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708995876 {#1491
    date: 2024-02-27 02:04:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1477 …}
  +votes: Doctrine\ORM\PersistentCollection {#1761 …}
  +reports: Doctrine\ORM\PersistentCollection {#1754 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1760 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1763 …}
  +badges: Doctrine\ORM\PersistentCollection {#1767 …}
  +children: []
  -id: 25486
  -titleTs: "'10':14 '23.10':3 '3':10 'folder':11 'guest':15 'one':18 'qemu/kvm':5 'share':9 'show':20 'ubuntu':2 'use':1 'want':7 'window':13"
  -bodyTs: "'/pictrs/image/0b0a689c-4c1d-4bb4-84b2-924c077fc0b3.png)':18 '/pictrs/image/2a4650e3-22fb-407f-9081-fe69e5e3611e.png)':35 '/pictrs/image/c65b31ea-83af-4141-8511-dcc1fe0ee26d.png)':46 '10':13 'ad':20 'folder':4,22,39,53 'full':29 'get':50 'guest':15 'howev':36 'import':38 'lemmy.world':17,34,45 'lemmy.world/pictrs/image/0b0a689c-4c1d-4bb4-84b2-924c077fc0b3.png)':16 'lemmy.world/pictrs/image/2a4650e3-22fb-407f-9081-fe69e5e3611e.png)':33 'lemmy.world/pictrs/image/c65b31ea-83af-4141-8511-dcc1fe0ee26d.png)':44 'machin':26 'manag':27 'name':30 'share':9 'show':42,55 'three':52 'truncat':32 'virtual':25 'vm':14 'want':7 'window':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703884051
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10071542"
  +editedAt: DateTimeImmutable @1708823266 {#1493
    date: 2024-02-25 02:07:46.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703797651 {#1495
    date: 2023-12-28 22:07:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1492
  +user: Proxies\__CG__\App\Entity\User {#1475 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Using-Ubuntu-23-10-with-QEMU-KVM-I-want-to-share-3"
  +title: "Using Ubuntu 23.10 with QEMU/KVM. I want to share 3 folders with Windows 10 (guest) but only one is showing up"
  +url: null
  +body: """
    Here are the folders that I want to share with my Windows 10 VM (guest):\n
    \n
    ![](https://lemmy.world/pictrs/image/0b0a689c-4c1d-4bb4-84b2-924c077fc0b3.png)\n
    \n
    I added these folders in the Virtual Machine Manager (their full names were truncated):\n
    \n
    ![](https://lemmy.world/pictrs/image/2a4650e3-22fb-407f-9081-fe69e5e3611e.png)\n
    \n
    However, only ‘Important Folder A’ is showing up:\n
    \n
    ![](https://lemmy.world/pictrs/image/c65b31ea-83af-4141-8511-dcc1fe0ee26d.png)\n
    \n
    How do I get all three folders to show up?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708995876 {#1491
    date: 2024-02-27 02:04:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1477 …}
  +votes: Doctrine\ORM\PersistentCollection {#1761 …}
  +reports: Doctrine\ORM\PersistentCollection {#1754 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1760 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1763 …}
  +badges: Doctrine\ORM\PersistentCollection {#1767 …}
  +children: []
  -id: 25486
  -titleTs: "'10':14 '23.10':3 '3':10 'folder':11 'guest':15 'one':18 'qemu/kvm':5 'share':9 'show':20 'ubuntu':2 'use':1 'want':7 'window':13"
  -bodyTs: "'/pictrs/image/0b0a689c-4c1d-4bb4-84b2-924c077fc0b3.png)':18 '/pictrs/image/2a4650e3-22fb-407f-9081-fe69e5e3611e.png)':35 '/pictrs/image/c65b31ea-83af-4141-8511-dcc1fe0ee26d.png)':46 '10':13 'ad':20 'folder':4,22,39,53 'full':29 'get':50 'guest':15 'howev':36 'import':38 'lemmy.world':17,34,45 'lemmy.world/pictrs/image/0b0a689c-4c1d-4bb4-84b2-924c077fc0b3.png)':16 'lemmy.world/pictrs/image/2a4650e3-22fb-407f-9081-fe69e5e3611e.png)':33 'lemmy.world/pictrs/image/c65b31ea-83af-4141-8511-dcc1fe0ee26d.png)':44 'machin':26 'manag':27 'name':30 'share':9 'show':42,55 'three':52 'truncat':32 'virtual':25 'vm':14 'want':7 'window':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703884051
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10071542"
  +editedAt: DateTimeImmutable @1708823266 {#1493
    date: 2024-02-25 02:07:46.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703797651 {#1495
    date: 2023-12-28 22:07:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1788
  +user: Proxies\__CG__\App\Entity\User {#1772 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Options-trading"
  +title: "Options trading"
  +url: null
  +body: "Are there any options trading communities on Lemmy?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708948777 {#1762
    date: 2024-02-26 12:59:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1779 …}
  +votes: Doctrine\ORM\PersistentCollection {#1787 …}
  +reports: Doctrine\ORM\PersistentCollection {#1774 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1775 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1781 …}
  +badges: Doctrine\ORM\PersistentCollection {#1783 …}
  +children: []
  -id: 25556
  -titleTs: "'option':1 'trade':2"
  -bodyTs: "'communiti':6 'lemmi':8 'option':4 'trade':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703883841
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10082359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703823341 {#1751
    date: 2023-12-29 05:15:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1788
  +user: Proxies\__CG__\App\Entity\User {#1772 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Options-trading"
  +title: "Options trading"
  +url: null
  +body: "Are there any options trading communities on Lemmy?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708948777 {#1762
    date: 2024-02-26 12:59:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1779 …}
  +votes: Doctrine\ORM\PersistentCollection {#1787 …}
  +reports: Doctrine\ORM\PersistentCollection {#1774 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1775 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1781 …}
  +badges: Doctrine\ORM\PersistentCollection {#1783 …}
  +children: []
  -id: 25556
  -titleTs: "'option':1 'trade':2"
  -bodyTs: "'communiti':6 'lemmi':8 'option':4 'trade':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703883841
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10082359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703823341 {#1751
    date: 2023-12-29 05:15:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1788
  +user: Proxies\__CG__\App\Entity\User {#1772 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Options-trading"
  +title: "Options trading"
  +url: null
  +body: "Are there any options trading communities on Lemmy?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708948777 {#1762
    date: 2024-02-26 12:59:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1779 …}
  +votes: Doctrine\ORM\PersistentCollection {#1787 …}
  +reports: Doctrine\ORM\PersistentCollection {#1774 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1775 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1781 …}
  +badges: Doctrine\ORM\PersistentCollection {#1783 …}
  +children: []
  -id: 25556
  -titleTs: "'option':1 'trade':2"
  -bodyTs: "'communiti':6 'lemmi':8 'option':4 'trade':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703883841
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10082359"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703823341 {#1751
    date: 2023-12-29 05:15:41.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1780
  +user: Proxies\__CG__\App\Entity\User {#1764 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-to-respond-to-gf-saying-I-m-fat"
  +title: "How to respond to gf saying "I'm fat""
  +url: null
  +body: "She gained some weight but she is not fat at all!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 109
  +favouriteCount: 175
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712131007 {#1784
    date: 2024-04-03 09:56:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1765 …}
  +votes: Doctrine\ORM\PersistentCollection {#1682 …}
  +reports: Doctrine\ORM\PersistentCollection {#1444 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1452 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1465 …}
  +badges: Doctrine\ORM\PersistentCollection {#1637 …}
  +children: []
  -id: 25473
  -titleTs: "'fat':9 'gf':5 'm':8 'respond':3 'say':6"
  -bodyTs: "'fat':9 'gain':2 'weight':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703880389
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9849375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703793989 {#1786
    date: 2023-12-28 21:06:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1780
  +user: Proxies\__CG__\App\Entity\User {#1764 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-to-respond-to-gf-saying-I-m-fat"
  +title: "How to respond to gf saying "I'm fat""
  +url: null
  +body: "She gained some weight but she is not fat at all!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 109
  +favouriteCount: 175
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712131007 {#1784
    date: 2024-04-03 09:56:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1765 …}
  +votes: Doctrine\ORM\PersistentCollection {#1682 …}
  +reports: Doctrine\ORM\PersistentCollection {#1444 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1452 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1465 …}
  +badges: Doctrine\ORM\PersistentCollection {#1637 …}
  +children: []
  -id: 25473
  -titleTs: "'fat':9 'gf':5 'm':8 'respond':3 'say':6"
  -bodyTs: "'fat':9 'gain':2 'weight':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703880389
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9849375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703793989 {#1786
    date: 2023-12-28 21:06:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1780
  +user: Proxies\__CG__\App\Entity\User {#1764 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-to-respond-to-gf-saying-I-m-fat"
  +title: "How to respond to gf saying "I'm fat""
  +url: null
  +body: "She gained some weight but she is not fat at all!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 109
  +favouriteCount: 175
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712131007 {#1784
    date: 2024-04-03 09:56:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1765 …}
  +votes: Doctrine\ORM\PersistentCollection {#1682 …}
  +reports: Doctrine\ORM\PersistentCollection {#1444 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1452 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1465 …}
  +badges: Doctrine\ORM\PersistentCollection {#1637 …}
  +children: []
  -id: 25473
  -titleTs: "'fat':9 'gf':5 'm':8 'respond':3 'say':6"
  -bodyTs: "'fat':9 'gain':2 'weight':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703880389
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9849375"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703793989 {#1786
    date: 2023-12-28 21:06:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1622
  +user: Proxies\__CG__\App\Entity\User {#1633 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1627 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-to-prevent-link-hijacking-on-sites-like-Facebook-Reddit"
  +title: "How to prevent link hijacking on sites like Facebook, Reddit and Twitter?"
  +url: null
  +body: """
    Lately I’ve noticed some mainstream sites injection tracking links into literally every link on their site.\n
    \n
    When I hover over it, it shows the correct link at the bottom of my browser, but if I click it or copy it, it takes me to a hijacked tracker link.\n
    \n
    Then I can’t even get the original link without having my activity tracked.\n
    \n
    How do I get the original link that appears at the bottom of my browser?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 112
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710493464 {#1644
    date: 2024-03-15 10:04:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1624 …}
  +votes: Doctrine\ORM\PersistentCollection {#1636 …}
  +reports: Doctrine\ORM\PersistentCollection {#1660 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1421 …}
  +badges: Doctrine\ORM\PersistentCollection {#1446 …}
  +children: []
  -id: 25460
  -titleTs: "'facebook':9 'hijack':5 'like':8 'link':4 'prevent':3 'reddit':10 'site':7 'twitter':12"
  -bodyTs: "'activ':62 'appear':72 'bottom':30,75 'browser':33,78 'click':37 'copi':40 'correct':26 'even':54 'everi':13 'get':55,67 'hijack':47 'hover':20 'inject':8 'late':1 'link':10,14,27,49,58,70 'liter':12 'mainstream':6 'notic':4 'origin':57,69 'show':24 'site':7,17 'take':43 'track':9,63 'tracker':48 've':3 'without':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703877037
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8387808"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703790637 {#1643
    date: 2023-12-28 20:10: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
71 DENIED edit
App\Entity\Entry {#1622
  +user: Proxies\__CG__\App\Entity\User {#1633 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1627 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-to-prevent-link-hijacking-on-sites-like-Facebook-Reddit"
  +title: "How to prevent link hijacking on sites like Facebook, Reddit and Twitter?"
  +url: null
  +body: """
    Lately I’ve noticed some mainstream sites injection tracking links into literally every link on their site.\n
    \n
    When I hover over it, it shows the correct link at the bottom of my browser, but if I click it or copy it, it takes me to a hijacked tracker link.\n
    \n
    Then I can’t even get the original link without having my activity tracked.\n
    \n
    How do I get the original link that appears at the bottom of my browser?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 112
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710493464 {#1644
    date: 2024-03-15 10:04:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1624 …}
  +votes: Doctrine\ORM\PersistentCollection {#1636 …}
  +reports: Doctrine\ORM\PersistentCollection {#1660 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1421 …}
  +badges: Doctrine\ORM\PersistentCollection {#1446 …}
  +children: []
  -id: 25460
  -titleTs: "'facebook':9 'hijack':5 'like':8 'link':4 'prevent':3 'reddit':10 'site':7 'twitter':12"
  -bodyTs: "'activ':62 'appear':72 'bottom':30,75 'browser':33,78 'click':37 'copi':40 'correct':26 'even':54 'everi':13 'get':55,67 'hijack':47 'hover':20 'inject':8 'late':1 'link':10,14,27,49,58,70 'liter':12 'mainstream':6 'notic':4 'origin':57,69 'show':24 'site':7,17 'take':43 'track':9,63 'tracker':48 've':3 'without':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703877037
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8387808"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703790637 {#1643
    date: 2023-12-28 20:10: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
72 DENIED moderate
App\Entity\Entry {#1622
  +user: Proxies\__CG__\App\Entity\User {#1633 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1627 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-to-prevent-link-hijacking-on-sites-like-Facebook-Reddit"
  +title: "How to prevent link hijacking on sites like Facebook, Reddit and Twitter?"
  +url: null
  +body: """
    Lately I’ve noticed some mainstream sites injection tracking links into literally every link on their site.\n
    \n
    When I hover over it, it shows the correct link at the bottom of my browser, but if I click it or copy it, it takes me to a hijacked tracker link.\n
    \n
    Then I can’t even get the original link without having my activity tracked.\n
    \n
    How do I get the original link that appears at the bottom of my browser?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 112
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710493464 {#1644
    date: 2024-03-15 10:04:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1624 …}
  +votes: Doctrine\ORM\PersistentCollection {#1636 …}
  +reports: Doctrine\ORM\PersistentCollection {#1660 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1450 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1421 …}
  +badges: Doctrine\ORM\PersistentCollection {#1446 …}
  +children: []
  -id: 25460
  -titleTs: "'facebook':9 'hijack':5 'like':8 'link':4 'prevent':3 'reddit':10 'site':7 'twitter':12"
  -bodyTs: "'activ':62 'appear':72 'bottom':30,75 'browser':33,78 'click':37 'copi':40 'correct':26 'even':54 'everi':13 'get':55,67 'hijack':47 'hover':20 'inject':8 'late':1 'link':10,14,27,49,58,70 'liter':12 'mainstream':6 'notic':4 'origin':57,69 'show':24 'site':7,17 'take':43 'track':9,63 'tracker':48 've':3 'without':59"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703877037
  +visibility: "visible             "
  +apId: "https://feddit.nl/post/8387808"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703790637 {#1643
    date: 2023-12-28 20:10: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
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 {#1442
  +user: Proxies\__CG__\App\Entity\User {#1415 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-do-you-think-social-media-platforms-should-work"
  +title: "How do you think social media platforms should work?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 39
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710717855 {#1424
    date: 2024-03-18 00:24:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1420 …}
  +votes: Doctrine\ORM\PersistentCollection {#1451 …}
  +reports: Doctrine\ORM\PersistentCollection {#1417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1441 …}
  +badges: Doctrine\ORM\PersistentCollection {#1418 …}
  +children: []
  -id: 25453
  -titleTs: "'media':6 'platform':7 'social':5 'think':4 'work':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703874947
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10067404"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703788547 {#1423
    date: 2023-12-28 19:35: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
75 DENIED edit
App\Entity\Entry {#1442
  +user: Proxies\__CG__\App\Entity\User {#1415 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-do-you-think-social-media-platforms-should-work"
  +title: "How do you think social media platforms should work?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 39
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710717855 {#1424
    date: 2024-03-18 00:24:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1420 …}
  +votes: Doctrine\ORM\PersistentCollection {#1451 …}
  +reports: Doctrine\ORM\PersistentCollection {#1417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1441 …}
  +badges: Doctrine\ORM\PersistentCollection {#1418 …}
  +children: []
  -id: 25453
  -titleTs: "'media':6 'platform':7 'social':5 'think':4 'work':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703874947
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10067404"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703788547 {#1423
    date: 2023-12-28 19:35: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
76 DENIED moderate
App\Entity\Entry {#1442
  +user: Proxies\__CG__\App\Entity\User {#1415 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-do-you-think-social-media-platforms-should-work"
  +title: "How do you think social media platforms should work?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 39
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710717855 {#1424
    date: 2024-03-18 00:24:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1420 …}
  +votes: Doctrine\ORM\PersistentCollection {#1451 …}
  +reports: Doctrine\ORM\PersistentCollection {#1417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1411 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1441 …}
  +badges: Doctrine\ORM\PersistentCollection {#1418 …}
  +children: []
  -id: 25453
  -titleTs: "'media':6 'platform':7 'social':5 'think':4 'work':9"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703874947
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10067404"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703788547 {#1423
    date: 2023-12-28 19:35: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
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 {#1427
  +user: Proxies\__CG__\App\Entity\User {#1456 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Hardware-question"
  +title: "Hardware question"
  +url: null
  +body: "Hello! This might not be the right community but I’m looking at building a new server and you operate in similar areas and might have experience with this. I’ve got a GPU without video outputs, can I combine that with a CPU without integrated graphics and still get video output from the HDMI located on the motherboard?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709353227 {#1425
    date: 2024-03-02 05:20:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1454 …}
  +votes: Doctrine\ORM\PersistentCollection {#1462 …}
  +reports: Doctrine\ORM\PersistentCollection {#1464 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1453 …}
  +badges: Doctrine\ORM\PersistentCollection {#1458 …}
  +children: []
  -id: 25432
  -titleTs: "'hardwar':1 'question':2"
  -bodyTs: "'area':23 'build':14 'combin':40 'communiti':8 'cpu':44 'experi':27 'get':50 'got':32 'gpu':34 'graphic':47 'hdmi':55 'hello':1 'integr':46 'locat':56 'look':12 'm':11 'might':3,25 'motherboard':59 'new':16 'oper':20 'output':37,52 'right':7 'server':17 'similar':22 'still':49 've':31 'video':36,51 'without':35,45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703870671
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10065677"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703784271 {#1416
    date: 2023-12-28 18:24:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1427
  +user: Proxies\__CG__\App\Entity\User {#1456 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Hardware-question"
  +title: "Hardware question"
  +url: null
  +body: "Hello! This might not be the right community but I’m looking at building a new server and you operate in similar areas and might have experience with this. I’ve got a GPU without video outputs, can I combine that with a CPU without integrated graphics and still get video output from the HDMI located on the motherboard?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709353227 {#1425
    date: 2024-03-02 05:20:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1454 …}
  +votes: Doctrine\ORM\PersistentCollection {#1462 …}
  +reports: Doctrine\ORM\PersistentCollection {#1464 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1453 …}
  +badges: Doctrine\ORM\PersistentCollection {#1458 …}
  +children: []
  -id: 25432
  -titleTs: "'hardwar':1 'question':2"
  -bodyTs: "'area':23 'build':14 'combin':40 'communiti':8 'cpu':44 'experi':27 'get':50 'got':32 'gpu':34 'graphic':47 'hdmi':55 'hello':1 'integr':46 'locat':56 'look':12 'm':11 'might':3,25 'motherboard':59 'new':16 'oper':20 'output':37,52 'right':7 'server':17 'similar':22 'still':49 've':31 'video':36,51 'without':35,45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703870671
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10065677"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703784271 {#1416
    date: 2023-12-28 18:24:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1427
  +user: Proxies\__CG__\App\Entity\User {#1456 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Hardware-question"
  +title: "Hardware question"
  +url: null
  +body: "Hello! This might not be the right community but I’m looking at building a new server and you operate in similar areas and might have experience with this. I’ve got a GPU without video outputs, can I combine that with a CPU without integrated graphics and still get video output from the HDMI located on the motherboard?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709353227 {#1425
    date: 2024-03-02 05:20:27.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1454 …}
  +votes: Doctrine\ORM\PersistentCollection {#1462 …}
  +reports: Doctrine\ORM\PersistentCollection {#1464 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1453 …}
  +badges: Doctrine\ORM\PersistentCollection {#1458 …}
  +children: []
  -id: 25432
  -titleTs: "'hardwar':1 'question':2"
  -bodyTs: "'area':23 'build':14 'combin':40 'communiti':8 'cpu':44 'experi':27 'get':50 'got':32 'gpu':34 'graphic':47 'hdmi':55 'hello':1 'integr':46 'locat':56 'look':12 'm':11 'might':3,25 'motherboard':59 'new':16 'oper':20 'output':37,52 'right':7 'server':17 'similar':22 'still':49 've':31 'video':36,51 'without':35,45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703870671
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10065677"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703784271 {#1416
    date: 2023-12-28 18:24:31.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1437
  +user: Proxies\__CG__\App\Entity\User {#1436 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Question-ZFS-and-rsync"
  +title: "Question - ZFS and rsync"
  +url: null
  +body: """
    Hey fellow Selfhosters! I need some help, I think, and searching isn’t yielding what I’m hoping for.\n
    \n
    I recently built a new NAS for my network with 4x 18TB drives in a ZFS raidz1 pool. I previously have been using an external USB 12TB harddrive attached to a different machine.\n
    \n
    I’ve been attempting to use rsync to get the 12TB drive copied over to the new pool and things go great for the first 30-45 minutes. At that point, the current copy speed diminishes and 4 current files in progress sit at 100% done. Eventually, I’ve had to reboot the machine, because the zpool doesn’t appear accessible any longer. After reboot, the pool appears fine, no faults, and I can resume rsync for a while.\n
    \n
    EDIT: Of note, the rsync process seems to stall and I can’t get it to respect SIGINT or Ctrl+C. I can SSH in separately and running `zpool status` hangs with no output.\n
    \n
    While the workaround seems to be partially successful, the point of using rsync is to make it fairly hands-free and it’s been a week long process to copy the 3TB that I have now. I don’t think my zpool should be disappearing like that! Makes me nervous about the long-term viability. I don’t think I’m ready to drop down on Unraid.\n
    \n
    rsync is being initiated from the NAS to copy from the old server, am I better off “pushing” than “pulling”? I can’t imagine it’d make much difference.\n
    \n
    Could my drives be bad? How could I tell? They’re attached to a 10 port SATA card, could that be defective? How would I tell?\n
    \n
    Thanks for any help! I’ve dabbled in linux for a long time, but I’m far from proficient, so I don’t really know the intricacies of dmesg et al.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711558563 {#1432
    date: 2024-03-27 17:56:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1428 …}
  +votes: Doctrine\ORM\PersistentCollection {#1430 …}
  +reports: Doctrine\ORM\PersistentCollection {#1431 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1438 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1699 …}
  +badges: Doctrine\ORM\PersistentCollection {#1703 …}
  +children: []
  -id: 25403
  -titleTs: "'question':1 'rsync':4 'zfs':2"
  -bodyTs: "'-45':79 '10':278 '100':97 '12tb':46,63 '18tb':31 '30':78 '3tb':198 '4':90 '4x':30 'access':113 'al':320 'appear':112,120 'attach':48,275 'attempt':56 'bad':268 'better':250 'built':22 'c':152 'card':281 'copi':65,86,196,243 'could':264,270,282 'ctrl':151 'current':85,91 'd':260 'dabbl':296 'defect':285 'differ':51,263 'diminish':88 'disappear':211 'dmesg':318 'doesn':110 'done':98 'drive':32,64,266 'drop':231 'edit':132 'et':319 'eventu':99 'extern':44 'fair':183 'far':306 'fault':123 'fellow':2 'file':92 'fine':121 'first':77 'free':186 'get':61,145 'go':73 'great':74 'hand':185 'hands-fre':184 'hang':162 'harddriv':47 'help':7,293 'hey':1 'hope':18 'imagin':258 'initi':238 'intricaci':316 'isn':12 'know':314 'like':212 'linux':298 'long':193,220,301 'long-term':219 'longer':115 'm':17,228,305 'machin':52,106 'make':181,214,261 'minut':80 'much':262 'nas':25,241 'need':5 'nervous':216 'network':28 'new':24,69 'note':134 'old':246 'output':165 'partial':172 'point':83,175 'pool':37,70,119 'port':279 'previous':39 'process':137,194 'profici':308 'progress':94 'pull':254 'push':252 'raidz1':36 're':274 'readi':229 'realli':313 'reboot':104,117 'recent':21 'respect':148 'resum':127 'rsync':59,128,136,178,235 'run':159 'sata':280 'search':11 'seem':138,169 'selfhost':3 'separ':157 'server':247 'sigint':149 'sit':95 'speed':87 'ssh':155 'stall':140 'status':161 'success':173 'tell':272,289 'term':221 'thank':290 'thing':72 'think':9,206,226 'time':302 'unraid':234 'usb':45 'use':42,58,177 've':54,101,295 'viabil':222 'week':192 'workaround':168 'would':287 'yield':14 'zfs':35 'zpool':109,160,208"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703862554
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10061829"
  +editedAt: DateTimeImmutable @1708796667 {#1439
    date: 2024-02-24 18:44:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703776154 {#1433
    date: 2023-12-28 16:09:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1437
  +user: Proxies\__CG__\App\Entity\User {#1436 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Question-ZFS-and-rsync"
  +title: "Question - ZFS and rsync"
  +url: null
  +body: """
    Hey fellow Selfhosters! I need some help, I think, and searching isn’t yielding what I’m hoping for.\n
    \n
    I recently built a new NAS for my network with 4x 18TB drives in a ZFS raidz1 pool. I previously have been using an external USB 12TB harddrive attached to a different machine.\n
    \n
    I’ve been attempting to use rsync to get the 12TB drive copied over to the new pool and things go great for the first 30-45 minutes. At that point, the current copy speed diminishes and 4 current files in progress sit at 100% done. Eventually, I’ve had to reboot the machine, because the zpool doesn’t appear accessible any longer. After reboot, the pool appears fine, no faults, and I can resume rsync for a while.\n
    \n
    EDIT: Of note, the rsync process seems to stall and I can’t get it to respect SIGINT or Ctrl+C. I can SSH in separately and running `zpool status` hangs with no output.\n
    \n
    While the workaround seems to be partially successful, the point of using rsync is to make it fairly hands-free and it’s been a week long process to copy the 3TB that I have now. I don’t think my zpool should be disappearing like that! Makes me nervous about the long-term viability. I don’t think I’m ready to drop down on Unraid.\n
    \n
    rsync is being initiated from the NAS to copy from the old server, am I better off “pushing” than “pulling”? I can’t imagine it’d make much difference.\n
    \n
    Could my drives be bad? How could I tell? They’re attached to a 10 port SATA card, could that be defective? How would I tell?\n
    \n
    Thanks for any help! I’ve dabbled in linux for a long time, but I’m far from proficient, so I don’t really know the intricacies of dmesg et al.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711558563 {#1432
    date: 2024-03-27 17:56:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1428 …}
  +votes: Doctrine\ORM\PersistentCollection {#1430 …}
  +reports: Doctrine\ORM\PersistentCollection {#1431 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1438 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1699 …}
  +badges: Doctrine\ORM\PersistentCollection {#1703 …}
  +children: []
  -id: 25403
  -titleTs: "'question':1 'rsync':4 'zfs':2"
  -bodyTs: "'-45':79 '10':278 '100':97 '12tb':46,63 '18tb':31 '30':78 '3tb':198 '4':90 '4x':30 'access':113 'al':320 'appear':112,120 'attach':48,275 'attempt':56 'bad':268 'better':250 'built':22 'c':152 'card':281 'copi':65,86,196,243 'could':264,270,282 'ctrl':151 'current':85,91 'd':260 'dabbl':296 'defect':285 'differ':51,263 'diminish':88 'disappear':211 'dmesg':318 'doesn':110 'done':98 'drive':32,64,266 'drop':231 'edit':132 'et':319 'eventu':99 'extern':44 'fair':183 'far':306 'fault':123 'fellow':2 'file':92 'fine':121 'first':77 'free':186 'get':61,145 'go':73 'great':74 'hand':185 'hands-fre':184 'hang':162 'harddriv':47 'help':7,293 'hey':1 'hope':18 'imagin':258 'initi':238 'intricaci':316 'isn':12 'know':314 'like':212 'linux':298 'long':193,220,301 'long-term':219 'longer':115 'm':17,228,305 'machin':52,106 'make':181,214,261 'minut':80 'much':262 'nas':25,241 'need':5 'nervous':216 'network':28 'new':24,69 'note':134 'old':246 'output':165 'partial':172 'point':83,175 'pool':37,70,119 'port':279 'previous':39 'process':137,194 'profici':308 'progress':94 'pull':254 'push':252 'raidz1':36 're':274 'readi':229 'realli':313 'reboot':104,117 'recent':21 'respect':148 'resum':127 'rsync':59,128,136,178,235 'run':159 'sata':280 'search':11 'seem':138,169 'selfhost':3 'separ':157 'server':247 'sigint':149 'sit':95 'speed':87 'ssh':155 'stall':140 'status':161 'success':173 'tell':272,289 'term':221 'thank':290 'thing':72 'think':9,206,226 'time':302 'unraid':234 'usb':45 'use':42,58,177 've':54,101,295 'viabil':222 'week':192 'workaround':168 'would':287 'yield':14 'zfs':35 'zpool':109,160,208"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703862554
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10061829"
  +editedAt: DateTimeImmutable @1708796667 {#1439
    date: 2024-02-24 18:44:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703776154 {#1433
    date: 2023-12-28 16:09:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1437
  +user: Proxies\__CG__\App\Entity\User {#1436 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Question-ZFS-and-rsync"
  +title: "Question - ZFS and rsync"
  +url: null
  +body: """
    Hey fellow Selfhosters! I need some help, I think, and searching isn’t yielding what I’m hoping for.\n
    \n
    I recently built a new NAS for my network with 4x 18TB drives in a ZFS raidz1 pool. I previously have been using an external USB 12TB harddrive attached to a different machine.\n
    \n
    I’ve been attempting to use rsync to get the 12TB drive copied over to the new pool and things go great for the first 30-45 minutes. At that point, the current copy speed diminishes and 4 current files in progress sit at 100% done. Eventually, I’ve had to reboot the machine, because the zpool doesn’t appear accessible any longer. After reboot, the pool appears fine, no faults, and I can resume rsync for a while.\n
    \n
    EDIT: Of note, the rsync process seems to stall and I can’t get it to respect SIGINT or Ctrl+C. I can SSH in separately and running `zpool status` hangs with no output.\n
    \n
    While the workaround seems to be partially successful, the point of using rsync is to make it fairly hands-free and it’s been a week long process to copy the 3TB that I have now. I don’t think my zpool should be disappearing like that! Makes me nervous about the long-term viability. I don’t think I’m ready to drop down on Unraid.\n
    \n
    rsync is being initiated from the NAS to copy from the old server, am I better off “pushing” than “pulling”? I can’t imagine it’d make much difference.\n
    \n
    Could my drives be bad? How could I tell? They’re attached to a 10 port SATA card, could that be defective? How would I tell?\n
    \n
    Thanks for any help! I’ve dabbled in linux for a long time, but I’m far from proficient, so I don’t really know the intricacies of dmesg et al.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711558563 {#1432
    date: 2024-03-27 17:56:03.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1428 …}
  +votes: Doctrine\ORM\PersistentCollection {#1430 …}
  +reports: Doctrine\ORM\PersistentCollection {#1431 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1438 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1699 …}
  +badges: Doctrine\ORM\PersistentCollection {#1703 …}
  +children: []
  -id: 25403
  -titleTs: "'question':1 'rsync':4 'zfs':2"
  -bodyTs: "'-45':79 '10':278 '100':97 '12tb':46,63 '18tb':31 '30':78 '3tb':198 '4':90 '4x':30 'access':113 'al':320 'appear':112,120 'attach':48,275 'attempt':56 'bad':268 'better':250 'built':22 'c':152 'card':281 'copi':65,86,196,243 'could':264,270,282 'ctrl':151 'current':85,91 'd':260 'dabbl':296 'defect':285 'differ':51,263 'diminish':88 'disappear':211 'dmesg':318 'doesn':110 'done':98 'drive':32,64,266 'drop':231 'edit':132 'et':319 'eventu':99 'extern':44 'fair':183 'far':306 'fault':123 'fellow':2 'file':92 'fine':121 'first':77 'free':186 'get':61,145 'go':73 'great':74 'hand':185 'hands-fre':184 'hang':162 'harddriv':47 'help':7,293 'hey':1 'hope':18 'imagin':258 'initi':238 'intricaci':316 'isn':12 'know':314 'like':212 'linux':298 'long':193,220,301 'long-term':219 'longer':115 'm':17,228,305 'machin':52,106 'make':181,214,261 'minut':80 'much':262 'nas':25,241 'need':5 'nervous':216 'network':28 'new':24,69 'note':134 'old':246 'output':165 'partial':172 'point':83,175 'pool':37,70,119 'port':279 'previous':39 'process':137,194 'profici':308 'progress':94 'pull':254 'push':252 'raidz1':36 're':274 'readi':229 'realli':313 'reboot':104,117 'recent':21 'respect':148 'resum':127 'rsync':59,128,136,178,235 'run':159 'sata':280 'search':11 'seem':138,169 'selfhost':3 'separ':157 'server':247 'sigint':149 'sit':95 'speed':87 'ssh':155 'stall':140 'status':161 'success':173 'tell':272,289 'term':221 'thank':290 'thing':72 'think':9,206,226 'time':302 'unraid':234 'usb':45 'use':42,58,177 've':54,101,295 'viabil':222 'week':192 'workaround':168 'would':287 'yield':14 'zfs':35 'zpool':109,160,208"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703862554
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10061829"
  +editedAt: DateTimeImmutable @1708796667 {#1439
    date: 2024-02-24 18:44:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703776154 {#1433
    date: 2023-12-28 16:09:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1695
  +user: Proxies\__CG__\App\Entity\User {#1690 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
  +title: "Is this Seagate Exos drive too good to be true?"
  +url: null
  +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710356244 {#1693
    date: 2024-03-13 19:57:24.0 +01: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: 25387
  -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
  -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703857646
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11235325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703771246 {#1697
    date: 2023-12-28 14:47:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1695
  +user: Proxies\__CG__\App\Entity\User {#1690 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
  +title: "Is this Seagate Exos drive too good to be true?"
  +url: null
  +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710356244 {#1693
    date: 2024-03-13 19:57:24.0 +01: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: 25387
  -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
  -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703857646
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11235325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703771246 {#1697
    date: 2023-12-28 14:47:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1695
  +user: Proxies\__CG__\App\Entity\User {#1690 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Is-this-Seagate-Exos-drive-too-good-to-be-true"
  +title: "Is this Seagate Exos drive too good to be true?"
  +url: null
  +body: "[I found this](https://www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/N82E16822178941?Item=9SIA5ADK6G7340&Source=socialshare&cm_mmc=snc-social-_-sr-_-9SIA5ADK6G7340-_-12282023) its the cheapest 10TB Exos drive on Newegg and looking to buy 4 of them. I will be putting them in my NAS that I use for my media library and pc backups. The price I’m posting this is $130, I’m also looking similar Exos drives that are $250 is there a difference? Should I shell up for the more expensive drives?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 51
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710356244 {#1693
    date: 2024-03-13 19:57:24.0 +01: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: 25387
  -titleTs: "'drive':5 'exo':4 'good':7 'seagat':3 'true':10"
  -bodyTs: "'/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':6 '10tb':10 '130':47 '250':57 '4':19 'also':50 'backup':39 'buy':18 'cheapest':9 'differ':61 'drive':12,54,70 'exo':11,53 'expens':69 'found':2 'librari':36 'look':16,51 'm':43,49 'media':35 'nas':29 'newegg':14 'pc':38 'post':44 'price':41 'put':25 'shell':64 'similar':52 'use':32 'www.newegg.com':5 'www.newegg.com/seagate-enterprise-capacity-3-5-st10000nm0016-10tb/p/n82e16822178941?item=9sia5adk6g7340&source=socialshare&cm_mmc=snc-social-_-sr-_-9sia5adk6g7340-_-12282023)':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703857646
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11235325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703771246 {#1697
    date: 2023-12-28 14:47:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1647
  +user: Proxies\__CG__\App\Entity\User {#1645 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "need-help-fixing-a-hardware-problem-using-linux"
  +title: "need help fixing a hardware problem using linux"
  +url: null
  +body: """
    so, I have a weird problem with a Dell Latitude 5285, that’s a 2-in-1 with a detachable keyboard akin to the MS Surface Pro 5. it has an i5-7300u, 16 GB LPDDR3 (on-board), 500 GB NVMe, 12.3" 1920x1280 3:2 touch screen.\n
    \n
    I got it second-hand, unknown history, without a battery. they’re stuck at 400 MHz without one, but Thottlestop in Windows and msr-tools in Linux fix the BD_PROCHOT throttling and the machine performed adequately for months.\n
    \n
    I’ve sourced a replacement battery, removed the patch and my problems started. there’s weird screen flickering, looks like bad video ram or a flaky connection. it’s intermittent, sometimes it runs without issues for hours, sometimes minutes and sometimes it flickers from the start, so troubleshooting and checking if this or that fixed things takes days.\n
    \n
    the artefacts are inconsistent with anything that is or isn’t happening (load, temps, etc) or power source. the problem is mostly exacerbated when the battery is full and/or when waking from sleep, it’s almost always super glitchy then.\n
    \n
    [here’s a demonstration:](https://imgur.com/a/WnsL2Jj)\n
    \n
    would be great if I could try a different battery or try this one in another device, but don’t have that option.\n
    \n
    at no point are there ANY glitches on the external display (tried DP-Alt over USB Type-C and HDMI over Dell WD19 Dock), regardless if the internal screen is enabled or not.\n
    \n
    so, bad luck - faulty screen or backlight or RAM or something, right?\n
    \n
    except, when I unplug the battery (but leave it in place) and connect it to power and reenable the BD_PROCHOT patch - zero glitches! it runs for hours - videos, GPU and CPU stress test, not one hiccup, tear, nothing!\n
    \n
    if it were a normal laptop, I’d just leave it be and use it as a desktop. it feels like such a waste with the functional touchscreen though.\n
    \n
    what I’ve tried:\n
    \n
    - different USB Type-C chargers\n
    - fresh paste on CPU, clean vent\n
    - latest firmware, tried downgrading, no change\n
    - memtest passed twice on thorough, all clear\n
    - internal diagnostics also\n
    - it never froze or crashed\n
    - screenshot during glitches doesn’t contain them\n
    - disabling turbo, upping/lowering the max/boost GPU clock, forcing cores offline, limiting max frequencies with TLP\n
    - the battery isn’t deformed and doesn’t exert pressure on the screen or any cables; also tried running it with the screen slightly lifted from the case, no change\n
    - pressing, jerking, wiggling of the internal display cable/connector, no change\n
    - same issues in Windows 11, Ubuntu 23.04 and Fedora WS 38; rarely but sometimes in BIOS/during boot\n
    - sadly, can’t undervolt the CPU/GPU (Throttlestop FIVER says it’s locked) but some MSR writes are apparently OK (like disabling BD_PROCHOT works).\n
    \n
    at some point, it had both charger and dock with PD attached at the same time to both USB Type-C ports; it’s possible this fried something, although I have no evidence of that.\n
    \n
    so, I’m sure this is NOT a linux hardware problem, but I would like to use linux to fix the problem. at this point, I am sure it’s defective, whether it’s age or physical or manufacturing defect or whatever; but since it definitely works perfectly without the battery, I’m looking for some tweaks that makes it perform *with* the battery the same as *without* it.\n
    \n
    seriously doubt anyone’s seen anything similar but are there any ideas what to look at? what to try?\n
    \n
    edit: I’m not asking for free hardware troubleshooting, maybe I haven’t expressed myself succintly. what I’d like is some sort of snapshot of all relevant registers with battery working. and then one without. and then have somehow the difference between those two computed, so I can see which setting I need to tweak. would this be doable?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 53
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710488736 {#1744
    date: 2024-03-15 08:45:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1640 …}
  +votes: Doctrine\ORM\PersistentCollection {#1648 …}
  +reports: Doctrine\ORM\PersistentCollection {#1675 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1676 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1673 …}
  +badges: Doctrine\ORM\PersistentCollection {#1678 …}
  +children: []
  -id: 25382
  -titleTs: "'fix':3 'hardwar':5 'help':2 'linux':8 'need':1 'problem':6 'use':7"
  -bodyTs: "'-1':17 '/a/wnsl2jj)':195 '11':437 '12.3':44 '16':35 '1920x1280':45 '2':15,47 '23.04':439 '3':46 '38':443 '400':65 '5':28 '500':41 '5285':11 '7300u':34 'adequ':88 'age':544 'akin':22 'almost':184 'also':365,409 'alt':233 'although':503 'alway':185 'and/or':177 'anoth':211 'anyon':581 'anyth':154,584 'appar':467 'artefact':150 'ask':602 'attach':485 'backlight':260 'bad':111,255 'batteri':60,96,174,205,271,394,560,573,628 'bd':81,285,471 'bios/during':448 'board':40 'boot':449 'c':238,342,495 'cabl':408 'cable/connector':430 'case':420 'chang':355,422,432 'charger':343,480 'check':140 'clean':348 'clear':362 'clock':384 'comput':643 'connect':117,278 'contain':376 'core':386 'could':201 'cpu':297,347 'cpu/gpu':455 'crash':370 'd':312,616 'day':148 'defect':540,549 'definit':555 'deform':397 'dell':9,242 'demonstr':192 'desktop':322 'detach':20 'devic':212 'diagnost':364 'differ':204,338,639 'disabl':378,470 'display':229,429 'doabl':657 'dock':244,482 'doesn':374,399 'doubt':580 'downgrad':353 'dp':232 'dp-alt':231 'edit':598 'enabl':251 'etc':163 'evid':507 'exacerb':171 'except':266 'exert':401 'express':611 'extern':228 'faulti':257 'fedora':441 'feel':324 'firmwar':351 'fiver':457 'fix':79,145,529 'flaki':116 'flicker':108,133 'forc':385 'free':604 'frequenc':390 'fresh':344 'fri':501 'froze':368 'full':176 'function':331 'gb':36,42 'glitch':225,289,373 'glitchi':187 'got':51 'gpu':295,383 'great':198 'hand':55 'happen':160 'hardwar':519,605 'haven':609 'hdmi':240 'hiccup':302 'histori':57 'hour':127,293 'i5':33 'i5-7300u':32 'idea':590 'imgur.com':194 'imgur.com/a/wnsl2jj)':193 'inconsist':152 'intermitt':120 'intern':248,363,428 'isn':158,395 'issu':125,434 'jerk':424 'keyboard':21 'laptop':310 'latest':350 'latitud':10 'leav':273,314 'lift':417 'like':110,325,469,524,617 'limit':388 'linux':78,518,527 'load':161 'lock':461 'look':109,563,593 'lpddr3':37 'luck':256 'm':512,562,600 'machin':86 'make':568 'manufactur':548 'max':389 'max/boost':382 'mayb':607 'memtest':356 'mhz':66 'minut':129 'month':90 'most':170 'ms':25 'msr':75,464 'msr-tool':74 'need':651 'never':367 'normal':309 'noth':304 'nvme':43 'offlin':387 'ok':468 'on-board':38 'one':68,209,301,632 'option':218 'pass':357 'past':345 'patch':99,287 'pd':484 'perfect':557 'perform':87,570 'physic':546 'place':276 'point':221,476,534 'port':496 'possibl':499 'power':165,281 'press':423 'pressur':402 'pro':27 'problem':6,102,168,520,531 'prochot':82,286,472 'ram':113,262 'rare':444 're':62 'reenabl':283 'regardless':245 'regist':626 'relev':625 'remov':97 'replac':95 'right':265 'run':123,291,411 'sad':450 'say':458 'screen':49,107,249,258,405,415 'screenshot':371 'second':54 'second-hand':53 'see':647 'seen':583 'serious':579 'set':649 'similar':585 'sinc':553 'sleep':181 'slight':416 'snapshot':622 'somehow':637 'someth':264,502 'sometim':121,128,131,446 'sort':620 'sourc':93,166 'start':103,136 'stress':298 'stuck':63 'succint':613 'super':186 'sure':513,537 'surfac':26 'take':147 'tear':303 'temp':162 'test':299 'thing':146 'thorough':360 'thottlestop':70 'though':333 'throttl':83 'throttlestop':456 'time':489 'tlp':392 'tool':76 'touch':48 'touchscreen':332 'tri':202,207,230,337,352,410,597 'troubleshoot':138,606 'turbo':379 'tweak':566,653 'twice':358 'two':642 'type':237,341,494 'type-c':236,340,493 'ubuntu':438 'undervolt':453 'unknown':56 'unplug':269 'upping/lowering':380 'usb':235,339,492 'use':318,526 've':92,336 'vent':349 'video':112,294 'wake':179 'wast':328 'wd19':243 'weird':5,106 'whatev':551 'whether':541 'wiggl':425 'window':72,436 'without':58,67,124,558,577,633 'work':473,556,629 'would':196,523,654 'write':465 'ws':442 'zero':288"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703854773
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9835892"
  +editedAt: DateTimeImmutable @1708800367 {#1639
    date: 2024-02-24 19:46:07.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703768373 {#1646
    date: 2023-12-28 13:59:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1647
  +user: Proxies\__CG__\App\Entity\User {#1645 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "need-help-fixing-a-hardware-problem-using-linux"
  +title: "need help fixing a hardware problem using linux"
  +url: null
  +body: """
    so, I have a weird problem with a Dell Latitude 5285, that’s a 2-in-1 with a detachable keyboard akin to the MS Surface Pro 5. it has an i5-7300u, 16 GB LPDDR3 (on-board), 500 GB NVMe, 12.3" 1920x1280 3:2 touch screen.\n
    \n
    I got it second-hand, unknown history, without a battery. they’re stuck at 400 MHz without one, but Thottlestop in Windows and msr-tools in Linux fix the BD_PROCHOT throttling and the machine performed adequately for months.\n
    \n
    I’ve sourced a replacement battery, removed the patch and my problems started. there’s weird screen flickering, looks like bad video ram or a flaky connection. it’s intermittent, sometimes it runs without issues for hours, sometimes minutes and sometimes it flickers from the start, so troubleshooting and checking if this or that fixed things takes days.\n
    \n
    the artefacts are inconsistent with anything that is or isn’t happening (load, temps, etc) or power source. the problem is mostly exacerbated when the battery is full and/or when waking from sleep, it’s almost always super glitchy then.\n
    \n
    [here’s a demonstration:](https://imgur.com/a/WnsL2Jj)\n
    \n
    would be great if I could try a different battery or try this one in another device, but don’t have that option.\n
    \n
    at no point are there ANY glitches on the external display (tried DP-Alt over USB Type-C and HDMI over Dell WD19 Dock), regardless if the internal screen is enabled or not.\n
    \n
    so, bad luck - faulty screen or backlight or RAM or something, right?\n
    \n
    except, when I unplug the battery (but leave it in place) and connect it to power and reenable the BD_PROCHOT patch - zero glitches! it runs for hours - videos, GPU and CPU stress test, not one hiccup, tear, nothing!\n
    \n
    if it were a normal laptop, I’d just leave it be and use it as a desktop. it feels like such a waste with the functional touchscreen though.\n
    \n
    what I’ve tried:\n
    \n
    - different USB Type-C chargers\n
    - fresh paste on CPU, clean vent\n
    - latest firmware, tried downgrading, no change\n
    - memtest passed twice on thorough, all clear\n
    - internal diagnostics also\n
    - it never froze or crashed\n
    - screenshot during glitches doesn’t contain them\n
    - disabling turbo, upping/lowering the max/boost GPU clock, forcing cores offline, limiting max frequencies with TLP\n
    - the battery isn’t deformed and doesn’t exert pressure on the screen or any cables; also tried running it with the screen slightly lifted from the case, no change\n
    - pressing, jerking, wiggling of the internal display cable/connector, no change\n
    - same issues in Windows 11, Ubuntu 23.04 and Fedora WS 38; rarely but sometimes in BIOS/during boot\n
    - sadly, can’t undervolt the CPU/GPU (Throttlestop FIVER says it’s locked) but some MSR writes are apparently OK (like disabling BD_PROCHOT works).\n
    \n
    at some point, it had both charger and dock with PD attached at the same time to both USB Type-C ports; it’s possible this fried something, although I have no evidence of that.\n
    \n
    so, I’m sure this is NOT a linux hardware problem, but I would like to use linux to fix the problem. at this point, I am sure it’s defective, whether it’s age or physical or manufacturing defect or whatever; but since it definitely works perfectly without the battery, I’m looking for some tweaks that makes it perform *with* the battery the same as *without* it.\n
    \n
    seriously doubt anyone’s seen anything similar but are there any ideas what to look at? what to try?\n
    \n
    edit: I’m not asking for free hardware troubleshooting, maybe I haven’t expressed myself succintly. what I’d like is some sort of snapshot of all relevant registers with battery working. and then one without. and then have somehow the difference between those two computed, so I can see which setting I need to tweak. would this be doable?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 53
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710488736 {#1744
    date: 2024-03-15 08:45:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1640 …}
  +votes: Doctrine\ORM\PersistentCollection {#1648 …}
  +reports: Doctrine\ORM\PersistentCollection {#1675 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1676 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1673 …}
  +badges: Doctrine\ORM\PersistentCollection {#1678 …}
  +children: []
  -id: 25382
  -titleTs: "'fix':3 'hardwar':5 'help':2 'linux':8 'need':1 'problem':6 'use':7"
  -bodyTs: "'-1':17 '/a/wnsl2jj)':195 '11':437 '12.3':44 '16':35 '1920x1280':45 '2':15,47 '23.04':439 '3':46 '38':443 '400':65 '5':28 '500':41 '5285':11 '7300u':34 'adequ':88 'age':544 'akin':22 'almost':184 'also':365,409 'alt':233 'although':503 'alway':185 'and/or':177 'anoth':211 'anyon':581 'anyth':154,584 'appar':467 'artefact':150 'ask':602 'attach':485 'backlight':260 'bad':111,255 'batteri':60,96,174,205,271,394,560,573,628 'bd':81,285,471 'bios/during':448 'board':40 'boot':449 'c':238,342,495 'cabl':408 'cable/connector':430 'case':420 'chang':355,422,432 'charger':343,480 'check':140 'clean':348 'clear':362 'clock':384 'comput':643 'connect':117,278 'contain':376 'core':386 'could':201 'cpu':297,347 'cpu/gpu':455 'crash':370 'd':312,616 'day':148 'defect':540,549 'definit':555 'deform':397 'dell':9,242 'demonstr':192 'desktop':322 'detach':20 'devic':212 'diagnost':364 'differ':204,338,639 'disabl':378,470 'display':229,429 'doabl':657 'dock':244,482 'doesn':374,399 'doubt':580 'downgrad':353 'dp':232 'dp-alt':231 'edit':598 'enabl':251 'etc':163 'evid':507 'exacerb':171 'except':266 'exert':401 'express':611 'extern':228 'faulti':257 'fedora':441 'feel':324 'firmwar':351 'fiver':457 'fix':79,145,529 'flaki':116 'flicker':108,133 'forc':385 'free':604 'frequenc':390 'fresh':344 'fri':501 'froze':368 'full':176 'function':331 'gb':36,42 'glitch':225,289,373 'glitchi':187 'got':51 'gpu':295,383 'great':198 'hand':55 'happen':160 'hardwar':519,605 'haven':609 'hdmi':240 'hiccup':302 'histori':57 'hour':127,293 'i5':33 'i5-7300u':32 'idea':590 'imgur.com':194 'imgur.com/a/wnsl2jj)':193 'inconsist':152 'intermitt':120 'intern':248,363,428 'isn':158,395 'issu':125,434 'jerk':424 'keyboard':21 'laptop':310 'latest':350 'latitud':10 'leav':273,314 'lift':417 'like':110,325,469,524,617 'limit':388 'linux':78,518,527 'load':161 'lock':461 'look':109,563,593 'lpddr3':37 'luck':256 'm':512,562,600 'machin':86 'make':568 'manufactur':548 'max':389 'max/boost':382 'mayb':607 'memtest':356 'mhz':66 'minut':129 'month':90 'most':170 'ms':25 'msr':75,464 'msr-tool':74 'need':651 'never':367 'normal':309 'noth':304 'nvme':43 'offlin':387 'ok':468 'on-board':38 'one':68,209,301,632 'option':218 'pass':357 'past':345 'patch':99,287 'pd':484 'perfect':557 'perform':87,570 'physic':546 'place':276 'point':221,476,534 'port':496 'possibl':499 'power':165,281 'press':423 'pressur':402 'pro':27 'problem':6,102,168,520,531 'prochot':82,286,472 'ram':113,262 'rare':444 're':62 'reenabl':283 'regardless':245 'regist':626 'relev':625 'remov':97 'replac':95 'right':265 'run':123,291,411 'sad':450 'say':458 'screen':49,107,249,258,405,415 'screenshot':371 'second':54 'second-hand':53 'see':647 'seen':583 'serious':579 'set':649 'similar':585 'sinc':553 'sleep':181 'slight':416 'snapshot':622 'somehow':637 'someth':264,502 'sometim':121,128,131,446 'sort':620 'sourc':93,166 'start':103,136 'stress':298 'stuck':63 'succint':613 'super':186 'sure':513,537 'surfac':26 'take':147 'tear':303 'temp':162 'test':299 'thing':146 'thorough':360 'thottlestop':70 'though':333 'throttl':83 'throttlestop':456 'time':489 'tlp':392 'tool':76 'touch':48 'touchscreen':332 'tri':202,207,230,337,352,410,597 'troubleshoot':138,606 'turbo':379 'tweak':566,653 'twice':358 'two':642 'type':237,341,494 'type-c':236,340,493 'ubuntu':438 'undervolt':453 'unknown':56 'unplug':269 'upping/lowering':380 'usb':235,339,492 'use':318,526 've':92,336 'vent':349 'video':112,294 'wake':179 'wast':328 'wd19':243 'weird':5,106 'whatev':551 'whether':541 'wiggl':425 'window':72,436 'without':58,67,124,558,577,633 'work':473,556,629 'would':196,523,654 'write':465 'ws':442 'zero':288"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703854773
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9835892"
  +editedAt: DateTimeImmutable @1708800367 {#1639
    date: 2024-02-24 19:46:07.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703768373 {#1646
    date: 2023-12-28 13:59:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1647
  +user: Proxies\__CG__\App\Entity\User {#1645 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1390 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "need-help-fixing-a-hardware-problem-using-linux"
  +title: "need help fixing a hardware problem using linux"
  +url: null
  +body: """
    so, I have a weird problem with a Dell Latitude 5285, that’s a 2-in-1 with a detachable keyboard akin to the MS Surface Pro 5. it has an i5-7300u, 16 GB LPDDR3 (on-board), 500 GB NVMe, 12.3" 1920x1280 3:2 touch screen.\n
    \n
    I got it second-hand, unknown history, without a battery. they’re stuck at 400 MHz without one, but Thottlestop in Windows and msr-tools in Linux fix the BD_PROCHOT throttling and the machine performed adequately for months.\n
    \n
    I’ve sourced a replacement battery, removed the patch and my problems started. there’s weird screen flickering, looks like bad video ram or a flaky connection. it’s intermittent, sometimes it runs without issues for hours, sometimes minutes and sometimes it flickers from the start, so troubleshooting and checking if this or that fixed things takes days.\n
    \n
    the artefacts are inconsistent with anything that is or isn’t happening (load, temps, etc) or power source. the problem is mostly exacerbated when the battery is full and/or when waking from sleep, it’s almost always super glitchy then.\n
    \n
    [here’s a demonstration:](https://imgur.com/a/WnsL2Jj)\n
    \n
    would be great if I could try a different battery or try this one in another device, but don’t have that option.\n
    \n
    at no point are there ANY glitches on the external display (tried DP-Alt over USB Type-C and HDMI over Dell WD19 Dock), regardless if the internal screen is enabled or not.\n
    \n
    so, bad luck - faulty screen or backlight or RAM or something, right?\n
    \n
    except, when I unplug the battery (but leave it in place) and connect it to power and reenable the BD_PROCHOT patch - zero glitches! it runs for hours - videos, GPU and CPU stress test, not one hiccup, tear, nothing!\n
    \n
    if it were a normal laptop, I’d just leave it be and use it as a desktop. it feels like such a waste with the functional touchscreen though.\n
    \n
    what I’ve tried:\n
    \n
    - different USB Type-C chargers\n
    - fresh paste on CPU, clean vent\n
    - latest firmware, tried downgrading, no change\n
    - memtest passed twice on thorough, all clear\n
    - internal diagnostics also\n
    - it never froze or crashed\n
    - screenshot during glitches doesn’t contain them\n
    - disabling turbo, upping/lowering the max/boost GPU clock, forcing cores offline, limiting max frequencies with TLP\n
    - the battery isn’t deformed and doesn’t exert pressure on the screen or any cables; also tried running it with the screen slightly lifted from the case, no change\n
    - pressing, jerking, wiggling of the internal display cable/connector, no change\n
    - same issues in Windows 11, Ubuntu 23.04 and Fedora WS 38; rarely but sometimes in BIOS/during boot\n
    - sadly, can’t undervolt the CPU/GPU (Throttlestop FIVER says it’s locked) but some MSR writes are apparently OK (like disabling BD_PROCHOT works).\n
    \n
    at some point, it had both charger and dock with PD attached at the same time to both USB Type-C ports; it’s possible this fried something, although I have no evidence of that.\n
    \n
    so, I’m sure this is NOT a linux hardware problem, but I would like to use linux to fix the problem. at this point, I am sure it’s defective, whether it’s age or physical or manufacturing defect or whatever; but since it definitely works perfectly without the battery, I’m looking for some tweaks that makes it perform *with* the battery the same as *without* it.\n
    \n
    seriously doubt anyone’s seen anything similar but are there any ideas what to look at? what to try?\n
    \n
    edit: I’m not asking for free hardware troubleshooting, maybe I haven’t expressed myself succintly. what I’d like is some sort of snapshot of all relevant registers with battery working. and then one without. and then have somehow the difference between those two computed, so I can see which setting I need to tweak. would this be doable?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 53
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710488736 {#1744
    date: 2024-03-15 08:45:36.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1640 …}
  +votes: Doctrine\ORM\PersistentCollection {#1648 …}
  +reports: Doctrine\ORM\PersistentCollection {#1675 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1676 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1673 …}
  +badges: Doctrine\ORM\PersistentCollection {#1678 …}
  +children: []
  -id: 25382
  -titleTs: "'fix':3 'hardwar':5 'help':2 'linux':8 'need':1 'problem':6 'use':7"
  -bodyTs: "'-1':17 '/a/wnsl2jj)':195 '11':437 '12.3':44 '16':35 '1920x1280':45 '2':15,47 '23.04':439 '3':46 '38':443 '400':65 '5':28 '500':41 '5285':11 '7300u':34 'adequ':88 'age':544 'akin':22 'almost':184 'also':365,409 'alt':233 'although':503 'alway':185 'and/or':177 'anoth':211 'anyon':581 'anyth':154,584 'appar':467 'artefact':150 'ask':602 'attach':485 'backlight':260 'bad':111,255 'batteri':60,96,174,205,271,394,560,573,628 'bd':81,285,471 'bios/during':448 'board':40 'boot':449 'c':238,342,495 'cabl':408 'cable/connector':430 'case':420 'chang':355,422,432 'charger':343,480 'check':140 'clean':348 'clear':362 'clock':384 'comput':643 'connect':117,278 'contain':376 'core':386 'could':201 'cpu':297,347 'cpu/gpu':455 'crash':370 'd':312,616 'day':148 'defect':540,549 'definit':555 'deform':397 'dell':9,242 'demonstr':192 'desktop':322 'detach':20 'devic':212 'diagnost':364 'differ':204,338,639 'disabl':378,470 'display':229,429 'doabl':657 'dock':244,482 'doesn':374,399 'doubt':580 'downgrad':353 'dp':232 'dp-alt':231 'edit':598 'enabl':251 'etc':163 'evid':507 'exacerb':171 'except':266 'exert':401 'express':611 'extern':228 'faulti':257 'fedora':441 'feel':324 'firmwar':351 'fiver':457 'fix':79,145,529 'flaki':116 'flicker':108,133 'forc':385 'free':604 'frequenc':390 'fresh':344 'fri':501 'froze':368 'full':176 'function':331 'gb':36,42 'glitch':225,289,373 'glitchi':187 'got':51 'gpu':295,383 'great':198 'hand':55 'happen':160 'hardwar':519,605 'haven':609 'hdmi':240 'hiccup':302 'histori':57 'hour':127,293 'i5':33 'i5-7300u':32 'idea':590 'imgur.com':194 'imgur.com/a/wnsl2jj)':193 'inconsist':152 'intermitt':120 'intern':248,363,428 'isn':158,395 'issu':125,434 'jerk':424 'keyboard':21 'laptop':310 'latest':350 'latitud':10 'leav':273,314 'lift':417 'like':110,325,469,524,617 'limit':388 'linux':78,518,527 'load':161 'lock':461 'look':109,563,593 'lpddr3':37 'luck':256 'm':512,562,600 'machin':86 'make':568 'manufactur':548 'max':389 'max/boost':382 'mayb':607 'memtest':356 'mhz':66 'minut':129 'month':90 'most':170 'ms':25 'msr':75,464 'msr-tool':74 'need':651 'never':367 'normal':309 'noth':304 'nvme':43 'offlin':387 'ok':468 'on-board':38 'one':68,209,301,632 'option':218 'pass':357 'past':345 'patch':99,287 'pd':484 'perfect':557 'perform':87,570 'physic':546 'place':276 'point':221,476,534 'port':496 'possibl':499 'power':165,281 'press':423 'pressur':402 'pro':27 'problem':6,102,168,520,531 'prochot':82,286,472 'ram':113,262 'rare':444 're':62 'reenabl':283 'regardless':245 'regist':626 'relev':625 'remov':97 'replac':95 'right':265 'run':123,291,411 'sad':450 'say':458 'screen':49,107,249,258,405,415 'screenshot':371 'second':54 'second-hand':53 'see':647 'seen':583 'serious':579 'set':649 'similar':585 'sinc':553 'sleep':181 'slight':416 'snapshot':622 'somehow':637 'someth':264,502 'sometim':121,128,131,446 'sort':620 'sourc':93,166 'start':103,136 'stress':298 'stuck':63 'succint':613 'super':186 'sure':513,537 'surfac':26 'take':147 'tear':303 'temp':162 'test':299 'thing':146 'thorough':360 'thottlestop':70 'though':333 'throttl':83 'throttlestop':456 'time':489 'tlp':392 'tool':76 'touch':48 'touchscreen':332 'tri':202,207,230,337,352,410,597 'troubleshoot':138,606 'turbo':379 'tweak':566,653 'twice':358 'two':642 'type':237,341,494 'type-c':236,340,493 'ubuntu':438 'undervolt':453 'unknown':56 'unplug':269 'upping/lowering':380 'usb':235,339,492 'use':318,526 've':92,336 'vent':349 'video':112,294 'wake':179 'wast':328 'wd19':243 'weird':5,106 'whatev':551 'whether':541 'wiggl':425 'window':72,436 'without':58,67,124,558,577,633 'work':473,556,629 'would':196,523,654 'write':465 'ws':442 'zero':288"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703854773
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9835892"
  +editedAt: DateTimeImmutable @1708800367 {#1639
    date: 2024-02-24 19:46:07.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703768373 {#1646
    date: 2023-12-28 13:59:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1668
  +user: Proxies\__CG__\App\Entity\User {#1671 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-do-the-symbols-next-to-usernames-mean-on-Lemmy"
  +title: "What do the symbols next to usernames mean on Lemmy?"
  +url: null
  +body: """
    I’m using Jerboa and I sometimes see symbols next to peoples’ username. One looks like a “no message” symbol, and the other looks like a “no person” symbol in red. What do they mean? Are there more symbols?\n
    \n
    I’ve tried a web search but I only found results related to Motorhead and some kind of desert rodent.\n
    \n
    Also, is it possible to search the content of posts on Lemmy? At least in Jerboa the search function seems to be only to search for communities by name. Surely someone has asked this before but I couldn’t figure out how to search posts.\n
    \n
    Thanks!\n
    \n
    Edit: added an example of the “no person” icon
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 44
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708989660 {#1670
    date: 2024-02-27 00:21:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1655 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1651 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1656 …}
  +badges: Doctrine\ORM\PersistentCollection {#1662 …}
  +children: []
  -id: 25370
  -titleTs: "'lemmi':10 'mean':8 'next':5 'symbol':4 'usernam':7"
  -bodyTs: "'ad':107 'also':60 'ask':92 'communiti':86 'content':67 'couldn':97 'desert':58 'edit':106 'exampl':109 'figur':99 'found':49 'function':78 'icon':114 'jerboa':4,75 'kind':56 'least':73 'lemmi':71 'like':16,25 'look':15,24 'm':2 'mean':35 'messag':19 'motorhead':53 'name':88 'next':10 'one':14 'peopl':12 'person':28,113 'possibl':63 'post':69,104 'red':31 'relat':51 'result':50 'rodent':59 'search':45,65,77,84,103 'see':8 'seem':79 'someon':90 'sometim':7 'sure':89 'symbol':9,20,29,39 'thank':105 'tri':42 'use':3 'usernam':13 've':41 'web':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703848638
  +visibility: "visible             "
  +apId: "https://suppo.fi/post/874141"
  +editedAt: DateTimeImmutable @1708689488 {#1666
    date: 2024-02-23 12:58:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703762238 {#1667
    date: 2023-12-28 12:17: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
95 DENIED edit
App\Entity\Entry {#1668
  +user: Proxies\__CG__\App\Entity\User {#1671 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-do-the-symbols-next-to-usernames-mean-on-Lemmy"
  +title: "What do the symbols next to usernames mean on Lemmy?"
  +url: null
  +body: """
    I’m using Jerboa and I sometimes see symbols next to peoples’ username. One looks like a “no message” symbol, and the other looks like a “no person” symbol in red. What do they mean? Are there more symbols?\n
    \n
    I’ve tried a web search but I only found results related to Motorhead and some kind of desert rodent.\n
    \n
    Also, is it possible to search the content of posts on Lemmy? At least in Jerboa the search function seems to be only to search for communities by name. Surely someone has asked this before but I couldn’t figure out how to search posts.\n
    \n
    Thanks!\n
    \n
    Edit: added an example of the “no person” icon
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 44
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708989660 {#1670
    date: 2024-02-27 00:21:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1655 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1651 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1656 …}
  +badges: Doctrine\ORM\PersistentCollection {#1662 …}
  +children: []
  -id: 25370
  -titleTs: "'lemmi':10 'mean':8 'next':5 'symbol':4 'usernam':7"
  -bodyTs: "'ad':107 'also':60 'ask':92 'communiti':86 'content':67 'couldn':97 'desert':58 'edit':106 'exampl':109 'figur':99 'found':49 'function':78 'icon':114 'jerboa':4,75 'kind':56 'least':73 'lemmi':71 'like':16,25 'look':15,24 'm':2 'mean':35 'messag':19 'motorhead':53 'name':88 'next':10 'one':14 'peopl':12 'person':28,113 'possibl':63 'post':69,104 'red':31 'relat':51 'result':50 'rodent':59 'search':45,65,77,84,103 'see':8 'seem':79 'someon':90 'sometim':7 'sure':89 'symbol':9,20,29,39 'thank':105 'tri':42 'use':3 'usernam':13 've':41 'web':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703848638
  +visibility: "visible             "
  +apId: "https://suppo.fi/post/874141"
  +editedAt: DateTimeImmutable @1708689488 {#1666
    date: 2024-02-23 12:58:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703762238 {#1667
    date: 2023-12-28 12:17: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
96 DENIED moderate
App\Entity\Entry {#1668
  +user: Proxies\__CG__\App\Entity\User {#1671 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2424 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-do-the-symbols-next-to-usernames-mean-on-Lemmy"
  +title: "What do the symbols next to usernames mean on Lemmy?"
  +url: null
  +body: """
    I’m using Jerboa and I sometimes see symbols next to peoples’ username. One looks like a “no message” symbol, and the other looks like a “no person” symbol in red. What do they mean? Are there more symbols?\n
    \n
    I’ve tried a web search but I only found results related to Motorhead and some kind of desert rodent.\n
    \n
    Also, is it possible to search the content of posts on Lemmy? At least in Jerboa the search function seems to be only to search for communities by name. Surely someone has asked this before but I couldn’t figure out how to search posts.\n
    \n
    Thanks!\n
    \n
    Edit: added an example of the “no person” icon
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 44
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708989660 {#1670
    date: 2024-02-27 00:21:00.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1679 …}
  +votes: Doctrine\ORM\PersistentCollection {#1654 …}
  +reports: Doctrine\ORM\PersistentCollection {#1655 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1651 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1656 …}
  +badges: Doctrine\ORM\PersistentCollection {#1662 …}
  +children: []
  -id: 25370
  -titleTs: "'lemmi':10 'mean':8 'next':5 'symbol':4 'usernam':7"
  -bodyTs: "'ad':107 'also':60 'ask':92 'communiti':86 'content':67 'couldn':97 'desert':58 'edit':106 'exampl':109 'figur':99 'found':49 'function':78 'icon':114 'jerboa':4,75 'kind':56 'least':73 'lemmi':71 'like':16,25 'look':15,24 'm':2 'mean':35 'messag':19 'motorhead':53 'name':88 'next':10 'one':14 'peopl':12 'person':28,113 'possibl':63 'post':69,104 'red':31 'relat':51 'result':50 'rodent':59 'search':45,65,77,84,103 'see':8 'seem':79 'someon':90 'sometim':7 'sure':89 'symbol':9,20,29,39 'thank':105 'tri':42 'use':3 'usernam':13 've':41 'web':44"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703848638
  +visibility: "visible             "
  +apId: "https://suppo.fi/post/874141"
  +editedAt: DateTimeImmutable @1708689488 {#1666
    date: 2024-02-23 12:58:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703762238 {#1667
    date: 2023-12-28 12:17: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
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 {#1590
  +user: Proxies\__CG__\App\Entity\User {#1592 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "No-posts-when-surfing-through-my-i-stance"
  +title: "No posts when surfing through my i stance"
  +url: null
  +body: """
    Hello!\n
    \n
    I have some weird problems since I upgraded from 0.18.4 to 0.19.1 (I did it incrementally).\n
    \n
    Posts doesnt seem to show up any more, for example if I, on the web (just to illustrate, its the same with Jer oa or Voyager) go here:\n
    \n
    [lemmy.sdf.org/c/permacomputing](https://lemmy.sdf.org/c/permacomputing)\n
    \n
    I can see a bunch of posts.\n
    \n
    But if I go through my server:\n
    \n
    [lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org](https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org)\n
    \n
    There is no pists at all (I have refreshed, waited, reloaded…).\n
    \n
    I do see the page of the community on both links though.\n
    \n
    Anyone having an idea about what could be wrong? Am I banned everywhere (I have never been to lemmy.sdf.org before and I usually don’t behave bad online at all).\n
    \n
    I’m asking here because the lemmy.ml and lemmy.world support has tge same problem (??).\n
    \n
    Cheers
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709100286 {#1553
    date: 2024-02-28 07:04:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1591 …}
  +votes: Doctrine\ORM\PersistentCollection {#1589 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1580 …}
  +badges: Doctrine\ORM\PersistentCollection {#1584 …}
  +children: []
  -id: 25457
  -titleTs: "'post':2 'stanc':8 'surf':4"
  -bodyTs: "'/c/permacomputing@lemmy.sdf.org](https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org)':65 '/c/permacomputing](https://lemmy.sdf.org/c/permacomputing)':48 '0.18.4':11 '0.19.1':13 'anyon':89 'ask':121 'bad':115 'ban':100 'behav':114 'bunch':53 'cheer':133 'communiti':84 'could':95 'doesnt':19 'everywher':101 'exampl':27 'go':44,59 'hello':1 'idea':92 'illustr':35 'increment':17 'jer':40 'lemmy.mindoki.com':64 'lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org](https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org)':63 'lemmy.ml':125 'lemmy.sdf.org':47,107 'lemmy.sdf.org/c/permacomputing](https://lemmy.sdf.org/c/permacomputing)':46 'lemmy.world':127 'link':87 'm':120 'never':104 'oa':41 'onlin':116 'page':81 'pist':69 'post':18,55 'problem':6,132 'refresh':74 'reload':76 'see':51,79 'seem':20 'server':62 'show':22 'sinc':7 'support':128 'tge':130 'though':88 'upgrad':9 'usual':111 'voyag':43 'wait':75 'web':32 'weird':5 'wrong':97"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703846459
  +visibility: "visible             "
  +apId: "https://lemmy.mindoki.com/post/255377"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703788959 {#1552
    date: 2023-12-28 19:42: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
99 DENIED edit
App\Entity\Entry {#1590
  +user: Proxies\__CG__\App\Entity\User {#1592 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "No-posts-when-surfing-through-my-i-stance"
  +title: "No posts when surfing through my i stance"
  +url: null
  +body: """
    Hello!\n
    \n
    I have some weird problems since I upgraded from 0.18.4 to 0.19.1 (I did it incrementally).\n
    \n
    Posts doesnt seem to show up any more, for example if I, on the web (just to illustrate, its the same with Jer oa or Voyager) go here:\n
    \n
    [lemmy.sdf.org/c/permacomputing](https://lemmy.sdf.org/c/permacomputing)\n
    \n
    I can see a bunch of posts.\n
    \n
    But if I go through my server:\n
    \n
    [lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org](https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org)\n
    \n
    There is no pists at all (I have refreshed, waited, reloaded…).\n
    \n
    I do see the page of the community on both links though.\n
    \n
    Anyone having an idea about what could be wrong? Am I banned everywhere (I have never been to lemmy.sdf.org before and I usually don’t behave bad online at all).\n
    \n
    I’m asking here because the lemmy.ml and lemmy.world support has tge same problem (??).\n
    \n
    Cheers
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709100286 {#1553
    date: 2024-02-28 07:04:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1591 …}
  +votes: Doctrine\ORM\PersistentCollection {#1589 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1580 …}
  +badges: Doctrine\ORM\PersistentCollection {#1584 …}
  +children: []
  -id: 25457
  -titleTs: "'post':2 'stanc':8 'surf':4"
  -bodyTs: "'/c/permacomputing@lemmy.sdf.org](https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org)':65 '/c/permacomputing](https://lemmy.sdf.org/c/permacomputing)':48 '0.18.4':11 '0.19.1':13 'anyon':89 'ask':121 'bad':115 'ban':100 'behav':114 'bunch':53 'cheer':133 'communiti':84 'could':95 'doesnt':19 'everywher':101 'exampl':27 'go':44,59 'hello':1 'idea':92 'illustr':35 'increment':17 'jer':40 'lemmy.mindoki.com':64 'lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org](https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org)':63 'lemmy.ml':125 'lemmy.sdf.org':47,107 'lemmy.sdf.org/c/permacomputing](https://lemmy.sdf.org/c/permacomputing)':46 'lemmy.world':127 'link':87 'm':120 'never':104 'oa':41 'onlin':116 'page':81 'pist':69 'post':18,55 'problem':6,132 'refresh':74 'reload':76 'see':51,79 'seem':20 'server':62 'show':22 'sinc':7 'support':128 'tge':130 'though':88 'upgrad':9 'usual':111 'voyag':43 'wait':75 'web':32 'weird':5 'wrong':97"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703846459
  +visibility: "visible             "
  +apId: "https://lemmy.mindoki.com/post/255377"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703788959 {#1552
    date: 2023-12-28 19:42: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
100 DENIED moderate
App\Entity\Entry {#1590
  +user: Proxies\__CG__\App\Entity\User {#1592 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "No-posts-when-surfing-through-my-i-stance"
  +title: "No posts when surfing through my i stance"
  +url: null
  +body: """
    Hello!\n
    \n
    I have some weird problems since I upgraded from 0.18.4 to 0.19.1 (I did it incrementally).\n
    \n
    Posts doesnt seem to show up any more, for example if I, on the web (just to illustrate, its the same with Jer oa or Voyager) go here:\n
    \n
    [lemmy.sdf.org/c/permacomputing](https://lemmy.sdf.org/c/permacomputing)\n
    \n
    I can see a bunch of posts.\n
    \n
    But if I go through my server:\n
    \n
    [lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org](https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org)\n
    \n
    There is no pists at all (I have refreshed, waited, reloaded…).\n
    \n
    I do see the page of the community on both links though.\n
    \n
    Anyone having an idea about what could be wrong? Am I banned everywhere (I have never been to lemmy.sdf.org before and I usually don’t behave bad online at all).\n
    \n
    I’m asking here because the lemmy.ml and lemmy.world support has tge same problem (??).\n
    \n
    Cheers
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709100286 {#1553
    date: 2024-02-28 07:04:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1591 …}
  +votes: Doctrine\ORM\PersistentCollection {#1589 …}
  +reports: Doctrine\ORM\PersistentCollection {#1582 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1583 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1580 …}
  +badges: Doctrine\ORM\PersistentCollection {#1584 …}
  +children: []
  -id: 25457
  -titleTs: "'post':2 'stanc':8 'surf':4"
  -bodyTs: "'/c/permacomputing@lemmy.sdf.org](https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org)':65 '/c/permacomputing](https://lemmy.sdf.org/c/permacomputing)':48 '0.18.4':11 '0.19.1':13 'anyon':89 'ask':121 'bad':115 'ban':100 'behav':114 'bunch':53 'cheer':133 'communiti':84 'could':95 'doesnt':19 'everywher':101 'exampl':27 'go':44,59 'hello':1 'idea':92 'illustr':35 'increment':17 'jer':40 'lemmy.mindoki.com':64 'lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org](https://lemmy.mindoki.com/c/permacomputing@lemmy.sdf.org)':63 'lemmy.ml':125 'lemmy.sdf.org':47,107 'lemmy.sdf.org/c/permacomputing](https://lemmy.sdf.org/c/permacomputing)':46 'lemmy.world':127 'link':87 'm':120 'never':104 'oa':41 'onlin':116 'page':81 'pist':69 'post':18,55 'problem':6,132 'refresh':74 'reload':76 'see':51,79 'seem':20 'server':62 'show':22 'sinc':7 'support':128 'tge':130 'though':88 'upgrad':9 'usual':111 'voyag':43 'wait':75 'web':32 'weird':5 'wrong':97"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703846459
  +visibility: "visible             "
  +apId: "https://lemmy.mindoki.com/post/255377"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703788959 {#1552
    date: 2023-12-28 19:42: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