GET https://kbin.spritesserver.nl/active/1y/articles?p=107

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "CUPS-mirror-image-printer-setup"
  +title: "CUPS mirror image printer setup"
  +url: null
  +body: """
    I’ll need to mirror print stuff regularly (flip across the vertical axis), and I’m trying to make the process convenient.\n
    \n
    The manual way to mirror print would be by invoking `lp`, e.g.\n
    \n
    `lp -o mirror myfile.pdf`\n
    \n
    Invoking lp would work for images, PDF, ps etc. But but for application (open office draw) files. Unfortunately, I don’t see an obvious way to mirror print within the application itself.\n
    \n
    I’m thinking of setting up a mirror printer in CUPS that would automatically apply the -o mirror to any documents that hit it.\n
    \n
    I suspect this would require some tinkering with CUPS filters - I’ll dig into it sometime.\n
    \n
    I can’t be the only one who’s needed this at some point in time.\n
    \n
    Has anyone here done something similar? Looking forward to your thoughts!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699831045 {#158
    date: 2023-11-13 00:17:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 12064
  -titleTs: "'cup':1 'imag':3 'mirror':2 'printer':4 'setup':5"
  -bodyTs: "'across':10 'anyon':128 'appli':85 'applic':51,69 'automat':84 'axi':13 'conveni':22 'cup':81,103 'dig':107 'document':91 'done':130 'draw':54 'e.g':34 'etc':47 'file':55 'filter':104 'flip':9 'forward':134 'hit':93 'imag':44 'invok':32,39 'll':2,106 'look':133 'lp':33,35,40 'm':16,72 'make':19 'manual':24 'mirror':5,27,37,65,78,88 'myfile.pdf':38 'need':3,120 'o':36,87 'obvious':62 'offic':53 'one':117 'open':52 'pdf':45 'point':124 'print':6,28,66 'printer':79 'process':21 'ps':46 'regular':8 'requir':99 'see':60 'set':75 'similar':132 'someth':131 'sometim':110 'stuff':7 'suspect':96 'think':73 'thought':137 'time':126 'tinker':101 'tri':17 'unfortun':56 'vertic':12 'way':25,63 'within':67 'work':42 'would':29,41,83,98"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699784508
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9128574"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699725008 {#241
    date: 2023-11-11 18:50:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "CUPS-mirror-image-printer-setup"
  +title: "CUPS mirror image printer setup"
  +url: null
  +body: """
    I’ll need to mirror print stuff regularly (flip across the vertical axis), and I’m trying to make the process convenient.\n
    \n
    The manual way to mirror print would be by invoking `lp`, e.g.\n
    \n
    `lp -o mirror myfile.pdf`\n
    \n
    Invoking lp would work for images, PDF, ps etc. But but for application (open office draw) files. Unfortunately, I don’t see an obvious way to mirror print within the application itself.\n
    \n
    I’m thinking of setting up a mirror printer in CUPS that would automatically apply the -o mirror to any documents that hit it.\n
    \n
    I suspect this would require some tinkering with CUPS filters - I’ll dig into it sometime.\n
    \n
    I can’t be the only one who’s needed this at some point in time.\n
    \n
    Has anyone here done something similar? Looking forward to your thoughts!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699831045 {#158
    date: 2023-11-13 00:17:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 12064
  -titleTs: "'cup':1 'imag':3 'mirror':2 'printer':4 'setup':5"
  -bodyTs: "'across':10 'anyon':128 'appli':85 'applic':51,69 'automat':84 'axi':13 'conveni':22 'cup':81,103 'dig':107 'document':91 'done':130 'draw':54 'e.g':34 'etc':47 'file':55 'filter':104 'flip':9 'forward':134 'hit':93 'imag':44 'invok':32,39 'll':2,106 'look':133 'lp':33,35,40 'm':16,72 'make':19 'manual':24 'mirror':5,27,37,65,78,88 'myfile.pdf':38 'need':3,120 'o':36,87 'obvious':62 'offic':53 'one':117 'open':52 'pdf':45 'point':124 'print':6,28,66 'printer':79 'process':21 'ps':46 'regular':8 'requir':99 'see':60 'set':75 'similar':132 'someth':131 'sometim':110 'stuff':7 'suspect':96 'think':73 'thought':137 'time':126 'tinker':101 'tri':17 'unfortun':56 'vertic':12 'way':25,63 'within':67 'work':42 'would':29,41,83,98"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699784508
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9128574"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699725008 {#241
    date: 2023-11-11 18:50:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#230
  +user: Proxies\__CG__\App\Entity\User {#1860 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "CUPS-mirror-image-printer-setup"
  +title: "CUPS mirror image printer setup"
  +url: null
  +body: """
    I’ll need to mirror print stuff regularly (flip across the vertical axis), and I’m trying to make the process convenient.\n
    \n
    The manual way to mirror print would be by invoking `lp`, e.g.\n
    \n
    `lp -o mirror myfile.pdf`\n
    \n
    Invoking lp would work for images, PDF, ps etc. But but for application (open office draw) files. Unfortunately, I don’t see an obvious way to mirror print within the application itself.\n
    \n
    I’m thinking of setting up a mirror printer in CUPS that would automatically apply the -o mirror to any documents that hit it.\n
    \n
    I suspect this would require some tinkering with CUPS filters - I’ll dig into it sometime.\n
    \n
    I can’t be the only one who’s needed this at some point in time.\n
    \n
    Has anyone here done something similar? Looking forward to your thoughts!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699831045 {#158
    date: 2023-11-13 00:17:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#196 …}
  +votes: Doctrine\ORM\PersistentCollection {#1805 …}
  +reports: Doctrine\ORM\PersistentCollection {#1837 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1948 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1876 …}
  +badges: Doctrine\ORM\PersistentCollection {#1880 …}
  +children: []
  -id: 12064
  -titleTs: "'cup':1 'imag':3 'mirror':2 'printer':4 'setup':5"
  -bodyTs: "'across':10 'anyon':128 'appli':85 'applic':51,69 'automat':84 'axi':13 'conveni':22 'cup':81,103 'dig':107 'document':91 'done':130 'draw':54 'e.g':34 'etc':47 'file':55 'filter':104 'flip':9 'forward':134 'hit':93 'imag':44 'invok':32,39 'll':2,106 'look':133 'lp':33,35,40 'm':16,72 'make':19 'manual':24 'mirror':5,27,37,65,78,88 'myfile.pdf':38 'need':3,120 'o':36,87 'obvious':62 'offic':53 'one':117 'open':52 'pdf':45 'point':124 'print':6,28,66 'printer':79 'process':21 'ps':46 'regular':8 'requir':99 'see':60 'set':75 'similar':132 'someth':131 'sometim':110 'stuff':7 'suspect':96 'think':73 'thought':137 'time':126 'tinker':101 'tri':17 'unfortun':56 'vertic':12 'way':25,63 'within':67 'work':42 'would':29,41,83,98"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699784508
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/9128574"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699725008 {#241
    date: 2023-11-11 18:50:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1889
  +user: Proxies\__CG__\App\Entity\User {#1915 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Mandatory-security-check-followed-by-a-long-travel-to-area"
  +title: "Mandatory security check followed by a long travel to area of work. When do you clock in?"
  +url: null
  +body: """
    I’m in a situation with my manager who is suggesting that clock-in starts when the employee arrives to the site of work. Effectively saying that everyone should be coming in 15 minutes earlier than their start time.\n
    \n
    The majority of what I read online was about security checks when leaving the premises instead of entering. And the results of a couple class actions seem like the law has loose interpretation.\n
    \n
    Wondering what your experiences have been like dealing with this situation. Are you paid for your time traveling on company premises?\n
    \n
    For ref this takes place in California.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699817779 {#1905
    date: 2023-11-12 20:36:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1924 …}
  +votes: Doctrine\ORM\PersistentCollection {#1893 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 12211
  -titleTs: "'area':10 'check':3 'clock':16 'follow':4 'long':7 'mandatori':1 'secur':2 'travel':8 'work':12"
  -bodyTs: "'15':34 'action':66 'arriv':20 'california':101 'check':51 'class':65 'clock':14 'clock-in':13 'come':32 'compani':93 'coupl':64 'deal':81 'earlier':36 'effect':26 'employe':19 'enter':58 'everyon':29 'experi':77 'instead':56 'interpret':73 'law':70 'leav':53 'like':68,80 'loos':72 'm':2 'major':42 'manag':8 'minut':35 'onlin':47 'paid':87 'place':99 'premis':55,94 'read':46 'ref':96 'result':61 'say':27 'secur':50 'seem':67 'site':23 'situat':5,84 'start':16,39 'suggest':11 'take':98 'time':40,90 'travel':91 'wonder':74 'work':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699865932
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8145883"
  +editedAt: DateTimeImmutable @1699908463 {#1866
    date: 2023-11-13 21:47:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699779532 {#1912
    date: 2023-11-12 09:58:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1889
  +user: Proxies\__CG__\App\Entity\User {#1915 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Mandatory-security-check-followed-by-a-long-travel-to-area"
  +title: "Mandatory security check followed by a long travel to area of work. When do you clock in?"
  +url: null
  +body: """
    I’m in a situation with my manager who is suggesting that clock-in starts when the employee arrives to the site of work. Effectively saying that everyone should be coming in 15 minutes earlier than their start time.\n
    \n
    The majority of what I read online was about security checks when leaving the premises instead of entering. And the results of a couple class actions seem like the law has loose interpretation.\n
    \n
    Wondering what your experiences have been like dealing with this situation. Are you paid for your time traveling on company premises?\n
    \n
    For ref this takes place in California.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699817779 {#1905
    date: 2023-11-12 20:36:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1924 …}
  +votes: Doctrine\ORM\PersistentCollection {#1893 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 12211
  -titleTs: "'area':10 'check':3 'clock':16 'follow':4 'long':7 'mandatori':1 'secur':2 'travel':8 'work':12"
  -bodyTs: "'15':34 'action':66 'arriv':20 'california':101 'check':51 'class':65 'clock':14 'clock-in':13 'come':32 'compani':93 'coupl':64 'deal':81 'earlier':36 'effect':26 'employe':19 'enter':58 'everyon':29 'experi':77 'instead':56 'interpret':73 'law':70 'leav':53 'like':68,80 'loos':72 'm':2 'major':42 'manag':8 'minut':35 'onlin':47 'paid':87 'place':99 'premis':55,94 'read':46 'ref':96 'result':61 'say':27 'secur':50 'seem':67 'site':23 'situat':5,84 'start':16,39 'suggest':11 'take':98 'time':40,90 'travel':91 'wonder':74 'work':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699865932
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8145883"
  +editedAt: DateTimeImmutable @1699908463 {#1866
    date: 2023-11-13 21:47:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699779532 {#1912
    date: 2023-11-12 09:58:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1889
  +user: Proxies\__CG__\App\Entity\User {#1915 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Mandatory-security-check-followed-by-a-long-travel-to-area"
  +title: "Mandatory security check followed by a long travel to area of work. When do you clock in?"
  +url: null
  +body: """
    I’m in a situation with my manager who is suggesting that clock-in starts when the employee arrives to the site of work. Effectively saying that everyone should be coming in 15 minutes earlier than their start time.\n
    \n
    The majority of what I read online was about security checks when leaving the premises instead of entering. And the results of a couple class actions seem like the law has loose interpretation.\n
    \n
    Wondering what your experiences have been like dealing with this situation. Are you paid for your time traveling on company premises?\n
    \n
    For ref this takes place in California.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699817779 {#1905
    date: 2023-11-12 20:36:19.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1924 …}
  +votes: Doctrine\ORM\PersistentCollection {#1893 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 12211
  -titleTs: "'area':10 'check':3 'clock':16 'follow':4 'long':7 'mandatori':1 'secur':2 'travel':8 'work':12"
  -bodyTs: "'15':34 'action':66 'arriv':20 'california':101 'check':51 'class':65 'clock':14 'clock-in':13 'come':32 'compani':93 'coupl':64 'deal':81 'earlier':36 'effect':26 'employe':19 'enter':58 'everyon':29 'experi':77 'instead':56 'interpret':73 'law':70 'leav':53 'like':68,80 'loos':72 'm':2 'major':42 'manag':8 'minut':35 'onlin':47 'paid':87 'place':99 'premis':55,94 'read':46 'ref':96 'result':61 'say':27 'secur':50 'seem':67 'site':23 'situat':5,84 'start':16,39 'suggest':11 'take':98 'time':40,90 'travel':91 'wonder':74 'work':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699865932
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8145883"
  +editedAt: DateTimeImmutable @1699908463 {#1866
    date: 2023-11-13 21:47:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699779532 {#1912
    date: 2023-11-12 09:58:52.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1974
  +user: Proxies\__CG__\App\Entity\User {#1967 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1975 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Recipes-Bread-recipes-for-Thanksgiving"
  +title: "[Recipes] Bread recipes for Thanksgiving:"
  +url: null
  +body: """
    We’re going to be in Seattle for Thanksgiving and our son and his wife are headed to Singapore, so we’re doing up an early Thanksgiving tomorrow!\n
    \n
    For me, it’s less about turkey and more about carb-loading. :) So we’re starting with three loaves of bread:\n
    \n
    ![](https://lemmy.world/pictrs/image/ea38d861-ebc4-4af6-bbc9-ca36b1b8587e.jpeg)\n
    \n
    Irish Soda Bread with Black Currants and Cranberries:\n
    \n
    Ingredients  \n
    4 cups [480g+, see note!] flour  \n
    1 tsp baking soda  \n
    1 tsp salt  \n
    1 cup [150g] dried currants (see note)  \n
    1 3/4 Cup [14ounces / 415ml] buttermilk  \n
    1-2 pats of butter (optional)\n
    \n
    Instructions\n
    \n
    Soak dried fruit in cold water for 30 minutes and drain. Failing to do this will allow them to soak the moisture from the dough leaving it tough and chewy.\n
    \n
    Sift dry ingredients into a large bowl.\n
    \n
    Add dried currants and mix with a wooden spoon.\n
    \n
    Add the buttermilk and mix with a wooden spoon until it forms a sticky dough. If the dough is overly sticky, add a little more flour.\n
    \n
    Knead dough a few times in the mixing bowl or on a floured surface until it forms a round loaf. It will start out sticky and crumbly but after you knead it a few times, the dough will come together.\n
    \n
    Shape dough into a round and place in a Dutch oven with a lid.\n
    \n
    Cut two criss-cross slices into the top of the bread with a knife (see photo above). Brush the leftover buttermilk over the top of the bread.\n
    \n
    Bake covered for 30 minutes at 425F/215C and then about 15 minutes uncovered. The bread is done when golden brown and the internal temp is 180F/82C.\n
    \n
    Let bread cool on a wire rack. Place a couple pats of butter over the bread and let them melt as the bread cools.\n
    \n
    Notes\n
    \n
    If you weigh ingredients start with 480g of flour and add more as needed. If you use buttermilk, you should be fine with 480g of flour and 415ml of buttermilk. A few more sprinkles of flour might be needed as you knead it. If you use milk + vinegar instead of buttermilk, start with half of the milk and add more as needed.\n
    \n
    If you use a buttermilk alternative, I’ve found that real buttermilk works the best in this recipe and with the amount of flour indicated. If you use a buttermilk alternative (e.g. milk + vinegar), you’ll likely need less of it. Start with half of what’s listed in the recipe and add more a little at a time. If you add too much milk and the dough is too sticky, add a little more flour.\n
    \n
    Buttermilk alternative, mix 1 tablespoon of lemon juice or distilled white vinegar with 1 3/4 cup fresh 2% milk and let it sit for about 15 minutes. Or thin yogurt or sour cream with some milk until you have 1 3/4 cup.\n
    \n
    In place of dried currants you can use raisins, dried cranberries, etc. Or make it plain. I used 1/2 currants, 1/2 cranberries.\n
    \n
    ![](https://lemmy.world/pictrs/image/51e35597-e45b-453d-9705-b071c1ce1e54.jpeg)\n
    \n
    Bourbon Spiked Pumpkin Bread\n
    \n
    INGREDIENTS  \n
    1 cup pumpkin puree  \n
    150 grams brown sugar (about ¾ cup)  \n
    ¼ cup plain Greek yogurt  \n
    2 tablespoons melted butter, unsalted  \n
    1 generous tablespoon bourbon  \n
    1 tsp vanilla extract  \n
    1 egg  \n
    94 grams all-purpose flour (about ¾ cup)  \n
    94 grams while whole-wheat flour (about ¾ cup)  \n
    1 tsp baking soda  \n
    2 tsp pumpkin pie spice  \n
    Pinch salt\n
    \n
    INSTRUCTIONS\n
    \n
    Preheat oven to 350F and coat loaf pan with baking spray.\n
    \n
    Place pumpkin puree, brown sugar, and melted butter in mixer and mix on high until well combined. Add in Greek yogurt, bourbon, vanilla extract, and egg. Mix until combined.\n
    \n
    (I may have accidentally doubled the bourbon)\n
    \n
    In a separate bowl, combine flours, baking soda, pumpkin pie spice, and salt.\n
    \n
    Slowly add dry ingredients into the wet ingredients while mixer is on medium-low speed. Mix just until combined, but avoid over-mixing. Batter should be slightly thick.\n
    \n
    Pour batter into prepared pan and bake for 40-50 minutes, or until toothpick comes out clean.\n
    \n
    Allow to cool, then slice and enjoy!\n
    \n
    NOTES\n
    \n
    For 1/12 of recipe: 127 calories, 1 g saturated fat, 23 g carbohydrate, 2 g fiber, 10 g sugar, 3 g protein\n
    \n
    ![](https://lemmy.world/pictrs/image/3acaf747-725c-4d39-930a-a04ffcfc40e4.jpeg)\n
    \n
    Black Currant Banana Bread:\n
    \n
    INGREDIENTS  \n
    3 ripe bananas  \n
    60g melted butter (1/4 cup or 1/2 a stick)  \n
    150g sugar (2/3 cup)  \n
    200g unbleached flour (1 1/4 cups)  \n
    1/4 teaspoon salt  \n
    1 egg, beaten  \n
    1 teaspoon baking soda  \n
    150g of fresh or frozen blackcurrants (without defreezing before use) (1 1/2 cups)\n
    \n
    Instructions:\n
    \n
    If you buy bananas that are not quite ripe enough, place them in a paper bag on your kitchen counter for a week. Bananas release a gas called ethylene which aids in ripening. Contain that gas, and they will ripen faster.\n
    \n
    Preheat oven to 350°F (180°C)\n
    \n
    Mash the bananas in a bowl\n
    \n
    Add the egg and butter\n
    \n
    Put all the dry ingredients together into a fine mesh sieve or sifter and sift into the bowl\n
    \n
    Mix well with a wooden spoon\n
    \n
    Bake in a buttered loaf pan until a toothpick stuck into the bread comes out clean, 55 to 60 minutes.\n
    \n
    Slice and serve.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699813752 {#1954
    date: 2023-11-12 19:29:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1953 …}
  +votes: Doctrine\ORM\PersistentCollection {#1962 …}
  +reports: Doctrine\ORM\PersistentCollection {#1970 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1973 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1961 …}
  +badges: Doctrine\ORM\PersistentCollection {#1957 …}
  +children: []
  -id: 11938
  -titleTs: "'bread':2 'recip':1,3 'thanksgiv':5"
  -bodyTs: "'-2':90 '-50':668 '/pictrs/image/3acaf747-725c-4d39-930a-a04ffcfc40e4.jpeg)':708 '/pictrs/image/51e35597-e45b-453d-9705-b071c1ce1e54.jpeg)':505 '/pictrs/image/ea38d861-ebc4-4af6-bbc9-ca36b1b8587e.jpeg)':53 '1':69,73,76,83,89,442,452,478,511,530,534,538,557,690,733,739,742,756 '1/12':685 '1/2':499,501,723,757 '1/4':720,734,736 '10':700 '127':688 '14ounces':86 '15':260,464 '150':515 '150g':78,726,746 '180':806 '180f/82c':275 '2':456,525,561,697 '2/3':728 '200g':730 '23':694 '3':703,714 '3/4':84,453,479 '30':103,253 '350':804 '350f':572 '4':63 '40':667 '415ml':87,328 '425f/215c':256 '480g':65,307,324 '55':859 '60':861 '60g':717 '94':540,548 'accident':612 'add':133,142,163,311,359,415,424,434,597,630,814 'aid':790 'all-purpos':542 'allow':112,676 'altern':368,393,440 'amount':384 'avoid':650 'bag':775 'bake':71,250,559,578,622,665,744,843 'banana':711,716,763,783,810 'batter':654,660 'beaten':741 'best':377 'black':58,709 'blackcurr':751 'bourbon':506,533,601,615 'bowl':132,176,619,813,836 'bread':50,56,233,249,264,277,291,298,509,712,855 'brown':269,517,583 'brush':240 'butter':93,288,528,587,719,818,846 'buttermilk':88,144,243,318,330,351,367,374,392,439 'buy':762 'c':807 'call':787 'calori':689 'carb':40 'carb-load':39 'carbohydr':696 'chewi':125 'clean':675,858 'coat':574 'cold':100 'combin':596,608,620,648 'come':206,673,856 'contain':793 'cool':278,299,678 'counter':779 'coupl':285 'cover':251 'cranberri':61,491,502 'cream':471 'criss':225 'criss-cross':224 'cross':226 'crumbl':194 'cup':64,77,85,454,480,512,520,521,547,556,721,729,735,758 'currant':59,80,135,485,500,710 'cut':222 'defreez':753 'distil':448 'done':266 'doubl':613 'dough':120,156,159,169,204,209,430 'drain':106 'dri':79,97,127,134,484,490,631,822 'dutch':217 'e.g':394 'earli':26 'egg':539,605,740,816 'enjoy':682 'enough':769 'etc':492 'ethylen':788 'extract':537,603 'f':805 'fail':107 'faster':800 'fat':693 'fiber':699 'fine':322,827 'flour':68,167,180,309,326,336,386,438,545,554,621,732 'form':153,184 'found':371 'fresh':455,748 'frozen':750 'fruit':98 'g':691,695,698,701,704 'gas':786,795 'generous':531 'go':3 'golden':268 'gram':516,541,549 'greek':523,599 'half':354,406 'head':17 'high':593 'indic':387 'ingredi':62,128,304,510,632,636,713,823 'instead':349 'instruct':95,568,759 'intern':272 'irish':54 'juic':446 'kitchen':778 'knead':168,198,342 'knife':236 'larg':131 'leav':121 'leftov':242 'lemmy.world':52,504,707 'lemmy.world/pictrs/image/3acaf747-725c-4d39-930a-a04ffcfc40e4.jpeg)':706 'lemmy.world/pictrs/image/51e35597-e45b-453d-9705-b071c1ce1e54.jpeg)':503 'lemmy.world/pictrs/image/ea38d861-ebc4-4af6-bbc9-ca36b1b8587e.jpeg)':51 'lemon':445 'less':33,401 'let':276,293,459 'lid':221 'like':399 'list':410 'littl':165,418,436 'll':398 'load':41 'loaf':187,575,847 'loav':48 'low':643 'make':494 'mash':808 'may':610 'medium':642 'medium-low':641 'melt':295,527,586,718 'mesh':828 'might':337 'milk':347,357,395,427,457,474 'minut':104,254,261,465,669,862 'mix':137,146,175,441,591,606,645,653,837 'mixer':589,638 'moistur':117 'much':426 'need':314,339,362,400 'note':67,82,300,683 'option':94 'oven':218,570,802 'over':161 'over-mix':651 'pan':576,663,848 'paper':774 'pat':91,286 'photo':238 'pie':564,625 'pinch':566 'place':214,283,482,580,770 'plain':496,522 'pour':659 'preheat':569,801 'prepar':662 'protein':705 'pumpkin':508,513,563,581,624 'pure':514,582 'purpos':544 'put':819 'quit':767 'rack':282 'raisin':489 're':2,22,44 'real':373 'recip':380,413,687 'releas':784 'ripe':715,768 'ripen':792,799 'round':186,212 'salt':75,567,628,738 'satur':692 'seattl':7 'see':66,81,237 'separ':618 'serv':865 'shape':208 'siev':829 'sift':126,833 'sifter':831 'singapor':19 'sit':461 'slice':227,680,863 'slight':657 'slowli':629 'soak':96,115 'soda':55,72,560,623,745 'son':12 'sour':470 'speed':644 'spice':565,626 'spike':507 'spoon':141,150,842 'spray':579 'sprinkl':334 'start':45,190,305,352,404 'stick':725 'sticki':155,162,192,433 'stuck':852 'sugar':518,584,702,727 'surfac':181 'tablespoon':443,526,532 'teaspoon':737,743 'temp':273 'thanksgiv':9,27 'thick':658 'thin':467 'three':47 'time':172,202,421 'togeth':207,824 'tomorrow':28 'toothpick':672,851 'top':230,246 'tough':123 'tsp':70,74,535,558,562 'turkey':35 'two':223 'unbleach':731 'uncov':262 'unsalt':529 'use':317,346,365,390,488,498,755 'vanilla':536,602 've':370 'vinegar':348,396,450 'water':101 'week':782 'weigh':303 'well':595,838 'wet':635 'wheat':553 'white':449 'whole':552 'whole-wheat':551 'wife':15 'wire':281 'without':752 'wooden':140,149,841 'work':375 'yogurt':468,524,600"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699751880
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8095416"
  +editedAt: DateTimeImmutable @1699785939 {#1960
    date: 2023-11-12 11:45:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699679880 {#1977
    date: 2023-11-11 06:18:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1974
  +user: Proxies\__CG__\App\Entity\User {#1967 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1975 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Recipes-Bread-recipes-for-Thanksgiving"
  +title: "[Recipes] Bread recipes for Thanksgiving:"
  +url: null
  +body: """
    We’re going to be in Seattle for Thanksgiving and our son and his wife are headed to Singapore, so we’re doing up an early Thanksgiving tomorrow!\n
    \n
    For me, it’s less about turkey and more about carb-loading. :) So we’re starting with three loaves of bread:\n
    \n
    ![](https://lemmy.world/pictrs/image/ea38d861-ebc4-4af6-bbc9-ca36b1b8587e.jpeg)\n
    \n
    Irish Soda Bread with Black Currants and Cranberries:\n
    \n
    Ingredients  \n
    4 cups [480g+, see note!] flour  \n
    1 tsp baking soda  \n
    1 tsp salt  \n
    1 cup [150g] dried currants (see note)  \n
    1 3/4 Cup [14ounces / 415ml] buttermilk  \n
    1-2 pats of butter (optional)\n
    \n
    Instructions\n
    \n
    Soak dried fruit in cold water for 30 minutes and drain. Failing to do this will allow them to soak the moisture from the dough leaving it tough and chewy.\n
    \n
    Sift dry ingredients into a large bowl.\n
    \n
    Add dried currants and mix with a wooden spoon.\n
    \n
    Add the buttermilk and mix with a wooden spoon until it forms a sticky dough. If the dough is overly sticky, add a little more flour.\n
    \n
    Knead dough a few times in the mixing bowl or on a floured surface until it forms a round loaf. It will start out sticky and crumbly but after you knead it a few times, the dough will come together.\n
    \n
    Shape dough into a round and place in a Dutch oven with a lid.\n
    \n
    Cut two criss-cross slices into the top of the bread with a knife (see photo above). Brush the leftover buttermilk over the top of the bread.\n
    \n
    Bake covered for 30 minutes at 425F/215C and then about 15 minutes uncovered. The bread is done when golden brown and the internal temp is 180F/82C.\n
    \n
    Let bread cool on a wire rack. Place a couple pats of butter over the bread and let them melt as the bread cools.\n
    \n
    Notes\n
    \n
    If you weigh ingredients start with 480g of flour and add more as needed. If you use buttermilk, you should be fine with 480g of flour and 415ml of buttermilk. A few more sprinkles of flour might be needed as you knead it. If you use milk + vinegar instead of buttermilk, start with half of the milk and add more as needed.\n
    \n
    If you use a buttermilk alternative, I’ve found that real buttermilk works the best in this recipe and with the amount of flour indicated. If you use a buttermilk alternative (e.g. milk + vinegar), you’ll likely need less of it. Start with half of what’s listed in the recipe and add more a little at a time. If you add too much milk and the dough is too sticky, add a little more flour.\n
    \n
    Buttermilk alternative, mix 1 tablespoon of lemon juice or distilled white vinegar with 1 3/4 cup fresh 2% milk and let it sit for about 15 minutes. Or thin yogurt or sour cream with some milk until you have 1 3/4 cup.\n
    \n
    In place of dried currants you can use raisins, dried cranberries, etc. Or make it plain. I used 1/2 currants, 1/2 cranberries.\n
    \n
    ![](https://lemmy.world/pictrs/image/51e35597-e45b-453d-9705-b071c1ce1e54.jpeg)\n
    \n
    Bourbon Spiked Pumpkin Bread\n
    \n
    INGREDIENTS  \n
    1 cup pumpkin puree  \n
    150 grams brown sugar (about ¾ cup)  \n
    ¼ cup plain Greek yogurt  \n
    2 tablespoons melted butter, unsalted  \n
    1 generous tablespoon bourbon  \n
    1 tsp vanilla extract  \n
    1 egg  \n
    94 grams all-purpose flour (about ¾ cup)  \n
    94 grams while whole-wheat flour (about ¾ cup)  \n
    1 tsp baking soda  \n
    2 tsp pumpkin pie spice  \n
    Pinch salt\n
    \n
    INSTRUCTIONS\n
    \n
    Preheat oven to 350F and coat loaf pan with baking spray.\n
    \n
    Place pumpkin puree, brown sugar, and melted butter in mixer and mix on high until well combined. Add in Greek yogurt, bourbon, vanilla extract, and egg. Mix until combined.\n
    \n
    (I may have accidentally doubled the bourbon)\n
    \n
    In a separate bowl, combine flours, baking soda, pumpkin pie spice, and salt.\n
    \n
    Slowly add dry ingredients into the wet ingredients while mixer is on medium-low speed. Mix just until combined, but avoid over-mixing. Batter should be slightly thick.\n
    \n
    Pour batter into prepared pan and bake for 40-50 minutes, or until toothpick comes out clean.\n
    \n
    Allow to cool, then slice and enjoy!\n
    \n
    NOTES\n
    \n
    For 1/12 of recipe: 127 calories, 1 g saturated fat, 23 g carbohydrate, 2 g fiber, 10 g sugar, 3 g protein\n
    \n
    ![](https://lemmy.world/pictrs/image/3acaf747-725c-4d39-930a-a04ffcfc40e4.jpeg)\n
    \n
    Black Currant Banana Bread:\n
    \n
    INGREDIENTS  \n
    3 ripe bananas  \n
    60g melted butter (1/4 cup or 1/2 a stick)  \n
    150g sugar (2/3 cup)  \n
    200g unbleached flour (1 1/4 cups)  \n
    1/4 teaspoon salt  \n
    1 egg, beaten  \n
    1 teaspoon baking soda  \n
    150g of fresh or frozen blackcurrants (without defreezing before use) (1 1/2 cups)\n
    \n
    Instructions:\n
    \n
    If you buy bananas that are not quite ripe enough, place them in a paper bag on your kitchen counter for a week. Bananas release a gas called ethylene which aids in ripening. Contain that gas, and they will ripen faster.\n
    \n
    Preheat oven to 350°F (180°C)\n
    \n
    Mash the bananas in a bowl\n
    \n
    Add the egg and butter\n
    \n
    Put all the dry ingredients together into a fine mesh sieve or sifter and sift into the bowl\n
    \n
    Mix well with a wooden spoon\n
    \n
    Bake in a buttered loaf pan until a toothpick stuck into the bread comes out clean, 55 to 60 minutes.\n
    \n
    Slice and serve.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699813752 {#1954
    date: 2023-11-12 19:29:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1953 …}
  +votes: Doctrine\ORM\PersistentCollection {#1962 …}
  +reports: Doctrine\ORM\PersistentCollection {#1970 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1973 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1961 …}
  +badges: Doctrine\ORM\PersistentCollection {#1957 …}
  +children: []
  -id: 11938
  -titleTs: "'bread':2 'recip':1,3 'thanksgiv':5"
  -bodyTs: "'-2':90 '-50':668 '/pictrs/image/3acaf747-725c-4d39-930a-a04ffcfc40e4.jpeg)':708 '/pictrs/image/51e35597-e45b-453d-9705-b071c1ce1e54.jpeg)':505 '/pictrs/image/ea38d861-ebc4-4af6-bbc9-ca36b1b8587e.jpeg)':53 '1':69,73,76,83,89,442,452,478,511,530,534,538,557,690,733,739,742,756 '1/12':685 '1/2':499,501,723,757 '1/4':720,734,736 '10':700 '127':688 '14ounces':86 '15':260,464 '150':515 '150g':78,726,746 '180':806 '180f/82c':275 '2':456,525,561,697 '2/3':728 '200g':730 '23':694 '3':703,714 '3/4':84,453,479 '30':103,253 '350':804 '350f':572 '4':63 '40':667 '415ml':87,328 '425f/215c':256 '480g':65,307,324 '55':859 '60':861 '60g':717 '94':540,548 'accident':612 'add':133,142,163,311,359,415,424,434,597,630,814 'aid':790 'all-purpos':542 'allow':112,676 'altern':368,393,440 'amount':384 'avoid':650 'bag':775 'bake':71,250,559,578,622,665,744,843 'banana':711,716,763,783,810 'batter':654,660 'beaten':741 'best':377 'black':58,709 'blackcurr':751 'bourbon':506,533,601,615 'bowl':132,176,619,813,836 'bread':50,56,233,249,264,277,291,298,509,712,855 'brown':269,517,583 'brush':240 'butter':93,288,528,587,719,818,846 'buttermilk':88,144,243,318,330,351,367,374,392,439 'buy':762 'c':807 'call':787 'calori':689 'carb':40 'carb-load':39 'carbohydr':696 'chewi':125 'clean':675,858 'coat':574 'cold':100 'combin':596,608,620,648 'come':206,673,856 'contain':793 'cool':278,299,678 'counter':779 'coupl':285 'cover':251 'cranberri':61,491,502 'cream':471 'criss':225 'criss-cross':224 'cross':226 'crumbl':194 'cup':64,77,85,454,480,512,520,521,547,556,721,729,735,758 'currant':59,80,135,485,500,710 'cut':222 'defreez':753 'distil':448 'done':266 'doubl':613 'dough':120,156,159,169,204,209,430 'drain':106 'dri':79,97,127,134,484,490,631,822 'dutch':217 'e.g':394 'earli':26 'egg':539,605,740,816 'enjoy':682 'enough':769 'etc':492 'ethylen':788 'extract':537,603 'f':805 'fail':107 'faster':800 'fat':693 'fiber':699 'fine':322,827 'flour':68,167,180,309,326,336,386,438,545,554,621,732 'form':153,184 'found':371 'fresh':455,748 'frozen':750 'fruit':98 'g':691,695,698,701,704 'gas':786,795 'generous':531 'go':3 'golden':268 'gram':516,541,549 'greek':523,599 'half':354,406 'head':17 'high':593 'indic':387 'ingredi':62,128,304,510,632,636,713,823 'instead':349 'instruct':95,568,759 'intern':272 'irish':54 'juic':446 'kitchen':778 'knead':168,198,342 'knife':236 'larg':131 'leav':121 'leftov':242 'lemmy.world':52,504,707 'lemmy.world/pictrs/image/3acaf747-725c-4d39-930a-a04ffcfc40e4.jpeg)':706 'lemmy.world/pictrs/image/51e35597-e45b-453d-9705-b071c1ce1e54.jpeg)':503 'lemmy.world/pictrs/image/ea38d861-ebc4-4af6-bbc9-ca36b1b8587e.jpeg)':51 'lemon':445 'less':33,401 'let':276,293,459 'lid':221 'like':399 'list':410 'littl':165,418,436 'll':398 'load':41 'loaf':187,575,847 'loav':48 'low':643 'make':494 'mash':808 'may':610 'medium':642 'medium-low':641 'melt':295,527,586,718 'mesh':828 'might':337 'milk':347,357,395,427,457,474 'minut':104,254,261,465,669,862 'mix':137,146,175,441,591,606,645,653,837 'mixer':589,638 'moistur':117 'much':426 'need':314,339,362,400 'note':67,82,300,683 'option':94 'oven':218,570,802 'over':161 'over-mix':651 'pan':576,663,848 'paper':774 'pat':91,286 'photo':238 'pie':564,625 'pinch':566 'place':214,283,482,580,770 'plain':496,522 'pour':659 'preheat':569,801 'prepar':662 'protein':705 'pumpkin':508,513,563,581,624 'pure':514,582 'purpos':544 'put':819 'quit':767 'rack':282 'raisin':489 're':2,22,44 'real':373 'recip':380,413,687 'releas':784 'ripe':715,768 'ripen':792,799 'round':186,212 'salt':75,567,628,738 'satur':692 'seattl':7 'see':66,81,237 'separ':618 'serv':865 'shape':208 'siev':829 'sift':126,833 'sifter':831 'singapor':19 'sit':461 'slice':227,680,863 'slight':657 'slowli':629 'soak':96,115 'soda':55,72,560,623,745 'son':12 'sour':470 'speed':644 'spice':565,626 'spike':507 'spoon':141,150,842 'spray':579 'sprinkl':334 'start':45,190,305,352,404 'stick':725 'sticki':155,162,192,433 'stuck':852 'sugar':518,584,702,727 'surfac':181 'tablespoon':443,526,532 'teaspoon':737,743 'temp':273 'thanksgiv':9,27 'thick':658 'thin':467 'three':47 'time':172,202,421 'togeth':207,824 'tomorrow':28 'toothpick':672,851 'top':230,246 'tough':123 'tsp':70,74,535,558,562 'turkey':35 'two':223 'unbleach':731 'uncov':262 'unsalt':529 'use':317,346,365,390,488,498,755 'vanilla':536,602 've':370 'vinegar':348,396,450 'water':101 'week':782 'weigh':303 'well':595,838 'wet':635 'wheat':553 'white':449 'whole':552 'whole-wheat':551 'wife':15 'wire':281 'without':752 'wooden':140,149,841 'work':375 'yogurt':468,524,600"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699751880
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8095416"
  +editedAt: DateTimeImmutable @1699785939 {#1960
    date: 2023-11-12 11:45:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699679880 {#1977
    date: 2023-11-11 06:18:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1974
  +user: Proxies\__CG__\App\Entity\User {#1967 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1975 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Recipes-Bread-recipes-for-Thanksgiving"
  +title: "[Recipes] Bread recipes for Thanksgiving:"
  +url: null
  +body: """
    We’re going to be in Seattle for Thanksgiving and our son and his wife are headed to Singapore, so we’re doing up an early Thanksgiving tomorrow!\n
    \n
    For me, it’s less about turkey and more about carb-loading. :) So we’re starting with three loaves of bread:\n
    \n
    ![](https://lemmy.world/pictrs/image/ea38d861-ebc4-4af6-bbc9-ca36b1b8587e.jpeg)\n
    \n
    Irish Soda Bread with Black Currants and Cranberries:\n
    \n
    Ingredients  \n
    4 cups [480g+, see note!] flour  \n
    1 tsp baking soda  \n
    1 tsp salt  \n
    1 cup [150g] dried currants (see note)  \n
    1 3/4 Cup [14ounces / 415ml] buttermilk  \n
    1-2 pats of butter (optional)\n
    \n
    Instructions\n
    \n
    Soak dried fruit in cold water for 30 minutes and drain. Failing to do this will allow them to soak the moisture from the dough leaving it tough and chewy.\n
    \n
    Sift dry ingredients into a large bowl.\n
    \n
    Add dried currants and mix with a wooden spoon.\n
    \n
    Add the buttermilk and mix with a wooden spoon until it forms a sticky dough. If the dough is overly sticky, add a little more flour.\n
    \n
    Knead dough a few times in the mixing bowl or on a floured surface until it forms a round loaf. It will start out sticky and crumbly but after you knead it a few times, the dough will come together.\n
    \n
    Shape dough into a round and place in a Dutch oven with a lid.\n
    \n
    Cut two criss-cross slices into the top of the bread with a knife (see photo above). Brush the leftover buttermilk over the top of the bread.\n
    \n
    Bake covered for 30 minutes at 425F/215C and then about 15 minutes uncovered. The bread is done when golden brown and the internal temp is 180F/82C.\n
    \n
    Let bread cool on a wire rack. Place a couple pats of butter over the bread and let them melt as the bread cools.\n
    \n
    Notes\n
    \n
    If you weigh ingredients start with 480g of flour and add more as needed. If you use buttermilk, you should be fine with 480g of flour and 415ml of buttermilk. A few more sprinkles of flour might be needed as you knead it. If you use milk + vinegar instead of buttermilk, start with half of the milk and add more as needed.\n
    \n
    If you use a buttermilk alternative, I’ve found that real buttermilk works the best in this recipe and with the amount of flour indicated. If you use a buttermilk alternative (e.g. milk + vinegar), you’ll likely need less of it. Start with half of what’s listed in the recipe and add more a little at a time. If you add too much milk and the dough is too sticky, add a little more flour.\n
    \n
    Buttermilk alternative, mix 1 tablespoon of lemon juice or distilled white vinegar with 1 3/4 cup fresh 2% milk and let it sit for about 15 minutes. Or thin yogurt or sour cream with some milk until you have 1 3/4 cup.\n
    \n
    In place of dried currants you can use raisins, dried cranberries, etc. Or make it plain. I used 1/2 currants, 1/2 cranberries.\n
    \n
    ![](https://lemmy.world/pictrs/image/51e35597-e45b-453d-9705-b071c1ce1e54.jpeg)\n
    \n
    Bourbon Spiked Pumpkin Bread\n
    \n
    INGREDIENTS  \n
    1 cup pumpkin puree  \n
    150 grams brown sugar (about ¾ cup)  \n
    ¼ cup plain Greek yogurt  \n
    2 tablespoons melted butter, unsalted  \n
    1 generous tablespoon bourbon  \n
    1 tsp vanilla extract  \n
    1 egg  \n
    94 grams all-purpose flour (about ¾ cup)  \n
    94 grams while whole-wheat flour (about ¾ cup)  \n
    1 tsp baking soda  \n
    2 tsp pumpkin pie spice  \n
    Pinch salt\n
    \n
    INSTRUCTIONS\n
    \n
    Preheat oven to 350F and coat loaf pan with baking spray.\n
    \n
    Place pumpkin puree, brown sugar, and melted butter in mixer and mix on high until well combined. Add in Greek yogurt, bourbon, vanilla extract, and egg. Mix until combined.\n
    \n
    (I may have accidentally doubled the bourbon)\n
    \n
    In a separate bowl, combine flours, baking soda, pumpkin pie spice, and salt.\n
    \n
    Slowly add dry ingredients into the wet ingredients while mixer is on medium-low speed. Mix just until combined, but avoid over-mixing. Batter should be slightly thick.\n
    \n
    Pour batter into prepared pan and bake for 40-50 minutes, or until toothpick comes out clean.\n
    \n
    Allow to cool, then slice and enjoy!\n
    \n
    NOTES\n
    \n
    For 1/12 of recipe: 127 calories, 1 g saturated fat, 23 g carbohydrate, 2 g fiber, 10 g sugar, 3 g protein\n
    \n
    ![](https://lemmy.world/pictrs/image/3acaf747-725c-4d39-930a-a04ffcfc40e4.jpeg)\n
    \n
    Black Currant Banana Bread:\n
    \n
    INGREDIENTS  \n
    3 ripe bananas  \n
    60g melted butter (1/4 cup or 1/2 a stick)  \n
    150g sugar (2/3 cup)  \n
    200g unbleached flour (1 1/4 cups)  \n
    1/4 teaspoon salt  \n
    1 egg, beaten  \n
    1 teaspoon baking soda  \n
    150g of fresh or frozen blackcurrants (without defreezing before use) (1 1/2 cups)\n
    \n
    Instructions:\n
    \n
    If you buy bananas that are not quite ripe enough, place them in a paper bag on your kitchen counter for a week. Bananas release a gas called ethylene which aids in ripening. Contain that gas, and they will ripen faster.\n
    \n
    Preheat oven to 350°F (180°C)\n
    \n
    Mash the bananas in a bowl\n
    \n
    Add the egg and butter\n
    \n
    Put all the dry ingredients together into a fine mesh sieve or sifter and sift into the bowl\n
    \n
    Mix well with a wooden spoon\n
    \n
    Bake in a buttered loaf pan until a toothpick stuck into the bread comes out clean, 55 to 60 minutes.\n
    \n
    Slice and serve.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699813752 {#1954
    date: 2023-11-12 19:29:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1953 …}
  +votes: Doctrine\ORM\PersistentCollection {#1962 …}
  +reports: Doctrine\ORM\PersistentCollection {#1970 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1973 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1961 …}
  +badges: Doctrine\ORM\PersistentCollection {#1957 …}
  +children: []
  -id: 11938
  -titleTs: "'bread':2 'recip':1,3 'thanksgiv':5"
  -bodyTs: "'-2':90 '-50':668 '/pictrs/image/3acaf747-725c-4d39-930a-a04ffcfc40e4.jpeg)':708 '/pictrs/image/51e35597-e45b-453d-9705-b071c1ce1e54.jpeg)':505 '/pictrs/image/ea38d861-ebc4-4af6-bbc9-ca36b1b8587e.jpeg)':53 '1':69,73,76,83,89,442,452,478,511,530,534,538,557,690,733,739,742,756 '1/12':685 '1/2':499,501,723,757 '1/4':720,734,736 '10':700 '127':688 '14ounces':86 '15':260,464 '150':515 '150g':78,726,746 '180':806 '180f/82c':275 '2':456,525,561,697 '2/3':728 '200g':730 '23':694 '3':703,714 '3/4':84,453,479 '30':103,253 '350':804 '350f':572 '4':63 '40':667 '415ml':87,328 '425f/215c':256 '480g':65,307,324 '55':859 '60':861 '60g':717 '94':540,548 'accident':612 'add':133,142,163,311,359,415,424,434,597,630,814 'aid':790 'all-purpos':542 'allow':112,676 'altern':368,393,440 'amount':384 'avoid':650 'bag':775 'bake':71,250,559,578,622,665,744,843 'banana':711,716,763,783,810 'batter':654,660 'beaten':741 'best':377 'black':58,709 'blackcurr':751 'bourbon':506,533,601,615 'bowl':132,176,619,813,836 'bread':50,56,233,249,264,277,291,298,509,712,855 'brown':269,517,583 'brush':240 'butter':93,288,528,587,719,818,846 'buttermilk':88,144,243,318,330,351,367,374,392,439 'buy':762 'c':807 'call':787 'calori':689 'carb':40 'carb-load':39 'carbohydr':696 'chewi':125 'clean':675,858 'coat':574 'cold':100 'combin':596,608,620,648 'come':206,673,856 'contain':793 'cool':278,299,678 'counter':779 'coupl':285 'cover':251 'cranberri':61,491,502 'cream':471 'criss':225 'criss-cross':224 'cross':226 'crumbl':194 'cup':64,77,85,454,480,512,520,521,547,556,721,729,735,758 'currant':59,80,135,485,500,710 'cut':222 'defreez':753 'distil':448 'done':266 'doubl':613 'dough':120,156,159,169,204,209,430 'drain':106 'dri':79,97,127,134,484,490,631,822 'dutch':217 'e.g':394 'earli':26 'egg':539,605,740,816 'enjoy':682 'enough':769 'etc':492 'ethylen':788 'extract':537,603 'f':805 'fail':107 'faster':800 'fat':693 'fiber':699 'fine':322,827 'flour':68,167,180,309,326,336,386,438,545,554,621,732 'form':153,184 'found':371 'fresh':455,748 'frozen':750 'fruit':98 'g':691,695,698,701,704 'gas':786,795 'generous':531 'go':3 'golden':268 'gram':516,541,549 'greek':523,599 'half':354,406 'head':17 'high':593 'indic':387 'ingredi':62,128,304,510,632,636,713,823 'instead':349 'instruct':95,568,759 'intern':272 'irish':54 'juic':446 'kitchen':778 'knead':168,198,342 'knife':236 'larg':131 'leav':121 'leftov':242 'lemmy.world':52,504,707 'lemmy.world/pictrs/image/3acaf747-725c-4d39-930a-a04ffcfc40e4.jpeg)':706 'lemmy.world/pictrs/image/51e35597-e45b-453d-9705-b071c1ce1e54.jpeg)':503 'lemmy.world/pictrs/image/ea38d861-ebc4-4af6-bbc9-ca36b1b8587e.jpeg)':51 'lemon':445 'less':33,401 'let':276,293,459 'lid':221 'like':399 'list':410 'littl':165,418,436 'll':398 'load':41 'loaf':187,575,847 'loav':48 'low':643 'make':494 'mash':808 'may':610 'medium':642 'medium-low':641 'melt':295,527,586,718 'mesh':828 'might':337 'milk':347,357,395,427,457,474 'minut':104,254,261,465,669,862 'mix':137,146,175,441,591,606,645,653,837 'mixer':589,638 'moistur':117 'much':426 'need':314,339,362,400 'note':67,82,300,683 'option':94 'oven':218,570,802 'over':161 'over-mix':651 'pan':576,663,848 'paper':774 'pat':91,286 'photo':238 'pie':564,625 'pinch':566 'place':214,283,482,580,770 'plain':496,522 'pour':659 'preheat':569,801 'prepar':662 'protein':705 'pumpkin':508,513,563,581,624 'pure':514,582 'purpos':544 'put':819 'quit':767 'rack':282 'raisin':489 're':2,22,44 'real':373 'recip':380,413,687 'releas':784 'ripe':715,768 'ripen':792,799 'round':186,212 'salt':75,567,628,738 'satur':692 'seattl':7 'see':66,81,237 'separ':618 'serv':865 'shape':208 'siev':829 'sift':126,833 'sifter':831 'singapor':19 'sit':461 'slice':227,680,863 'slight':657 'slowli':629 'soak':96,115 'soda':55,72,560,623,745 'son':12 'sour':470 'speed':644 'spice':565,626 'spike':507 'spoon':141,150,842 'spray':579 'sprinkl':334 'start':45,190,305,352,404 'stick':725 'sticki':155,162,192,433 'stuck':852 'sugar':518,584,702,727 'surfac':181 'tablespoon':443,526,532 'teaspoon':737,743 'temp':273 'thanksgiv':9,27 'thick':658 'thin':467 'three':47 'time':172,202,421 'togeth':207,824 'tomorrow':28 'toothpick':672,851 'top':230,246 'tough':123 'tsp':70,74,535,558,562 'turkey':35 'two':223 'unbleach':731 'uncov':262 'unsalt':529 'use':317,346,365,390,488,498,755 'vanilla':536,602 've':370 'vinegar':348,396,450 'water':101 'week':782 'weigh':303 'well':595,838 'wet':635 'wheat':553 'white':449 'whole':552 'whole-wheat':551 'wife':15 'wire':281 'without':752 'wooden':140,149,841 'work':375 'yogurt':468,524,600"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699751880
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8095416"
  +editedAt: DateTimeImmutable @1699785939 {#1960
    date: 2023-11-12 11:45:39.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699679880 {#1977
    date: 2023-11-11 06:18:00.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1952
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Categorized-Communities-Collection"
  +title: "Categorized Communities Collection"
  +url: null
  +body: """
    [Categorized Communities Collection](/c/ccc@lemmy.zip)\n
    \n
    !ccc@lemmy.zip\n
    \n
    A community for categorizing communities by a topic, e.g. sport, which can be both used to discover communities you’re interested in or for mass blocking if you’re very much not interested in it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699806791 {#1930
    date: 2023-11-12 17:33:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1397 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1903 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1364 …}
  +badges: Doctrine\ORM\PersistentCollection {#1398 …}
  +children: []
  -id: 12261
  -titleTs: "'categor':1 'collect':3 'communiti':2"
  -bodyTs: "'/c/ccc':4 'block':32 'categor':1,10 'ccc@lemmy.zip':6 'collect':3 'communiti':2,8,11,24 'discov':23 'e.g':15 'interest':27,39 'lemmy.zip':5 'mass':31 'much':37 're':26,35 'sport':16 'topic':14 'use':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699848495
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/5456643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699797495 {#1933
    date: 2023-11-12 14:58: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
15 DENIED edit
App\Entity\Entry {#1952
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Categorized-Communities-Collection"
  +title: "Categorized Communities Collection"
  +url: null
  +body: """
    [Categorized Communities Collection](/c/ccc@lemmy.zip)\n
    \n
    !ccc@lemmy.zip\n
    \n
    A community for categorizing communities by a topic, e.g. sport, which can be both used to discover communities you’re interested in or for mass blocking if you’re very much not interested in it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699806791 {#1930
    date: 2023-11-12 17:33:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1397 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1903 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1364 …}
  +badges: Doctrine\ORM\PersistentCollection {#1398 …}
  +children: []
  -id: 12261
  -titleTs: "'categor':1 'collect':3 'communiti':2"
  -bodyTs: "'/c/ccc':4 'block':32 'categor':1,10 'ccc@lemmy.zip':6 'collect':3 'communiti':2,8,11,24 'discov':23 'e.g':15 'interest':27,39 'lemmy.zip':5 'mass':31 'much':37 're':26,35 'sport':16 'topic':14 'use':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699848495
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/5456643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699797495 {#1933
    date: 2023-11-12 14:58: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
16 DENIED moderate
App\Entity\Entry {#1952
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Categorized-Communities-Collection"
  +title: "Categorized Communities Collection"
  +url: null
  +body: """
    [Categorized Communities Collection](/c/ccc@lemmy.zip)\n
    \n
    !ccc@lemmy.zip\n
    \n
    A community for categorizing communities by a topic, e.g. sport, which can be both used to discover communities you’re interested in or for mass blocking if you’re very much not interested in it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699806791 {#1930
    date: 2023-11-12 17:33:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1397 …}
  +votes: Doctrine\ORM\PersistentCollection {#1387 …}
  +reports: Doctrine\ORM\PersistentCollection {#1380 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1903 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1364 …}
  +badges: Doctrine\ORM\PersistentCollection {#1398 …}
  +children: []
  -id: 12261
  -titleTs: "'categor':1 'collect':3 'communiti':2"
  -bodyTs: "'/c/ccc':4 'block':32 'categor':1,10 'ccc@lemmy.zip':6 'collect':3 'communiti':2,8,11,24 'discov':23 'e.g':15 'interest':27,39 'lemmy.zip':5 'mass':31 'much':37 're':26,35 'sport':16 'topic':14 'use':21"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699848495
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/5456643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699797495 {#1933
    date: 2023-11-12 14:58: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
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 {#1938
  +user: Proxies\__CG__\App\Entity\User {#1377 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1945 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "why-aren-t-r-piratedgames-here-I-thought-they-migrated-to-lemmy"
  +title: "why aren't r/piratedgames here? I thought they migrated to lemmy too"
  +url: null
  +body: "Not to start a war, but I think the place here is better for free discussion of games piracy. the lemmy community they site on their subreddit is literally dead, has just one or two posts. It would have been good if a rival community to r/piratedgames appears here on dbzer0 too, I mean r/piracy is still there, but this place is better, right ?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 142
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699802371 {#1389
    date: 2023-11-12 16:19:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1969 …}
  +votes: Doctrine\ORM\PersistentCollection {#1942 …}
  +reports: Doctrine\ORM\PersistentCollection {#1927 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1399 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1394 …}
  +badges: Doctrine\ORM\PersistentCollection {#1374 …}
  +children: []
  -id: 11211
  -titleTs: "'aren':2 'lemmi':11 'migrat':9 'r/piratedgames':4 'thought':7"
  -bodyTs: "'appear':48 'better':13,63 'communiti':22,45 'dbzer0':51 'dead':30 'discuss':16 'free':15 'game':18 'good':41 'lemmi':21 'liter':29 'mean':54 'one':33 'piraci':19 'place':10,61 'post':36 'r/piracy':55 'r/piratedgames':47 'right':64 'rival':44 'site':24 'start':3 'still':57 'subreddit':27 'think':8 'two':35 'war':5 'would':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699552736
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/7986510"
  +editedAt: DateTimeImmutable @1699530188 {#1936
    date: 2023-11-09 12:43:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699466336 {#1376
    date: 2023-11-08 18:58:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1938
  +user: Proxies\__CG__\App\Entity\User {#1377 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1945 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "why-aren-t-r-piratedgames-here-I-thought-they-migrated-to-lemmy"
  +title: "why aren't r/piratedgames here? I thought they migrated to lemmy too"
  +url: null
  +body: "Not to start a war, but I think the place here is better for free discussion of games piracy. the lemmy community they site on their subreddit is literally dead, has just one or two posts. It would have been good if a rival community to r/piratedgames appears here on dbzer0 too, I mean r/piracy is still there, but this place is better, right ?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 142
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699802371 {#1389
    date: 2023-11-12 16:19:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1969 …}
  +votes: Doctrine\ORM\PersistentCollection {#1942 …}
  +reports: Doctrine\ORM\PersistentCollection {#1927 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1399 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1394 …}
  +badges: Doctrine\ORM\PersistentCollection {#1374 …}
  +children: []
  -id: 11211
  -titleTs: "'aren':2 'lemmi':11 'migrat':9 'r/piratedgames':4 'thought':7"
  -bodyTs: "'appear':48 'better':13,63 'communiti':22,45 'dbzer0':51 'dead':30 'discuss':16 'free':15 'game':18 'good':41 'lemmi':21 'liter':29 'mean':54 'one':33 'piraci':19 'place':10,61 'post':36 'r/piracy':55 'r/piratedgames':47 'right':64 'rival':44 'site':24 'start':3 'still':57 'subreddit':27 'think':8 'two':35 'war':5 'would':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699552736
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/7986510"
  +editedAt: DateTimeImmutable @1699530188 {#1936
    date: 2023-11-09 12:43:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699466336 {#1376
    date: 2023-11-08 18:58:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1938
  +user: Proxies\__CG__\App\Entity\User {#1377 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1945 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "why-aren-t-r-piratedgames-here-I-thought-they-migrated-to-lemmy"
  +title: "why aren't r/piratedgames here? I thought they migrated to lemmy too"
  +url: null
  +body: "Not to start a war, but I think the place here is better for free discussion of games piracy. the lemmy community they site on their subreddit is literally dead, has just one or two posts. It would have been good if a rival community to r/piratedgames appears here on dbzer0 too, I mean r/piracy is still there, but this place is better, right ?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 142
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699802371 {#1389
    date: 2023-11-12 16:19:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1969 …}
  +votes: Doctrine\ORM\PersistentCollection {#1942 …}
  +reports: Doctrine\ORM\PersistentCollection {#1927 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1399 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1394 …}
  +badges: Doctrine\ORM\PersistentCollection {#1374 …}
  +children: []
  -id: 11211
  -titleTs: "'aren':2 'lemmi':11 'migrat':9 'r/piratedgames':4 'thought':7"
  -bodyTs: "'appear':48 'better':13,63 'communiti':22,45 'dbzer0':51 'dead':30 'discuss':16 'free':15 'game':18 'good':41 'lemmi':21 'liter':29 'mean':54 'one':33 'piraci':19 'place':10,61 'post':36 'r/piracy':55 'r/piratedgames':47 'right':64 'rival':44 'site':24 'start':3 'still':57 'subreddit':27 'think':8 'two':35 'war':5 'would':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699552736
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/7986510"
  +editedAt: DateTimeImmutable @1699530188 {#1936
    date: 2023-11-09 12:43:08.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699466336 {#1376
    date: 2023-11-08 18:58:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1370
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Instance-Recommendations"
  +title: "Instance Recommendations"
  +url: null
  +body: """
    [Instance Recommendations](/c/instancerec@lemmy.zip)\n
    \n
    !instancerec@lemmy.zip\n
    \n
    A communtiy for instance recommendations, both through questions for the seekers and as advertising if you think an instance is being slept on while being what many unknowingly seek.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699797212 {#1369
    date: 2023-11-12 14:53:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1371 …}
  +votes: Doctrine\ORM\PersistentCollection {#1379 …}
  +reports: Doctrine\ORM\PersistentCollection {#1367 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1898 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1904 …}
  +badges: Doctrine\ORM\PersistentCollection {#2438 …}
  +children: []
  -id: 12260
  -titleTs: "'instanc':1 'recommend':2"
  -bodyTs: "'/c/instancerec':3 'advertis':19 'communtiy':7 'instanc':1,9,24 'instancerec@lemmy.zip':5 'lemmy.zip':4 'mani':32 'question':13 'recommend':2,10 'seek':34 'seeker':16 'slept':27 'think':22 'unknow':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699819712
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/5456339"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699797212 {#1378
    date: 2023-11-12 14:53:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1370
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Instance-Recommendations"
  +title: "Instance Recommendations"
  +url: null
  +body: """
    [Instance Recommendations](/c/instancerec@lemmy.zip)\n
    \n
    !instancerec@lemmy.zip\n
    \n
    A communtiy for instance recommendations, both through questions for the seekers and as advertising if you think an instance is being slept on while being what many unknowingly seek.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699797212 {#1369
    date: 2023-11-12 14:53:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1371 …}
  +votes: Doctrine\ORM\PersistentCollection {#1379 …}
  +reports: Doctrine\ORM\PersistentCollection {#1367 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1898 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1904 …}
  +badges: Doctrine\ORM\PersistentCollection {#2438 …}
  +children: []
  -id: 12260
  -titleTs: "'instanc':1 'recommend':2"
  -bodyTs: "'/c/instancerec':3 'advertis':19 'communtiy':7 'instanc':1,9,24 'instancerec@lemmy.zip':5 'lemmy.zip':4 'mani':32 'question':13 'recommend':2,10 'seek':34 'seeker':16 'slept':27 'think':22 'unknow':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699819712
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/5456339"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699797212 {#1378
    date: 2023-11-12 14:53:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1370
  +user: Proxies\__CG__\App\Entity\User {#1390 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1386 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Instance-Recommendations"
  +title: "Instance Recommendations"
  +url: null
  +body: """
    [Instance Recommendations](/c/instancerec@lemmy.zip)\n
    \n
    !instancerec@lemmy.zip\n
    \n
    A communtiy for instance recommendations, both through questions for the seekers and as advertising if you think an instance is being slept on while being what many unknowingly seek.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699797212 {#1369
    date: 2023-11-12 14:53:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1371 …}
  +votes: Doctrine\ORM\PersistentCollection {#1379 …}
  +reports: Doctrine\ORM\PersistentCollection {#1367 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1898 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1904 …}
  +badges: Doctrine\ORM\PersistentCollection {#2438 …}
  +children: []
  -id: 12260
  -titleTs: "'instanc':1 'recommend':2"
  -bodyTs: "'/c/instancerec':3 'advertis':19 'communtiy':7 'instanc':1,9,24 'instancerec@lemmy.zip':5 'lemmy.zip':4 'mani':32 'question':13 'recommend':2,10 'seek':34 'seeker':16 'slept':27 'think':22 'unknow':33"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699819712
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/5456339"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699797212 {#1378
    date: 2023-11-12 14:53:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2427
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Any-downloader-that-lets-you-download-subscribe-only-Twitch-VODS"
  +title: "Any downloader that lets you download subscribe only Twitch VODS without subscribing?"
  +url: null
  +body: """
    it would be great if the downloader isnt command line based and can list all the VODs of the channel at once after typing in the channel username/ link (but not too necessary). TYSM <3\n
    \n
    P.S - I don’t wanna watch but directly download the VOD (i am aware of the TwitchNoSub extension)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699795068 {#1838
    date: 2023-11-12 14:17:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2428 …}
  +votes: Doctrine\ORM\PersistentCollection {#2433 …}
  +reports: Doctrine\ORM\PersistentCollection {#2443 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2426 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2439 …}
  +badges: Doctrine\ORM\PersistentCollection {#2357 …}
  +children: []
  -id: 12251
  -titleTs: "'download':2,6 'let':4 'subscrib':7,12 'twitch':9 'vod':10 'without':11"
  -bodyTs: "'3':35 'awar':49 'base':11 'channel':20,27 'command':9 'direct':43 'download':7,44 'extens':53 'great':4 'isnt':8 'line':10 'link':29 'list':14 'necessari':33 'p.s':36 'twitchnosub':52 'type':24 'tysm':34 'usernam':28 'vod':17,46 'wanna':40 'watch':41 'would':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699799568
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8154107"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699795068 {#2429
    date: 2023-11-12 14:17:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#2427
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Any-downloader-that-lets-you-download-subscribe-only-Twitch-VODS"
  +title: "Any downloader that lets you download subscribe only Twitch VODS without subscribing?"
  +url: null
  +body: """
    it would be great if the downloader isnt command line based and can list all the VODs of the channel at once after typing in the channel username/ link (but not too necessary). TYSM <3\n
    \n
    P.S - I don’t wanna watch but directly download the VOD (i am aware of the TwitchNoSub extension)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699795068 {#1838
    date: 2023-11-12 14:17:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2428 …}
  +votes: Doctrine\ORM\PersistentCollection {#2433 …}
  +reports: Doctrine\ORM\PersistentCollection {#2443 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2426 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2439 …}
  +badges: Doctrine\ORM\PersistentCollection {#2357 …}
  +children: []
  -id: 12251
  -titleTs: "'download':2,6 'let':4 'subscrib':7,12 'twitch':9 'vod':10 'without':11"
  -bodyTs: "'3':35 'awar':49 'base':11 'channel':20,27 'command':9 'direct':43 'download':7,44 'extens':53 'great':4 'isnt':8 'line':10 'link':29 'list':14 'necessari':33 'p.s':36 'twitchnosub':52 'type':24 'tysm':34 'usernam':28 'vod':17,46 'wanna':40 'watch':41 'would':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699799568
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8154107"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699795068 {#2429
    date: 2023-11-12 14:17:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#2427
  +user: Proxies\__CG__\App\Entity\User {#2424 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2446 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Any-downloader-that-lets-you-download-subscribe-only-Twitch-VODS"
  +title: "Any downloader that lets you download subscribe only Twitch VODS without subscribing?"
  +url: null
  +body: """
    it would be great if the downloader isnt command line based and can list all the VODs of the channel at once after typing in the channel username/ link (but not too necessary). TYSM <3\n
    \n
    P.S - I don’t wanna watch but directly download the VOD (i am aware of the TwitchNoSub extension)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699795068 {#1838
    date: 2023-11-12 14:17:48.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2428 …}
  +votes: Doctrine\ORM\PersistentCollection {#2433 …}
  +reports: Doctrine\ORM\PersistentCollection {#2443 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2426 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2439 …}
  +badges: Doctrine\ORM\PersistentCollection {#2357 …}
  +children: []
  -id: 12251
  -titleTs: "'download':2,6 'let':4 'subscrib':7,12 'twitch':9 'vod':10 'without':11"
  -bodyTs: "'3':35 'awar':49 'base':11 'channel':20,27 'command':9 'direct':43 'download':7,44 'extens':53 'great':4 'isnt':8 'line':10 'link':29 'list':14 'necessari':33 'p.s':36 'twitchnosub':52 'type':24 'tysm':34 'usernam':28 'vod':17,46 'wanna':40 'watch':41 'would':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699799568
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8154107"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699795068 {#2429
    date: 2023-11-12 14:17:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2466
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Solved-KWallet-how-to-restore-auto-unlocking"
  +title: "Solved: KWallet, how to restore auto-unlocking?"
  +url: null
  +body: """
    Solution: in systemsettings there is a page where you have to select the default wallet.\n
    \n
    I tried creating a GPG encrypted Kwallet just to read in the Archwiki that this is not supported.\n
    \n
    I exported my wallet before, and then imported it again. Everything is broken?\n
    \n
    Nextcloud, Wifi, everything needs Kwallet and its broken.\n
    \n
    I named it kdewallet, Blowfish is enabled, password is my login password. But it it is not working anymore…\n
    \n
    Anyone know how to set the wallet as default or something? Thank you!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699793964 {#2167
    date: 2023-11-12 13:59:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2356 …}
  +votes: Doctrine\ORM\PersistentCollection {#2353 …}
  +reports: Doctrine\ORM\PersistentCollection {#2472 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2449 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2483 …}
  +badges: Doctrine\ORM\PersistentCollection {#2358 …}
  +children: []
  -id: 12242
  -titleTs: "'auto':7 'auto-unlock':6 'kwallet':2 'restor':5 'solv':1 'unlock':8"
  -bodyTs: "'anymor':73 'anyon':74 'archwiki':28 'blowfish':59 'broken':46,54 'creat':18 'default':14,82 'enabl':61 'encrypt':21 'everyth':44,49 'export':35 'gpg':20 'import':41 'kdewallet':58 'know':75 'kwallet':22,51 'login':65 'name':56 'need':50 'nextcloud':47 'page':7 'password':62,66 'read':25 'select':12 'set':78 'solut':1 'someth':84 'support':33 'systemset':3 'thank':85 'tri':17 'wallet':15,37,80 'wifi':48 'work':72"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699841883
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5571666"
  +editedAt: DateTimeImmutable @1699923543 {#2288
    date: 2023-11-14 01:59:03.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699792883 {#2355
    date: 2023-11-12 13:41: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
31 DENIED edit
App\Entity\Entry {#2466
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Solved-KWallet-how-to-restore-auto-unlocking"
  +title: "Solved: KWallet, how to restore auto-unlocking?"
  +url: null
  +body: """
    Solution: in systemsettings there is a page where you have to select the default wallet.\n
    \n
    I tried creating a GPG encrypted Kwallet just to read in the Archwiki that this is not supported.\n
    \n
    I exported my wallet before, and then imported it again. Everything is broken?\n
    \n
    Nextcloud, Wifi, everything needs Kwallet and its broken.\n
    \n
    I named it kdewallet, Blowfish is enabled, password is my login password. But it it is not working anymore…\n
    \n
    Anyone know how to set the wallet as default or something? Thank you!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699793964 {#2167
    date: 2023-11-12 13:59:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2356 …}
  +votes: Doctrine\ORM\PersistentCollection {#2353 …}
  +reports: Doctrine\ORM\PersistentCollection {#2472 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2449 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2483 …}
  +badges: Doctrine\ORM\PersistentCollection {#2358 …}
  +children: []
  -id: 12242
  -titleTs: "'auto':7 'auto-unlock':6 'kwallet':2 'restor':5 'solv':1 'unlock':8"
  -bodyTs: "'anymor':73 'anyon':74 'archwiki':28 'blowfish':59 'broken':46,54 'creat':18 'default':14,82 'enabl':61 'encrypt':21 'everyth':44,49 'export':35 'gpg':20 'import':41 'kdewallet':58 'know':75 'kwallet':22,51 'login':65 'name':56 'need':50 'nextcloud':47 'page':7 'password':62,66 'read':25 'select':12 'set':78 'solut':1 'someth':84 'support':33 'systemset':3 'thank':85 'tri':17 'wallet':15,37,80 'wifi':48 'work':72"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699841883
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5571666"
  +editedAt: DateTimeImmutable @1699923543 {#2288
    date: 2023-11-14 01:59:03.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699792883 {#2355
    date: 2023-11-12 13:41: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
32 DENIED moderate
App\Entity\Entry {#2466
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Solved-KWallet-how-to-restore-auto-unlocking"
  +title: "Solved: KWallet, how to restore auto-unlocking?"
  +url: null
  +body: """
    Solution: in systemsettings there is a page where you have to select the default wallet.\n
    \n
    I tried creating a GPG encrypted Kwallet just to read in the Archwiki that this is not supported.\n
    \n
    I exported my wallet before, and then imported it again. Everything is broken?\n
    \n
    Nextcloud, Wifi, everything needs Kwallet and its broken.\n
    \n
    I named it kdewallet, Blowfish is enabled, password is my login password. But it it is not working anymore…\n
    \n
    Anyone know how to set the wallet as default or something? Thank you!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699793964 {#2167
    date: 2023-11-12 13:59:24.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2356 …}
  +votes: Doctrine\ORM\PersistentCollection {#2353 …}
  +reports: Doctrine\ORM\PersistentCollection {#2472 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2449 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2483 …}
  +badges: Doctrine\ORM\PersistentCollection {#2358 …}
  +children: []
  -id: 12242
  -titleTs: "'auto':7 'auto-unlock':6 'kwallet':2 'restor':5 'solv':1 'unlock':8"
  -bodyTs: "'anymor':73 'anyon':74 'archwiki':28 'blowfish':59 'broken':46,54 'creat':18 'default':14,82 'enabl':61 'encrypt':21 'everyth':44,49 'export':35 'gpg':20 'import':41 'kdewallet':58 'know':75 'kwallet':22,51 'login':65 'name':56 'need':50 'nextcloud':47 'page':7 'password':62,66 'read':25 'select':12 'set':78 'solut':1 'someth':84 'support':33 'systemset':3 'thank':85 'tri':17 'wallet':15,37,80 'wifi':48 'work':72"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699841883
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5571666"
  +editedAt: DateTimeImmutable @1699923543 {#2288
    date: 2023-11-14 01:59:03.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699792883 {#2355
    date: 2023-11-12 13:41: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
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 {#60
  +user: Proxies\__CG__\App\Entity\User {#1359 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1945 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Which-are-the-best-SFW-extensions-for-Tachiyomi"
  +title: "Which are the best SFW extensions for Tachiyomi?"
  +url: null
  +body: "I know this is not a Christian community, but I recently discovered Tachiyomi looking for alternatives to Saikou and a good alternative to read manga (which I don’t do much, but it makes me curious) is Tachiyomi and although installing extensions is really simple the vast majority have NSFW content (or hentai?) and Jesus, I want to look for Pokemon manga and if I install extensions randomly I end up finding things I’d rather not have seen before, and many SFW extensions “don’t work” or give an error that something went wrong."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699791490 {#2485
    date: 2023-11-12 13:18:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2488 …}
  +votes: Doctrine\ORM\PersistentCollection {#2489 …}
  +reports: Doctrine\ORM\PersistentCollection {#2474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1508 …}
  +children: []
  -id: 11222
  -titleTs: "'best':4 'extens':6 'sfw':5 'tachiyomi':8"
  -bodyTs: "'altern':16,22 'although':40 'christian':7 'communiti':8 'content':51 'curious':36 'd':75 'discov':12 'end':70 'error':91 'extens':42,67,84 'find':72 'give':89 'good':21 'hentai':53 'instal':41,66 'jesus':55 'know':2 'look':14,59 'major':48 'make':34 'manga':25,62 'mani':82 'much':31 'nsfw':50 'pokemon':61 'random':68 'rather':76 'read':24 'realli':44 'recent':11 'saikou':18 'seen':79 'sfw':83 'simpl':45 'someth':93 'tachiyomi':13,38 'thing':73 'vast':47 'want':57 'went':94 'work':87 'wrong':95"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699558590
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/7991914"
  +editedAt: DateTimeImmutable @1699534567 {#1841
    date: 2023-11-09 13:56:07.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699472190 {#2409
    date: 2023-11-08 20:36:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#60
  +user: Proxies\__CG__\App\Entity\User {#1359 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1945 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Which-are-the-best-SFW-extensions-for-Tachiyomi"
  +title: "Which are the best SFW extensions for Tachiyomi?"
  +url: null
  +body: "I know this is not a Christian community, but I recently discovered Tachiyomi looking for alternatives to Saikou and a good alternative to read manga (which I don’t do much, but it makes me curious) is Tachiyomi and although installing extensions is really simple the vast majority have NSFW content (or hentai?) and Jesus, I want to look for Pokemon manga and if I install extensions randomly I end up finding things I’d rather not have seen before, and many SFW extensions “don’t work” or give an error that something went wrong."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699791490 {#2485
    date: 2023-11-12 13:18:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2488 …}
  +votes: Doctrine\ORM\PersistentCollection {#2489 …}
  +reports: Doctrine\ORM\PersistentCollection {#2474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1508 …}
  +children: []
  -id: 11222
  -titleTs: "'best':4 'extens':6 'sfw':5 'tachiyomi':8"
  -bodyTs: "'altern':16,22 'although':40 'christian':7 'communiti':8 'content':51 'curious':36 'd':75 'discov':12 'end':70 'error':91 'extens':42,67,84 'find':72 'give':89 'good':21 'hentai':53 'instal':41,66 'jesus':55 'know':2 'look':14,59 'major':48 'make':34 'manga':25,62 'mani':82 'much':31 'nsfw':50 'pokemon':61 'random':68 'rather':76 'read':24 'realli':44 'recent':11 'saikou':18 'seen':79 'sfw':83 'simpl':45 'someth':93 'tachiyomi':13,38 'thing':73 'vast':47 'want':57 'went':94 'work':87 'wrong':95"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699558590
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/7991914"
  +editedAt: DateTimeImmutable @1699534567 {#1841
    date: 2023-11-09 13:56:07.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699472190 {#2409
    date: 2023-11-08 20:36:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#60
  +user: Proxies\__CG__\App\Entity\User {#1359 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1945 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Which-are-the-best-SFW-extensions-for-Tachiyomi"
  +title: "Which are the best SFW extensions for Tachiyomi?"
  +url: null
  +body: "I know this is not a Christian community, but I recently discovered Tachiyomi looking for alternatives to Saikou and a good alternative to read manga (which I don’t do much, but it makes me curious) is Tachiyomi and although installing extensions is really simple the vast majority have NSFW content (or hentai?) and Jesus, I want to look for Pokemon manga and if I install extensions randomly I end up finding things I’d rather not have seen before, and many SFW extensions “don’t work” or give an error that something went wrong."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 57
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699791490 {#2485
    date: 2023-11-12 13:18:10.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2488 …}
  +votes: Doctrine\ORM\PersistentCollection {#2489 …}
  +reports: Doctrine\ORM\PersistentCollection {#2474 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1508 …}
  +children: []
  -id: 11222
  -titleTs: "'best':4 'extens':6 'sfw':5 'tachiyomi':8"
  -bodyTs: "'altern':16,22 'although':40 'christian':7 'communiti':8 'content':51 'curious':36 'd':75 'discov':12 'end':70 'error':91 'extens':42,67,84 'find':72 'give':89 'good':21 'hentai':53 'instal':41,66 'jesus':55 'know':2 'look':14,59 'major':48 'make':34 'manga':25,62 'mani':82 'much':31 'nsfw':50 'pokemon':61 'random':68 'rather':76 'read':24 'realli':44 'recent':11 'saikou':18 'seen':79 'sfw':83 'simpl':45 'someth':93 'tachiyomi':13,38 'thing':73 'vast':47 'want':57 'went':94 'work':87 'wrong':95"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699558590
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/7991914"
  +editedAt: DateTimeImmutable @1699534567 {#1841
    date: 2023-11-09 13:56:07.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699472190 {#2409
    date: 2023-11-08 20:36:30.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1521
  +user: Proxies\__CG__\App\Entity\User {#1514 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Have-I-successfully-blocked-ssh-logins-to-root"
  +title: "Have I successfully blocked ssh logins to root?"
  +url: null
  +body: """
    I have a server where I believe I have disabled root login via ssh. I think it is done correctly, as I cannot login with root myself via ssh, but I would’ve thought that it would be reflected in `/var/log/auth.log`. Instead, it shows up as failed password entry. Is this intended?\n
    \n
    What I’ve done is to uncomment the `PermitRootLogin no` line in `/etc/ssh/sshd_config`. Rest of the config file is left at default.\n
    \n
    Bonus question: All login attempts by ssh seems to go over some random port (even my own successful logins). Why is this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699784052 {#1501
    date: 2023-11-12 11:14:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1499 …}
  +votes: Doctrine\ORM\PersistentCollection {#1546 …}
  +reports: Doctrine\ORM\PersistentCollection {#1545 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1481 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1511 …}
  +badges: Doctrine\ORM\PersistentCollection {#1480 …}
  +children: []
  -id: 11766
  -titleTs: "'block':4 'login':6 'root':8 'ssh':5 'success':3"
  -bodyTs: "'/etc/ssh/sshd_config':65 '/var/log/auth.log':41 'attempt':79 'believ':7 'bonus':75 'cannot':23 'config':69 'correct':20 'default':74 'disabl':10 'done':19,56 'entri':49 'even':89 'fail':47 'file':70 'go':84 'instead':42 'intend':52 'left':72 'line':63 'login':12,24,78,93 'password':48 'permitrootlogin':61 'port':88 'question':76 'random':87 'reflect':39 'rest':66 'root':11,26 'seem':82 'server':4 'show':44 'ssh':14,29,81 'success':92 'think':16 'thought':34 'uncom':59 've':33,55 'via':13,28 'would':32,37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699715739
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7770730"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699629339 {#1500
    date: 2023-11-10 16:15: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
39 DENIED edit
App\Entity\Entry {#1521
  +user: Proxies\__CG__\App\Entity\User {#1514 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Have-I-successfully-blocked-ssh-logins-to-root"
  +title: "Have I successfully blocked ssh logins to root?"
  +url: null
  +body: """
    I have a server where I believe I have disabled root login via ssh. I think it is done correctly, as I cannot login with root myself via ssh, but I would’ve thought that it would be reflected in `/var/log/auth.log`. Instead, it shows up as failed password entry. Is this intended?\n
    \n
    What I’ve done is to uncomment the `PermitRootLogin no` line in `/etc/ssh/sshd_config`. Rest of the config file is left at default.\n
    \n
    Bonus question: All login attempts by ssh seems to go over some random port (even my own successful logins). Why is this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699784052 {#1501
    date: 2023-11-12 11:14:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1499 …}
  +votes: Doctrine\ORM\PersistentCollection {#1546 …}
  +reports: Doctrine\ORM\PersistentCollection {#1545 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1481 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1511 …}
  +badges: Doctrine\ORM\PersistentCollection {#1480 …}
  +children: []
  -id: 11766
  -titleTs: "'block':4 'login':6 'root':8 'ssh':5 'success':3"
  -bodyTs: "'/etc/ssh/sshd_config':65 '/var/log/auth.log':41 'attempt':79 'believ':7 'bonus':75 'cannot':23 'config':69 'correct':20 'default':74 'disabl':10 'done':19,56 'entri':49 'even':89 'fail':47 'file':70 'go':84 'instead':42 'intend':52 'left':72 'line':63 'login':12,24,78,93 'password':48 'permitrootlogin':61 'port':88 'question':76 'random':87 'reflect':39 'rest':66 'root':11,26 'seem':82 'server':4 'show':44 'ssh':14,29,81 'success':92 'think':16 'thought':34 'uncom':59 've':33,55 'via':13,28 'would':32,37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699715739
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7770730"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699629339 {#1500
    date: 2023-11-10 16:15: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
40 DENIED moderate
App\Entity\Entry {#1521
  +user: Proxies\__CG__\App\Entity\User {#1514 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Have-I-successfully-blocked-ssh-logins-to-root"
  +title: "Have I successfully blocked ssh logins to root?"
  +url: null
  +body: """
    I have a server where I believe I have disabled root login via ssh. I think it is done correctly, as I cannot login with root myself via ssh, but I would’ve thought that it would be reflected in `/var/log/auth.log`. Instead, it shows up as failed password entry. Is this intended?\n
    \n
    What I’ve done is to uncomment the `PermitRootLogin no` line in `/etc/ssh/sshd_config`. Rest of the config file is left at default.\n
    \n
    Bonus question: All login attempts by ssh seems to go over some random port (even my own successful logins). Why is this?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699784052 {#1501
    date: 2023-11-12 11:14:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1499 …}
  +votes: Doctrine\ORM\PersistentCollection {#1546 …}
  +reports: Doctrine\ORM\PersistentCollection {#1545 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1481 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1511 …}
  +badges: Doctrine\ORM\PersistentCollection {#1480 …}
  +children: []
  -id: 11766
  -titleTs: "'block':4 'login':6 'root':8 'ssh':5 'success':3"
  -bodyTs: "'/etc/ssh/sshd_config':65 '/var/log/auth.log':41 'attempt':79 'believ':7 'bonus':75 'cannot':23 'config':69 'correct':20 'default':74 'disabl':10 'done':19,56 'entri':49 'even':89 'fail':47 'file':70 'go':84 'instead':42 'intend':52 'left':72 'line':63 'login':12,24,78,93 'password':48 'permitrootlogin':61 'port':88 'question':76 'random':87 'reflect':39 'rest':66 'root':11,26 'seem':82 'server':4 'show':44 'ssh':14,29,81 'success':92 'think':16 'thought':34 'uncom':59 've':33,55 'via':13,28 'would':32,37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699715739
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7770730"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699629339 {#1500
    date: 2023-11-10 16:15: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
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 {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-difficult-unpleasant-experience-are-you-most-proud-of-yourself-for"
  +title: "What difficult/unpleasant experience are you most proud of yourself for making it through?"
  +url: null
  +body: "Personally, most of my life has been both difficult and unpleasant due to mental health issues (and capitalism), so I’m just proud of myself for still being here."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699779195 {#1510
    date: 2023-11-12 09:53:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1507 …}
  +votes: Doctrine\ORM\PersistentCollection {#1543 …}
  +reports: Doctrine\ORM\PersistentCollection {#1535 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1542 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1538 …}
  +badges: Doctrine\ORM\PersistentCollection {#1539 …}
  +children: []
  -id: 12161
  -titleTs: "'difficult/unpleasant':2 'experi':3 'make':11 'proud':7"
  -bodyTs: "'capit':18 'difficult':9 'due':12 'health':15 'issu':16 'life':5 'm':21 'mental':14 'person':1 'proud':23 'still':27 'unpleas':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699838091
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8134594"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699751691 {#1506
    date: 2023-11-12 02:14:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\Entry {#1503
  +user: Proxies\__CG__\App\Entity\User {#1504 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-difficult-unpleasant-experience-are-you-most-proud-of-yourself-for"
  +title: "What difficult/unpleasant experience are you most proud of yourself for making it through?"
  +url: null
  +body: "Personally, most of my life has been both difficult and unpleasant due to mental health issues (and capitalism), so I’m just proud of myself for still being here."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699779195 {#1510
    date: 2023-11-12 09:53:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1507 …}
  +votes: Doctrine\ORM\PersistentCollection {#1543 …}
  +reports: Doctrine\ORM\PersistentCollection {#1535 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1542 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1538 …}
  +badges: Doctrine\ORM\PersistentCollection {#1539 …}
  +children: []
  -id: 12161
  -titleTs: "'difficult/unpleasant':2 'experi':3 'make':11 'proud':7"
  -bodyTs: "'capit':18 'difficult':9 'due':12 'health':15 'issu':16 'life':5 'm':21 'mental':14 'person':1 'proud':23 'still':27 'unpleas':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699838091
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8134594"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699751691 {#1506
    date: 2023-11-12 02:14:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\Entry {#1503
  +user: Proxies\__CG__\App\Entity\User {#1504 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-difficult-unpleasant-experience-are-you-most-proud-of-yourself-for"
  +title: "What difficult/unpleasant experience are you most proud of yourself for making it through?"
  +url: null
  +body: "Personally, most of my life has been both difficult and unpleasant due to mental health issues (and capitalism), so I’m just proud of myself for still being here."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699779195 {#1510
    date: 2023-11-12 09:53:15.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1507 …}
  +votes: Doctrine\ORM\PersistentCollection {#1543 …}
  +reports: Doctrine\ORM\PersistentCollection {#1535 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1542 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1538 …}
  +badges: Doctrine\ORM\PersistentCollection {#1539 …}
  +children: []
  -id: 12161
  -titleTs: "'difficult/unpleasant':2 'experi':3 'make':11 'proud':7"
  -bodyTs: "'capit':18 'difficult':9 'due':12 'health':15 'issu':16 'life':5 'm':21 'mental':14 'person':1 'proud':23 'still':27 'unpleas':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699838091
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8134594"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699751691 {#1506
    date: 2023-11-12 02:14:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1536 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Advertising-your-youtube-channel-needs-to-be-banned"
  +title: "Advertising your youtube channel needs to be banned"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699758167 {#1529
    date: 2023-11-12 04:02:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1515 …}
  +votes: Doctrine\ORM\PersistentCollection {#1518 …}
  +reports: Doctrine\ORM\PersistentCollection {#1520 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1632 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1631 …}
  +badges: Doctrine\ORM\PersistentCollection {#1704 …}
  +children: []
  -id: 24797
  -titleTs: "'advertis':1 'ban':8 'channel':4 'need':5 'youtub':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8999041"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699758167 {#1531
    date: 2023-11-12 04:02: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
47 DENIED edit
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1536 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Advertising-your-youtube-channel-needs-to-be-banned"
  +title: "Advertising your youtube channel needs to be banned"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699758167 {#1529
    date: 2023-11-12 04:02:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1515 …}
  +votes: Doctrine\ORM\PersistentCollection {#1518 …}
  +reports: Doctrine\ORM\PersistentCollection {#1520 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1632 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1631 …}
  +badges: Doctrine\ORM\PersistentCollection {#1704 …}
  +children: []
  -id: 24797
  -titleTs: "'advertis':1 'ban':8 'channel':4 'need':5 'youtub':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8999041"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699758167 {#1531
    date: 2023-11-12 04:02: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
48 DENIED moderate
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1536 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Advertising-your-youtube-channel-needs-to-be-banned"
  +title: "Advertising your youtube channel needs to be banned"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699758167 {#1529
    date: 2023-11-12 04:02:47.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1515 …}
  +votes: Doctrine\ORM\PersistentCollection {#1518 …}
  +reports: Doctrine\ORM\PersistentCollection {#1520 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1632 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1631 …}
  +badges: Doctrine\ORM\PersistentCollection {#1704 …}
  +children: []
  -id: 24797
  -titleTs: "'advertis':1 'ban':8 'channel':4 'need':5 'youtub':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8999041"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699758167 {#1531
    date: 2023-11-12 04:02: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
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 {#1742
  +user: Proxies\__CG__\App\Entity\User {#1657 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-are-We-to-place-trust-in-the-fediverse"
  +title: "How are "We" to place trust in the fediverse?"
  +url: null
  +body: """
    I came here for the same reasons as most of you and chiefly among them was to escape the corporate embrace of common social media platforms.\n
    \n
    But how much trust can we place into Lemmy, Mastodon, and/or other various integrated Fediverse platform instances?\n
    \n
    I’m all for open-source and transparency which the devs seem to provide, although providing source code and **routinely audited** source code are entirely different concepts.\n
    \n
    Similarly, the high availability of source code may lead to malicious instances, actors, and/or back-end modifications that would favor specific instances resounding consequence throughout the Fediverse.\n
    \n
    So I ask simply: How much faith do you have? (Please provide supporting documentation links supporting your answer because I’m genuinely interested.)\n
    \n
    EDIT: I literally removed a semi-colon character ‘:’
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699749052 {#1712
    date: 2023-11-12 01:30:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1659 …}
  +votes: Doctrine\ORM\PersistentCollection {#1747 …}
  +reports: Doctrine\ORM\PersistentCollection {#1753 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1749 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1748 …}
  +badges: Doctrine\ORM\PersistentCollection {#1474 …}
  +children: []
  -id: 11900
  -titleTs: "'fedivers':9 'place':5 'trust':6"
  -bodyTs: "'actor':84 'although':59 'among':14 'and/or':37,85 'answer':117 'ask':102 'audit':65 'avail':75 'back':87 'back-end':86 'came':2 'charact':131 'chiefli':13 'code':62,67,78 'colon':130 'common':23 'concept':71 'consequ':96 'corpor':20 'dev':55 'differ':70 'document':113 'edit':123 'embrac':21 'end':88 'entir':69 'escap':18 'faith':106 'favor':92 'fedivers':41,99 'genuin':121 'high':74 'instanc':43,83,94 'integr':40 'interest':122 'lead':80 'lemmi':35 'link':114 'liter':125 'm':45,120 'malici':82 'mastodon':36 'may':79 'media':25 'modif':89 'much':29,105 'open':49 'open-sourc':48 'place':33 'platform':26,42 'pleas':110 'provid':58,60,111 'reason':7 'remov':126 'resound':95 'routin':64 'seem':56 'semi':129 'semi-colon':128 'similar':72 'simpli':103 'social':24 'sourc':50,61,66,77 'specif':93 'support':112,115 'throughout':97 'transpar':52 'trust':30 'various':39 'would':91"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699749477
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8087312"
  +editedAt: DateTimeImmutable @1699759071 {#1710
    date: 2023-11-12 04:17:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699663077 {#1706
    date: 2023-11-11 01:37:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1742
  +user: Proxies\__CG__\App\Entity\User {#1657 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-are-We-to-place-trust-in-the-fediverse"
  +title: "How are "We" to place trust in the fediverse?"
  +url: null
  +body: """
    I came here for the same reasons as most of you and chiefly among them was to escape the corporate embrace of common social media platforms.\n
    \n
    But how much trust can we place into Lemmy, Mastodon, and/or other various integrated Fediverse platform instances?\n
    \n
    I’m all for open-source and transparency which the devs seem to provide, although providing source code and **routinely audited** source code are entirely different concepts.\n
    \n
    Similarly, the high availability of source code may lead to malicious instances, actors, and/or back-end modifications that would favor specific instances resounding consequence throughout the Fediverse.\n
    \n
    So I ask simply: How much faith do you have? (Please provide supporting documentation links supporting your answer because I’m genuinely interested.)\n
    \n
    EDIT: I literally removed a semi-colon character ‘:’
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699749052 {#1712
    date: 2023-11-12 01:30:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1659 …}
  +votes: Doctrine\ORM\PersistentCollection {#1747 …}
  +reports: Doctrine\ORM\PersistentCollection {#1753 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1749 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1748 …}
  +badges: Doctrine\ORM\PersistentCollection {#1474 …}
  +children: []
  -id: 11900
  -titleTs: "'fedivers':9 'place':5 'trust':6"
  -bodyTs: "'actor':84 'although':59 'among':14 'and/or':37,85 'answer':117 'ask':102 'audit':65 'avail':75 'back':87 'back-end':86 'came':2 'charact':131 'chiefli':13 'code':62,67,78 'colon':130 'common':23 'concept':71 'consequ':96 'corpor':20 'dev':55 'differ':70 'document':113 'edit':123 'embrac':21 'end':88 'entir':69 'escap':18 'faith':106 'favor':92 'fedivers':41,99 'genuin':121 'high':74 'instanc':43,83,94 'integr':40 'interest':122 'lead':80 'lemmi':35 'link':114 'liter':125 'm':45,120 'malici':82 'mastodon':36 'may':79 'media':25 'modif':89 'much':29,105 'open':49 'open-sourc':48 'place':33 'platform':26,42 'pleas':110 'provid':58,60,111 'reason':7 'remov':126 'resound':95 'routin':64 'seem':56 'semi':129 'semi-colon':128 'similar':72 'simpli':103 'social':24 'sourc':50,61,66,77 'specif':93 'support':112,115 'throughout':97 'transpar':52 'trust':30 'various':39 'would':91"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699749477
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8087312"
  +editedAt: DateTimeImmutable @1699759071 {#1710
    date: 2023-11-12 04:17:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699663077 {#1706
    date: 2023-11-11 01:37:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1742
  +user: Proxies\__CG__\App\Entity\User {#1657 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "How-are-We-to-place-trust-in-the-fediverse"
  +title: "How are "We" to place trust in the fediverse?"
  +url: null
  +body: """
    I came here for the same reasons as most of you and chiefly among them was to escape the corporate embrace of common social media platforms.\n
    \n
    But how much trust can we place into Lemmy, Mastodon, and/or other various integrated Fediverse platform instances?\n
    \n
    I’m all for open-source and transparency which the devs seem to provide, although providing source code and **routinely audited** source code are entirely different concepts.\n
    \n
    Similarly, the high availability of source code may lead to malicious instances, actors, and/or back-end modifications that would favor specific instances resounding consequence throughout the Fediverse.\n
    \n
    So I ask simply: How much faith do you have? (Please provide supporting documentation links supporting your answer because I’m genuinely interested.)\n
    \n
    EDIT: I literally removed a semi-colon character ‘:’
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699749052 {#1712
    date: 2023-11-12 01:30:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1659 …}
  +votes: Doctrine\ORM\PersistentCollection {#1747 …}
  +reports: Doctrine\ORM\PersistentCollection {#1753 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1749 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1748 …}
  +badges: Doctrine\ORM\PersistentCollection {#1474 …}
  +children: []
  -id: 11900
  -titleTs: "'fedivers':9 'place':5 'trust':6"
  -bodyTs: "'actor':84 'although':59 'among':14 'and/or':37,85 'answer':117 'ask':102 'audit':65 'avail':75 'back':87 'back-end':86 'came':2 'charact':131 'chiefli':13 'code':62,67,78 'colon':130 'common':23 'concept':71 'consequ':96 'corpor':20 'dev':55 'differ':70 'document':113 'edit':123 'embrac':21 'end':88 'entir':69 'escap':18 'faith':106 'favor':92 'fedivers':41,99 'genuin':121 'high':74 'instanc':43,83,94 'integr':40 'interest':122 'lead':80 'lemmi':35 'link':114 'liter':125 'm':45,120 'malici':82 'mastodon':36 'may':79 'media':25 'modif':89 'much':29,105 'open':49 'open-sourc':48 'place':33 'platform':26,42 'pleas':110 'provid':58,60,111 'reason':7 'remov':126 'resound':95 'routin':64 'seem':56 'semi':129 'semi-colon':128 'similar':72 'simpli':103 'social':24 'sourc':50,61,66,77 'specif':93 'support':112,115 'throughout':97 'transpar':52 'trust':30 'various':39 'would':91"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699749477
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8087312"
  +editedAt: DateTimeImmutable @1699759071 {#1710
    date: 2023-11-12 04:17:51.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699663077 {#1706
    date: 2023-11-11 01:37:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1470
  +user: Proxies\__CG__\App\Entity\User {#1469 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Audio-Hardware-Question-from-a-Linux-newbie"
  +title: "Audio Hardware Question from a Linux newbie"
  +url: null
  +body: """
    I’m a pretty new Linux user, started using a basic Mint installation on the old desktop I use as part of my stereo/tv setup. All in all couldnt be happier with how easy and flexible it’s been, but one little thing is bugging the crap out of me and I haven’t a clue how to fix.\n
    \n
    This setup runs the computer audio through a mojo DAC over TOSLINK (eg optical audio) to an analog stereo amp. Getting it to work when I replaced Win 7 with Mint was plug and play - couldn’t have been easier. The super annoying thing is that it seems that now if the desktop is inactive for more than a few minutes the DAC powers down and needs to be turned on manually (fairly certain it’s when the OS goes to sleep but not sure). When I was running windows with same hardware it would not power down until I did it manually. With the wiring and furniture setup I have it’s kind of a PITA to reach back and turn the DAC on every time I want to use the computer.\n
    \n
    I did some cursory internet searches on the issue without much luck. If one of you fine people can think of a solution, it even an avenue of investigation, I’d appreciate it. As I said, I’m new to Linux but not entirely tech illiterate so im willing to poke at it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699745061 {#1471
    date: 2023-11-12 00:24:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1483 …}
  +reports: Doctrine\ORM\PersistentCollection {#1484 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1485 …}
  +badges: Doctrine\ORM\PersistentCollection {#1496 …}
  +children: []
  -id: 12085
  -titleTs: "'audio':1 'hardwar':2 'linux':6 'newbi':7 'question':3"
  -bodyTs: "'7':88 'amp':79 'analog':77 'annoy':102 'appreci':224 'audio':65,74 'avenu':219 'back':179 'basic':11 'bug':45 'certain':133 'clue':56 'comput':64,192 'couldn':95 'couldnt':29 'crap':47 'cursori':196 'd':223 'dac':69,122,183 'desktop':17,112 'easi':34 'easier':99 'eg':72 'entir':236 'even':217 'everi':185 'fair':132 'fine':209 'fix':59 'flexibl':36 'furnitur':167 'get':80 'goe':139 'happier':31 'hardwar':152 'haven':53 'illiter':238 'im':240 'inact':114 'instal':13 'internet':197 'investig':221 'issu':201 'kind':173 'linux':6,233 'littl':42 'luck':204 'm':2,230 'manual':131,162 'mint':12,90 'minut':120 'mojo':68 'much':203 'need':126 'new':5,231 'old':16 'one':41,206 'optic':73 'os':138 'part':21 'peopl':210 'pita':176 'play':94 'plug':92 'poke':243 'power':123,156 'pretti':4 'reach':178 'replac':86 'run':62,148 'said':228 'search':198 'seem':107 'setup':25,61,168 'sleep':141 'solut':215 'start':8 'stereo':78 'stereo/tv':24 'super':101 'sure':144 'tech':237 'thing':43,103 'think':212 'time':186 'toslink':71 'turn':129,181 'use':9,19,190 'user':7 'want':188 'will':241 'win':87 'window':149 'wire':165 'without':202 'work':83 'would':154"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699807636
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8970822"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699728136 {#1467
    date: 2023-11-11 19:42:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1470
  +user: Proxies\__CG__\App\Entity\User {#1469 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Audio-Hardware-Question-from-a-Linux-newbie"
  +title: "Audio Hardware Question from a Linux newbie"
  +url: null
  +body: """
    I’m a pretty new Linux user, started using a basic Mint installation on the old desktop I use as part of my stereo/tv setup. All in all couldnt be happier with how easy and flexible it’s been, but one little thing is bugging the crap out of me and I haven’t a clue how to fix.\n
    \n
    This setup runs the computer audio through a mojo DAC over TOSLINK (eg optical audio) to an analog stereo amp. Getting it to work when I replaced Win 7 with Mint was plug and play - couldn’t have been easier. The super annoying thing is that it seems that now if the desktop is inactive for more than a few minutes the DAC powers down and needs to be turned on manually (fairly certain it’s when the OS goes to sleep but not sure). When I was running windows with same hardware it would not power down until I did it manually. With the wiring and furniture setup I have it’s kind of a PITA to reach back and turn the DAC on every time I want to use the computer.\n
    \n
    I did some cursory internet searches on the issue without much luck. If one of you fine people can think of a solution, it even an avenue of investigation, I’d appreciate it. As I said, I’m new to Linux but not entirely tech illiterate so im willing to poke at it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699745061 {#1471
    date: 2023-11-12 00:24:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1483 …}
  +reports: Doctrine\ORM\PersistentCollection {#1484 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1485 …}
  +badges: Doctrine\ORM\PersistentCollection {#1496 …}
  +children: []
  -id: 12085
  -titleTs: "'audio':1 'hardwar':2 'linux':6 'newbi':7 'question':3"
  -bodyTs: "'7':88 'amp':79 'analog':77 'annoy':102 'appreci':224 'audio':65,74 'avenu':219 'back':179 'basic':11 'bug':45 'certain':133 'clue':56 'comput':64,192 'couldn':95 'couldnt':29 'crap':47 'cursori':196 'd':223 'dac':69,122,183 'desktop':17,112 'easi':34 'easier':99 'eg':72 'entir':236 'even':217 'everi':185 'fair':132 'fine':209 'fix':59 'flexibl':36 'furnitur':167 'get':80 'goe':139 'happier':31 'hardwar':152 'haven':53 'illiter':238 'im':240 'inact':114 'instal':13 'internet':197 'investig':221 'issu':201 'kind':173 'linux':6,233 'littl':42 'luck':204 'm':2,230 'manual':131,162 'mint':12,90 'minut':120 'mojo':68 'much':203 'need':126 'new':5,231 'old':16 'one':41,206 'optic':73 'os':138 'part':21 'peopl':210 'pita':176 'play':94 'plug':92 'poke':243 'power':123,156 'pretti':4 'reach':178 'replac':86 'run':62,148 'said':228 'search':198 'seem':107 'setup':25,61,168 'sleep':141 'solut':215 'start':8 'stereo':78 'stereo/tv':24 'super':101 'sure':144 'tech':237 'thing':43,103 'think':212 'time':186 'toslink':71 'turn':129,181 'use':9,19,190 'user':7 'want':188 'will':241 'win':87 'window':149 'wire':165 'without':202 'work':83 'would':154"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699807636
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8970822"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699728136 {#1467
    date: 2023-11-11 19:42:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1470
  +user: Proxies\__CG__\App\Entity\User {#1469 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Audio-Hardware-Question-from-a-Linux-newbie"
  +title: "Audio Hardware Question from a Linux newbie"
  +url: null
  +body: """
    I’m a pretty new Linux user, started using a basic Mint installation on the old desktop I use as part of my stereo/tv setup. All in all couldnt be happier with how easy and flexible it’s been, but one little thing is bugging the crap out of me and I haven’t a clue how to fix.\n
    \n
    This setup runs the computer audio through a mojo DAC over TOSLINK (eg optical audio) to an analog stereo amp. Getting it to work when I replaced Win 7 with Mint was plug and play - couldn’t have been easier. The super annoying thing is that it seems that now if the desktop is inactive for more than a few minutes the DAC powers down and needs to be turned on manually (fairly certain it’s when the OS goes to sleep but not sure). When I was running windows with same hardware it would not power down until I did it manually. With the wiring and furniture setup I have it’s kind of a PITA to reach back and turn the DAC on every time I want to use the computer.\n
    \n
    I did some cursory internet searches on the issue without much luck. If one of you fine people can think of a solution, it even an avenue of investigation, I’d appreciate it. As I said, I’m new to Linux but not entirely tech illiterate so im willing to poke at it.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699745061 {#1471
    date: 2023-11-12 00:24:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1473 …}
  +votes: Doctrine\ORM\PersistentCollection {#1483 …}
  +reports: Doctrine\ORM\PersistentCollection {#1484 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1485 …}
  +badges: Doctrine\ORM\PersistentCollection {#1496 …}
  +children: []
  -id: 12085
  -titleTs: "'audio':1 'hardwar':2 'linux':6 'newbi':7 'question':3"
  -bodyTs: "'7':88 'amp':79 'analog':77 'annoy':102 'appreci':224 'audio':65,74 'avenu':219 'back':179 'basic':11 'bug':45 'certain':133 'clue':56 'comput':64,192 'couldn':95 'couldnt':29 'crap':47 'cursori':196 'd':223 'dac':69,122,183 'desktop':17,112 'easi':34 'easier':99 'eg':72 'entir':236 'even':217 'everi':185 'fair':132 'fine':209 'fix':59 'flexibl':36 'furnitur':167 'get':80 'goe':139 'happier':31 'hardwar':152 'haven':53 'illiter':238 'im':240 'inact':114 'instal':13 'internet':197 'investig':221 'issu':201 'kind':173 'linux':6,233 'littl':42 'luck':204 'm':2,230 'manual':131,162 'mint':12,90 'minut':120 'mojo':68 'much':203 'need':126 'new':5,231 'old':16 'one':41,206 'optic':73 'os':138 'part':21 'peopl':210 'pita':176 'play':94 'plug':92 'poke':243 'power':123,156 'pretti':4 'reach':178 'replac':86 'run':62,148 'said':228 'search':198 'seem':107 'setup':25,61,168 'sleep':141 'solut':215 'start':8 'stereo':78 'stereo/tv':24 'super':101 'sure':144 'tech':237 'thing':43,103 'think':212 'time':186 'toslink':71 'turn':129,181 'use':9,19,190 'user':7 'want':188 'will':241 'win':87 'window':149 'wire':165 'without':202 'work':83 'would':154"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699807636
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8970822"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699728136 {#1467
    date: 2023-11-11 19:42:16.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1493
  +user: Proxies\__CG__\App\Entity\User {#1495 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1945 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Pirating-fonts"
  +title: "Pirating fonts?"
  +url: null
  +body: "Looking for a specific font called Pragmata Pro. I really like it but it’s kinda pricey. I’m looking for version .825 and above because they included the nerd font glyphs."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 26
  +favouriteCount: 115
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699744785 {#1490
    date: 2023-11-12 00:19:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1492 …}
  +votes: Doctrine\ORM\PersistentCollection {#1477 …}
  +reports: Doctrine\ORM\PersistentCollection {#1761 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1754 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1760 …}
  +badges: Doctrine\ORM\PersistentCollection {#1763 …}
  +children: []
  -id: 11892
  -titleTs: "'font':2 'pirat':1"
  -bodyTs: "'825':23 'call':6 'font':5,31 'glyph':32 'includ':28 'kinda':16 'like':11 'look':1,20 'm':19 'nerd':30 'pragmata':7 'pricey':17 'pro':8 'realli':10 'specif':4 'version':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699746931
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8921127"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699660531 {#1491
    date: 2023-11-11 00:55: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 {#1493
  +user: Proxies\__CG__\App\Entity\User {#1495 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1945 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Pirating-fonts"
  +title: "Pirating fonts?"
  +url: null
  +body: "Looking for a specific font called Pragmata Pro. I really like it but it’s kinda pricey. I’m looking for version .825 and above because they included the nerd font glyphs."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 26
  +favouriteCount: 115
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699744785 {#1490
    date: 2023-11-12 00:19:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1492 …}
  +votes: Doctrine\ORM\PersistentCollection {#1477 …}
  +reports: Doctrine\ORM\PersistentCollection {#1761 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1754 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1760 …}
  +badges: Doctrine\ORM\PersistentCollection {#1763 …}
  +children: []
  -id: 11892
  -titleTs: "'font':2 'pirat':1"
  -bodyTs: "'825':23 'call':6 'font':5,31 'glyph':32 'includ':28 'kinda':16 'like':11 'look':1,20 'm':19 'nerd':30 'pragmata':7 'pricey':17 'pro':8 'realli':10 'specif':4 'version':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699746931
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8921127"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699660531 {#1491
    date: 2023-11-11 00:55: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 {#1493
  +user: Proxies\__CG__\App\Entity\User {#1495 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1945 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Pirating-fonts"
  +title: "Pirating fonts?"
  +url: null
  +body: "Looking for a specific font called Pragmata Pro. I really like it but it’s kinda pricey. I’m looking for version .825 and above because they included the nerd font glyphs."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 26
  +favouriteCount: 115
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699744785 {#1490
    date: 2023-11-12 00:19:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1492 …}
  +votes: Doctrine\ORM\PersistentCollection {#1477 …}
  +reports: Doctrine\ORM\PersistentCollection {#1761 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1754 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1760 …}
  +badges: Doctrine\ORM\PersistentCollection {#1763 …}
  +children: []
  -id: 11892
  -titleTs: "'font':2 'pirat':1"
  -bodyTs: "'825':23 'call':6 'font':5,31 'glyph':32 'includ':28 'kinda':16 'like':11 'look':1,20 'm':19 'nerd':30 'pragmata':7 'pricey':17 'pro':8 'realli':10 'specif':4 'version':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699746931
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8921127"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699660531 {#1491
    date: 2023-11-11 00:55: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 {#1751
  +user: Proxies\__CG__\App\Entity\User {#1967 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1975 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "RECIPE-Pecan-topped-sweet-potatoes"
  +title: "[RECIPE] Pecan topped sweet potatoes."
  +url: null
  +body: """
    Well, it’s that time of year again, and the #1 thing people ask me for is the pecan topped sweet potatoes that I completely stole from America’s Test Kitchen.\n
    \n
    For a more intense molasses flavor, use dark brown sugar in place of light brown sugar.\n
    \n
    Serves 10 to 12\n
    \n
    Sweet Potatoes\n
    \n
    • 8 tablespoons (1 stick) unsalted butter, cut into 1-inch chunks\n
    \n
    • 5 pounds sweet potatoes (about 8 medium), peeled and cut into 1-inch cubes\n
    \n
    • 1 cup packed light brown sugar\n
    \n
    • 1 1/2 teaspoons salt\n
    \n
    • 1/2 teaspoon ground black pepper\n
    \n
    • 1/2 cup water\n
    \n
    Pecan Topping\n
    \n
    • 2 cups pecan halves\n
    \n
    • 1/2 cup packed light brown sugar\n
    \n
    • 1 egg white, lightly beaten\n
    \n
    • 1/8 teaspoon salt\n
    \n
    • Pinch cayenne pepper\n
    \n
    • Pinch ground cumin\n
    \n
    Directions\n
    \n
    1. FOR THE SWEET POTATOES: Melt the butter in a large Dutch oven over medium-high heat. Add the sweet potatoes, brown sugar, salt, pepper, and water; bring to a simmer. Reduce the heat to medium-low, cover, and cook, stirring often, until the sweet potatoes are tender (a paring knife can be slipped into and out of the center of the potatoes with very little resistance), 45 to 60 minutes.\n
    2. When the sweet potatoes are tender, remove the lid and bring the sauce to a rapid simmer over medium-high heat. Continue to simmer until the sauce has reduced to a glaze, 7 to 10 minutes.\n
    \n
    ![](https://lemmy.world/pictrs/image/bacdd678-fbf1-4890-a597-23e1750b2c74.jpeg)\n
    \n
    3. FOR THE TOPPING: Meanwhile, mix all the ingredients for the topping together in a medium bowl; set aside.\n
    4. Adjust an oven rack to the middle position and heat the oven to 450 degrees. Pour the potato mixture into a 13 by 9-inch baking dish (or a shallow casserole dish of similar size). Spread the topping over the potatoes. Bake until the pecans are toasted and crisp, 10 to 15 minutes. Serve immediately.\n
    \n
    Variation\n
    \n
    CANDIED SWEET POTATO CASSEROLE WITH TOASTED MARSHMALLOW TOPPING\n
    \n
    Follow the recipe for Candied Sweet Potato Casserole, substituting 4 cups mini marshmallows for the pecan topping. Bake until the marshmallows are crisp and golden, about 5 minutes.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699738486 {#1767
    date: 2023-11-11 22:34:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1788 …}
  +votes: Doctrine\ORM\PersistentCollection {#1779 …}
  +reports: Doctrine\ORM\PersistentCollection {#1787 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1774 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1775 …}
  +badges: Doctrine\ORM\PersistentCollection {#1781 …}
  +children: []
  -id: 9286
  -titleTs: "'pecan':2 'potato':5 'recip':1 'sweet':4 'top':3"
  -bodyTs: "'/pictrs/image/bacdd678-fbf1-4890-a597-23e1750b2c74.jpeg)':237 '1':11,56,62,76,79,85,109,124 '1/2':86,89,94,103 '1/8':114 '10':49,233,307 '12':51 '13':279 '15':309 '2':99,197 '3':238 '4':257,331 '45':193 '450':271 '5':65,348 '60':195 '7':231 '8':54,70 '9':281 'add':142 'adjust':258 'america':28 'asid':256 'ask':14 'bake':283,299,339 'beaten':113 'black':92 'bowl':254 'bring':152,208 'brown':40,46,83,107,146 'butter':59,131 'candi':314,326 'casserol':288,317,329 'cayenn':118 'center':185 'chunk':64 'complet':25 'continu':220 'cook':165 'cover':163 'crisp':306,344 'cube':78 'cumin':122 'cup':80,95,100,104,332 'cut':60,74 'dark':39 'degre':272 'direct':123 'dish':284,289 'dutch':135 'egg':110 'flavor':37 'follow':322 'glaze':230 'golden':346 'ground':91,121 'halv':102 'heat':141,158,219,267 'high':140,218 'immedi':312 'inch':63,77,282 'ingredi':246 'intens':35 'kitchen':31 'knife':176 'larg':134 'lemmy.world':236 'lemmy.world/pictrs/image/bacdd678-fbf1-4890-a597-23e1750b2c74.jpeg)':235 'lid':206 'light':45,82,106,112 'littl':191 'low':162 'marshmallow':320,334,342 'meanwhil':242 'medium':71,139,161,217,253 'medium-high':138,216 'medium-low':160 'melt':129 'middl':264 'mini':333 'minut':196,234,310,349 'mix':243 'mixtur':276 'molass':36 'often':167 'oven':136,260,269 'pack':81,105 'pare':175 'pecan':19,97,101,302,337 'peel':72 'peopl':13 'pepper':93,119,149 'pinch':117,120 'place':43 'posit':265 'potato':22,53,68,128,145,171,188,201,275,298,316,328 'pound':66 'pour':273 'rack':261 'rapid':213 'recip':324 'reduc':156,227 'remov':204 'resist':192 'salt':88,116,148 'sauc':210,225 'serv':48,311 'set':255 'shallow':287 'similar':291 'simmer':155,214,222 'size':292 'slip':179 'spread':293 'stick':57 'stir':166 'stole':26 'substitut':330 'sugar':41,47,84,108,147 'sweet':21,52,67,127,144,170,200,315,327 'tablespoon':55 'teaspoon':87,90,115 'tender':173,203 'test':30 'thing':12 'time':5 'toast':304,319 'togeth':250 'top':20,98,241,249,295,321,338 'unsalt':58 'use':38 'variat':313 'water':96,151 'well':1 'white':111 'year':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699092585
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7728720"
  +editedAt: DateTimeImmutable @1699868087 {#1759
    date: 2023-11-13 10:34:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699009085 {#1762
    date: 2023-11-03 11:58:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1751
  +user: Proxies\__CG__\App\Entity\User {#1967 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1975 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "RECIPE-Pecan-topped-sweet-potatoes"
  +title: "[RECIPE] Pecan topped sweet potatoes."
  +url: null
  +body: """
    Well, it’s that time of year again, and the #1 thing people ask me for is the pecan topped sweet potatoes that I completely stole from America’s Test Kitchen.\n
    \n
    For a more intense molasses flavor, use dark brown sugar in place of light brown sugar.\n
    \n
    Serves 10 to 12\n
    \n
    Sweet Potatoes\n
    \n
    • 8 tablespoons (1 stick) unsalted butter, cut into 1-inch chunks\n
    \n
    • 5 pounds sweet potatoes (about 8 medium), peeled and cut into 1-inch cubes\n
    \n
    • 1 cup packed light brown sugar\n
    \n
    • 1 1/2 teaspoons salt\n
    \n
    • 1/2 teaspoon ground black pepper\n
    \n
    • 1/2 cup water\n
    \n
    Pecan Topping\n
    \n
    • 2 cups pecan halves\n
    \n
    • 1/2 cup packed light brown sugar\n
    \n
    • 1 egg white, lightly beaten\n
    \n
    • 1/8 teaspoon salt\n
    \n
    • Pinch cayenne pepper\n
    \n
    • Pinch ground cumin\n
    \n
    Directions\n
    \n
    1. FOR THE SWEET POTATOES: Melt the butter in a large Dutch oven over medium-high heat. Add the sweet potatoes, brown sugar, salt, pepper, and water; bring to a simmer. Reduce the heat to medium-low, cover, and cook, stirring often, until the sweet potatoes are tender (a paring knife can be slipped into and out of the center of the potatoes with very little resistance), 45 to 60 minutes.\n
    2. When the sweet potatoes are tender, remove the lid and bring the sauce to a rapid simmer over medium-high heat. Continue to simmer until the sauce has reduced to a glaze, 7 to 10 minutes.\n
    \n
    ![](https://lemmy.world/pictrs/image/bacdd678-fbf1-4890-a597-23e1750b2c74.jpeg)\n
    \n
    3. FOR THE TOPPING: Meanwhile, mix all the ingredients for the topping together in a medium bowl; set aside.\n
    4. Adjust an oven rack to the middle position and heat the oven to 450 degrees. Pour the potato mixture into a 13 by 9-inch baking dish (or a shallow casserole dish of similar size). Spread the topping over the potatoes. Bake until the pecans are toasted and crisp, 10 to 15 minutes. Serve immediately.\n
    \n
    Variation\n
    \n
    CANDIED SWEET POTATO CASSEROLE WITH TOASTED MARSHMALLOW TOPPING\n
    \n
    Follow the recipe for Candied Sweet Potato Casserole, substituting 4 cups mini marshmallows for the pecan topping. Bake until the marshmallows are crisp and golden, about 5 minutes.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699738486 {#1767
    date: 2023-11-11 22:34:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1788 …}
  +votes: Doctrine\ORM\PersistentCollection {#1779 …}
  +reports: Doctrine\ORM\PersistentCollection {#1787 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1774 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1775 …}
  +badges: Doctrine\ORM\PersistentCollection {#1781 …}
  +children: []
  -id: 9286
  -titleTs: "'pecan':2 'potato':5 'recip':1 'sweet':4 'top':3"
  -bodyTs: "'/pictrs/image/bacdd678-fbf1-4890-a597-23e1750b2c74.jpeg)':237 '1':11,56,62,76,79,85,109,124 '1/2':86,89,94,103 '1/8':114 '10':49,233,307 '12':51 '13':279 '15':309 '2':99,197 '3':238 '4':257,331 '45':193 '450':271 '5':65,348 '60':195 '7':231 '8':54,70 '9':281 'add':142 'adjust':258 'america':28 'asid':256 'ask':14 'bake':283,299,339 'beaten':113 'black':92 'bowl':254 'bring':152,208 'brown':40,46,83,107,146 'butter':59,131 'candi':314,326 'casserol':288,317,329 'cayenn':118 'center':185 'chunk':64 'complet':25 'continu':220 'cook':165 'cover':163 'crisp':306,344 'cube':78 'cumin':122 'cup':80,95,100,104,332 'cut':60,74 'dark':39 'degre':272 'direct':123 'dish':284,289 'dutch':135 'egg':110 'flavor':37 'follow':322 'glaze':230 'golden':346 'ground':91,121 'halv':102 'heat':141,158,219,267 'high':140,218 'immedi':312 'inch':63,77,282 'ingredi':246 'intens':35 'kitchen':31 'knife':176 'larg':134 'lemmy.world':236 'lemmy.world/pictrs/image/bacdd678-fbf1-4890-a597-23e1750b2c74.jpeg)':235 'lid':206 'light':45,82,106,112 'littl':191 'low':162 'marshmallow':320,334,342 'meanwhil':242 'medium':71,139,161,217,253 'medium-high':138,216 'medium-low':160 'melt':129 'middl':264 'mini':333 'minut':196,234,310,349 'mix':243 'mixtur':276 'molass':36 'often':167 'oven':136,260,269 'pack':81,105 'pare':175 'pecan':19,97,101,302,337 'peel':72 'peopl':13 'pepper':93,119,149 'pinch':117,120 'place':43 'posit':265 'potato':22,53,68,128,145,171,188,201,275,298,316,328 'pound':66 'pour':273 'rack':261 'rapid':213 'recip':324 'reduc':156,227 'remov':204 'resist':192 'salt':88,116,148 'sauc':210,225 'serv':48,311 'set':255 'shallow':287 'similar':291 'simmer':155,214,222 'size':292 'slip':179 'spread':293 'stick':57 'stir':166 'stole':26 'substitut':330 'sugar':41,47,84,108,147 'sweet':21,52,67,127,144,170,200,315,327 'tablespoon':55 'teaspoon':87,90,115 'tender':173,203 'test':30 'thing':12 'time':5 'toast':304,319 'togeth':250 'top':20,98,241,249,295,321,338 'unsalt':58 'use':38 'variat':313 'water':96,151 'well':1 'white':111 'year':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699092585
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7728720"
  +editedAt: DateTimeImmutable @1699868087 {#1759
    date: 2023-11-13 10:34:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699009085 {#1762
    date: 2023-11-03 11:58:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1751
  +user: Proxies\__CG__\App\Entity\User {#1967 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1975 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "RECIPE-Pecan-topped-sweet-potatoes"
  +title: "[RECIPE] Pecan topped sweet potatoes."
  +url: null
  +body: """
    Well, it’s that time of year again, and the #1 thing people ask me for is the pecan topped sweet potatoes that I completely stole from America’s Test Kitchen.\n
    \n
    For a more intense molasses flavor, use dark brown sugar in place of light brown sugar.\n
    \n
    Serves 10 to 12\n
    \n
    Sweet Potatoes\n
    \n
    • 8 tablespoons (1 stick) unsalted butter, cut into 1-inch chunks\n
    \n
    • 5 pounds sweet potatoes (about 8 medium), peeled and cut into 1-inch cubes\n
    \n
    • 1 cup packed light brown sugar\n
    \n
    • 1 1/2 teaspoons salt\n
    \n
    • 1/2 teaspoon ground black pepper\n
    \n
    • 1/2 cup water\n
    \n
    Pecan Topping\n
    \n
    • 2 cups pecan halves\n
    \n
    • 1/2 cup packed light brown sugar\n
    \n
    • 1 egg white, lightly beaten\n
    \n
    • 1/8 teaspoon salt\n
    \n
    • Pinch cayenne pepper\n
    \n
    • Pinch ground cumin\n
    \n
    Directions\n
    \n
    1. FOR THE SWEET POTATOES: Melt the butter in a large Dutch oven over medium-high heat. Add the sweet potatoes, brown sugar, salt, pepper, and water; bring to a simmer. Reduce the heat to medium-low, cover, and cook, stirring often, until the sweet potatoes are tender (a paring knife can be slipped into and out of the center of the potatoes with very little resistance), 45 to 60 minutes.\n
    2. When the sweet potatoes are tender, remove the lid and bring the sauce to a rapid simmer over medium-high heat. Continue to simmer until the sauce has reduced to a glaze, 7 to 10 minutes.\n
    \n
    ![](https://lemmy.world/pictrs/image/bacdd678-fbf1-4890-a597-23e1750b2c74.jpeg)\n
    \n
    3. FOR THE TOPPING: Meanwhile, mix all the ingredients for the topping together in a medium bowl; set aside.\n
    4. Adjust an oven rack to the middle position and heat the oven to 450 degrees. Pour the potato mixture into a 13 by 9-inch baking dish (or a shallow casserole dish of similar size). Spread the topping over the potatoes. Bake until the pecans are toasted and crisp, 10 to 15 minutes. Serve immediately.\n
    \n
    Variation\n
    \n
    CANDIED SWEET POTATO CASSEROLE WITH TOASTED MARSHMALLOW TOPPING\n
    \n
    Follow the recipe for Candied Sweet Potato Casserole, substituting 4 cups mini marshmallows for the pecan topping. Bake until the marshmallows are crisp and golden, about 5 minutes.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699738486 {#1767
    date: 2023-11-11 22:34:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1788 …}
  +votes: Doctrine\ORM\PersistentCollection {#1779 …}
  +reports: Doctrine\ORM\PersistentCollection {#1787 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1774 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1775 …}
  +badges: Doctrine\ORM\PersistentCollection {#1781 …}
  +children: []
  -id: 9286
  -titleTs: "'pecan':2 'potato':5 'recip':1 'sweet':4 'top':3"
  -bodyTs: "'/pictrs/image/bacdd678-fbf1-4890-a597-23e1750b2c74.jpeg)':237 '1':11,56,62,76,79,85,109,124 '1/2':86,89,94,103 '1/8':114 '10':49,233,307 '12':51 '13':279 '15':309 '2':99,197 '3':238 '4':257,331 '45':193 '450':271 '5':65,348 '60':195 '7':231 '8':54,70 '9':281 'add':142 'adjust':258 'america':28 'asid':256 'ask':14 'bake':283,299,339 'beaten':113 'black':92 'bowl':254 'bring':152,208 'brown':40,46,83,107,146 'butter':59,131 'candi':314,326 'casserol':288,317,329 'cayenn':118 'center':185 'chunk':64 'complet':25 'continu':220 'cook':165 'cover':163 'crisp':306,344 'cube':78 'cumin':122 'cup':80,95,100,104,332 'cut':60,74 'dark':39 'degre':272 'direct':123 'dish':284,289 'dutch':135 'egg':110 'flavor':37 'follow':322 'glaze':230 'golden':346 'ground':91,121 'halv':102 'heat':141,158,219,267 'high':140,218 'immedi':312 'inch':63,77,282 'ingredi':246 'intens':35 'kitchen':31 'knife':176 'larg':134 'lemmy.world':236 'lemmy.world/pictrs/image/bacdd678-fbf1-4890-a597-23e1750b2c74.jpeg)':235 'lid':206 'light':45,82,106,112 'littl':191 'low':162 'marshmallow':320,334,342 'meanwhil':242 'medium':71,139,161,217,253 'medium-high':138,216 'medium-low':160 'melt':129 'middl':264 'mini':333 'minut':196,234,310,349 'mix':243 'mixtur':276 'molass':36 'often':167 'oven':136,260,269 'pack':81,105 'pare':175 'pecan':19,97,101,302,337 'peel':72 'peopl':13 'pepper':93,119,149 'pinch':117,120 'place':43 'posit':265 'potato':22,53,68,128,145,171,188,201,275,298,316,328 'pound':66 'pour':273 'rack':261 'rapid':213 'recip':324 'reduc':156,227 'remov':204 'resist':192 'salt':88,116,148 'sauc':210,225 'serv':48,311 'set':255 'shallow':287 'similar':291 'simmer':155,214,222 'size':292 'slip':179 'spread':293 'stick':57 'stir':166 'stole':26 'substitut':330 'sugar':41,47,84,108,147 'sweet':21,52,67,127,144,170,200,315,327 'tablespoon':55 'teaspoon':87,90,115 'tender':173,203 'test':30 'thing':12 'time':5 'toast':304,319 'togeth':250 'top':20,98,241,249,295,321,338 'unsalt':58 'use':38 'variat':313 'water':96,151 'well':1 'white':111 'year':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699092585
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7728720"
  +editedAt: DateTimeImmutable @1699868087 {#1759
    date: 2023-11-13 10:34:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699009085 {#1762
    date: 2023-11-03 11:58:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1784
  +user: Proxies\__CG__\App\Entity\User {#1786 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1536 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "FOSS-Firefox-Dark-Theme-Extension"
  +title: "FOSS Firefox Dark Theme Extension?"
  +url: null
  +body: "I’ve tried using firefox’s built in dark theme but it doesn’t quite do enough. I’m looking for a dark reader that’ll invert most websites’ white background and dark text. I was wondering what privacy friendly dark readers people here would recommend, as some that I’ve seen have reports of harvesting user data and sending to third party servers. If not an extension, what would be the best way of achieving my desired effect?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699736606 {#1783
    date: 2023-11-11 22:03:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1780 …}
  +votes: Doctrine\ORM\PersistentCollection {#1765 …}
  +reports: Doctrine\ORM\PersistentCollection {#1682 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1452 …}
  +badges: Doctrine\ORM\PersistentCollection {#1465 …}
  +children: []
  -id: 12867
  -titleTs: "'dark':3 'extens':5 'firefox':2 'foss':1 'theme':4"
  -bodyTs: "'achiev':76 'background':31 'best':73 'built':7 'dark':9,23,33,41 'data':58 'desir':78 'doesn':13 'effect':79 'enough':17 'extens':68 'firefox':5 'friend':40 'harvest':56 'invert':27 'll':26 'look':20 'm':19 'parti':63 'peopl':43 'privaci':39 'quit':15 'reader':24,42 'recommend':46 'report':54 'seen':52 'send':60 'server':64 'text':34 'theme':10 'third':62 'tri':3 'use':4 'user':57 've':2,51 'way':74 'websit':29 'white':30 'wonder':37 'would':45,70"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699676363
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8919840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699658863 {#1785
    date: 2023-11-11 00:27:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1784
  +user: Proxies\__CG__\App\Entity\User {#1786 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1536 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "FOSS-Firefox-Dark-Theme-Extension"
  +title: "FOSS Firefox Dark Theme Extension?"
  +url: null
  +body: "I’ve tried using firefox’s built in dark theme but it doesn’t quite do enough. I’m looking for a dark reader that’ll invert most websites’ white background and dark text. I was wondering what privacy friendly dark readers people here would recommend, as some that I’ve seen have reports of harvesting user data and sending to third party servers. If not an extension, what would be the best way of achieving my desired effect?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699736606 {#1783
    date: 2023-11-11 22:03:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1780 …}
  +votes: Doctrine\ORM\PersistentCollection {#1765 …}
  +reports: Doctrine\ORM\PersistentCollection {#1682 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1452 …}
  +badges: Doctrine\ORM\PersistentCollection {#1465 …}
  +children: []
  -id: 12867
  -titleTs: "'dark':3 'extens':5 'firefox':2 'foss':1 'theme':4"
  -bodyTs: "'achiev':76 'background':31 'best':73 'built':7 'dark':9,23,33,41 'data':58 'desir':78 'doesn':13 'effect':79 'enough':17 'extens':68 'firefox':5 'friend':40 'harvest':56 'invert':27 'll':26 'look':20 'm':19 'parti':63 'peopl':43 'privaci':39 'quit':15 'reader':24,42 'recommend':46 'report':54 'seen':52 'send':60 'server':64 'text':34 'theme':10 'third':62 'tri':3 'use':4 'user':57 've':2,51 'way':74 'websit':29 'white':30 'wonder':37 'would':45,70"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699676363
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8919840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699658863 {#1785
    date: 2023-11-11 00:27:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1784
  +user: Proxies\__CG__\App\Entity\User {#1786 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1536 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "FOSS-Firefox-Dark-Theme-Extension"
  +title: "FOSS Firefox Dark Theme Extension?"
  +url: null
  +body: "I’ve tried using firefox’s built in dark theme but it doesn’t quite do enough. I’m looking for a dark reader that’ll invert most websites’ white background and dark text. I was wondering what privacy friendly dark readers people here would recommend, as some that I’ve seen have reports of harvesting user data and sending to third party servers. If not an extension, what would be the best way of achieving my desired effect?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699736606 {#1783
    date: 2023-11-11 22:03:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1780 …}
  +votes: Doctrine\ORM\PersistentCollection {#1765 …}
  +reports: Doctrine\ORM\PersistentCollection {#1682 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1452 …}
  +badges: Doctrine\ORM\PersistentCollection {#1465 …}
  +children: []
  -id: 12867
  -titleTs: "'dark':3 'extens':5 'firefox':2 'foss':1 'theme':4"
  -bodyTs: "'achiev':76 'background':31 'best':73 'built':7 'dark':9,23,33,41 'data':58 'desir':78 'doesn':13 'effect':79 'enough':17 'extens':68 'firefox':5 'friend':40 'harvest':56 'invert':27 'll':26 'look':20 'm':19 'parti':63 'peopl':43 'privaci':39 'quit':15 'reader':24,42 'recommend':46 'report':54 'seen':52 'send':60 'server':64 'text':34 'theme':10 'third':62 'tri':3 'use':4 'user':57 've':2,51 'way':74 'websit':29 'white':30 'wonder':37 'would':45,70"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699676363
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8919840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699658863 {#1785
    date: 2023-11-11 00:27:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
69 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
70 DENIED moderate
App\Entity\Entry {#1644
  +user: Proxies\__CG__\App\Entity\User {#1643 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Why-do-you-need-RSS-in-modern-times"
  +title: "Why do you need RSS in modern times?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699732966 {#1637
    date: 2023-11-11 21:02:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1622 …}
  +votes: Doctrine\ORM\PersistentCollection {#1627 …}
  +reports: Doctrine\ORM\PersistentCollection {#1634 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1409 …}
  +badges: Doctrine\ORM\PersistentCollection {#1449 …}
  +children: []
  -id: 29442
  -titleTs: "'modern':7 'need':4 'rss':5 'time':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/2966775"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699732966 {#1642
    date: 2023-11-11 21:02:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1644
  +user: Proxies\__CG__\App\Entity\User {#1643 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Why-do-you-need-RSS-in-modern-times"
  +title: "Why do you need RSS in modern times?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699732966 {#1637
    date: 2023-11-11 21:02:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1622 …}
  +votes: Doctrine\ORM\PersistentCollection {#1627 …}
  +reports: Doctrine\ORM\PersistentCollection {#1634 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1409 …}
  +badges: Doctrine\ORM\PersistentCollection {#1449 …}
  +children: []
  -id: 29442
  -titleTs: "'modern':7 'need':4 'rss':5 'time':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/2966775"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699732966 {#1642
    date: 2023-11-11 21:02:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1644
  +user: Proxies\__CG__\App\Entity\User {#1643 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Why-do-you-need-RSS-in-modern-times"
  +title: "Why do you need RSS in modern times?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699732966 {#1637
    date: 2023-11-11 21:02:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1622 …}
  +votes: Doctrine\ORM\PersistentCollection {#1627 …}
  +reports: Doctrine\ORM\PersistentCollection {#1634 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1635 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1409 …}
  +badges: Doctrine\ORM\PersistentCollection {#1449 …}
  +children: []
  -id: 29442
  -titleTs: "'modern':7 'need':4 'rss':5 'time':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.today/post/2966775"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699732966 {#1642
    date: 2023-11-11 21:02:46.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
73 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
74 DENIED moderate
App\Entity\Entry {#1424
  +user: Proxies\__CG__\App\Entity\User {#1423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Falkon-browser-questions-sorry-quite-long"
  +title: "Falkon browser questions (sorry, quite long)"
  +url: null
  +body: """
    Hello. I was directed here by someone who saw a question on this topic I posted at reddit. If there is a more appropriate place to ask these questions, feel free to direct me there. I’m obviously not familiar with policy and protocol here, so if I inadvertently step on any toes, I apologize in advance. I am planning to soon make a long-deferred move from Windows to a *nix OS, probably initially Linux Mint. While there have been abundant incentives to make this switch over the years, the proximate inducment is that recent versions of Firefox (with a few privacy add-ins) have become nearly unusable for me. I thought that it might be prudent to first preview one of the minimalist browsers (I do no MM or other such stuff on-line) that is available for both Linux and Windows on the latter, before switching. So I chose Falkon, based on descriptions of its design and intended use. I successfully installed 64-bit Falkon on WIndows 7 Pro 64-bit on 2 different but similarly set-up computers, but received a run-time error: “missing MSVCR120.dll” (part of Windows C++ Redistributable pkg). Several remedies did not fix, so I installed the 32-bit version on one computer (this still failed with same error on the other, for some reason). This version did execute successfully. I was very happy with the appearance and performance of Falkon, and reasonably happy with the function, in browsing most of my usual daily sites. However, I did encounter errors on a few of those, and I wasn’t able to find much Falkon troubleshooting help from web searches, hence this post. I did try various combinations of enabling optional page content, and disabling AdBlocker, to no avail. Here are the domains and errors, in the event that anyone here who has been experimenting with this browser can shed any light. Falkon app details are: Application version 3.1.0; QtWebEngine version 5.12.1\n
    \n
    **bergerrealty.com & atttheshore.com** (web cam hosting sites)- “no compatible source was found for this media”\n
    \n
    **legacy.com** (obituary site) - various page loading and display issues. If I fully enable content permissions, I can get the home page displayed, but no links are functional.\n
    \n
    **facebook.com** - Log-in successful. Home page displays, but is immediately followed by: “Qt Qtwebengineprocess has stopped working” here is the pertinent info from the Windows analysis pop-up:\n
    \n
    Problem Event Name: APPCRASH; Application Name: QtWebEngineProcess.exe; Application Version: 5.12.1.0; Fault Module Name: Qt5WebEngineCore.dll; Exception Code: c0000005; Exception Offset: 00b75263\n
    \n
    I would very much appreciate any pointers to analyzing and resolving these issues you might be able to provide. Thanks.\n
    \n
    **added to comply wth rule that I don’t quite understand**?\n
    \n
    .
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699732619 {#1422
    date: 2023-11-11 20:56:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1442 …}
  +votes: Doctrine\ORM\PersistentCollection {#1420 …}
  +reports: Doctrine\ORM\PersistentCollection {#1451 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1417 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1411 …}
  +badges: Doctrine\ORM\PersistentCollection {#1441 …}
  +children: []
  -id: 12010
  -titleTs: "'browser':2 'falkon':1 'long':6 'question':3 'quit':5 'sorri':4"
  -bodyTs: "'00b75263':425 '2':179 '3.1.0':331 '32':211 '5.12.1':334 '5.12.1.0':415 '64':169,176 '7':174 'abl':273,442 'abund':83 'ad':446 'adblock':298 'add':106 'add-in':105 'advanc':57 'analysi':402 'analyz':434 'anyon':312 'apolog':55 'app':326 'appcrash':409 'appear':240 'applic':329,410,413 'appreci':430 'appropri':24 'ask':27 'atttheshore.com':336 'avail':142,301 'base':157 'becom':109 'bergerrealty.com':335 'bit':170,177,212 'brows':252 'browser':128,320 'c':199 'c0000005':422 'cam':338 'chose':155 'code':421 'combin':290 'compat':342 'compli':448 'comput':186,216 'content':295,362 'daili':257 'defer':67 'descript':159 'design':162 'detail':327 'differ':180 'direct':4,33 'disabl':297 'display':356,370,383 'domain':305 'enabl':292,361 'encount':262 'error':193,222,263,307 'event':310,407 'except':420,423 'execut':232 'experi':317 'facebook.com':376 'fail':219 'falkon':156,171,244,277,325 'familiar':40 'fault':416 'feel':30 'find':275 'firefox':100 'first':122 'fix':206 'follow':387 'found':345 'free':31 'fulli':360 'function':250,375 'get':366 'happi':237,247 'hello':1 'help':279 'henc':283 'home':368,381 'host':339 'howev':259 'immedi':386 'in':107 'inadvert':49 'incent':84 'induc':94 'info':398 'initi':76 'instal':168,209 'intend':164 'issu':357,438 'latter':150 'legacy.com':349 'light':324 'line':139 'link':373 'linux':77,145 'load':354 'log':378 'log-in':377 'long':66 'long-def':65 'm':37 'make':63,86 'media':348 'might':118,440 'minimalist':127 'mint':78 'miss':194 'mm':132 'modul':417 'move':68 'msvcr120.dll':195 'much':276,429 'name':408,411,418 'near':110 'nix':73 'obituari':350 'obvious':38 'offset':424 'on-lin':137 'one':124,215 'option':293 'os':74 'page':294,353,369,382 'part':196 'perform':242 'permiss':363 'pertin':397 'pkg':201 'place':25 'plan':60 'pointer':432 'polici':42 'pop':404 'pop-up':403 'post':16,285 'preview':123 'privaci':104 'pro':175 'probabl':75 'problem':406 'protocol':44 'provid':444 'proxim':93 'prudent':120 'qt':389 'qt5webenginecore.dll':419 'qtwebengin':332 'qtwebengineprocess':390 'qtwebengineprocess.exe':412 'question':11,29 'quit':455 'reason':228,246 'receiv':188 'recent':97 'reddit':18 'redistribut':200 'remedi':203 'resolv':436 'rule':450 'run':191 'run-tim':190 'saw':9 'search':282 'set':184 'set-up':183 'sever':202 'shed':322 'similar':182 'site':258,340,351 'someon':7 'soon':62 'sourc':343 'step':50 'still':218 'stop':392 'stuff':136 'success':167,233,380 'switch':88,152 'thank':445 'thought':115 'time':192 'toe':53 'topic':14 'tri':288 'troubleshoot':278 'understand':456 'unus':111 'use':165 'usual':256 'various':289,352 'version':98,213,230,330,333,414 'wasn':271 'web':281,337 'window':70,147,173,198,401 'work':393 'would':427 'wth':449 'year':91"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699741015
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/373708"
  +editedAt: DateTimeImmutable @1699825712 {#1446
    date: 2023-11-12 22:48:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699712015 {#1447
    date: 2023-11-11 15:13:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
75 DENIED edit
App\Entity\Entry {#1424
  +user: Proxies\__CG__\App\Entity\User {#1423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Falkon-browser-questions-sorry-quite-long"
  +title: "Falkon browser questions (sorry, quite long)"
  +url: null
  +body: """
    Hello. I was directed here by someone who saw a question on this topic I posted at reddit. If there is a more appropriate place to ask these questions, feel free to direct me there. I’m obviously not familiar with policy and protocol here, so if I inadvertently step on any toes, I apologize in advance. I am planning to soon make a long-deferred move from Windows to a *nix OS, probably initially Linux Mint. While there have been abundant incentives to make this switch over the years, the proximate inducment is that recent versions of Firefox (with a few privacy add-ins) have become nearly unusable for me. I thought that it might be prudent to first preview one of the minimalist browsers (I do no MM or other such stuff on-line) that is available for both Linux and Windows on the latter, before switching. So I chose Falkon, based on descriptions of its design and intended use. I successfully installed 64-bit Falkon on WIndows 7 Pro 64-bit on 2 different but similarly set-up computers, but received a run-time error: “missing MSVCR120.dll” (part of Windows C++ Redistributable pkg). Several remedies did not fix, so I installed the 32-bit version on one computer (this still failed with same error on the other, for some reason). This version did execute successfully. I was very happy with the appearance and performance of Falkon, and reasonably happy with the function, in browsing most of my usual daily sites. However, I did encounter errors on a few of those, and I wasn’t able to find much Falkon troubleshooting help from web searches, hence this post. I did try various combinations of enabling optional page content, and disabling AdBlocker, to no avail. Here are the domains and errors, in the event that anyone here who has been experimenting with this browser can shed any light. Falkon app details are: Application version 3.1.0; QtWebEngine version 5.12.1\n
    \n
    **bergerrealty.com & atttheshore.com** (web cam hosting sites)- “no compatible source was found for this media”\n
    \n
    **legacy.com** (obituary site) - various page loading and display issues. If I fully enable content permissions, I can get the home page displayed, but no links are functional.\n
    \n
    **facebook.com** - Log-in successful. Home page displays, but is immediately followed by: “Qt Qtwebengineprocess has stopped working” here is the pertinent info from the Windows analysis pop-up:\n
    \n
    Problem Event Name: APPCRASH; Application Name: QtWebEngineProcess.exe; Application Version: 5.12.1.0; Fault Module Name: Qt5WebEngineCore.dll; Exception Code: c0000005; Exception Offset: 00b75263\n
    \n
    I would very much appreciate any pointers to analyzing and resolving these issues you might be able to provide. Thanks.\n
    \n
    **added to comply wth rule that I don’t quite understand**?\n
    \n
    .
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699732619 {#1422
    date: 2023-11-11 20:56:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1442 …}
  +votes: Doctrine\ORM\PersistentCollection {#1420 …}
  +reports: Doctrine\ORM\PersistentCollection {#1451 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1417 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1411 …}
  +badges: Doctrine\ORM\PersistentCollection {#1441 …}
  +children: []
  -id: 12010
  -titleTs: "'browser':2 'falkon':1 'long':6 'question':3 'quit':5 'sorri':4"
  -bodyTs: "'00b75263':425 '2':179 '3.1.0':331 '32':211 '5.12.1':334 '5.12.1.0':415 '64':169,176 '7':174 'abl':273,442 'abund':83 'ad':446 'adblock':298 'add':106 'add-in':105 'advanc':57 'analysi':402 'analyz':434 'anyon':312 'apolog':55 'app':326 'appcrash':409 'appear':240 'applic':329,410,413 'appreci':430 'appropri':24 'ask':27 'atttheshore.com':336 'avail':142,301 'base':157 'becom':109 'bergerrealty.com':335 'bit':170,177,212 'brows':252 'browser':128,320 'c':199 'c0000005':422 'cam':338 'chose':155 'code':421 'combin':290 'compat':342 'compli':448 'comput':186,216 'content':295,362 'daili':257 'defer':67 'descript':159 'design':162 'detail':327 'differ':180 'direct':4,33 'disabl':297 'display':356,370,383 'domain':305 'enabl':292,361 'encount':262 'error':193,222,263,307 'event':310,407 'except':420,423 'execut':232 'experi':317 'facebook.com':376 'fail':219 'falkon':156,171,244,277,325 'familiar':40 'fault':416 'feel':30 'find':275 'firefox':100 'first':122 'fix':206 'follow':387 'found':345 'free':31 'fulli':360 'function':250,375 'get':366 'happi':237,247 'hello':1 'help':279 'henc':283 'home':368,381 'host':339 'howev':259 'immedi':386 'in':107 'inadvert':49 'incent':84 'induc':94 'info':398 'initi':76 'instal':168,209 'intend':164 'issu':357,438 'latter':150 'legacy.com':349 'light':324 'line':139 'link':373 'linux':77,145 'load':354 'log':378 'log-in':377 'long':66 'long-def':65 'm':37 'make':63,86 'media':348 'might':118,440 'minimalist':127 'mint':78 'miss':194 'mm':132 'modul':417 'move':68 'msvcr120.dll':195 'much':276,429 'name':408,411,418 'near':110 'nix':73 'obituari':350 'obvious':38 'offset':424 'on-lin':137 'one':124,215 'option':293 'os':74 'page':294,353,369,382 'part':196 'perform':242 'permiss':363 'pertin':397 'pkg':201 'place':25 'plan':60 'pointer':432 'polici':42 'pop':404 'pop-up':403 'post':16,285 'preview':123 'privaci':104 'pro':175 'probabl':75 'problem':406 'protocol':44 'provid':444 'proxim':93 'prudent':120 'qt':389 'qt5webenginecore.dll':419 'qtwebengin':332 'qtwebengineprocess':390 'qtwebengineprocess.exe':412 'question':11,29 'quit':455 'reason':228,246 'receiv':188 'recent':97 'reddit':18 'redistribut':200 'remedi':203 'resolv':436 'rule':450 'run':191 'run-tim':190 'saw':9 'search':282 'set':184 'set-up':183 'sever':202 'shed':322 'similar':182 'site':258,340,351 'someon':7 'soon':62 'sourc':343 'step':50 'still':218 'stop':392 'stuff':136 'success':167,233,380 'switch':88,152 'thank':445 'thought':115 'time':192 'toe':53 'topic':14 'tri':288 'troubleshoot':278 'understand':456 'unus':111 'use':165 'usual':256 'various':289,352 'version':98,213,230,330,333,414 'wasn':271 'web':281,337 'window':70,147,173,198,401 'work':393 'would':427 'wth':449 'year':91"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699741015
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/373708"
  +editedAt: DateTimeImmutable @1699825712 {#1446
    date: 2023-11-12 22:48:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699712015 {#1447
    date: 2023-11-11 15:13:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
76 DENIED moderate
App\Entity\Entry {#1424
  +user: Proxies\__CG__\App\Entity\User {#1423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Falkon-browser-questions-sorry-quite-long"
  +title: "Falkon browser questions (sorry, quite long)"
  +url: null
  +body: """
    Hello. I was directed here by someone who saw a question on this topic I posted at reddit. If there is a more appropriate place to ask these questions, feel free to direct me there. I’m obviously not familiar with policy and protocol here, so if I inadvertently step on any toes, I apologize in advance. I am planning to soon make a long-deferred move from Windows to a *nix OS, probably initially Linux Mint. While there have been abundant incentives to make this switch over the years, the proximate inducment is that recent versions of Firefox (with a few privacy add-ins) have become nearly unusable for me. I thought that it might be prudent to first preview one of the minimalist browsers (I do no MM or other such stuff on-line) that is available for both Linux and Windows on the latter, before switching. So I chose Falkon, based on descriptions of its design and intended use. I successfully installed 64-bit Falkon on WIndows 7 Pro 64-bit on 2 different but similarly set-up computers, but received a run-time error: “missing MSVCR120.dll” (part of Windows C++ Redistributable pkg). Several remedies did not fix, so I installed the 32-bit version on one computer (this still failed with same error on the other, for some reason). This version did execute successfully. I was very happy with the appearance and performance of Falkon, and reasonably happy with the function, in browsing most of my usual daily sites. However, I did encounter errors on a few of those, and I wasn’t able to find much Falkon troubleshooting help from web searches, hence this post. I did try various combinations of enabling optional page content, and disabling AdBlocker, to no avail. Here are the domains and errors, in the event that anyone here who has been experimenting with this browser can shed any light. Falkon app details are: Application version 3.1.0; QtWebEngine version 5.12.1\n
    \n
    **bergerrealty.com & atttheshore.com** (web cam hosting sites)- “no compatible source was found for this media”\n
    \n
    **legacy.com** (obituary site) - various page loading and display issues. If I fully enable content permissions, I can get the home page displayed, but no links are functional.\n
    \n
    **facebook.com** - Log-in successful. Home page displays, but is immediately followed by: “Qt Qtwebengineprocess has stopped working” here is the pertinent info from the Windows analysis pop-up:\n
    \n
    Problem Event Name: APPCRASH; Application Name: QtWebEngineProcess.exe; Application Version: 5.12.1.0; Fault Module Name: Qt5WebEngineCore.dll; Exception Code: c0000005; Exception Offset: 00b75263\n
    \n
    I would very much appreciate any pointers to analyzing and resolving these issues you might be able to provide. Thanks.\n
    \n
    **added to comply wth rule that I don’t quite understand**?\n
    \n
    .
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699732619 {#1422
    date: 2023-11-11 20:56:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1442 …}
  +votes: Doctrine\ORM\PersistentCollection {#1420 …}
  +reports: Doctrine\ORM\PersistentCollection {#1451 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1417 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1411 …}
  +badges: Doctrine\ORM\PersistentCollection {#1441 …}
  +children: []
  -id: 12010
  -titleTs: "'browser':2 'falkon':1 'long':6 'question':3 'quit':5 'sorri':4"
  -bodyTs: "'00b75263':425 '2':179 '3.1.0':331 '32':211 '5.12.1':334 '5.12.1.0':415 '64':169,176 '7':174 'abl':273,442 'abund':83 'ad':446 'adblock':298 'add':106 'add-in':105 'advanc':57 'analysi':402 'analyz':434 'anyon':312 'apolog':55 'app':326 'appcrash':409 'appear':240 'applic':329,410,413 'appreci':430 'appropri':24 'ask':27 'atttheshore.com':336 'avail':142,301 'base':157 'becom':109 'bergerrealty.com':335 'bit':170,177,212 'brows':252 'browser':128,320 'c':199 'c0000005':422 'cam':338 'chose':155 'code':421 'combin':290 'compat':342 'compli':448 'comput':186,216 'content':295,362 'daili':257 'defer':67 'descript':159 'design':162 'detail':327 'differ':180 'direct':4,33 'disabl':297 'display':356,370,383 'domain':305 'enabl':292,361 'encount':262 'error':193,222,263,307 'event':310,407 'except':420,423 'execut':232 'experi':317 'facebook.com':376 'fail':219 'falkon':156,171,244,277,325 'familiar':40 'fault':416 'feel':30 'find':275 'firefox':100 'first':122 'fix':206 'follow':387 'found':345 'free':31 'fulli':360 'function':250,375 'get':366 'happi':237,247 'hello':1 'help':279 'henc':283 'home':368,381 'host':339 'howev':259 'immedi':386 'in':107 'inadvert':49 'incent':84 'induc':94 'info':398 'initi':76 'instal':168,209 'intend':164 'issu':357,438 'latter':150 'legacy.com':349 'light':324 'line':139 'link':373 'linux':77,145 'load':354 'log':378 'log-in':377 'long':66 'long-def':65 'm':37 'make':63,86 'media':348 'might':118,440 'minimalist':127 'mint':78 'miss':194 'mm':132 'modul':417 'move':68 'msvcr120.dll':195 'much':276,429 'name':408,411,418 'near':110 'nix':73 'obituari':350 'obvious':38 'offset':424 'on-lin':137 'one':124,215 'option':293 'os':74 'page':294,353,369,382 'part':196 'perform':242 'permiss':363 'pertin':397 'pkg':201 'place':25 'plan':60 'pointer':432 'polici':42 'pop':404 'pop-up':403 'post':16,285 'preview':123 'privaci':104 'pro':175 'probabl':75 'problem':406 'protocol':44 'provid':444 'proxim':93 'prudent':120 'qt':389 'qt5webenginecore.dll':419 'qtwebengin':332 'qtwebengineprocess':390 'qtwebengineprocess.exe':412 'question':11,29 'quit':455 'reason':228,246 'receiv':188 'recent':97 'reddit':18 'redistribut':200 'remedi':203 'resolv':436 'rule':450 'run':191 'run-tim':190 'saw':9 'search':282 'set':184 'set-up':183 'sever':202 'shed':322 'similar':182 'site':258,340,351 'someon':7 'soon':62 'sourc':343 'step':50 'still':218 'stop':392 'stuff':136 'success':167,233,380 'switch':88,152 'thank':445 'thought':115 'time':192 'toe':53 'topic':14 'tri':288 'troubleshoot':278 'understand':456 'unus':111 'use':165 'usual':256 'various':289,352 'version':98,213,230,330,333,414 'wasn':271 'web':281,337 'window':70,147,173,198,401 'work':393 'would':427 'wth':449 'year':91"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699741015
  +visibility: "visible             "
  +apId: "https://lemmy.kde.social/post/373708"
  +editedAt: DateTimeImmutable @1699825712 {#1446
    date: 2023-11-12 22:48:32.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699712015 {#1447
    date: 2023-11-11 15:13:35.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\Entry {#1425
  +user: Proxies\__CG__\App\Entity\User {#1416 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1427 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "104-Gig-Patch"
  +title: "104 Gig Patch?"
  +url: null
  +body: "That’s like Theseus bringing in his ship for maintenance and when he returns to get it, the ship mechanic saying “so I have good news and bad news…”…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699728525 {#1418
    date: 2023-11-11 19:48:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1456 …}
  +votes: Doctrine\ORM\PersistentCollection {#1461 …}
  +reports: Doctrine\ORM\PersistentCollection {#1463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1448 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1455 …}
  +badges: Doctrine\ORM\PersistentCollection {#1460 …}
  +children: []
  -id: 18258
  -titleTs: "'104':1 'gig':2 'patch':3"
  -bodyTs: "'bad':28 'bring':5 'get':16 'good':25 'like':3 'mainten':10 'mechan':20 'news':26,29 'return':14 'say':21 'ship':8,19 'theseus':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699729617
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8115543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699716617 {#1419
    date: 2023-11-11 16:30:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1425
  +user: Proxies\__CG__\App\Entity\User {#1416 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1427 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "104-Gig-Patch"
  +title: "104 Gig Patch?"
  +url: null
  +body: "That’s like Theseus bringing in his ship for maintenance and when he returns to get it, the ship mechanic saying “so I have good news and bad news…”…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699728525 {#1418
    date: 2023-11-11 19:48:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1456 …}
  +votes: Doctrine\ORM\PersistentCollection {#1461 …}
  +reports: Doctrine\ORM\PersistentCollection {#1463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1448 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1455 …}
  +badges: Doctrine\ORM\PersistentCollection {#1460 …}
  +children: []
  -id: 18258
  -titleTs: "'104':1 'gig':2 'patch':3"
  -bodyTs: "'bad':28 'bring':5 'get':16 'good':25 'like':3 'mainten':10 'mechan':20 'news':26,29 'return':14 'say':21 'ship':8,19 'theseus':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699729617
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8115543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699716617 {#1419
    date: 2023-11-11 16:30:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1425
  +user: Proxies\__CG__\App\Entity\User {#1416 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1427 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "104-Gig-Patch"
  +title: "104 Gig Patch?"
  +url: null
  +body: "That’s like Theseus bringing in his ship for maintenance and when he returns to get it, the ship mechanic saying “so I have good news and bad news…”…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699728525 {#1418
    date: 2023-11-11 19:48:45.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1456 …}
  +votes: Doctrine\ORM\PersistentCollection {#1461 …}
  +reports: Doctrine\ORM\PersistentCollection {#1463 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1448 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1455 …}
  +badges: Doctrine\ORM\PersistentCollection {#1460 …}
  +children: []
  -id: 18258
  -titleTs: "'104':1 'gig':2 'patch':3"
  -bodyTs: "'bad':28 'bring':5 'get':16 'good':25 'like':3 'mainten':10 'mechan':20 'news':26,29 'return':14 'say':21 'ship':8,19 'theseus':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699729617
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8115543"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699716617 {#1419
    date: 2023-11-11 16:30:17.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1439
  +user: Proxies\__CG__\App\Entity\User {#1433 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Have-you-read-the-Unabombers-manifesto"
  +title: "Have you read the Unabombers manifesto?"
  +url: null
  +body: """
    I remember reading it many years ago. He made some good points - which is disconcerting.\n
    \n
    Has anyone else read it? What did you think?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699728201 {#1459
    date: 2023-11-11 19:43:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1437 …}
  +votes: Doctrine\ORM\PersistentCollection {#1428 …}
  +reports: Doctrine\ORM\PersistentCollection {#1430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1431 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1699 …}
  +children: []
  -id: 9232
  -titleTs: "'manifesto':6 'read':3 'unabomb':5"
  -bodyTs: "'ago':7 'anyon':17 'disconcert':15 'els':18 'good':11 'made':9 'mani':5 'point':12 'read':3,19 'rememb':2 'think':24 'year':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699067568
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7714840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698981168 {#1432
    date: 2023-11-03 04:12:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1439
  +user: Proxies\__CG__\App\Entity\User {#1433 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Have-you-read-the-Unabombers-manifesto"
  +title: "Have you read the Unabombers manifesto?"
  +url: null
  +body: """
    I remember reading it many years ago. He made some good points - which is disconcerting.\n
    \n
    Has anyone else read it? What did you think?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699728201 {#1459
    date: 2023-11-11 19:43:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1437 …}
  +votes: Doctrine\ORM\PersistentCollection {#1428 …}
  +reports: Doctrine\ORM\PersistentCollection {#1430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1431 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1699 …}
  +children: []
  -id: 9232
  -titleTs: "'manifesto':6 'read':3 'unabomb':5"
  -bodyTs: "'ago':7 'anyon':17 'disconcert':15 'els':18 'good':11 'made':9 'mani':5 'point':12 'read':3,19 'rememb':2 'think':24 'year':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699067568
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7714840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698981168 {#1432
    date: 2023-11-03 04:12:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1439
  +user: Proxies\__CG__\App\Entity\User {#1433 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Have-you-read-the-Unabombers-manifesto"
  +title: "Have you read the Unabombers manifesto?"
  +url: null
  +body: """
    I remember reading it many years ago. He made some good points - which is disconcerting.\n
    \n
    Has anyone else read it? What did you think?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 49
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699728201 {#1459
    date: 2023-11-11 19:43:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1437 …}
  +votes: Doctrine\ORM\PersistentCollection {#1428 …}
  +reports: Doctrine\ORM\PersistentCollection {#1430 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1431 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1438 …}
  +badges: Doctrine\ORM\PersistentCollection {#1699 …}
  +children: []
  -id: 9232
  -titleTs: "'manifesto':6 'read':3 'unabomb':5"
  -bodyTs: "'ago':7 'anyon':17 'disconcert':15 'els':18 'good':11 'made':9 'mani':5 'point':12 'read':3,19 'rememb':2 'think':24 'year':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699067568
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7714840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698981168 {#1432
    date: 2023-11-03 04:12:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-the-significance-of-calling-it-Israel-Hamas-War-vs-Israel-Gaza"
  +title: "What's the significance of calling it "Israel-Hamas War" vs "Israel-Gaza War"?"
  +url: null
  +body: """
    I’m in the US.\n
    \n
    I haven’t discerned a pattern, by the media, in the titling of the horror currently underway.\n
    \n
    I’ve seen Al Jazeera use both phrasings. I haven’t determined that other media sites are hardlining their terminology either, but I notice the difference as I browse.\n
    \n
    Maybe it doesn’t mean anything, but these days people seem extra sensitive about names.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 61
  +favouriteCount: 98
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699727901 {#1703
    date: 2023-11-11 19:38:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1695 …}
  +votes: Doctrine\ORM\PersistentCollection {#1698 …}
  +reports: Doctrine\ORM\PersistentCollection {#1709 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1610 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1606 …}
  +badges: Doctrine\ORM\PersistentCollection {#1612 …}
  +children: []
  -id: 10038
  -titleTs: "'call':6 'gaza':15 'hama':10 'israel':9,14 'israel-gaza':13 'israel-hama':8 'signific':4 'vs':12 'war':11,16"
  -bodyTs: "'al':26 'anyth':57 'brows':51 'current':21 'day':60 'determin':34 'differ':48 'discern':9 'doesn':54 'either':43 'extra':63 'hardlin':40 'haven':7,32 'horror':20 'jazeera':27 'm':2 'mayb':52 'mean':56 'media':14,37 'name':66 'notic':46 'pattern':11 'peopl':61 'phrase':30 'seem':62 'seen':25 'sensit':64 'site':38 'terminolog':42 'titl':17 'underway':22 'us':5 'use':28 've':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699237518
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7805599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699151118 {#1700
    date: 2023-11-05 03:25: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
87 DENIED edit
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-the-significance-of-calling-it-Israel-Hamas-War-vs-Israel-Gaza"
  +title: "What's the significance of calling it "Israel-Hamas War" vs "Israel-Gaza War"?"
  +url: null
  +body: """
    I’m in the US.\n
    \n
    I haven’t discerned a pattern, by the media, in the titling of the horror currently underway.\n
    \n
    I’ve seen Al Jazeera use both phrasings. I haven’t determined that other media sites are hardlining their terminology either, but I notice the difference as I browse.\n
    \n
    Maybe it doesn’t mean anything, but these days people seem extra sensitive about names.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 61
  +favouriteCount: 98
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699727901 {#1703
    date: 2023-11-11 19:38:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1695 …}
  +votes: Doctrine\ORM\PersistentCollection {#1698 …}
  +reports: Doctrine\ORM\PersistentCollection {#1709 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1610 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1606 …}
  +badges: Doctrine\ORM\PersistentCollection {#1612 …}
  +children: []
  -id: 10038
  -titleTs: "'call':6 'gaza':15 'hama':10 'israel':9,14 'israel-gaza':13 'israel-hama':8 'signific':4 'vs':12 'war':11,16"
  -bodyTs: "'al':26 'anyth':57 'brows':51 'current':21 'day':60 'determin':34 'differ':48 'discern':9 'doesn':54 'either':43 'extra':63 'hardlin':40 'haven':7,32 'horror':20 'jazeera':27 'm':2 'mayb':52 'mean':56 'media':14,37 'name':66 'notic':46 'pattern':11 'peopl':61 'phrase':30 'seem':62 'seen':25 'sensit':64 'site':38 'terminolog':42 'titl':17 'underway':22 'us':5 'use':28 've':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699237518
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7805599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699151118 {#1700
    date: 2023-11-05 03:25: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
88 DENIED moderate
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1877 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "What-s-the-significance-of-calling-it-Israel-Hamas-War-vs-Israel-Gaza"
  +title: "What's the significance of calling it "Israel-Hamas War" vs "Israel-Gaza War"?"
  +url: null
  +body: """
    I’m in the US.\n
    \n
    I haven’t discerned a pattern, by the media, in the titling of the horror currently underway.\n
    \n
    I’ve seen Al Jazeera use both phrasings. I haven’t determined that other media sites are hardlining their terminology either, but I notice the difference as I browse.\n
    \n
    Maybe it doesn’t mean anything, but these days people seem extra sensitive about names.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 61
  +favouriteCount: 98
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699727901 {#1703
    date: 2023-11-11 19:38:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1695 …}
  +votes: Doctrine\ORM\PersistentCollection {#1698 …}
  +reports: Doctrine\ORM\PersistentCollection {#1709 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1610 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1606 …}
  +badges: Doctrine\ORM\PersistentCollection {#1612 …}
  +children: []
  -id: 10038
  -titleTs: "'call':6 'gaza':15 'hama':10 'israel':9,14 'israel-gaza':13 'israel-hama':8 'signific':4 'vs':12 'war':11,16"
  -bodyTs: "'al':26 'anyth':57 'brows':51 'current':21 'day':60 'determin':34 'differ':48 'discern':9 'doesn':54 'either':43 'extra':63 'hardlin':40 'haven':7,32 'horror':20 'jazeera':27 'm':2 'mayb':52 'mean':56 'media':14,37 'name':66 'notic':46 'pattern':11 'peopl':61 'phrase':30 'seem':62 'seen':25 'sensit':64 'site':38 'terminolog':42 'titl':17 'underway':22 'us':5 'use':28 've':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699237518
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7805599"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699151118 {#1700
    date: 2023-11-05 03:25: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
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 {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Fonts"
  +title: "Fonts"
  +url: null
  +body: "I always use Windows fonts with Linux. What font do you use?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699722577 {#1743
    date: 2023-11-11 18:09:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 11680
  -titleTs: "'font':1"
  -bodyTs: "'alway':2 'font':5,9 'linux':7 'use':3,12 'window':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699686359
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8050039"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699599959 {#1752
    date: 2023-11-10 08:05:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Fonts"
  +title: "Fonts"
  +url: null
  +body: "I always use Windows fonts with Linux. What font do you use?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699722577 {#1743
    date: 2023-11-11 18:09:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 11680
  -titleTs: "'font':1"
  -bodyTs: "'alway':2 'font':5,9 'linux':7 'use':3,12 'window':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699686359
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8050039"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699599959 {#1752
    date: 2023-11-10 08:05:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Fonts"
  +title: "Fonts"
  +url: null
  +body: "I always use Windows fonts with Linux. What font do you use?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 44
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699722577 {#1743
    date: 2023-11-11 18:09:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1646 …}
  +votes: Doctrine\ORM\PersistentCollection {#1645 …}
  +reports: Doctrine\ORM\PersistentCollection {#1641 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1665 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1674 …}
  +badges: Doctrine\ORM\PersistentCollection {#1672 …}
  +children: []
  -id: 11680
  -titleTs: "'font':1"
  -bodyTs: "'alway':2 'font':5,9 'linux':7 'use':3,12 'window':4"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699686359
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/8050039"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699599959 {#1752
    date: 2023-11-10 08:05:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1669
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Clevo-Laptop-doesnt-boot-any-Linux-USB-sticks-partitions-not"
  +title: "Clevo Laptop doesnt boot any Linux USB sticks? partitions not found, fstab errors and all?"
  +url: null
  +body: """
    I am trying out a Clevo MZ41, pretty interesting machine. It is coreboot supported (Dasharo, in the future also Heads) which is exciting.\n
    \n
    But I cant boot any live Linux? I tried Fedora Media writer and KDEs iso image writer. I tried Fedora KDE and KDE Neon (you see a trend haha) and also Ventoy.\n
    \n
    These sticks normally always boot up, but here I get Dracut timeout, partition /root not found etc.\n
    \n
    In the insydeH2O Bios I already disabled Secureboot entirely (not even needed, that Bios is awesome I can even deploy my own keys and all). Nothing changed.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Warning: /dev/disk/by-label/Fedora-KDE-Live-38-1-6 does not exist\n
    </span><span style="color:#323232;">Warning: /dev/root does not exist\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">... emergency mode ...\n
    </span>\n
    ```\n
    \n
    Anyone know whats going on here?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699719879 {#1677
    date: 2023-11-11 17:24:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1671 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1650 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  +badges: Doctrine\ORM\PersistentCollection {#1649 …}
  +children: []
  -id: 9998
  -titleTs: "'boot':4 'clevo':1 'doesnt':3 'error':13 'found':11 'fstab':12 'laptop':2 'linux':6 'partit':9 'stick':8 'usb':7"
  -bodyTs: "'/dev/disk/by-label/fedora-kde-live-38-1-6':101 '/dev/root':106 '/root':69 'alreadi':78 'also':19,54 'alway':59 'anyon':112 'awesom':88 'bio':76,86 'boot':27,60 'cant':26 'chang':99 'clevo':6 'coreboot':13 'dasharo':15 'deploy':92 'disabl':79 'dracut':66 'emerg':110 'entir':81 'etc':72 'even':83,91 'excit':23 'exist':104,109 'fedora':33,43 'found':71 'futur':18 'get':65 'go':115 'haha':52 'head':20 'imag':39 'insydeh2o':75 'interest':9 'iso':38 'kde':44,46 'kdes':37 'key':95 'know':113 'linux':30 'live':29 'machin':10 'media':34 'mode':111 'mz41':7 'need':84 'neon':47 'normal':58 'noth':98 'partit':68 'pretti':8 'secureboot':80 'see':49 'stick':57 'support':14 'timeout':67 'trend':51 'tri':3,32,42 'ventoy':55 'warn':100,105 'what':114 'writer':35,40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699230363
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5307202"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699143963 {#1678
    date: 2023-11-05 01:26:03.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1669
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Clevo-Laptop-doesnt-boot-any-Linux-USB-sticks-partitions-not"
  +title: "Clevo Laptop doesnt boot any Linux USB sticks? partitions not found, fstab errors and all?"
  +url: null
  +body: """
    I am trying out a Clevo MZ41, pretty interesting machine. It is coreboot supported (Dasharo, in the future also Heads) which is exciting.\n
    \n
    But I cant boot any live Linux? I tried Fedora Media writer and KDEs iso image writer. I tried Fedora KDE and KDE Neon (you see a trend haha) and also Ventoy.\n
    \n
    These sticks normally always boot up, but here I get Dracut timeout, partition /root not found etc.\n
    \n
    In the insydeH2O Bios I already disabled Secureboot entirely (not even needed, that Bios is awesome I can even deploy my own keys and all). Nothing changed.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Warning: /dev/disk/by-label/Fedora-KDE-Live-38-1-6 does not exist\n
    </span><span style="color:#323232;">Warning: /dev/root does not exist\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">... emergency mode ...\n
    </span>\n
    ```\n
    \n
    Anyone know whats going on here?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699719879 {#1677
    date: 2023-11-11 17:24:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1671 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1650 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  +badges: Doctrine\ORM\PersistentCollection {#1649 …}
  +children: []
  -id: 9998
  -titleTs: "'boot':4 'clevo':1 'doesnt':3 'error':13 'found':11 'fstab':12 'laptop':2 'linux':6 'partit':9 'stick':8 'usb':7"
  -bodyTs: "'/dev/disk/by-label/fedora-kde-live-38-1-6':101 '/dev/root':106 '/root':69 'alreadi':78 'also':19,54 'alway':59 'anyon':112 'awesom':88 'bio':76,86 'boot':27,60 'cant':26 'chang':99 'clevo':6 'coreboot':13 'dasharo':15 'deploy':92 'disabl':79 'dracut':66 'emerg':110 'entir':81 'etc':72 'even':83,91 'excit':23 'exist':104,109 'fedora':33,43 'found':71 'futur':18 'get':65 'go':115 'haha':52 'head':20 'imag':39 'insydeh2o':75 'interest':9 'iso':38 'kde':44,46 'kdes':37 'key':95 'know':113 'linux':30 'live':29 'machin':10 'media':34 'mode':111 'mz41':7 'need':84 'neon':47 'normal':58 'noth':98 'partit':68 'pretti':8 'secureboot':80 'see':49 'stick':57 'support':14 'timeout':67 'trend':51 'tri':3,32,42 'ventoy':55 'warn':100,105 'what':114 'writer':35,40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699230363
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5307202"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699143963 {#1678
    date: 2023-11-05 01:26:03.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1669
  +user: Proxies\__CG__\App\Entity\User {#2476 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#190 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "Clevo-Laptop-doesnt-boot-any-Linux-USB-sticks-partitions-not"
  +title: "Clevo Laptop doesnt boot any Linux USB sticks? partitions not found, fstab errors and all?"
  +url: null
  +body: """
    I am trying out a Clevo MZ41, pretty interesting machine. It is coreboot supported (Dasharo, in the future also Heads) which is exciting.\n
    \n
    But I cant boot any live Linux? I tried Fedora Media writer and KDEs iso image writer. I tried Fedora KDE and KDE Neon (you see a trend haha) and also Ventoy.\n
    \n
    These sticks normally always boot up, but here I get Dracut timeout, partition /root not found etc.\n
    \n
    In the insydeH2O Bios I already disabled Secureboot entirely (not even needed, that Bios is awesome I can even deploy my own keys and all). Nothing changed.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Warning: /dev/disk/by-label/Fedora-KDE-Live-38-1-6 does not exist\n
    </span><span style="color:#323232;">Warning: /dev/root does not exist\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">... emergency mode ...\n
    </span>\n
    ```\n
    \n
    Anyone know whats going on here?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699719879 {#1677
    date: 2023-11-11 17:24:39.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1671 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1650 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  +badges: Doctrine\ORM\PersistentCollection {#1649 …}
  +children: []
  -id: 9998
  -titleTs: "'boot':4 'clevo':1 'doesnt':3 'error':13 'found':11 'fstab':12 'laptop':2 'linux':6 'partit':9 'stick':8 'usb':7"
  -bodyTs: "'/dev/disk/by-label/fedora-kde-live-38-1-6':101 '/dev/root':106 '/root':69 'alreadi':78 'also':19,54 'alway':59 'anyon':112 'awesom':88 'bio':76,86 'boot':27,60 'cant':26 'chang':99 'clevo':6 'coreboot':13 'dasharo':15 'deploy':92 'disabl':79 'dracut':66 'emerg':110 'entir':81 'etc':72 'even':83,91 'excit':23 'exist':104,109 'fedora':33,43 'found':71 'futur':18 'get':65 'go':115 'haha':52 'head':20 'imag':39 'insydeh2o':75 'interest':9 'iso':38 'kde':44,46 'kdes':37 'key':95 'know':113 'linux':30 'live':29 'machin':10 'media':34 'mode':111 'mz41':7 'need':84 'neon':47 'normal':58 'noth':98 'partit':68 'pretti':8 'secureboot':80 'see':49 'stick':57 'support':14 'timeout':67 'trend':51 'tri':3,32,42 'ventoy':55 'warn':100,105 'what':114 'writer':35,40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699230363
  +visibility: "visible             "
  +apId: "https://feddit.de/post/5307202"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699143963 {#1678
    date: 2023-11-05 01:26:03.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1662
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1553 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "RFC-Add-custom-fields-to-local-site-and-local-user-tables"
  +title: "[RFC] Add custom fields to local_site and local_user tables"
  +url: null
  +body: """
    ### Proposal\n
    \n
    Add custom database columns to the `local_site` and `local_user` tables and corresponding config keys in the `editSite` and `saveUserSettings` interfaces. Data type would be `text` and the column name could be `user_custom` or something like that.\n
    \n
    ### Rationale\n
    \n
    Many 3rd party Lemmy UIs offer more config options than are covered by the discrete config keys currently exposed via `saveUserSettings` and in the `MyUserInfo` interface. A custom field where a JSON blob could be stored would allow 3rd party Lemmy UI clients to save site-level and user-level config options to the API similar to how Lemmy-UI has its settings saved.\n
    \n
    Currently, 3PAs largely (exclusively?) utilize local storage which limits any persistence to individual devices/browsers. Adding those `text` columns and exposing them via the `getSite`, `editSite` and `saveUserSettings` interfaces would allow 3rd party apps the ability to persist settings across devices by serializing them to JSON and storing/serving from the API.\n
    \n
    ### Use Cases\n
    \n
    - Application settings and preferences\n
    - Keyword filters\n
    - Favorite community lists\n
    - Community group lists\n
    - Structured site-level data such as rules, public community groups, report and moderation templates, etc.\n
    \n
    ### Possible Cons\n
    \n
    - Would slightly increase amount of data returned in the `getSite` API call due to the extra data in the `local_site` and `my_user` keys.\n
    - 3PA developers would have to share this field. \n
        - Not really a concern for the Lemmy devs, but there would ultimately need to be some cooperation between 3PA devs to avoid contention (e.g. a container with namespaces, etc).\n
    \n
    ### Workarounds Considered\n
    \n
    Adding a backend server to each 3rd party UI is possible but may be overkill for the relatively common and simple task of persisting settings. A custom field exposed by the Lemmy API would alleviate that. For use-cases more advanced than simple settings storage, the 3PA dev may opt to build their own backend anyway.\n
    \n
    In Tesseract, the current workaround is done by allowing export and import of user settings to a JSON file which can be loaded into a new device/browser. While that’s better than nothing, it’s far from ideal.\n
    \n
    Thoughts?\n
    \n
    **Update**: To test the viability of this RFC, I’ve horribly abused the `theme` field to store about 60 KB of JSON user settings data. Aside from breaking the CSS in Lemmy-UI (as expected), everything works great. The additional payload data in the `getSite` response doesn’t seem to be causing much of an impact. I may leave this in the next release under “advanced settings” with appropriate warnings as well as adding a “restore” button to restore it to a valid theme value. Ultimately, though, a dedicated field for 3PAs to use would be ideal.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699709635 {#1653
    date: 2023-11-11 14:33:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1592 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1571 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1577 …}
  +children: []
  -id: 11991
  -titleTs: "'add':2 'custom':3 'field':4 'local':6,9 'rfc':1 'site':7 'tabl':11 'user':10"
  -bodyTs: "'3pa':216,242,302 '3pas':110,443 '3rd':43,80,139,261 '60':369 'abil':143 'abus':362 'across':147 'ad':123,255,425 'add':2 'addit':391 'advanc':296,417 'allevi':289 'allow':79,138,320 'amount':194 'anyway':311 'api':98,158,201,287 'app':141 'applic':161 'appropri':420 'asid':376 'avoid':245 'backend':257,310 'better':342 'blob':74 'break':378 'build':307 'button':428 'call':202 'case':160,294 'caus':403 'client':84 'column':5,31,126 'common':273 'communiti':168,170,182 'con':190 'concern':227 'config':16,49,57,94 'consid':254 'contain':249 'content':246 'cooper':240 'correspond':15 'could':33,75 'cover':53 'css':380 'current':59,109,315 'custom':3,36,69,281 'data':24,177,196,207,375,393 'databas':4 'dedic':440 'dev':231,243,303 'develop':217 'devic':148 'device/browser':338 'devices/browsers':122 'discret':56 'doesn':398 'done':318 'due':203 'e.g':247 'editsit':20,133 'etc':188,252 'everyth':387 'exclus':112 'expect':386 'export':321 'expos':60,128,283 'extra':206 'far':347 'favorit':167 'field':70,223,282,365,441 'file':330 'filter':166 'getsit':132,200,396 'great':389 'group':171,183 'horribl':361 'ideal':349,448 'impact':407 'import':323 'increas':193 'individu':121 'interfac':23,67,136 'json':73,153,329,372 'kb':370 'key':17,58,215 'keyword':165 'larg':111 'leav':410 'lemmi':45,82,103,230,286,383 'lemmy-ui':102,382 'level':89,93,176 'like':39 'limit':117 'list':169,172 'load':334 'local':8,11,114,210 'mani':42 'may':267,304,409 'moder':186 'much':404 'myuserinfo':66 'name':32 'namespac':251 'need':236 'new':337 'next':414 'noth':344 'offer':47 'opt':305 'option':50,95 'overkil':269 'parti':44,81,140,262 'payload':392 'persist':119,145,278 'possibl':189,265 'prefer':164 'propos':1 'public':181 'rational':41 'realli':225 'relat':272 'releas':415 'report':184 'respons':397 'restor':427,430 'return':197 'rfc':358 'rule':180 'save':86,108 'saveuserset':22,62,135 'seem':400 'serial':150 'server':258 'set':107,146,162,279,299,326,374,418 'share':221 'similar':99 'simpl':275,298 'site':9,88,175,211 'site-level':87,174 'slight':192 'someth':38 'storag':115,300 'store':77,367 'storing/serving':155 'structur':173 'tabl':13 'task':276 'templat':187 'tesseract':313 'test':353 'text':28,125 'theme':364,435 'though':438 'thought':350 'type':25 'ui':46,83,104,263,384 'ultim':235,437 'updat':351 'use':159,293,445 'use-cas':292 'user':12,35,92,214,325,373 'user-level':91 'util':113 'valid':434 'valu':436 've':360 'via':61,130 'viabil':355 'warn':421 'well':423 'work':388 'workaround':253,316 'would':26,78,137,191,218,234,288,446"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699718635
  +visibility: "visible             "
  +apId: "https://dubvee.org/post/370736"
  +editedAt: DateTimeImmutable @1699874770 {#1656
    date: 2023-11-13 12:26:10.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699709635 {#1661
    date: 2023-11-11 14:33:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
99 DENIED edit
App\Entity\Entry {#1662
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1553 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "RFC-Add-custom-fields-to-local-site-and-local-user-tables"
  +title: "[RFC] Add custom fields to local_site and local_user tables"
  +url: null
  +body: """
    ### Proposal\n
    \n
    Add custom database columns to the `local_site` and `local_user` tables and corresponding config keys in the `editSite` and `saveUserSettings` interfaces. Data type would be `text` and the column name could be `user_custom` or something like that.\n
    \n
    ### Rationale\n
    \n
    Many 3rd party Lemmy UIs offer more config options than are covered by the discrete config keys currently exposed via `saveUserSettings` and in the `MyUserInfo` interface. A custom field where a JSON blob could be stored would allow 3rd party Lemmy UI clients to save site-level and user-level config options to the API similar to how Lemmy-UI has its settings saved.\n
    \n
    Currently, 3PAs largely (exclusively?) utilize local storage which limits any persistence to individual devices/browsers. Adding those `text` columns and exposing them via the `getSite`, `editSite` and `saveUserSettings` interfaces would allow 3rd party apps the ability to persist settings across devices by serializing them to JSON and storing/serving from the API.\n
    \n
    ### Use Cases\n
    \n
    - Application settings and preferences\n
    - Keyword filters\n
    - Favorite community lists\n
    - Community group lists\n
    - Structured site-level data such as rules, public community groups, report and moderation templates, etc.\n
    \n
    ### Possible Cons\n
    \n
    - Would slightly increase amount of data returned in the `getSite` API call due to the extra data in the `local_site` and `my_user` keys.\n
    - 3PA developers would have to share this field. \n
        - Not really a concern for the Lemmy devs, but there would ultimately need to be some cooperation between 3PA devs to avoid contention (e.g. a container with namespaces, etc).\n
    \n
    ### Workarounds Considered\n
    \n
    Adding a backend server to each 3rd party UI is possible but may be overkill for the relatively common and simple task of persisting settings. A custom field exposed by the Lemmy API would alleviate that. For use-cases more advanced than simple settings storage, the 3PA dev may opt to build their own backend anyway.\n
    \n
    In Tesseract, the current workaround is done by allowing export and import of user settings to a JSON file which can be loaded into a new device/browser. While that’s better than nothing, it’s far from ideal.\n
    \n
    Thoughts?\n
    \n
    **Update**: To test the viability of this RFC, I’ve horribly abused the `theme` field to store about 60 KB of JSON user settings data. Aside from breaking the CSS in Lemmy-UI (as expected), everything works great. The additional payload data in the `getSite` response doesn’t seem to be causing much of an impact. I may leave this in the next release under “advanced settings” with appropriate warnings as well as adding a “restore” button to restore it to a valid theme value. Ultimately, though, a dedicated field for 3PAs to use would be ideal.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699709635 {#1653
    date: 2023-11-11 14:33:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1592 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1571 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1577 …}
  +children: []
  -id: 11991
  -titleTs: "'add':2 'custom':3 'field':4 'local':6,9 'rfc':1 'site':7 'tabl':11 'user':10"
  -bodyTs: "'3pa':216,242,302 '3pas':110,443 '3rd':43,80,139,261 '60':369 'abil':143 'abus':362 'across':147 'ad':123,255,425 'add':2 'addit':391 'advanc':296,417 'allevi':289 'allow':79,138,320 'amount':194 'anyway':311 'api':98,158,201,287 'app':141 'applic':161 'appropri':420 'asid':376 'avoid':245 'backend':257,310 'better':342 'blob':74 'break':378 'build':307 'button':428 'call':202 'case':160,294 'caus':403 'client':84 'column':5,31,126 'common':273 'communiti':168,170,182 'con':190 'concern':227 'config':16,49,57,94 'consid':254 'contain':249 'content':246 'cooper':240 'correspond':15 'could':33,75 'cover':53 'css':380 'current':59,109,315 'custom':3,36,69,281 'data':24,177,196,207,375,393 'databas':4 'dedic':440 'dev':231,243,303 'develop':217 'devic':148 'device/browser':338 'devices/browsers':122 'discret':56 'doesn':398 'done':318 'due':203 'e.g':247 'editsit':20,133 'etc':188,252 'everyth':387 'exclus':112 'expect':386 'export':321 'expos':60,128,283 'extra':206 'far':347 'favorit':167 'field':70,223,282,365,441 'file':330 'filter':166 'getsit':132,200,396 'great':389 'group':171,183 'horribl':361 'ideal':349,448 'impact':407 'import':323 'increas':193 'individu':121 'interfac':23,67,136 'json':73,153,329,372 'kb':370 'key':17,58,215 'keyword':165 'larg':111 'leav':410 'lemmi':45,82,103,230,286,383 'lemmy-ui':102,382 'level':89,93,176 'like':39 'limit':117 'list':169,172 'load':334 'local':8,11,114,210 'mani':42 'may':267,304,409 'moder':186 'much':404 'myuserinfo':66 'name':32 'namespac':251 'need':236 'new':337 'next':414 'noth':344 'offer':47 'opt':305 'option':50,95 'overkil':269 'parti':44,81,140,262 'payload':392 'persist':119,145,278 'possibl':189,265 'prefer':164 'propos':1 'public':181 'rational':41 'realli':225 'relat':272 'releas':415 'report':184 'respons':397 'restor':427,430 'return':197 'rfc':358 'rule':180 'save':86,108 'saveuserset':22,62,135 'seem':400 'serial':150 'server':258 'set':107,146,162,279,299,326,374,418 'share':221 'similar':99 'simpl':275,298 'site':9,88,175,211 'site-level':87,174 'slight':192 'someth':38 'storag':115,300 'store':77,367 'storing/serving':155 'structur':173 'tabl':13 'task':276 'templat':187 'tesseract':313 'test':353 'text':28,125 'theme':364,435 'though':438 'thought':350 'type':25 'ui':46,83,104,263,384 'ultim':235,437 'updat':351 'use':159,293,445 'use-cas':292 'user':12,35,92,214,325,373 'user-level':91 'util':113 'valid':434 'valu':436 've':360 'via':61,130 'viabil':355 'warn':421 'well':423 'work':388 'workaround':253,316 'would':26,78,137,191,218,234,288,446"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699718635
  +visibility: "visible             "
  +apId: "https://dubvee.org/post/370736"
  +editedAt: DateTimeImmutable @1699874770 {#1656
    date: 2023-11-13 12:26:10.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699709635 {#1661
    date: 2023-11-11 14:33:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
100 DENIED moderate
App\Entity\Entry {#1662
  +user: Proxies\__CG__\App\Entity\User {#1663 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1553 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#156 …}
  +slug: "RFC-Add-custom-fields-to-local-site-and-local-user-tables"
  +title: "[RFC] Add custom fields to local_site and local_user tables"
  +url: null
  +body: """
    ### Proposal\n
    \n
    Add custom database columns to the `local_site` and `local_user` tables and corresponding config keys in the `editSite` and `saveUserSettings` interfaces. Data type would be `text` and the column name could be `user_custom` or something like that.\n
    \n
    ### Rationale\n
    \n
    Many 3rd party Lemmy UIs offer more config options than are covered by the discrete config keys currently exposed via `saveUserSettings` and in the `MyUserInfo` interface. A custom field where a JSON blob could be stored would allow 3rd party Lemmy UI clients to save site-level and user-level config options to the API similar to how Lemmy-UI has its settings saved.\n
    \n
    Currently, 3PAs largely (exclusively?) utilize local storage which limits any persistence to individual devices/browsers. Adding those `text` columns and exposing them via the `getSite`, `editSite` and `saveUserSettings` interfaces would allow 3rd party apps the ability to persist settings across devices by serializing them to JSON and storing/serving from the API.\n
    \n
    ### Use Cases\n
    \n
    - Application settings and preferences\n
    - Keyword filters\n
    - Favorite community lists\n
    - Community group lists\n
    - Structured site-level data such as rules, public community groups, report and moderation templates, etc.\n
    \n
    ### Possible Cons\n
    \n
    - Would slightly increase amount of data returned in the `getSite` API call due to the extra data in the `local_site` and `my_user` keys.\n
    - 3PA developers would have to share this field. \n
        - Not really a concern for the Lemmy devs, but there would ultimately need to be some cooperation between 3PA devs to avoid contention (e.g. a container with namespaces, etc).\n
    \n
    ### Workarounds Considered\n
    \n
    Adding a backend server to each 3rd party UI is possible but may be overkill for the relatively common and simple task of persisting settings. A custom field exposed by the Lemmy API would alleviate that. For use-cases more advanced than simple settings storage, the 3PA dev may opt to build their own backend anyway.\n
    \n
    In Tesseract, the current workaround is done by allowing export and import of user settings to a JSON file which can be loaded into a new device/browser. While that’s better than nothing, it’s far from ideal.\n
    \n
    Thoughts?\n
    \n
    **Update**: To test the viability of this RFC, I’ve horribly abused the `theme` field to store about 60 KB of JSON user settings data. Aside from breaking the CSS in Lemmy-UI (as expected), everything works great. The additional payload data in the `getSite` response doesn’t seem to be causing much of an impact. I may leave this in the next release under “advanced settings” with appropriate warnings as well as adding a “restore” button to restore it to a valid theme value. Ultimately, though, a dedicated field for 3PAs to use would be ideal.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699709635 {#1653
    date: 2023-11-11 14:33:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1592 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1571 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1577 …}
  +children: []
  -id: 11991
  -titleTs: "'add':2 'custom':3 'field':4 'local':6,9 'rfc':1 'site':7 'tabl':11 'user':10"
  -bodyTs: "'3pa':216,242,302 '3pas':110,443 '3rd':43,80,139,261 '60':369 'abil':143 'abus':362 'across':147 'ad':123,255,425 'add':2 'addit':391 'advanc':296,417 'allevi':289 'allow':79,138,320 'amount':194 'anyway':311 'api':98,158,201,287 'app':141 'applic':161 'appropri':420 'asid':376 'avoid':245 'backend':257,310 'better':342 'blob':74 'break':378 'build':307 'button':428 'call':202 'case':160,294 'caus':403 'client':84 'column':5,31,126 'common':273 'communiti':168,170,182 'con':190 'concern':227 'config':16,49,57,94 'consid':254 'contain':249 'content':246 'cooper':240 'correspond':15 'could':33,75 'cover':53 'css':380 'current':59,109,315 'custom':3,36,69,281 'data':24,177,196,207,375,393 'databas':4 'dedic':440 'dev':231,243,303 'develop':217 'devic':148 'device/browser':338 'devices/browsers':122 'discret':56 'doesn':398 'done':318 'due':203 'e.g':247 'editsit':20,133 'etc':188,252 'everyth':387 'exclus':112 'expect':386 'export':321 'expos':60,128,283 'extra':206 'far':347 'favorit':167 'field':70,223,282,365,441 'file':330 'filter':166 'getsit':132,200,396 'great':389 'group':171,183 'horribl':361 'ideal':349,448 'impact':407 'import':323 'increas':193 'individu':121 'interfac':23,67,136 'json':73,153,329,372 'kb':370 'key':17,58,215 'keyword':165 'larg':111 'leav':410 'lemmi':45,82,103,230,286,383 'lemmy-ui':102,382 'level':89,93,176 'like':39 'limit':117 'list':169,172 'load':334 'local':8,11,114,210 'mani':42 'may':267,304,409 'moder':186 'much':404 'myuserinfo':66 'name':32 'namespac':251 'need':236 'new':337 'next':414 'noth':344 'offer':47 'opt':305 'option':50,95 'overkil':269 'parti':44,81,140,262 'payload':392 'persist':119,145,278 'possibl':189,265 'prefer':164 'propos':1 'public':181 'rational':41 'realli':225 'relat':272 'releas':415 'report':184 'respons':397 'restor':427,430 'return':197 'rfc':358 'rule':180 'save':86,108 'saveuserset':22,62,135 'seem':400 'serial':150 'server':258 'set':107,146,162,279,299,326,374,418 'share':221 'similar':99 'simpl':275,298 'site':9,88,175,211 'site-level':87,174 'slight':192 'someth':38 'storag':115,300 'store':77,367 'storing/serving':155 'structur':173 'tabl':13 'task':276 'templat':187 'tesseract':313 'test':353 'text':28,125 'theme':364,435 'though':438 'thought':350 'type':25 'ui':46,83,104,263,384 'ultim':235,437 'updat':351 'use':159,293,445 'use-cas':292 'user':12,35,92,214,325,373 'user-level':91 'util':113 'valid':434 'valu':436 've':360 'via':61,130 'viabil':355 'warn':421 'well':423 'work':388 'workaround':253,316 'would':26,78,137,191,218,234,288,446"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699718635
  +visibility: "visible             "
  +apId: "https://dubvee.org/post/370736"
  +editedAt: DateTimeImmutable @1699874770 {#1656
    date: 2023-11-13 12:26:10.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699709635 {#1661
    date: 2023-11-11 14:33:55.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details