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

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.25 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 {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "My-First-Regular-Expressions"
  +title: "My First Regular Expressions"
  +url: null
  +body: """
    I’ve been reading *Mastering Regular Expressions* by Jeffrey E.F. Friedl, and since nobody in my life (aside from my wife) cares, I thought I’d share something I’m pretty proud of. My first set of regular expressions, that I wrote myself to manipulate the text I’m working with.\n
    \n
    What’s I’m so happy about is that I wrote these expressions. I understand exactly what they do and the purpose of each character in each expression.\n
    \n
    I’ve used regex in the past. Stuff cobbled together from stack overflow, but I never really understood how they worked or what the expressions meant, just that they did what I needed them to do at the time.\n
    \n
    I’m only about 10% of the way through the book, but already I understand so much more than I ever did about regex *(I also recognize I have a lot to learn)*.\n
    \n
    I wrote the expressions to be used with egrep and sed to generate and clean up a list of filenames pulled out of tarballs. *(movies I’ve ripped from my DVD collection and tarballed to archive them)*.\n
    \n
    The first expression I wrote was this one used with tar and egrep to list the files in the tarball and get just the name of the video file:\n
    \n
    `tar -tzvf file.tar.gz | egrep -o ‘/[^/]*.m(kv|p4)’ > movielist`\n
    \n
    Which gives me a list of movies of which this is an example:\n
    \n
    `/The.Hunger.Games.(2012).[tmdbid-70160].mp4`\n
    \n
    Then I used sed with the expression groups to remove:\n
    \n
    - the leading forward slash\n
    - Everything from `.[` to the end\n
    - All of the periods in between words\n
    \n
    And the last expression checks for one or more spaces and replaces them with a single space.\n
    \n
    This is the full sed command:\n
    \n
    `sed -Eie ‘s/^///; s/.[[a-z]±[0-9]+].m(p4|kv)//; s/[^a-zA-Z0-9()&-]/ /g; s/ +/ /g’ movielist`\n
    \n
    Which leaves me with a pretty list of movies that looks like this:\n
    \n
    `The Hunger Games (2012)`\n
    \n
    I’m sure this could be done more elegantly, and I’m happy for any feedback on how to do that! For now, I’m just excited that I’m beginning to understand regex and how to use it!\n
    \n
    Edit: fixed title so it didn’t say “regex expressions”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 63
  +favouriteCount: 214
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711562613 {#158
    date: 2024-03-27 19:03:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 24511
  -titleTs: "'express':4 'first':2 'regular':3"
  -bodyTs: "'-70160':243 '-9':302 '/g':312,314 '/the.hunger.games':240 '0':301 '10':123 '2012':241,332 '9':311 'a-z':298 'a-za-z0':307 'alreadi':131 'also':144 'archiv':187 'asid':18 'begin':363 'book':129 'care':22 'charact':76 'check':275 'clean':166 'cobbl':88 'collect':183 'command':293 'could':337 'd':26 'didn':377 'done':339 'dvd':182 'e.f':10 'edit':372 'egrep':160,201,221 'eie':295 'eleg':341 'end':263 'ever':139 'everyth':259 'exact':67 'exampl':239 'excit':359 'express':7,39,64,79,104,155,191,251,274,381 'feedback':348 'file':205,217 'file.tar.gz':220 'filenam':171 'first':35,190 'fix':373 'forward':257 'friedl':11 'full':291 'game':331 'generat':164 'get':210 'give':228 'group':252 'happi':57,345 'hunger':330 'jeffrey':9 'kv':224,305 'last':273 'lead':256 'learn':151 'leav':317 'life':17 'like':327 'list':169,203,231,322 'look':326 'lot':149 'm':30,49,55,120,223,303,334,344,357,362 'manipul':45 'master':5 'meant':105 'movi':176,233,324 'movielist':226,315 'mp4':244 'much':135 'name':213 'need':112 'never':95 'nobodi':14 'o':222 'one':196,277 'overflow':92 'p4':225,304 'past':86 'period':267 'pretti':31,321 'proud':32 'pull':172 'purpos':73 'read':4 'realli':96 'recogn':145 'regex':83,142,366,380 'regular':6,38 'remov':254 'replac':282 'rip':179 'say':379 'sed':162,248,292,294 'set':36 'share':27 'sinc':13 'singl':286 'slash':258 'someth':28 'space':280,287 'stack':91 'stuff':87 'sure':335 'tar':199,218 'tarbal':175,185,208 'text':47 'thought':24 'time':118 'titl':374 'tmdbid':242 'togeth':89 'tzvf':219 'understand':66,133,365 'understood':97 'use':82,158,197,247,370 've':2,81,178 'video':216 'way':126 'wife':21 'word':270 'work':50,100 'wrote':42,62,153,193 'z':300 'z0':310 'za':309"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703542531
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9942188"
  +editedAt: DateTimeImmutable @1707607314 {#241
    date: 2024-02-11 00:21:54.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703456131 {#171
    date: 2023-12-24 23:15: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
3 DENIED edit
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "My-First-Regular-Expressions"
  +title: "My First Regular Expressions"
  +url: null
  +body: """
    I’ve been reading *Mastering Regular Expressions* by Jeffrey E.F. Friedl, and since nobody in my life (aside from my wife) cares, I thought I’d share something I’m pretty proud of. My first set of regular expressions, that I wrote myself to manipulate the text I’m working with.\n
    \n
    What’s I’m so happy about is that I wrote these expressions. I understand exactly what they do and the purpose of each character in each expression.\n
    \n
    I’ve used regex in the past. Stuff cobbled together from stack overflow, but I never really understood how they worked or what the expressions meant, just that they did what I needed them to do at the time.\n
    \n
    I’m only about 10% of the way through the book, but already I understand so much more than I ever did about regex *(I also recognize I have a lot to learn)*.\n
    \n
    I wrote the expressions to be used with egrep and sed to generate and clean up a list of filenames pulled out of tarballs. *(movies I’ve ripped from my DVD collection and tarballed to archive them)*.\n
    \n
    The first expression I wrote was this one used with tar and egrep to list the files in the tarball and get just the name of the video file:\n
    \n
    `tar -tzvf file.tar.gz | egrep -o ‘/[^/]*.m(kv|p4)’ > movielist`\n
    \n
    Which gives me a list of movies of which this is an example:\n
    \n
    `/The.Hunger.Games.(2012).[tmdbid-70160].mp4`\n
    \n
    Then I used sed with the expression groups to remove:\n
    \n
    - the leading forward slash\n
    - Everything from `.[` to the end\n
    - All of the periods in between words\n
    \n
    And the last expression checks for one or more spaces and replaces them with a single space.\n
    \n
    This is the full sed command:\n
    \n
    `sed -Eie ‘s/^///; s/.[[a-z]±[0-9]+].m(p4|kv)//; s/[^a-zA-Z0-9()&-]/ /g; s/ +/ /g’ movielist`\n
    \n
    Which leaves me with a pretty list of movies that looks like this:\n
    \n
    `The Hunger Games (2012)`\n
    \n
    I’m sure this could be done more elegantly, and I’m happy for any feedback on how to do that! For now, I’m just excited that I’m beginning to understand regex and how to use it!\n
    \n
    Edit: fixed title so it didn’t say “regex expressions”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 63
  +favouriteCount: 214
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711562613 {#158
    date: 2024-03-27 19:03:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 24511
  -titleTs: "'express':4 'first':2 'regular':3"
  -bodyTs: "'-70160':243 '-9':302 '/g':312,314 '/the.hunger.games':240 '0':301 '10':123 '2012':241,332 '9':311 'a-z':298 'a-za-z0':307 'alreadi':131 'also':144 'archiv':187 'asid':18 'begin':363 'book':129 'care':22 'charact':76 'check':275 'clean':166 'cobbl':88 'collect':183 'command':293 'could':337 'd':26 'didn':377 'done':339 'dvd':182 'e.f':10 'edit':372 'egrep':160,201,221 'eie':295 'eleg':341 'end':263 'ever':139 'everyth':259 'exact':67 'exampl':239 'excit':359 'express':7,39,64,79,104,155,191,251,274,381 'feedback':348 'file':205,217 'file.tar.gz':220 'filenam':171 'first':35,190 'fix':373 'forward':257 'friedl':11 'full':291 'game':331 'generat':164 'get':210 'give':228 'group':252 'happi':57,345 'hunger':330 'jeffrey':9 'kv':224,305 'last':273 'lead':256 'learn':151 'leav':317 'life':17 'like':327 'list':169,203,231,322 'look':326 'lot':149 'm':30,49,55,120,223,303,334,344,357,362 'manipul':45 'master':5 'meant':105 'movi':176,233,324 'movielist':226,315 'mp4':244 'much':135 'name':213 'need':112 'never':95 'nobodi':14 'o':222 'one':196,277 'overflow':92 'p4':225,304 'past':86 'period':267 'pretti':31,321 'proud':32 'pull':172 'purpos':73 'read':4 'realli':96 'recogn':145 'regex':83,142,366,380 'regular':6,38 'remov':254 'replac':282 'rip':179 'say':379 'sed':162,248,292,294 'set':36 'share':27 'sinc':13 'singl':286 'slash':258 'someth':28 'space':280,287 'stack':91 'stuff':87 'sure':335 'tar':199,218 'tarbal':175,185,208 'text':47 'thought':24 'time':118 'titl':374 'tmdbid':242 'togeth':89 'tzvf':219 'understand':66,133,365 'understood':97 'use':82,158,197,247,370 've':2,81,178 'video':216 'way':126 'wife':21 'word':270 'work':50,100 'wrote':42,62,153,193 'z':300 'z0':310 'za':309"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703542531
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9942188"
  +editedAt: DateTimeImmutable @1707607314 {#241
    date: 2024-02-11 00:21:54.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703456131 {#171
    date: 2023-12-24 23:15: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
4 DENIED moderate
App\Entity\Entry {#228
  +user: Proxies\__CG__\App\Entity\User {#128 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "My-First-Regular-Expressions"
  +title: "My First Regular Expressions"
  +url: null
  +body: """
    I’ve been reading *Mastering Regular Expressions* by Jeffrey E.F. Friedl, and since nobody in my life (aside from my wife) cares, I thought I’d share something I’m pretty proud of. My first set of regular expressions, that I wrote myself to manipulate the text I’m working with.\n
    \n
    What’s I’m so happy about is that I wrote these expressions. I understand exactly what they do and the purpose of each character in each expression.\n
    \n
    I’ve used regex in the past. Stuff cobbled together from stack overflow, but I never really understood how they worked or what the expressions meant, just that they did what I needed them to do at the time.\n
    \n
    I’m only about 10% of the way through the book, but already I understand so much more than I ever did about regex *(I also recognize I have a lot to learn)*.\n
    \n
    I wrote the expressions to be used with egrep and sed to generate and clean up a list of filenames pulled out of tarballs. *(movies I’ve ripped from my DVD collection and tarballed to archive them)*.\n
    \n
    The first expression I wrote was this one used with tar and egrep to list the files in the tarball and get just the name of the video file:\n
    \n
    `tar -tzvf file.tar.gz | egrep -o ‘/[^/]*.m(kv|p4)’ > movielist`\n
    \n
    Which gives me a list of movies of which this is an example:\n
    \n
    `/The.Hunger.Games.(2012).[tmdbid-70160].mp4`\n
    \n
    Then I used sed with the expression groups to remove:\n
    \n
    - the leading forward slash\n
    - Everything from `.[` to the end\n
    - All of the periods in between words\n
    \n
    And the last expression checks for one or more spaces and replaces them with a single space.\n
    \n
    This is the full sed command:\n
    \n
    `sed -Eie ‘s/^///; s/.[[a-z]±[0-9]+].m(p4|kv)//; s/[^a-zA-Z0-9()&-]/ /g; s/ +/ /g’ movielist`\n
    \n
    Which leaves me with a pretty list of movies that looks like this:\n
    \n
    `The Hunger Games (2012)`\n
    \n
    I’m sure this could be done more elegantly, and I’m happy for any feedback on how to do that! For now, I’m just excited that I’m beginning to understand regex and how to use it!\n
    \n
    Edit: fixed title so it didn’t say “regex expressions”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 63
  +favouriteCount: 214
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711562613 {#158
    date: 2024-03-27 19:03:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#195 …}
  +votes: Doctrine\ORM\PersistentCollection {#1856 …}
  +reports: Doctrine\ORM\PersistentCollection {#2417 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1946 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1878 …}
  +badges: Doctrine\ORM\PersistentCollection {#1864 …}
  +children: []
  -id: 24511
  -titleTs: "'express':4 'first':2 'regular':3"
  -bodyTs: "'-70160':243 '-9':302 '/g':312,314 '/the.hunger.games':240 '0':301 '10':123 '2012':241,332 '9':311 'a-z':298 'a-za-z0':307 'alreadi':131 'also':144 'archiv':187 'asid':18 'begin':363 'book':129 'care':22 'charact':76 'check':275 'clean':166 'cobbl':88 'collect':183 'command':293 'could':337 'd':26 'didn':377 'done':339 'dvd':182 'e.f':10 'edit':372 'egrep':160,201,221 'eie':295 'eleg':341 'end':263 'ever':139 'everyth':259 'exact':67 'exampl':239 'excit':359 'express':7,39,64,79,104,155,191,251,274,381 'feedback':348 'file':205,217 'file.tar.gz':220 'filenam':171 'first':35,190 'fix':373 'forward':257 'friedl':11 'full':291 'game':331 'generat':164 'get':210 'give':228 'group':252 'happi':57,345 'hunger':330 'jeffrey':9 'kv':224,305 'last':273 'lead':256 'learn':151 'leav':317 'life':17 'like':327 'list':169,203,231,322 'look':326 'lot':149 'm':30,49,55,120,223,303,334,344,357,362 'manipul':45 'master':5 'meant':105 'movi':176,233,324 'movielist':226,315 'mp4':244 'much':135 'name':213 'need':112 'never':95 'nobodi':14 'o':222 'one':196,277 'overflow':92 'p4':225,304 'past':86 'period':267 'pretti':31,321 'proud':32 'pull':172 'purpos':73 'read':4 'realli':96 'recogn':145 'regex':83,142,366,380 'regular':6,38 'remov':254 'replac':282 'rip':179 'say':379 'sed':162,248,292,294 'set':36 'share':27 'sinc':13 'singl':286 'slash':258 'someth':28 'space':280,287 'stack':91 'stuff':87 'sure':335 'tar':199,218 'tarbal':175,185,208 'text':47 'thought':24 'time':118 'titl':374 'tmdbid':242 'togeth':89 'tzvf':219 'understand':66,133,365 'understood':97 'use':82,158,197,247,370 've':2,81,178 'video':216 'way':126 'wife':21 'word':270 'work':50,100 'wrote':42,62,153,193 'z':300 'z0':310 'za':309"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703542531
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9942188"
  +editedAt: DateTimeImmutable @1707607314 {#241
    date: 2024-02-11 00:21:54.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703456131 {#171
    date: 2023-12-24 23:15: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
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 {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Lets-start-a-new-Lemmy-holiday-tradition-What-s-a-song"
  +title: "Lets start a new Lemmy holiday tradition. What's a song you've been digging lately?"
  +url: null
  +body: "Not necessarily your favorite, but something you recently discovered or rediscovered."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 87
  +favouriteCount: 104
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710744542 {#1876
    date: 2024-03-18 07:49:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 24506
  -titleTs: "'dig':15 'holiday':6 'late':16 'lemmi':5 'let':1 'new':4 'song':11 'start':2 'tradit':7 've':13"
  -bodyTs: "'discov':9 'favorit':4 'necessarili':2 'recent':8 'rediscov':11 'someth':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703538503
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/11978033"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703452103 {#1884
    date: 2023-12-24 22:08: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
7 DENIED edit
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Lets-start-a-new-Lemmy-holiday-tradition-What-s-a-song"
  +title: "Lets start a new Lemmy holiday tradition. What's a song you've been digging lately?"
  +url: null
  +body: "Not necessarily your favorite, but something you recently discovered or rediscovered."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 87
  +favouriteCount: 104
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710744542 {#1876
    date: 2024-03-18 07:49:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 24506
  -titleTs: "'dig':15 'holiday':6 'late':16 'lemmi':5 'let':1 'new':4 'song':11 'start':2 'tradit':7 've':13"
  -bodyTs: "'discov':9 'favorit':4 'necessarili':2 'recent':8 'rediscov':11 'someth':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703538503
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/11978033"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703452103 {#1884
    date: 2023-12-24 22:08: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
8 DENIED moderate
App\Entity\Entry {#1915
  +user: Proxies\__CG__\App\Entity\User {#1899 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Lets-start-a-new-Lemmy-holiday-tradition-What-s-a-song"
  +title: "Lets start a new Lemmy holiday tradition. What's a song you've been digging lately?"
  +url: null
  +body: "Not necessarily your favorite, but something you recently discovered or rediscovered."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 87
  +favouriteCount: 104
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710744542 {#1876
    date: 2024-03-18 07:49:02.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1925 …}
  +votes: Doctrine\ORM\PersistentCollection {#1920 …}
  +reports: Doctrine\ORM\PersistentCollection {#1901 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1896 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1950 …}
  +badges: Doctrine\ORM\PersistentCollection {#1928 …}
  +children: []
  -id: 24506
  -titleTs: "'dig':15 'holiday':6 'late':16 'lemmi':5 'let':1 'new':4 'song':11 'start':2 'tradit':7 've':13"
  -bodyTs: "'discov':9 'favorit':4 'necessarili':2 'recent':8 'rediscov':11 'someth':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703538503
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/11978033"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703452103 {#1884
    date: 2023-12-24 22:08: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
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Bug-Report"
  +title: "Bug Report"
  +url: null
  +body: "[This post](https://ani.social/post/1471762) causes issues. For more details, please read [this](https://infosec.pub/comment/5247383)."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712644129 {#1954
    date: 2024-04-09 08:28:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1975 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 24725
  -titleTs: "'bug':1 'report':2"
  -bodyTs: "'/comment/5247383).':16 '/post/1471762)':5 'ani.social':4 'ani.social/post/1471762)':3 'caus':6 'detail':10 'infosec.pub':15 'infosec.pub/comment/5247383).':14 'issu':7 'pleas':11 'post':2 'read':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703529953
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/6431310"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703514453 {#1960
    date: 2023-12-25 15:27:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Bug-Report"
  +title: "Bug Report"
  +url: null
  +body: "[This post](https://ani.social/post/1471762) causes issues. For more details, please read [this](https://infosec.pub/comment/5247383)."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712644129 {#1954
    date: 2024-04-09 08:28:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1975 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 24725
  -titleTs: "'bug':1 'report':2"
  -bodyTs: "'/comment/5247383).':16 '/post/1471762)':5 'ani.social':4 'ani.social/post/1471762)':3 'caus':6 'detail':10 'infosec.pub':15 'infosec.pub/comment/5247383).':14 'issu':7 'pleas':11 'post':2 'read':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703529953
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/6431310"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703514453 {#1960
    date: 2023-12-25 15:27:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1977
  +user: Proxies\__CG__\App\Entity\User {#1974 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1967 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Bug-Report"
  +title: "Bug Report"
  +url: null
  +body: "[This post](https://ani.social/post/1471762) causes issues. For more details, please read [this](https://infosec.pub/comment/5247383)."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712644129 {#1954
    date: 2024-04-09 08:28:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1975 …}
  +votes: Doctrine\ORM\PersistentCollection {#1937 …}
  +reports: Doctrine\ORM\PersistentCollection {#1943 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1978 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1966 …}
  +badges: Doctrine\ORM\PersistentCollection {#1934 …}
  +children: []
  -id: 24725
  -titleTs: "'bug':1 'report':2"
  -bodyTs: "'/comment/5247383).':16 '/post/1471762)':5 'ani.social':4 'ani.social/post/1471762)':3 'caus':6 'detail':10 'infosec.pub':15 'infosec.pub/comment/5247383).':14 'issu':7 'pleas':11 'post':2 'read':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703529953
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/6431310"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703514453 {#1960
    date: 2023-12-25 15:27:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-are-your-dental-hygiene-tips-and-hacks"
  +title: "What are your dental hygiene tips and hacks"
  +url: null
  +body: """
    Not sure if this is 100% scientifically backed but I read a bit by a dental hygienist on a forum that you shouldn’t rinse when brushing with proper toothpaste because it can help remineralize the teeth if when its not rinsed away after\n
    \n
    Its annoying but its a good way to cut down on mindless snacking at the very least for me so its something I do sometimes. Hope its not voodoo
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 67
  +favouriteCount: 81
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710349473 {#1932
    date: 2024-03-13 18:04:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 24476
  -titleTs: "'dental':4 'hack':8 'hygien':5 'tip':6"
  -bodyTs: "'100':6 'annoy':46 'away':43 'back':8 'bit':13 'brush':27 'cut':53 'dental':16 'forum':20 'good':50 'help':34 'hope':70 'hygienist':17 'least':61 'mindless':56 'proper':29 'read':11 'reminer':35 'rins':25,42 'scientif':7 'shouldn':23 'snack':57 'someth':66 'sometim':69 'sure':2 'teeth':37 'toothpast':30 'voodoo':73 'way':51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703529895
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9936313"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703443495 {#1930
    date: 2023-12-24 19:44: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
15 DENIED edit
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-are-your-dental-hygiene-tips-and-hacks"
  +title: "What are your dental hygiene tips and hacks"
  +url: null
  +body: """
    Not sure if this is 100% scientifically backed but I read a bit by a dental hygienist on a forum that you shouldn’t rinse when brushing with proper toothpaste because it can help remineralize the teeth if when its not rinsed away after\n
    \n
    Its annoying but its a good way to cut down on mindless snacking at the very least for me so its something I do sometimes. Hope its not voodoo
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 67
  +favouriteCount: 81
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710349473 {#1932
    date: 2024-03-13 18:04:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 24476
  -titleTs: "'dental':4 'hack':8 'hygien':5 'tip':6"
  -bodyTs: "'100':6 'annoy':46 'away':43 'back':8 'bit':13 'brush':27 'cut':53 'dental':16 'forum':20 'good':50 'help':34 'hope':70 'hygienist':17 'least':61 'mindless':56 'proper':29 'read':11 'reminer':35 'rins':25,42 'scientif':7 'shouldn':23 'snack':57 'someth':66 'sometim':69 'sure':2 'teeth':37 'toothpast':30 'voodoo':73 'way':51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703529895
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9936313"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703443495 {#1930
    date: 2023-12-24 19:44: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
16 DENIED moderate
App\Entity\Entry {#1933
  +user: Proxies\__CG__\App\Entity\User {#1952 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-are-your-dental-hygiene-tips-and-hacks"
  +title: "What are your dental hygiene tips and hacks"
  +url: null
  +body: """
    Not sure if this is 100% scientifically backed but I read a bit by a dental hygienist on a forum that you shouldn’t rinse when brushing with proper toothpaste because it can help remineralize the teeth if when its not rinsed away after\n
    \n
    Its annoying but its a good way to cut down on mindless snacking at the very least for me so its something I do sometimes. Hope its not voodoo
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 67
  +favouriteCount: 81
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710349473 {#1932
    date: 2024-03-13 18:04:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1390 …}
  +votes: Doctrine\ORM\PersistentCollection {#1397 …}
  +reports: Doctrine\ORM\PersistentCollection {#1387 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1380 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1903 …}
  +badges: Doctrine\ORM\PersistentCollection {#1364 …}
  +children: []
  -id: 24476
  -titleTs: "'dental':4 'hack':8 'hygien':5 'tip':6"
  -bodyTs: "'100':6 'annoy':46 'away':43 'back':8 'bit':13 'brush':27 'cut':53 'dental':16 'forum':20 'good':50 'help':34 'hope':70 'hygienist':17 'least':61 'mindless':56 'proper':29 'read':11 'reminer':35 'rins':25,42 'scientif':7 'shouldn':23 'snack':57 'someth':66 'sometim':69 'sure':2 'teeth':37 'toothpast':30 'voodoo':73 'way':51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703529895
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9936313"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703443495 {#1930
    date: 2023-12-24 19:44: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
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 {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-s-a-proper-response-to-another-dog-attempting-to-mount"
  +title: "What's a proper response to another dog attempting to mount your dog multiple times and the owner really not doing anything about it?"
  +url: null
  +body: "The owner kind of makes a weak attempt to seem like they’re trying, but if I weren’t there, they wouldn’t intervene at all. I’m asking because I want to make sure that I don’t over react next time."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 51
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708323278 {#1398
    date: 2024-02-19 07:14:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1376 …}
  +votes: Doctrine\ORM\PersistentCollection {#1377 …}
  +reports: Doctrine\ORM\PersistentCollection {#1969 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1942 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1927 …}
  +badges: Doctrine\ORM\PersistentCollection {#1399 …}
  +children: []
  -id: 24470
  -titleTs: "'anoth':7 'anyth':22 'attempt':9 'dog':8,13 'mount':11 'multipl':14 'owner':18 'proper':4 'realli':19 'respons':5 'time':15"
  -bodyTs: "'ask':29 'attempt':8 'interven':24 'kind':3 'like':11 'm':28 'make':5,34 'next':42 'owner':2 're':13 'react':41 'seem':10 'sure':35 'time':43 'tri':14 'want':32 'weak':7 'weren':18 'wouldn':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703525893
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9934552"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703439493 {#1393
    date: 2023-12-24 18:38:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-s-a-proper-response-to-another-dog-attempting-to-mount"
  +title: "What's a proper response to another dog attempting to mount your dog multiple times and the owner really not doing anything about it?"
  +url: null
  +body: "The owner kind of makes a weak attempt to seem like they’re trying, but if I weren’t there, they wouldn’t intervene at all. I’m asking because I want to make sure that I don’t over react next time."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 51
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708323278 {#1398
    date: 2024-02-19 07:14:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1376 …}
  +votes: Doctrine\ORM\PersistentCollection {#1377 …}
  +reports: Doctrine\ORM\PersistentCollection {#1969 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1942 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1927 …}
  +badges: Doctrine\ORM\PersistentCollection {#1399 …}
  +children: []
  -id: 24470
  -titleTs: "'anoth':7 'anyth':22 'attempt':9 'dog':8,13 'mount':11 'multipl':14 'owner':18 'proper':4 'realli':19 'respons':5 'time':15"
  -bodyTs: "'ask':29 'attempt':8 'interven':24 'kind':3 'like':11 'm':28 'make':5,34 'next':42 'owner':2 're':13 'react':41 'seem':10 'sure':35 'time':43 'tri':14 'want':32 'weak':7 'weren':18 'wouldn':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703525893
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9934552"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703439493 {#1393
    date: 2023-12-24 18:38:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1389
  +user: Proxies\__CG__\App\Entity\User {#1936 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-s-a-proper-response-to-another-dog-attempting-to-mount"
  +title: "What's a proper response to another dog attempting to mount your dog multiple times and the owner really not doing anything about it?"
  +url: null
  +body: "The owner kind of makes a weak attempt to seem like they’re trying, but if I weren’t there, they wouldn’t intervene at all. I’m asking because I want to make sure that I don’t over react next time."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 51
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708323278 {#1398
    date: 2024-02-19 07:14:38.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1376 …}
  +votes: Doctrine\ORM\PersistentCollection {#1377 …}
  +reports: Doctrine\ORM\PersistentCollection {#1969 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1942 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1927 …}
  +badges: Doctrine\ORM\PersistentCollection {#1399 …}
  +children: []
  -id: 24470
  -titleTs: "'anoth':7 'anyth':22 'attempt':9 'dog':8,13 'mount':11 'multipl':14 'owner':18 'proper':4 'realli':19 'respons':5 'time':15"
  -bodyTs: "'ask':29 'attempt':8 'interven':24 'kind':3 'like':11 'm':28 'make':5,34 'next':42 'owner':2 're':13 'react':41 'seem':10 'sure':35 'time':43 'tri':14 'want':32 'weak':7 'weren':18 'wouldn':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703525893
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9934552"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703439493 {#1393
    date: 2023-12-24 18:38:13.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1365
  +user: Proxies\__CG__\App\Entity\User {#1369 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "I-need-someone-to-do-a-sanity-check-for-me"
  +title: "I need someone to do a sanity check for me (i2p to bridge networks)"
  +url: null
  +body: """
    So I’m trying to bridge to physical locations together. At one location I control the firewall and at the other I don’t. I would normally use Wireguard but its all dynamic IPs so it would break every so often.\n
    \n
    My though was to use I2P to create a bridge between the 2 places. I will use 0 hops on each with encrypted lease sets. Am I crazy or is this a good solution.\n
    \n
    Edit: I think I’ll use i2p for dns
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707654196 {#1394
    date: 2024-02-11 13:23:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1375 …}
  +reports: Doctrine\ORM\PersistentCollection {#1400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1902 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1891 …}
  +badges: Doctrine\ORM\PersistentCollection {#1956 …}
  +children: []
  -id: 24585
  -titleTs: "'bridg':13 'check':8 'i2p':11 'need':2 'network':14 'saniti':7 'someon':3"
  -bodyTs: "'0':59 '2':54 'break':38 'bridg':6,51 'control':15 'crazi':69 'creat':49 'dns':84 'dynam':33 'edit':76 'encrypt':64 'everi':39 'firewal':17 'good':74 'hop':60 'i2p':47,82 'ip':34 'leas':65 'll':80 'locat':9,13 'm':3 'normal':27 'often':41 'one':12 'physic':8 'place':55 'set':66 'solut':75 'think':78 'though':43 'togeth':10 'tri':4 'use':28,46,58,81 'wireguard':29 'would':26,37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703516280
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7446695"
  +editedAt: DateTimeImmutable @1707725561 {#1366
    date: 2024-02-12 09:12:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703485280 {#1374
    date: 2023-12-25 07:21:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1365
  +user: Proxies\__CG__\App\Entity\User {#1369 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "I-need-someone-to-do-a-sanity-check-for-me"
  +title: "I need someone to do a sanity check for me (i2p to bridge networks)"
  +url: null
  +body: """
    So I’m trying to bridge to physical locations together. At one location I control the firewall and at the other I don’t. I would normally use Wireguard but its all dynamic IPs so it would break every so often.\n
    \n
    My though was to use I2P to create a bridge between the 2 places. I will use 0 hops on each with encrypted lease sets. Am I crazy or is this a good solution.\n
    \n
    Edit: I think I’ll use i2p for dns
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707654196 {#1394
    date: 2024-02-11 13:23:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1375 …}
  +reports: Doctrine\ORM\PersistentCollection {#1400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1902 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1891 …}
  +badges: Doctrine\ORM\PersistentCollection {#1956 …}
  +children: []
  -id: 24585
  -titleTs: "'bridg':13 'check':8 'i2p':11 'need':2 'network':14 'saniti':7 'someon':3"
  -bodyTs: "'0':59 '2':54 'break':38 'bridg':6,51 'control':15 'crazi':69 'creat':49 'dns':84 'dynam':33 'edit':76 'encrypt':64 'everi':39 'firewal':17 'good':74 'hop':60 'i2p':47,82 'ip':34 'leas':65 'll':80 'locat':9,13 'm':3 'normal':27 'often':41 'one':12 'physic':8 'place':55 'set':66 'solut':75 'think':78 'though':43 'togeth':10 'tri':4 'use':28,46,58,81 'wireguard':29 'would':26,37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703516280
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7446695"
  +editedAt: DateTimeImmutable @1707725561 {#1366
    date: 2024-02-12 09:12:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703485280 {#1374
    date: 2023-12-25 07:21:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1365
  +user: Proxies\__CG__\App\Entity\User {#1369 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1378 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "I-need-someone-to-do-a-sanity-check-for-me"
  +title: "I need someone to do a sanity check for me (i2p to bridge networks)"
  +url: null
  +body: """
    So I’m trying to bridge to physical locations together. At one location I control the firewall and at the other I don’t. I would normally use Wireguard but its all dynamic IPs so it would break every so often.\n
    \n
    My though was to use I2P to create a bridge between the 2 places. I will use 0 hops on each with encrypted lease sets. Am I crazy or is this a good solution.\n
    \n
    Edit: I think I’ll use i2p for dns
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707654196 {#1394
    date: 2024-02-11 13:23:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1370 …}
  +votes: Doctrine\ORM\PersistentCollection {#1375 …}
  +reports: Doctrine\ORM\PersistentCollection {#1400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1902 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1891 …}
  +badges: Doctrine\ORM\PersistentCollection {#1956 …}
  +children: []
  -id: 24585
  -titleTs: "'bridg':13 'check':8 'i2p':11 'need':2 'network':14 'saniti':7 'someon':3"
  -bodyTs: "'0':59 '2':54 'break':38 'bridg':6,51 'control':15 'crazi':69 'creat':49 'dns':84 'dynam':33 'edit':76 'encrypt':64 'everi':39 'firewal':17 'good':74 'hop':60 'i2p':47,82 'ip':34 'leas':65 'll':80 'locat':9,13 'm':3 'normal':27 'often':41 'one':12 'physic':8 'place':55 'set':66 'solut':75 'think':78 'though':43 'togeth':10 'tri':4 'use':28,46,58,81 'wireguard':29 'would':26,37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703516280
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7446695"
  +editedAt: DateTimeImmutable @1707725561 {#1366
    date: 2024-02-12 09:12:41.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703485280 {#1374
    date: 2023-12-25 07:21:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\Entry {#2429
  +user: Proxies\__CG__\App\Entity\User {#2427 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-can-I-migrate-my-existing-home-directory-to-another"
  +title: "How can I migrate my existing /home/ directory to another drive?"
  +url: null
  +body: "This was I can wipe the drive it’s on and install a new OS without losing anything in /home/"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707579479 {#1848
    date: 2024-02-10 16:37:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2424 …}
  +votes: Doctrine\ORM\PersistentCollection {#2428 …}
  +reports: Doctrine\ORM\PersistentCollection {#2433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2443 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2426 …}
  +badges: Doctrine\ORM\PersistentCollection {#2439 …}
  +children: []
  -id: 24394
  -titleTs: "'/home':7 'anoth':10 'directori':8 'drive':11 'exist':6 'migrat':4"
  -bodyTs: "'/home':20 'anyth':18 'drive':7 'instal':12 'lose':17 'new':14 'os':15 'wipe':5 'without':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703506902
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9926366"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703420502 {#1838
    date: 2023-12-24 13:21:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#2429
  +user: Proxies\__CG__\App\Entity\User {#2427 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-can-I-migrate-my-existing-home-directory-to-another"
  +title: "How can I migrate my existing /home/ directory to another drive?"
  +url: null
  +body: "This was I can wipe the drive it’s on and install a new OS without losing anything in /home/"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707579479 {#1848
    date: 2024-02-10 16:37:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2424 …}
  +votes: Doctrine\ORM\PersistentCollection {#2428 …}
  +reports: Doctrine\ORM\PersistentCollection {#2433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2443 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2426 …}
  +badges: Doctrine\ORM\PersistentCollection {#2439 …}
  +children: []
  -id: 24394
  -titleTs: "'/home':7 'anoth':10 'directori':8 'drive':11 'exist':6 'migrat':4"
  -bodyTs: "'/home':20 'anyth':18 'drive':7 'instal':12 'lose':17 'new':14 'os':15 'wipe':5 'without':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703506902
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9926366"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703420502 {#1838
    date: 2023-12-24 13:21:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#2429
  +user: Proxies\__CG__\App\Entity\User {#2427 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-can-I-migrate-my-existing-home-directory-to-another"
  +title: "How can I migrate my existing /home/ directory to another drive?"
  +url: null
  +body: "This was I can wipe the drive it’s on and install a new OS without losing anything in /home/"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707579479 {#1848
    date: 2024-02-10 16:37:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2424 …}
  +votes: Doctrine\ORM\PersistentCollection {#2428 …}
  +reports: Doctrine\ORM\PersistentCollection {#2433 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2443 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2426 …}
  +badges: Doctrine\ORM\PersistentCollection {#2439 …}
  +children: []
  -id: 24394
  -titleTs: "'/home':7 'anoth':10 'directori':8 'drive':11 'exist':6 'migrat':4"
  -bodyTs: "'/home':20 'anyth':18 'drive':7 'instal':12 'lose':17 'new':14 'os':15 'wipe':5 'without':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703506902
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9926366"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703420502 {#1838
    date: 2023-12-24 13:21:42.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2167
  +user: Proxies\__CG__\App\Entity\User {#2288 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Why-do-you-use-the-terminal"
  +title: "Why do you use the terminal?"
  +url: null
  +body: """
    Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments\n
    \n
    He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 159
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710345926 {#2357
    date: 2024-03-13 17:05:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2355 …}
  +votes: Doctrine\ORM\PersistentCollection {#2476 …}
  +reports: Doctrine\ORM\PersistentCollection {#2451 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2450 …}
  +badges: Doctrine\ORM\PersistentCollection {#2477 …}
  +children: []
  -id: 24380
  -titleTs: "'termin':6 'use':4"
  -bodyTs: "'also':36 'ask':13 'benefit':51 'cheat':41 'code':42 'command':39,60 'compar':37 'desktop':33 'differ':32 'done':24 'environ':34 'everybodi':2 'game':47 'gta':44 'guy':5 'hi':1 'linux':20,29 'mani':21,31 'notic':6 'recent':3 'take':53 'termin':27,38,59 'thing':22 'understand':49 'use':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703493925
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9922077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703407525 {#2166
    date: 2023-12-24 09:45:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2167
  +user: Proxies\__CG__\App\Entity\User {#2288 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Why-do-you-use-the-terminal"
  +title: "Why do you use the terminal?"
  +url: null
  +body: """
    Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments\n
    \n
    He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 159
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710345926 {#2357
    date: 2024-03-13 17:05:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2355 …}
  +votes: Doctrine\ORM\PersistentCollection {#2476 …}
  +reports: Doctrine\ORM\PersistentCollection {#2451 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2450 …}
  +badges: Doctrine\ORM\PersistentCollection {#2477 …}
  +children: []
  -id: 24380
  -titleTs: "'termin':6 'use':4"
  -bodyTs: "'also':36 'ask':13 'benefit':51 'cheat':41 'code':42 'command':39,60 'compar':37 'desktop':33 'differ':32 'done':24 'environ':34 'everybodi':2 'game':47 'gta':44 'guy':5 'hi':1 'linux':20,29 'mani':21,31 'notic':6 'recent':3 'take':53 'termin':27,38,59 'thing':22 'understand':49 'use':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703493925
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9922077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703407525 {#2166
    date: 2023-12-24 09:45:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2167
  +user: Proxies\__CG__\App\Entity\User {#2288 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Why-do-you-use-the-terminal"
  +title: "Why do you use the terminal?"
  +url: null
  +body: """
    Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments\n
    \n
    He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 159
  +favouriteCount: 145
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710345926 {#2357
    date: 2024-03-13 17:05:26.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2355 …}
  +votes: Doctrine\ORM\PersistentCollection {#2476 …}
  +reports: Doctrine\ORM\PersistentCollection {#2451 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2475 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2450 …}
  +badges: Doctrine\ORM\PersistentCollection {#2477 …}
  +children: []
  -id: 24380
  -titleTs: "'termin':6 'use':4"
  -bodyTs: "'also':36 'ask':13 'benefit':51 'cheat':41 'code':42 'command':39,60 'compar':37 'desktop':33 'differ':32 'done':24 'environ':34 'everybodi':2 'game':47 'gta':44 'guy':5 'hi':1 'linux':20,29 'mani':21,31 'notic':6 'recent':3 'take':53 'termin':27,38,59 'thing':22 'understand':49 'use':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703493925
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9922077"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703407525 {#2166
    date: 2023-12-24 09:45:25.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2487
  +user: Proxies\__CG__\App\Entity\User {#2485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Live-Animated-wallpapers-programs-for-linux"
  +title: "Live (Animated) wallpapers programs for linux"
  +url: null
  +body: "I am looking for programs to put animated wallpapers on Linux, the ones I know for now are: Xwinwrap, paperview and komorebi. If you know of another program that can do this, leave it in the comments so that others can read it and give their opinion about the program."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 106
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710322148 {#2354
    date: 2024-03-13 10:29:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1841 …}
  +votes: Doctrine\ORM\PersistentCollection {#60 …}
  +reports: Doctrine\ORM\PersistentCollection {#2488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2474 …}
  +badges: Doctrine\ORM\PersistentCollection {#2484 …}
  +children: []
  -id: 24353
  -titleTs: "'anim':2 'linux':6 'live':1 'program':4 'wallpap':3"
  -bodyTs: "'anim':8 'anoth':27 'comment':37 'give':45 'know':15,25 'komorebi':22 'leav':33 'linux':11 'look':3 'one':13 'opinion':47 'other':40 'paperview':20 'program':5,28,50 'put':7 'read':42 'wallpap':9 'xwinwrap':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703476607
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9690841"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703390207 {#2358
    date: 2023-12-24 04:56: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
35 DENIED edit
App\Entity\Entry {#2487
  +user: Proxies\__CG__\App\Entity\User {#2485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Live-Animated-wallpapers-programs-for-linux"
  +title: "Live (Animated) wallpapers programs for linux"
  +url: null
  +body: "I am looking for programs to put animated wallpapers on Linux, the ones I know for now are: Xwinwrap, paperview and komorebi. If you know of another program that can do this, leave it in the comments so that others can read it and give their opinion about the program."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 106
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710322148 {#2354
    date: 2024-03-13 10:29:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1841 …}
  +votes: Doctrine\ORM\PersistentCollection {#60 …}
  +reports: Doctrine\ORM\PersistentCollection {#2488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2474 …}
  +badges: Doctrine\ORM\PersistentCollection {#2484 …}
  +children: []
  -id: 24353
  -titleTs: "'anim':2 'linux':6 'live':1 'program':4 'wallpap':3"
  -bodyTs: "'anim':8 'anoth':27 'comment':37 'give':45 'know':15,25 'komorebi':22 'leav':33 'linux':11 'look':3 'one':13 'opinion':47 'other':40 'paperview':20 'program':5,28,50 'put':7 'read':42 'wallpap':9 'xwinwrap':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703476607
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9690841"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703390207 {#2358
    date: 2023-12-24 04:56: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
36 DENIED moderate
App\Entity\Entry {#2487
  +user: Proxies\__CG__\App\Entity\User {#2485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Live-Animated-wallpapers-programs-for-linux"
  +title: "Live (Animated) wallpapers programs for linux"
  +url: null
  +body: "I am looking for programs to put animated wallpapers on Linux, the ones I know for now are: Xwinwrap, paperview and komorebi. If you know of another program that can do this, leave it in the comments so that others can read it and give their opinion about the program."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 106
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710322148 {#2354
    date: 2024-03-13 10:29:08.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1841 …}
  +votes: Doctrine\ORM\PersistentCollection {#60 …}
  +reports: Doctrine\ORM\PersistentCollection {#2488 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2489 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2474 …}
  +badges: Doctrine\ORM\PersistentCollection {#2484 …}
  +children: []
  -id: 24353
  -titleTs: "'anim':2 'linux':6 'live':1 'program':4 'wallpap':3"
  -bodyTs: "'anim':8 'anoth':27 'comment':37 'give':45 'know':15,25 'komorebi':22 'leav':33 'linux':11 'look':3 'one':13 'opinion':47 'other':40 'paperview':20 'program':5,28,50 'put':7 'read':42 'wallpap':9 'xwinwrap':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703476607
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9690841"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703390207 {#2358
    date: 2023-12-24 04:56: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
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 {#1524
  +user: Proxies\__CG__\App\Entity\User {#1501 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1500 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "joke-Broke-out-grandma-s-candy-thermometer"
  +title: "[joke]Broke out grandma’s candy thermometer…."
  +url: null
  +body: """
    Gotta ask, what kinda candy was she making? Soft crack. Hard crack. Pot….\n
    \n
    Even has the donuts on there for, you know, dealing with the munchies.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 146
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707560493 {#2481
    date: 2024-02-10 11:21:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1521 …}
  +votes: Doctrine\ORM\PersistentCollection {#1499 …}
  +reports: Doctrine\ORM\PersistentCollection {#1546 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1511 …}
  +children: []
  -id: 24350
  -titleTs: "'broke':2 'candi':6 'grandma':4 'joke':1 'thermomet':7"
  -bodyTs: "'ask':2 'candi':5 'crack':10,12 'deal':23 'donut':17 'even':14 'gotta':1 'hard':11 'kinda':4 'know':22 'make':8 'munchi':26 'pot':13 'soft':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703475149
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9917096"
  +editedAt: DateTimeImmutable @1707263517 {#1512
    date: 2024-02-07 00:51:57.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703388749 {#1508
    date: 2023-12-24 04:32:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
App\Entity\Entry {#1524
  +user: Proxies\__CG__\App\Entity\User {#1501 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1500 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "joke-Broke-out-grandma-s-candy-thermometer"
  +title: "[joke]Broke out grandma’s candy thermometer…."
  +url: null
  +body: """
    Gotta ask, what kinda candy was she making? Soft crack. Hard crack. Pot….\n
    \n
    Even has the donuts on there for, you know, dealing with the munchies.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 146
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707560493 {#2481
    date: 2024-02-10 11:21:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1521 …}
  +votes: Doctrine\ORM\PersistentCollection {#1499 …}
  +reports: Doctrine\ORM\PersistentCollection {#1546 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1511 …}
  +children: []
  -id: 24350
  -titleTs: "'broke':2 'candi':6 'grandma':4 'joke':1 'thermomet':7"
  -bodyTs: "'ask':2 'candi':5 'crack':10,12 'deal':23 'donut':17 'even':14 'gotta':1 'hard':11 'kinda':4 'know':22 'make':8 'munchi':26 'pot':13 'soft':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703475149
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9917096"
  +editedAt: DateTimeImmutable @1707263517 {#1512
    date: 2024-02-07 00:51:57.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703388749 {#1508
    date: 2023-12-24 04:32:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
App\Entity\Entry {#1524
  +user: Proxies\__CG__\App\Entity\User {#1501 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1500 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "joke-Broke-out-grandma-s-candy-thermometer"
  +title: "[joke]Broke out grandma’s candy thermometer…."
  +url: null
  +body: """
    Gotta ask, what kinda candy was she making? Soft crack. Hard crack. Pot….\n
    \n
    Even has the donuts on there for, you know, dealing with the munchies.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 146
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707560493 {#2481
    date: 2024-02-10 11:21:33.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1521 …}
  +votes: Doctrine\ORM\PersistentCollection {#1499 …}
  +reports: Doctrine\ORM\PersistentCollection {#1546 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1545 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1481 …}
  +badges: Doctrine\ORM\PersistentCollection {#1511 …}
  +children: []
  -id: 24350
  -titleTs: "'broke':2 'candi':6 'grandma':4 'joke':1 'thermomet':7"
  -bodyTs: "'ask':2 'candi':5 'crack':10,12 'deal':23 'donut':17 'even':14 'gotta':1 'hard':11 'kinda':4 'know':22 'make':8 'munchi':26 'pot':13 'soft':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703475149
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9917096"
  +editedAt: DateTimeImmutable @1707263517 {#1512
    date: 2024-02-07 00:51:57.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703388749 {#1508
    date: 2023-12-24 04:32:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1510
  +user: Proxies\__CG__\App\Entity\User {#1506 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Whisparr-is-so-much-better-with-Postgres-for-its-data"
  +title: "Whisparr is so much better with Postgres for its data back end"
  +url: null
  +body: "I have a library of videos that I’ve downloaded with whisparr running in a docker container. I’ve had a problem with the sqlite DB getting corrupted on a daily basis. I followed the guide on switching to postgres and it only took about 15 minutes, including setting up a postgres server. I really recommend anyone running it to do that. There’s been a noticeable performance boost too."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707869758 {#1480
    date: 2024-02-14 01:15:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1504 …}
  +votes: Doctrine\ORM\PersistentCollection {#1505 …}
  +reports: Doctrine\ORM\PersistentCollection {#1532 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1534 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1540 …}
  +badges: Doctrine\ORM\PersistentCollection {#1533 …}
  +children: []
  -id: 24306
  -titleTs: "'back':11 'better':5 'data':10 'end':12 'much':4 'postgr':7 'whisparr':1"
  -bodyTs: "'15':46 'anyon':57 'basi':32 'boost':69 'contain':17 'corrupt':28 'daili':31 'db':26 'docker':16 'download':10 'follow':34 'get':27 'guid':36 'includ':48 'librari':4 'minut':47 'notic':67 'perform':68 'postgr':40,52 'problem':22 'realli':55 'recommend':56 'run':13,58 'server':53 'set':49 'sqlite':25 'switch':38 'took':44 've':9,19 'video':6 'whisparr':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703457533
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/5899711"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703371133 {#1522
    date: 2023-12-23 23:38:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1510
  +user: Proxies\__CG__\App\Entity\User {#1506 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Whisparr-is-so-much-better-with-Postgres-for-its-data"
  +title: "Whisparr is so much better with Postgres for its data back end"
  +url: null
  +body: "I have a library of videos that I’ve downloaded with whisparr running in a docker container. I’ve had a problem with the sqlite DB getting corrupted on a daily basis. I followed the guide on switching to postgres and it only took about 15 minutes, including setting up a postgres server. I really recommend anyone running it to do that. There’s been a noticeable performance boost too."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707869758 {#1480
    date: 2024-02-14 01:15:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1504 …}
  +votes: Doctrine\ORM\PersistentCollection {#1505 …}
  +reports: Doctrine\ORM\PersistentCollection {#1532 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1534 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1540 …}
  +badges: Doctrine\ORM\PersistentCollection {#1533 …}
  +children: []
  -id: 24306
  -titleTs: "'back':11 'better':5 'data':10 'end':12 'much':4 'postgr':7 'whisparr':1"
  -bodyTs: "'15':46 'anyon':57 'basi':32 'boost':69 'contain':17 'corrupt':28 'daili':31 'db':26 'docker':16 'download':10 'follow':34 'get':27 'guid':36 'includ':48 'librari':4 'minut':47 'notic':67 'perform':68 'postgr':40,52 'problem':22 'realli':55 'recommend':56 'run':13,58 'server':53 'set':49 'sqlite':25 'switch':38 'took':44 've':9,19 'video':6 'whisparr':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703457533
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/5899711"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703371133 {#1522
    date: 2023-12-23 23:38:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1510
  +user: Proxies\__CG__\App\Entity\User {#1506 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Whisparr-is-so-much-better-with-Postgres-for-its-data"
  +title: "Whisparr is so much better with Postgres for its data back end"
  +url: null
  +body: "I have a library of videos that I’ve downloaded with whisparr running in a docker container. I’ve had a problem with the sqlite DB getting corrupted on a daily basis. I followed the guide on switching to postgres and it only took about 15 minutes, including setting up a postgres server. I really recommend anyone running it to do that. There’s been a noticeable performance boost too."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707869758 {#1480
    date: 2024-02-14 01:15:58.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1504 …}
  +votes: Doctrine\ORM\PersistentCollection {#1505 …}
  +reports: Doctrine\ORM\PersistentCollection {#1532 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1534 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1540 …}
  +badges: Doctrine\ORM\PersistentCollection {#1533 …}
  +children: []
  -id: 24306
  -titleTs: "'back':11 'better':5 'data':10 'end':12 'much':4 'postgr':7 'whisparr':1"
  -bodyTs: "'15':46 'anyon':57 'basi':32 'boost':69 'contain':17 'corrupt':28 'daili':31 'db':26 'docker':16 'download':10 'follow':34 'get':27 'guid':36 'includ':48 'librari':4 'minut':47 'notic':67 'perform':68 'postgr':40,52 'problem':22 'realli':55 'recommend':56 'run':13,58 'server':53 'set':49 'sqlite':25 'switch':38 'took':44 've':9,19 'video':6 'whisparr':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703457533
  +visibility: "visible             "
  +apId: "https://lemmynsfw.com/post/5899711"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703371133 {#1522
    date: 2023-12-23 23:38:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "best-app-for-lemmy"
  +title: "best app for lemmy?"
  +url: null
  +body: """
    The one I’m using is becoming so buggy to the point of being unusable. It was never really great tbh, what are most people using?\n
    \n
    As an added question, are bookmarks associated with the lemmy account or the app?\n
    \n
    Edit: I’m on android, currently using Jerboa.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 137
  +favouriteCount: 173
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710367974 {#1541
    date: 2024-03-13 23:12:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 24304
  -titleTs: "'app':2 'best':1 'lemmi':4"
  -bodyTs: "'account':37 'ad':29 'android':45 'app':40 'associ':33 'becom':7 'bookmark':32 'buggi':9 'current':46 'edit':41 'great':20 'jerboa':48 'lemmi':36 'm':4,43 'never':18 'one':2 'peopl':25 'point':12 'question':30 'realli':19 'tbh':21 'unus':15 'use':5,26,47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703457274
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9908993"
  +editedAt: DateTimeImmutable @1707143454 {#1529
    date: 2024-02-05 15:30:54.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703370874 {#1531
    date: 2023-12-23 23:34:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "best-app-for-lemmy"
  +title: "best app for lemmy?"
  +url: null
  +body: """
    The one I’m using is becoming so buggy to the point of being unusable. It was never really great tbh, what are most people using?\n
    \n
    As an added question, are bookmarks associated with the lemmy account or the app?\n
    \n
    Edit: I’m on android, currently using Jerboa.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 137
  +favouriteCount: 173
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710367974 {#1541
    date: 2024-03-13 23:12:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 24304
  -titleTs: "'app':2 'best':1 'lemmi':4"
  -bodyTs: "'account':37 'ad':29 'android':45 'app':40 'associ':33 'becom':7 'bookmark':32 'buggi':9 'current':46 'edit':41 'great':20 'jerboa':48 'lemmi':36 'm':4,43 'never':18 'one':2 'peopl':25 'point':12 'question':30 'realli':19 'tbh':21 'unus':15 'use':5,26,47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703457274
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9908993"
  +editedAt: DateTimeImmutable @1707143454 {#1529
    date: 2024-02-05 15:30:54.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703370874 {#1531
    date: 2023-12-23 23:34:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1530
  +user: Proxies\__CG__\App\Entity\User {#1537 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "best-app-for-lemmy"
  +title: "best app for lemmy?"
  +url: null
  +body: """
    The one I’m using is becoming so buggy to the point of being unusable. It was never really great tbh, what are most people using?\n
    \n
    As an added question, are bookmarks associated with the lemmy account or the app?\n
    \n
    Edit: I’m on android, currently using Jerboa.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 137
  +favouriteCount: 173
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710367974 {#1541
    date: 2024-03-13 23:12:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1536 …}
  +votes: Doctrine\ORM\PersistentCollection {#1516 …}
  +reports: Doctrine\ORM\PersistentCollection {#1519 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1517 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1623 …}
  +badges: Doctrine\ORM\PersistentCollection {#1406 …}
  +children: []
  -id: 24304
  -titleTs: "'app':2 'best':1 'lemmi':4"
  -bodyTs: "'account':37 'ad':29 'android':45 'app':40 'associ':33 'becom':7 'bookmark':32 'buggi':9 'current':46 'edit':41 'great':20 'jerboa':48 'lemmi':36 'm':4,43 'never':18 'one':2 'peopl':25 'point':12 'question':30 'realli':19 'tbh':21 'unus':15 'use':5,26,47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703457274
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9908993"
  +editedAt: DateTimeImmutable @1707143454 {#1529
    date: 2024-02-05 15:30:54.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703370874 {#1531
    date: 2023-12-23 23:34:34.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1710
  +user: Proxies\__CG__\App\Entity\User {#1706 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Recommendations"
  +title: "Recommendations"
  +url: null
  +body: """
    So I finally decided to join my university Linux group, and has I been helping people with simple problems in discord for a while they put me in the helpdesk.\n
    \n
    All fine and dandy, but other than dual boot and partitioning problems that I had to deal with myself (stupid laptop which does no follow efibootmgr order) I don’t know much about other kinds of troubleshooting.\n
    \n
    Is there some reads or free online courses that u guys would recommende.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720259540 {#1713
    date: 2024-07-06 11:52:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1742 …}
  +votes: Doctrine\ORM\PersistentCollection {#1659 …}
  +reports: Doctrine\ORM\PersistentCollection {#1747 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1753 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1749 …}
  +badges: Doctrine\ORM\PersistentCollection {#1748 …}
  +children: []
  -id: 24301
  -titleTs: "'recommend':1"
  -bodyTs: "'boot':39 'cours':75 'dandi':34 'deal':47 'decid':4 'discord':21 'dual':38 'efibootmgr':56 'final':3 'fine':32 'follow':55 'free':73 'group':10 'guy':78 'help':15 'helpdesk':30 'join':6 'kind':65 'know':61 'laptop':51 'linux':9 'much':62 'onlin':74 'order':57 'partit':41 'peopl':16 'problem':19,42 'put':26 'read':71 'recommend':80 'simpl':18 'stupid':50 'troubleshoot':67 'u':77 'univers':8 'would':79"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703456960
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9908840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703370560 {#1712
    date: 2023-12-23 23:29:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1706 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Recommendations"
  +title: "Recommendations"
  +url: null
  +body: """
    So I finally decided to join my university Linux group, and has I been helping people with simple problems in discord for a while they put me in the helpdesk.\n
    \n
    All fine and dandy, but other than dual boot and partitioning problems that I had to deal with myself (stupid laptop which does no follow efibootmgr order) I don’t know much about other kinds of troubleshooting.\n
    \n
    Is there some reads or free online courses that u guys would recommende.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720259540 {#1713
    date: 2024-07-06 11:52:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1742 …}
  +votes: Doctrine\ORM\PersistentCollection {#1659 …}
  +reports: Doctrine\ORM\PersistentCollection {#1747 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1753 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1749 …}
  +badges: Doctrine\ORM\PersistentCollection {#1748 …}
  +children: []
  -id: 24301
  -titleTs: "'recommend':1"
  -bodyTs: "'boot':39 'cours':75 'dandi':34 'deal':47 'decid':4 'discord':21 'dual':38 'efibootmgr':56 'final':3 'fine':32 'follow':55 'free':73 'group':10 'guy':78 'help':15 'helpdesk':30 'join':6 'kind':65 'know':61 'laptop':51 'linux':9 'much':62 'onlin':74 'order':57 'partit':41 'peopl':16 'problem':19,42 'put':26 'read':71 'recommend':80 'simpl':18 'stupid':50 'troubleshoot':67 'u':77 'univers':8 'would':79"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703456960
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9908840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703370560 {#1712
    date: 2023-12-23 23:29:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1710
  +user: Proxies\__CG__\App\Entity\User {#1706 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Recommendations"
  +title: "Recommendations"
  +url: null
  +body: """
    So I finally decided to join my university Linux group, and has I been helping people with simple problems in discord for a while they put me in the helpdesk.\n
    \n
    All fine and dandy, but other than dual boot and partitioning problems that I had to deal with myself (stupid laptop which does no follow efibootmgr order) I don’t know much about other kinds of troubleshooting.\n
    \n
    Is there some reads or free online courses that u guys would recommende.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720259540 {#1713
    date: 2024-07-06 11:52:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1742 …}
  +votes: Doctrine\ORM\PersistentCollection {#1659 …}
  +reports: Doctrine\ORM\PersistentCollection {#1747 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1753 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1749 …}
  +badges: Doctrine\ORM\PersistentCollection {#1748 …}
  +children: []
  -id: 24301
  -titleTs: "'recommend':1"
  -bodyTs: "'boot':39 'cours':75 'dandi':34 'deal':47 'decid':4 'discord':21 'dual':38 'efibootmgr':56 'final':3 'fine':32 'follow':55 'free':73 'group':10 'guy':78 'help':15 'helpdesk':30 'join':6 'kind':65 'know':61 'laptop':51 'linux':9 'much':62 'onlin':74 'order':57 'partit':41 'peopl':16 'problem':19,42 'put':26 'read':71 'recommend':80 'simpl':18 'stupid':50 'troubleshoot':67 'u':77 'univers':8 'would':79"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703456960
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9908840"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703370560 {#1712
    date: 2023-12-23 23:29:20.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1471
  +user: Proxies\__CG__\App\Entity\User {#1467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Need-some-help-with-Xubuntu-networking-please"
  +title: "Need some help with Xubuntu networking please."
  +url: null
  +body: """
    Hi all :)\n
    \n
    Apologies for the long writeup, but I’m not sure if the background is important or not.\n
    \n
    I’ve got a media server currently running Xubuntu (getting ready to be transitioned to a proper server OS before anyone asks), and I’ve been having a problem with static IP addresses.\n
    \n
    About a year ago I was having a problem with the ethernet card switching from a static IP to DHCP, and screwing up the services that depended on the IP address. It appeared to be a problem with my ISP router (BT SmartHub 2). I thought I’d fixed it, and didn’t have any trouble for a while.\n
    \n
    I added a second ethernet card to split my traffic. My VPN doesn’t allow split tunneling on Linux, and I wanted some traffic to go through the VPN while some bypassed it. I hadn’t set anything up for that yet, but did give the second ethernet card a static IP address. I changed the DNS servers on both to go through my AdGuard installation on the same machine, and some other ad blocking DNS servers.\n
    \n
    When I first installed the second ethernet card I had a few problems, but my network switch died at the same time, and replacing it appeared to cure the issues. The issues were similar to before, in that I couldn’t get a static IP to stick.\n
    \n
    To now - Last night we were having some power issues in the area, power surges and brownouts. In the time that it took me to get to my PC and log in to the media server to shut it down, it had rebooted at least three times. I shut everything down successfully, and after I turned everything back on this morning, the services like Plex that don’t need the IP all seemed to be working properly.\n
    \n
    After my kid went to bed, I tried to log onto the server to check it. Nothing that needed the IP address would work. I tried the second IP address and that was the same. I managed to log in with NoMachine and saw that there were two new ethernet connections, both set to DHCP, and they were being used instead of the previous connections. The previous connections apparently haven’t been used for the last six days.\n
    \n
    I tried deleting one of the new connections to see if it would force Xubuntu to use the old ones, and it seemed to work, but deleting the second one cut off the network connections completely. After connecting a monitor and peripherals to the server, I could see an option for an Auto Connection in the network dropdown menu, and that let me connect again.\n
    \n
    My previous connections are still in the network manager with all the static IP settings, but there are two new Auto Ethernet connections too, using DHCP.\n
    \n
    Can anyone give me a clue as to what’s happened here please? I thought it was a problem caused by the power problems, but it’s apparently been going on for almost a week.\n
    \n
    Apologies in advance if I’m slow to reply for the next few days, and thank you in advance for any help :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726497813 {#1474
    date: 2024-09-16 16:43:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 24330
  -titleTs: "'help':3 'need':1 'network':6 'pleas':7 'xubuntu':5"
  -bodyTs: "'2':96 'ad':113,185 'address':52,83,164,334,342 'adguard':176 'advanc':519,535 'ago':56 'allow':126 'almost':514 'anyon':40,483 'anyth':149 'apolog':3,517 'appar':381,509 'appear':85,214 'area':248 'ask':41 'auto':443,476 'back':293 'background':15 'bed':318 'block':186 'brownout':252 'bt':94 'bypass':143 'card':65,117,160,196 'caus':501 'chang':166 'check':327 'clue':487 'complet':426 'connect':363,377,380,398,425,428,444,454,458,478 'could':437 'couldn':228 'cure':216 'current':26 'cut':421 'd':100 'day':390,530 'delet':393,417 'depend':79 'dhcp':72,367,481 'didn':104 'die':206 'dns':168,187 'doesn':124 'dropdown':448 'ethernet':64,116,159,195,362,477 'everyth':285,292 'first':191 'fix':101 'forc':404 'get':29,230,261 'give':156,484 'go':137,173,511 'got':22 'hadn':146 'happen':492 'haven':382 'help':538 'hi':1 'import':17 'instal':177,192 'instead':373 'ip':51,70,82,163,233,306,333,341,469 'isp':92 'issu':218,220,245 'kid':315 'last':238,388 'least':280 'let':452 'like':299 'linux':130 'log':266,322,351 'long':6 'm':10,522 'machin':181 'manag':349,464 'media':24,270 'menu':449 'monitor':430 'morn':296 'need':304,331 'network':204,424,447,463 'new':361,397,475 'next':528 'night':239 'nomachin':354 'noth':329 'old':409 'one':394,410,420 'onto':323 'option':440 'os':38 'pc':264 'peripher':432 'pleas':494 'plex':300 'power':244,249,504 'previous':376,379,457 'problem':48,61,89,201,500,505 'proper':36,312 'readi':30 'reboot':278 'replac':212 'repli':525 'router':93 'run':27 'saw':356 'screw':74 'second':115,158,194,340,419 'see':400,438 'seem':308,413 'server':25,37,169,188,271,325,435 'servic':77,298 'set':148,365,470 'shut':273,284 'similar':222 'six':389 'slow':523 'smarthub':95 'split':119,127 'static':50,69,162,232,468 'stick':235 'still':460 'success':287 'sure':12 'surg':250 'switch':66,205 'thank':532 'thought':98,496 'three':281 'time':210,255,282 'took':258 'traffic':121,135 'transit':33 'tri':320,338,392 'troubl':108 'tunnel':128 'turn':291 'two':360,474 'use':372,385,407,480 've':21,44 'vpn':123,140 'want':133 'week':516 'went':316 'work':311,336,415 'would':335,403 'writeup':7 'xubuntu':28,405 'year':55 'yet':153"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703456310
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/10986845"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703378310 {#1472
    date: 2023-12-24 01:38: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
55 DENIED edit
App\Entity\Entry {#1471
  +user: Proxies\__CG__\App\Entity\User {#1467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Need-some-help-with-Xubuntu-networking-please"
  +title: "Need some help with Xubuntu networking please."
  +url: null
  +body: """
    Hi all :)\n
    \n
    Apologies for the long writeup, but I’m not sure if the background is important or not.\n
    \n
    I’ve got a media server currently running Xubuntu (getting ready to be transitioned to a proper server OS before anyone asks), and I’ve been having a problem with static IP addresses.\n
    \n
    About a year ago I was having a problem with the ethernet card switching from a static IP to DHCP, and screwing up the services that depended on the IP address. It appeared to be a problem with my ISP router (BT SmartHub 2). I thought I’d fixed it, and didn’t have any trouble for a while.\n
    \n
    I added a second ethernet card to split my traffic. My VPN doesn’t allow split tunneling on Linux, and I wanted some traffic to go through the VPN while some bypassed it. I hadn’t set anything up for that yet, but did give the second ethernet card a static IP address. I changed the DNS servers on both to go through my AdGuard installation on the same machine, and some other ad blocking DNS servers.\n
    \n
    When I first installed the second ethernet card I had a few problems, but my network switch died at the same time, and replacing it appeared to cure the issues. The issues were similar to before, in that I couldn’t get a static IP to stick.\n
    \n
    To now - Last night we were having some power issues in the area, power surges and brownouts. In the time that it took me to get to my PC and log in to the media server to shut it down, it had rebooted at least three times. I shut everything down successfully, and after I turned everything back on this morning, the services like Plex that don’t need the IP all seemed to be working properly.\n
    \n
    After my kid went to bed, I tried to log onto the server to check it. Nothing that needed the IP address would work. I tried the second IP address and that was the same. I managed to log in with NoMachine and saw that there were two new ethernet connections, both set to DHCP, and they were being used instead of the previous connections. The previous connections apparently haven’t been used for the last six days.\n
    \n
    I tried deleting one of the new connections to see if it would force Xubuntu to use the old ones, and it seemed to work, but deleting the second one cut off the network connections completely. After connecting a monitor and peripherals to the server, I could see an option for an Auto Connection in the network dropdown menu, and that let me connect again.\n
    \n
    My previous connections are still in the network manager with all the static IP settings, but there are two new Auto Ethernet connections too, using DHCP.\n
    \n
    Can anyone give me a clue as to what’s happened here please? I thought it was a problem caused by the power problems, but it’s apparently been going on for almost a week.\n
    \n
    Apologies in advance if I’m slow to reply for the next few days, and thank you in advance for any help :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726497813 {#1474
    date: 2024-09-16 16:43:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 24330
  -titleTs: "'help':3 'need':1 'network':6 'pleas':7 'xubuntu':5"
  -bodyTs: "'2':96 'ad':113,185 'address':52,83,164,334,342 'adguard':176 'advanc':519,535 'ago':56 'allow':126 'almost':514 'anyon':40,483 'anyth':149 'apolog':3,517 'appar':381,509 'appear':85,214 'area':248 'ask':41 'auto':443,476 'back':293 'background':15 'bed':318 'block':186 'brownout':252 'bt':94 'bypass':143 'card':65,117,160,196 'caus':501 'chang':166 'check':327 'clue':487 'complet':426 'connect':363,377,380,398,425,428,444,454,458,478 'could':437 'couldn':228 'cure':216 'current':26 'cut':421 'd':100 'day':390,530 'delet':393,417 'depend':79 'dhcp':72,367,481 'didn':104 'die':206 'dns':168,187 'doesn':124 'dropdown':448 'ethernet':64,116,159,195,362,477 'everyth':285,292 'first':191 'fix':101 'forc':404 'get':29,230,261 'give':156,484 'go':137,173,511 'got':22 'hadn':146 'happen':492 'haven':382 'help':538 'hi':1 'import':17 'instal':177,192 'instead':373 'ip':51,70,82,163,233,306,333,341,469 'isp':92 'issu':218,220,245 'kid':315 'last':238,388 'least':280 'let':452 'like':299 'linux':130 'log':266,322,351 'long':6 'm':10,522 'machin':181 'manag':349,464 'media':24,270 'menu':449 'monitor':430 'morn':296 'need':304,331 'network':204,424,447,463 'new':361,397,475 'next':528 'night':239 'nomachin':354 'noth':329 'old':409 'one':394,410,420 'onto':323 'option':440 'os':38 'pc':264 'peripher':432 'pleas':494 'plex':300 'power':244,249,504 'previous':376,379,457 'problem':48,61,89,201,500,505 'proper':36,312 'readi':30 'reboot':278 'replac':212 'repli':525 'router':93 'run':27 'saw':356 'screw':74 'second':115,158,194,340,419 'see':400,438 'seem':308,413 'server':25,37,169,188,271,325,435 'servic':77,298 'set':148,365,470 'shut':273,284 'similar':222 'six':389 'slow':523 'smarthub':95 'split':119,127 'static':50,69,162,232,468 'stick':235 'still':460 'success':287 'sure':12 'surg':250 'switch':66,205 'thank':532 'thought':98,496 'three':281 'time':210,255,282 'took':258 'traffic':121,135 'transit':33 'tri':320,338,392 'troubl':108 'tunnel':128 'turn':291 'two':360,474 'use':372,385,407,480 've':21,44 'vpn':123,140 'want':133 'week':516 'went':316 'work':311,336,415 'would':335,403 'writeup':7 'xubuntu':28,405 'year':55 'yet':153"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703456310
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/10986845"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703378310 {#1472
    date: 2023-12-24 01:38: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
56 DENIED moderate
App\Entity\Entry {#1471
  +user: Proxies\__CG__\App\Entity\User {#1467 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Need-some-help-with-Xubuntu-networking-please"
  +title: "Need some help with Xubuntu networking please."
  +url: null
  +body: """
    Hi all :)\n
    \n
    Apologies for the long writeup, but I’m not sure if the background is important or not.\n
    \n
    I’ve got a media server currently running Xubuntu (getting ready to be transitioned to a proper server OS before anyone asks), and I’ve been having a problem with static IP addresses.\n
    \n
    About a year ago I was having a problem with the ethernet card switching from a static IP to DHCP, and screwing up the services that depended on the IP address. It appeared to be a problem with my ISP router (BT SmartHub 2). I thought I’d fixed it, and didn’t have any trouble for a while.\n
    \n
    I added a second ethernet card to split my traffic. My VPN doesn’t allow split tunneling on Linux, and I wanted some traffic to go through the VPN while some bypassed it. I hadn’t set anything up for that yet, but did give the second ethernet card a static IP address. I changed the DNS servers on both to go through my AdGuard installation on the same machine, and some other ad blocking DNS servers.\n
    \n
    When I first installed the second ethernet card I had a few problems, but my network switch died at the same time, and replacing it appeared to cure the issues. The issues were similar to before, in that I couldn’t get a static IP to stick.\n
    \n
    To now - Last night we were having some power issues in the area, power surges and brownouts. In the time that it took me to get to my PC and log in to the media server to shut it down, it had rebooted at least three times. I shut everything down successfully, and after I turned everything back on this morning, the services like Plex that don’t need the IP all seemed to be working properly.\n
    \n
    After my kid went to bed, I tried to log onto the server to check it. Nothing that needed the IP address would work. I tried the second IP address and that was the same. I managed to log in with NoMachine and saw that there were two new ethernet connections, both set to DHCP, and they were being used instead of the previous connections. The previous connections apparently haven’t been used for the last six days.\n
    \n
    I tried deleting one of the new connections to see if it would force Xubuntu to use the old ones, and it seemed to work, but deleting the second one cut off the network connections completely. After connecting a monitor and peripherals to the server, I could see an option for an Auto Connection in the network dropdown menu, and that let me connect again.\n
    \n
    My previous connections are still in the network manager with all the static IP settings, but there are two new Auto Ethernet connections too, using DHCP.\n
    \n
    Can anyone give me a clue as to what’s happened here please? I thought it was a problem caused by the power problems, but it’s apparently been going on for almost a week.\n
    \n
    Apologies in advance if I’m slow to reply for the next few days, and thank you in advance for any help :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726497813 {#1474
    date: 2024-09-16 16:43:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1470 …}
  +votes: Doctrine\ORM\PersistentCollection {#1473 …}
  +reports: Doctrine\ORM\PersistentCollection {#1483 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1484 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1488 …}
  +badges: Doctrine\ORM\PersistentCollection {#1485 …}
  +children: []
  -id: 24330
  -titleTs: "'help':3 'need':1 'network':6 'pleas':7 'xubuntu':5"
  -bodyTs: "'2':96 'ad':113,185 'address':52,83,164,334,342 'adguard':176 'advanc':519,535 'ago':56 'allow':126 'almost':514 'anyon':40,483 'anyth':149 'apolog':3,517 'appar':381,509 'appear':85,214 'area':248 'ask':41 'auto':443,476 'back':293 'background':15 'bed':318 'block':186 'brownout':252 'bt':94 'bypass':143 'card':65,117,160,196 'caus':501 'chang':166 'check':327 'clue':487 'complet':426 'connect':363,377,380,398,425,428,444,454,458,478 'could':437 'couldn':228 'cure':216 'current':26 'cut':421 'd':100 'day':390,530 'delet':393,417 'depend':79 'dhcp':72,367,481 'didn':104 'die':206 'dns':168,187 'doesn':124 'dropdown':448 'ethernet':64,116,159,195,362,477 'everyth':285,292 'first':191 'fix':101 'forc':404 'get':29,230,261 'give':156,484 'go':137,173,511 'got':22 'hadn':146 'happen':492 'haven':382 'help':538 'hi':1 'import':17 'instal':177,192 'instead':373 'ip':51,70,82,163,233,306,333,341,469 'isp':92 'issu':218,220,245 'kid':315 'last':238,388 'least':280 'let':452 'like':299 'linux':130 'log':266,322,351 'long':6 'm':10,522 'machin':181 'manag':349,464 'media':24,270 'menu':449 'monitor':430 'morn':296 'need':304,331 'network':204,424,447,463 'new':361,397,475 'next':528 'night':239 'nomachin':354 'noth':329 'old':409 'one':394,410,420 'onto':323 'option':440 'os':38 'pc':264 'peripher':432 'pleas':494 'plex':300 'power':244,249,504 'previous':376,379,457 'problem':48,61,89,201,500,505 'proper':36,312 'readi':30 'reboot':278 'replac':212 'repli':525 'router':93 'run':27 'saw':356 'screw':74 'second':115,158,194,340,419 'see':400,438 'seem':308,413 'server':25,37,169,188,271,325,435 'servic':77,298 'set':148,365,470 'shut':273,284 'similar':222 'six':389 'slow':523 'smarthub':95 'split':119,127 'static':50,69,162,232,468 'stick':235 'still':460 'success':287 'sure':12 'surg':250 'switch':66,205 'thank':532 'thought':98,496 'three':281 'time':210,255,282 'took':258 'traffic':121,135 'transit':33 'tri':320,338,392 'troubl':108 'tunnel':128 'turn':291 'two':360,474 'use':372,385,407,480 've':21,44 'vpn':123,140 'want':133 'week':516 'went':316 'work':311,336,415 'would':335,403 'writeup':7 'xubuntu':28,405 'year':55 'yet':153"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703456310
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/10986845"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703378310 {#1472
    date: 2023-12-24 01:38: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
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 {#1491
  +user: Proxies\__CG__\App\Entity\User {#1493 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1495 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Two-Servarr-Radar-and-Sonar-stopped-working-for-unknown-reasons"
  +title: "Two Servarr (Radar and Sonar) stopped working for unknown reasons"
  +url: null
  +body: """
    Recently, Radarr and Sonarr stopped working, and I don’t know why or where to look.\n
    \n
    Host: Kubuntu 22.04\n
    \n
    Kernel: 3.2.0-39-generic (64 bits)\n
    \n
    Docker: 24.0.5, build 24.0.5-0ubuntu1~22.04.1\n
    \n
    Image: linuxserver/sonarr 3.0.10.1567 and linuxserver/radarr 5.2.6.\n
    \n
    Every other app, including other servarr app (readarr, lidarr, etc.) is working\n
    \n
    Apps is giving me the following message:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.10.1567 \n
    </span><span style="color:#323232;">[Info] AppFolderInfo: Data directory is being overridden to [/config] \n
    </span><span style="color:#323232;">[Info] Router: Application mode: Interactive \n
    </span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
    </span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
    </span><span style="color:#323232;">[Info] OwinHostController: Listening on the following URLs: \n
    </span><span style="color:#323232;">[Info] OwinHostController:   http://192.168.1.100:8989/ \n
    </span><span style="color:#323232;">[Info] OwinHostController:   http://localhost:8989/ \n
    </span><span style="color:#323232;">[Info] SonarrBootstrapper: Starting Web Server \n
    </span><span style="color:#323232;">[Fatal] ConsoleApp: The requested address is not valid in this context. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions \n
    </span><span style="color:#323232;">Press enter to exit...\n
    </span>\n
    ```\n
    \n
    I checked, and nothing seems to use the same port:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">~$ sudo netstat -nlp | grep 8989\n
    </span><span style="color:#323232;">tcp        0      0 0.0.0.0:8989            0.0.0.0:*               LISTEN      48005/docker-proxy  \n
    </span><span style="color:#323232;">tcp6       0      0 :::8989                 :::*                    LISTEN      48011/docker-proxy  \n
    </span>\n
    ```\n
    \n
    And I don’t think permission is at fault since other docker apps works fine.\n
    \n
    Where should I look to fix that?\n
    \n
    Edit: the compose file\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: '3.8'\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">    Sonarr:\n
    </span><span style="color:#323232;">        container_name: sonarr\n
    </span><span style="color:#323232;">        image: linuxserver/sonarr\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">        - '8989:8989' # sonarr\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">        - PUID=1000\n
    </span><span style="color:#323232;">        - PGID=1000\n
    </span><span style="color:#323232;">        - TZ=Canada/Eastern\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">        - '/etc/timezone:/etc/timezone:ro'\n
    </span><span style="color:#323232;">        - '/etc/localtime:/etc/localtime:ro'\n
    </span><span style="color:#323232;">        - '/bibliotheque1/configs/sonarr:/config'\n
    </span><span style="color:#323232;">        - '/bibliotheque1:/data'\n
    </span><span style="color:#323232;">        - '/bibliotheque2:/data2'\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span><span style="color:#323232;">    radarr:\n
    </span><span style="color:#323232;">        container_name: radarr\n
    </span><span style="color:#323232;">        image: linuxserver/radarr\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">        - PUID=1000\n
    </span><span style="color:#323232;">        - PGID=1000\n
    </span><span style="color:#323232;">        - TZ=Canada/Eastern\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">        - '7878:7878'\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">        - '/etc/timezone:/etc/timezone:ro'\n
    </span><span style="color:#323232;">        - '/etc/localtime:/etc/localtime:ro'\n
    </span><span style="color:#323232;">        - '/bibliotheque1/configs/radarr:/config'\n
    </span><span style="color:#323232;">        - '/bibliotheque1:/data'\n
    </span><span style="color:#323232;">        - '/bibliotheque2:/data2'\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    edit2: added all the details of the logs\n
    \n
    edit 3:\n
    \n
    I don’t think the issue is actually the port since I’ve got the same issue when I’m switching to a different port, and if I stop the container, its ports no longer appears in the netstats commands.\n
    \n
    Might be permission issue (but no idea what that would mean in its context) or something else.\n
    \n
    Edit 4 and kinda solution\n
    -------------------------\n
    \n
    It IS a permission issue, although I’m not getting why it’s happening\n
    \n
    If the config file is in another volume, the container starts no problem. But if I try to starts with the old directory, it gave the error message.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">    volumes:\n
    </span><span style="color:#323232;">        - '/bibliotheque1/configs/radarr_test:/config'\n
    </span>\n
    ```\n
    \n
    But there is no difference in the owner of this repository\n
    \n
    Why can’t the container access it?\n
    \n
    ```\n
    \n
    <span style="color:#323232;">drwxr-xr-x   7 $USER $USER 4096 mar 19  2023 heimdall\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:39 radarr\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:43 radarr_test\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:43 sonarr\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:43 sonarr_test\n
    </span><span style="color:#323232;">drwxr-xr-x   4 $USER $USER 4096 aoû 28 23:07 plex\n
    </span>\n
    ```\n
    \n
    I’ll use my backups and use a different directory, but I want to know what went wrong…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703450666 {#1496
    date: 2023-12-24 21:44:26.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: 25033
  -titleTs: "'radar':3 'reason':10 'servarr':2 'sonar':5 'stop':6 'two':1 'unknown':9 'work':7"
  -bodyTs: "'-0':30 '-10000':91,113 '-39':22 '/app/sonarr/bin/sonarr.exe':62 '/bibliotheque1':268,301 '/bibliotheque1/configs/radarr':299 '/bibliotheque1/configs/radarr_test':424 '/bibliotheque1/configs/sonarr':266 '/bibliotheque2':270,303 '/config':73,267,300,425 '/config/logs.db':110 '/config/sonarr.db':88 '/data':269,302 '/data2':271,304 '/etc/localtime':263,264,296,297 '/etc/timezone':260,261,293,294 '0':200,201,208,209 '0.0.0.0':202,204 '07':521 '1000':254,256,284,286 '11':466,479,493,506 '19':453 '192.168.1.100':132 '2023':454 '22.04':19 '23':520 '24.0.5':27,29 '26':465,478,492,505 '28':519 '3':100,122,318 '3.0.10.1567':35,64 '3.2.0':21 '3.8':240 '39':467 '4':377,514 '4096':451,463,476,490,503,517 '43':480,494,507 '48005/docker-proxy':206 '48011/docker-proxy':212 '5.2.6':38 '6':460,473,487,500 '64':24 '7':448 '7878':290,291 '8989':133,137,173,198,203,210,249,250 'access':442 'actual':326 'ad':310 'address':147 'alreadi':163 'although':386 'anoth':158,165,401 'aoû':518 'app':41,45,51,225 'appear':354 'appfolderinfo':66 'applic':76,166 'backup':527 'bit':25 'bootstrap':59 'build':28 'cach':89,111 'canada/eastern':258,288 'check':81,103,185 'command':358 'compos':237 'config':397 'consoleapp':144 'contain':243,277,349,404,441 'context':153,372 'data':67,86,108 'databas':82,104 'datetimekind':92,114 'default':172 'detail':313 'differ':342,430,531 'directori':68,417,532 'docker':26,224 'drwxr':445,457,470,484,497,511 'drwxr-xr-x':444,456,469,483,496,510 'déc':464,477,491,504 'edit':235,317,376 'edit2':309 'els':375 'enter':181 'environ':252,282 'error':421 'etc':48 'everi':39 'exit':183 'fatal':143 'fault':221 'file':238,398 'fine':227 'fix':233 'follow':56,128 'gave':419 'generic':23 'get':390 'give':53 'got':332 'grep':197 'happen':156,394 'heimdal':455 'host':17 'idea':365 'imag':33,246,280 'includ':42 'info':58,65,74,79,101,123,130,134,138 'instanc':159 'insuffici':178 'interact':78 'issu':324,335,362,385 'journal':94,116 'kernel':20 'kinda':379 'know':11,537 'kubuntu':18 'lidarr':47 'linuxserver/radarr':37,281 'linuxserver/sonarr':34,247 'listen':125,205,211 'll':524 'localhost':136 'log':316 'longer':353 'look':16,231 'm':338,388 'mar':452 'mean':369 'messag':57,422 'might':359 'migrat':85,107 'migrationlogg':80,102 'mode':77,95,117 'name':244,278 'netstat':195,357 'nlp':196 'noth':187 'old':416 'overridden':71 'owinhostcontrol':124,131,135 'owner':433 'permiss':179,218,361,384 'pgid':255,285 'plex':522 'pool':97,119 'port':171,193,248,289,328,343,351 'press':180 'problem':407 'puid':253,283 'radarr':2,276,279,468,481 'readarr':46 'recent':1 'repositori':436 'request':146 'requir':84,106 'restart':272,305 'ro':262,265,295,298 'router':75 'run':164 'seem':188 'servarr':44 'server':142 'servic':241 'sinc':222,329 'size':90,112 'solut':380 'someth':374 'sonarr':4,61,161,242,245,251,495,508 'sonarrbootstrapp':139 'sourc':87,109 'start':60,140,405,413 'stop':5,275,308,347 'sudo':194 'switch':339 'tcp':199 'tcp6':207 'test':482,509 'think':217,322 'tri':411 'true':98,120 'tz':257,287 'ubuntu1':31 'unless':274,307 'unless-stop':273,306 'url':129 'use':168,190,525,529 'user':176,449,450,461,462,474,475,488,489,501,502,515,516 'utc':93,115 'valid':150 've':331 'version':63,99,121,239 'volum':259,292,402,423 'wal':96,118 'want':535 'web':141 'went':539 'work':6,50,226 'would':368 'wrong':540 'x':447,459,472,486,499,513 'xr':446,458,471,485,498,512 '~22.04.1':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703455166
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9939492"
  +editedAt: DateTimeImmutable @1708014988 {#1494
    date: 2024-02-15 17:36:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703450666 {#1490
    date: 2023-12-24 21:44:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1491
  +user: Proxies\__CG__\App\Entity\User {#1493 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1495 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Two-Servarr-Radar-and-Sonar-stopped-working-for-unknown-reasons"
  +title: "Two Servarr (Radar and Sonar) stopped working for unknown reasons"
  +url: null
  +body: """
    Recently, Radarr and Sonarr stopped working, and I don’t know why or where to look.\n
    \n
    Host: Kubuntu 22.04\n
    \n
    Kernel: 3.2.0-39-generic (64 bits)\n
    \n
    Docker: 24.0.5, build 24.0.5-0ubuntu1~22.04.1\n
    \n
    Image: linuxserver/sonarr 3.0.10.1567 and linuxserver/radarr 5.2.6.\n
    \n
    Every other app, including other servarr app (readarr, lidarr, etc.) is working\n
    \n
    Apps is giving me the following message:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.10.1567 \n
    </span><span style="color:#323232;">[Info] AppFolderInfo: Data directory is being overridden to [/config] \n
    </span><span style="color:#323232;">[Info] Router: Application mode: Interactive \n
    </span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
    </span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
    </span><span style="color:#323232;">[Info] OwinHostController: Listening on the following URLs: \n
    </span><span style="color:#323232;">[Info] OwinHostController:   http://192.168.1.100:8989/ \n
    </span><span style="color:#323232;">[Info] OwinHostController:   http://localhost:8989/ \n
    </span><span style="color:#323232;">[Info] SonarrBootstrapper: Starting Web Server \n
    </span><span style="color:#323232;">[Fatal] ConsoleApp: The requested address is not valid in this context. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions \n
    </span><span style="color:#323232;">Press enter to exit...\n
    </span>\n
    ```\n
    \n
    I checked, and nothing seems to use the same port:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">~$ sudo netstat -nlp | grep 8989\n
    </span><span style="color:#323232;">tcp        0      0 0.0.0.0:8989            0.0.0.0:*               LISTEN      48005/docker-proxy  \n
    </span><span style="color:#323232;">tcp6       0      0 :::8989                 :::*                    LISTEN      48011/docker-proxy  \n
    </span>\n
    ```\n
    \n
    And I don’t think permission is at fault since other docker apps works fine.\n
    \n
    Where should I look to fix that?\n
    \n
    Edit: the compose file\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: '3.8'\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">    Sonarr:\n
    </span><span style="color:#323232;">        container_name: sonarr\n
    </span><span style="color:#323232;">        image: linuxserver/sonarr\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">        - '8989:8989' # sonarr\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">        - PUID=1000\n
    </span><span style="color:#323232;">        - PGID=1000\n
    </span><span style="color:#323232;">        - TZ=Canada/Eastern\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">        - '/etc/timezone:/etc/timezone:ro'\n
    </span><span style="color:#323232;">        - '/etc/localtime:/etc/localtime:ro'\n
    </span><span style="color:#323232;">        - '/bibliotheque1/configs/sonarr:/config'\n
    </span><span style="color:#323232;">        - '/bibliotheque1:/data'\n
    </span><span style="color:#323232;">        - '/bibliotheque2:/data2'\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span><span style="color:#323232;">    radarr:\n
    </span><span style="color:#323232;">        container_name: radarr\n
    </span><span style="color:#323232;">        image: linuxserver/radarr\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">        - PUID=1000\n
    </span><span style="color:#323232;">        - PGID=1000\n
    </span><span style="color:#323232;">        - TZ=Canada/Eastern\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">        - '7878:7878'\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">        - '/etc/timezone:/etc/timezone:ro'\n
    </span><span style="color:#323232;">        - '/etc/localtime:/etc/localtime:ro'\n
    </span><span style="color:#323232;">        - '/bibliotheque1/configs/radarr:/config'\n
    </span><span style="color:#323232;">        - '/bibliotheque1:/data'\n
    </span><span style="color:#323232;">        - '/bibliotheque2:/data2'\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    edit2: added all the details of the logs\n
    \n
    edit 3:\n
    \n
    I don’t think the issue is actually the port since I’ve got the same issue when I’m switching to a different port, and if I stop the container, its ports no longer appears in the netstats commands.\n
    \n
    Might be permission issue (but no idea what that would mean in its context) or something else.\n
    \n
    Edit 4 and kinda solution\n
    -------------------------\n
    \n
    It IS a permission issue, although I’m not getting why it’s happening\n
    \n
    If the config file is in another volume, the container starts no problem. But if I try to starts with the old directory, it gave the error message.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">    volumes:\n
    </span><span style="color:#323232;">        - '/bibliotheque1/configs/radarr_test:/config'\n
    </span>\n
    ```\n
    \n
    But there is no difference in the owner of this repository\n
    \n
    Why can’t the container access it?\n
    \n
    ```\n
    \n
    <span style="color:#323232;">drwxr-xr-x   7 $USER $USER 4096 mar 19  2023 heimdall\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:39 radarr\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:43 radarr_test\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:43 sonarr\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:43 sonarr_test\n
    </span><span style="color:#323232;">drwxr-xr-x   4 $USER $USER 4096 aoû 28 23:07 plex\n
    </span>\n
    ```\n
    \n
    I’ll use my backups and use a different directory, but I want to know what went wrong…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703450666 {#1496
    date: 2023-12-24 21:44:26.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: 25033
  -titleTs: "'radar':3 'reason':10 'servarr':2 'sonar':5 'stop':6 'two':1 'unknown':9 'work':7"
  -bodyTs: "'-0':30 '-10000':91,113 '-39':22 '/app/sonarr/bin/sonarr.exe':62 '/bibliotheque1':268,301 '/bibliotheque1/configs/radarr':299 '/bibliotheque1/configs/radarr_test':424 '/bibliotheque1/configs/sonarr':266 '/bibliotheque2':270,303 '/config':73,267,300,425 '/config/logs.db':110 '/config/sonarr.db':88 '/data':269,302 '/data2':271,304 '/etc/localtime':263,264,296,297 '/etc/timezone':260,261,293,294 '0':200,201,208,209 '0.0.0.0':202,204 '07':521 '1000':254,256,284,286 '11':466,479,493,506 '19':453 '192.168.1.100':132 '2023':454 '22.04':19 '23':520 '24.0.5':27,29 '26':465,478,492,505 '28':519 '3':100,122,318 '3.0.10.1567':35,64 '3.2.0':21 '3.8':240 '39':467 '4':377,514 '4096':451,463,476,490,503,517 '43':480,494,507 '48005/docker-proxy':206 '48011/docker-proxy':212 '5.2.6':38 '6':460,473,487,500 '64':24 '7':448 '7878':290,291 '8989':133,137,173,198,203,210,249,250 'access':442 'actual':326 'ad':310 'address':147 'alreadi':163 'although':386 'anoth':158,165,401 'aoû':518 'app':41,45,51,225 'appear':354 'appfolderinfo':66 'applic':76,166 'backup':527 'bit':25 'bootstrap':59 'build':28 'cach':89,111 'canada/eastern':258,288 'check':81,103,185 'command':358 'compos':237 'config':397 'consoleapp':144 'contain':243,277,349,404,441 'context':153,372 'data':67,86,108 'databas':82,104 'datetimekind':92,114 'default':172 'detail':313 'differ':342,430,531 'directori':68,417,532 'docker':26,224 'drwxr':445,457,470,484,497,511 'drwxr-xr-x':444,456,469,483,496,510 'déc':464,477,491,504 'edit':235,317,376 'edit2':309 'els':375 'enter':181 'environ':252,282 'error':421 'etc':48 'everi':39 'exit':183 'fatal':143 'fault':221 'file':238,398 'fine':227 'fix':233 'follow':56,128 'gave':419 'generic':23 'get':390 'give':53 'got':332 'grep':197 'happen':156,394 'heimdal':455 'host':17 'idea':365 'imag':33,246,280 'includ':42 'info':58,65,74,79,101,123,130,134,138 'instanc':159 'insuffici':178 'interact':78 'issu':324,335,362,385 'journal':94,116 'kernel':20 'kinda':379 'know':11,537 'kubuntu':18 'lidarr':47 'linuxserver/radarr':37,281 'linuxserver/sonarr':34,247 'listen':125,205,211 'll':524 'localhost':136 'log':316 'longer':353 'look':16,231 'm':338,388 'mar':452 'mean':369 'messag':57,422 'might':359 'migrat':85,107 'migrationlogg':80,102 'mode':77,95,117 'name':244,278 'netstat':195,357 'nlp':196 'noth':187 'old':416 'overridden':71 'owinhostcontrol':124,131,135 'owner':433 'permiss':179,218,361,384 'pgid':255,285 'plex':522 'pool':97,119 'port':171,193,248,289,328,343,351 'press':180 'problem':407 'puid':253,283 'radarr':2,276,279,468,481 'readarr':46 'recent':1 'repositori':436 'request':146 'requir':84,106 'restart':272,305 'ro':262,265,295,298 'router':75 'run':164 'seem':188 'servarr':44 'server':142 'servic':241 'sinc':222,329 'size':90,112 'solut':380 'someth':374 'sonarr':4,61,161,242,245,251,495,508 'sonarrbootstrapp':139 'sourc':87,109 'start':60,140,405,413 'stop':5,275,308,347 'sudo':194 'switch':339 'tcp':199 'tcp6':207 'test':482,509 'think':217,322 'tri':411 'true':98,120 'tz':257,287 'ubuntu1':31 'unless':274,307 'unless-stop':273,306 'url':129 'use':168,190,525,529 'user':176,449,450,461,462,474,475,488,489,501,502,515,516 'utc':93,115 'valid':150 've':331 'version':63,99,121,239 'volum':259,292,402,423 'wal':96,118 'want':535 'web':141 'went':539 'work':6,50,226 'would':368 'wrong':540 'x':447,459,472,486,499,513 'xr':446,458,471,485,498,512 '~22.04.1':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703455166
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9939492"
  +editedAt: DateTimeImmutable @1708014988 {#1494
    date: 2024-02-15 17:36:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703450666 {#1490
    date: 2023-12-24 21:44:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1491
  +user: Proxies\__CG__\App\Entity\User {#1493 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1495 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Two-Servarr-Radar-and-Sonar-stopped-working-for-unknown-reasons"
  +title: "Two Servarr (Radar and Sonar) stopped working for unknown reasons"
  +url: null
  +body: """
    Recently, Radarr and Sonarr stopped working, and I don’t know why or where to look.\n
    \n
    Host: Kubuntu 22.04\n
    \n
    Kernel: 3.2.0-39-generic (64 bits)\n
    \n
    Docker: 24.0.5, build 24.0.5-0ubuntu1~22.04.1\n
    \n
    Image: linuxserver/sonarr 3.0.10.1567 and linuxserver/radarr 5.2.6.\n
    \n
    Every other app, including other servarr app (readarr, lidarr, etc.) is working\n
    \n
    Apps is giving me the following message:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">[Info] Bootstrap: Starting Sonarr - /app/sonarr/bin/Sonarr.exe - Version 3.0.10.1567 \n
    </span><span style="color:#323232;">[Info] AppFolderInfo: Data directory is being overridden to [/config] \n
    </span><span style="color:#323232;">[Info] Router: Application mode: Interactive \n
    </span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/sonarr.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
    </span><span style="color:#323232;">[Info] MigrationLogger: *** Checking database for required migrations data source=/config/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** \n
    </span><span style="color:#323232;">[Info] OwinHostController: Listening on the following URLs: \n
    </span><span style="color:#323232;">[Info] OwinHostController:   http://192.168.1.100:8989/ \n
    </span><span style="color:#323232;">[Info] OwinHostController:   http://localhost:8989/ \n
    </span><span style="color:#323232;">[Info] SonarrBootstrapper: Starting Web Server \n
    </span><span style="color:#323232;">[Fatal] ConsoleApp: The requested address is not valid in this context. This can happen if another instance of Sonarr is already running another application is using the same port (default: 8989) or the user has insufficient permissions \n
    </span><span style="color:#323232;">Press enter to exit...\n
    </span>\n
    ```\n
    \n
    I checked, and nothing seems to use the same port:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">~$ sudo netstat -nlp | grep 8989\n
    </span><span style="color:#323232;">tcp        0      0 0.0.0.0:8989            0.0.0.0:*               LISTEN      48005/docker-proxy  \n
    </span><span style="color:#323232;">tcp6       0      0 :::8989                 :::*                    LISTEN      48011/docker-proxy  \n
    </span>\n
    ```\n
    \n
    And I don’t think permission is at fault since other docker apps works fine.\n
    \n
    Where should I look to fix that?\n
    \n
    Edit: the compose file\n
    \n
    ```\n
    \n
    <span style="color:#323232;">version: '3.8'\n
    </span><span style="color:#323232;">services:\n
    </span><span style="color:#323232;">    Sonarr:\n
    </span><span style="color:#323232;">        container_name: sonarr\n
    </span><span style="color:#323232;">        image: linuxserver/sonarr\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">        - '8989:8989' # sonarr\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">        - PUID=1000\n
    </span><span style="color:#323232;">        - PGID=1000\n
    </span><span style="color:#323232;">        - TZ=Canada/Eastern\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">        - '/etc/timezone:/etc/timezone:ro'\n
    </span><span style="color:#323232;">        - '/etc/localtime:/etc/localtime:ro'\n
    </span><span style="color:#323232;">        - '/bibliotheque1/configs/sonarr:/config'\n
    </span><span style="color:#323232;">        - '/bibliotheque1:/data'\n
    </span><span style="color:#323232;">        - '/bibliotheque2:/data2'\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span><span style="color:#323232;">    radarr:\n
    </span><span style="color:#323232;">        container_name: radarr\n
    </span><span style="color:#323232;">        image: linuxserver/radarr\n
    </span><span style="color:#323232;">        environment:\n
    </span><span style="color:#323232;">        - PUID=1000\n
    </span><span style="color:#323232;">        - PGID=1000\n
    </span><span style="color:#323232;">        - TZ=Canada/Eastern\n
    </span><span style="color:#323232;">        ports:\n
    </span><span style="color:#323232;">        - '7878:7878'\n
    </span><span style="color:#323232;">        volumes:\n
    </span><span style="color:#323232;">        - '/etc/timezone:/etc/timezone:ro'\n
    </span><span style="color:#323232;">        - '/etc/localtime:/etc/localtime:ro'\n
    </span><span style="color:#323232;">        - '/bibliotheque1/configs/radarr:/config'\n
    </span><span style="color:#323232;">        - '/bibliotheque1:/data'\n
    </span><span style="color:#323232;">        - '/bibliotheque2:/data2'\n
    </span><span style="color:#323232;">        restart: unless-stopped\n
    </span>\n
    ```\n
    \n
    edit2: added all the details of the logs\n
    \n
    edit 3:\n
    \n
    I don’t think the issue is actually the port since I’ve got the same issue when I’m switching to a different port, and if I stop the container, its ports no longer appears in the netstats commands.\n
    \n
    Might be permission issue (but no idea what that would mean in its context) or something else.\n
    \n
    Edit 4 and kinda solution\n
    -------------------------\n
    \n
    It IS a permission issue, although I’m not getting why it’s happening\n
    \n
    If the config file is in another volume, the container starts no problem. But if I try to starts with the old directory, it gave the error message.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">    volumes:\n
    </span><span style="color:#323232;">        - '/bibliotheque1/configs/radarr_test:/config'\n
    </span>\n
    ```\n
    \n
    But there is no difference in the owner of this repository\n
    \n
    Why can’t the container access it?\n
    \n
    ```\n
    \n
    <span style="color:#323232;">drwxr-xr-x   7 $USER $USER 4096 mar 19  2023 heimdall\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:39 radarr\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:43 radarr_test\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:43 sonarr\n
    </span><span style="color:#323232;">drwxr-xr-x   6 $USER $USER 4096 déc 26 11:43 sonarr_test\n
    </span><span style="color:#323232;">drwxr-xr-x   4 $USER $USER 4096 aoû 28 23:07 plex\n
    </span>\n
    ```\n
    \n
    I’ll use my backups and use a different directory, but I want to know what went wrong…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703450666 {#1496
    date: 2023-12-24 21:44:26.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: 25033
  -titleTs: "'radar':3 'reason':10 'servarr':2 'sonar':5 'stop':6 'two':1 'unknown':9 'work':7"
  -bodyTs: "'-0':30 '-10000':91,113 '-39':22 '/app/sonarr/bin/sonarr.exe':62 '/bibliotheque1':268,301 '/bibliotheque1/configs/radarr':299 '/bibliotheque1/configs/radarr_test':424 '/bibliotheque1/configs/sonarr':266 '/bibliotheque2':270,303 '/config':73,267,300,425 '/config/logs.db':110 '/config/sonarr.db':88 '/data':269,302 '/data2':271,304 '/etc/localtime':263,264,296,297 '/etc/timezone':260,261,293,294 '0':200,201,208,209 '0.0.0.0':202,204 '07':521 '1000':254,256,284,286 '11':466,479,493,506 '19':453 '192.168.1.100':132 '2023':454 '22.04':19 '23':520 '24.0.5':27,29 '26':465,478,492,505 '28':519 '3':100,122,318 '3.0.10.1567':35,64 '3.2.0':21 '3.8':240 '39':467 '4':377,514 '4096':451,463,476,490,503,517 '43':480,494,507 '48005/docker-proxy':206 '48011/docker-proxy':212 '5.2.6':38 '6':460,473,487,500 '64':24 '7':448 '7878':290,291 '8989':133,137,173,198,203,210,249,250 'access':442 'actual':326 'ad':310 'address':147 'alreadi':163 'although':386 'anoth':158,165,401 'aoû':518 'app':41,45,51,225 'appear':354 'appfolderinfo':66 'applic':76,166 'backup':527 'bit':25 'bootstrap':59 'build':28 'cach':89,111 'canada/eastern':258,288 'check':81,103,185 'command':358 'compos':237 'config':397 'consoleapp':144 'contain':243,277,349,404,441 'context':153,372 'data':67,86,108 'databas':82,104 'datetimekind':92,114 'default':172 'detail':313 'differ':342,430,531 'directori':68,417,532 'docker':26,224 'drwxr':445,457,470,484,497,511 'drwxr-xr-x':444,456,469,483,496,510 'déc':464,477,491,504 'edit':235,317,376 'edit2':309 'els':375 'enter':181 'environ':252,282 'error':421 'etc':48 'everi':39 'exit':183 'fatal':143 'fault':221 'file':238,398 'fine':227 'fix':233 'follow':56,128 'gave':419 'generic':23 'get':390 'give':53 'got':332 'grep':197 'happen':156,394 'heimdal':455 'host':17 'idea':365 'imag':33,246,280 'includ':42 'info':58,65,74,79,101,123,130,134,138 'instanc':159 'insuffici':178 'interact':78 'issu':324,335,362,385 'journal':94,116 'kernel':20 'kinda':379 'know':11,537 'kubuntu':18 'lidarr':47 'linuxserver/radarr':37,281 'linuxserver/sonarr':34,247 'listen':125,205,211 'll':524 'localhost':136 'log':316 'longer':353 'look':16,231 'm':338,388 'mar':452 'mean':369 'messag':57,422 'might':359 'migrat':85,107 'migrationlogg':80,102 'mode':77,95,117 'name':244,278 'netstat':195,357 'nlp':196 'noth':187 'old':416 'overridden':71 'owinhostcontrol':124,131,135 'owner':433 'permiss':179,218,361,384 'pgid':255,285 'plex':522 'pool':97,119 'port':171,193,248,289,328,343,351 'press':180 'problem':407 'puid':253,283 'radarr':2,276,279,468,481 'readarr':46 'recent':1 'repositori':436 'request':146 'requir':84,106 'restart':272,305 'ro':262,265,295,298 'router':75 'run':164 'seem':188 'servarr':44 'server':142 'servic':241 'sinc':222,329 'size':90,112 'solut':380 'someth':374 'sonarr':4,61,161,242,245,251,495,508 'sonarrbootstrapp':139 'sourc':87,109 'start':60,140,405,413 'stop':5,275,308,347 'sudo':194 'switch':339 'tcp':199 'tcp6':207 'test':482,509 'think':217,322 'tri':411 'true':98,120 'tz':257,287 'ubuntu1':31 'unless':274,307 'unless-stop':273,306 'url':129 'use':168,190,525,529 'user':176,449,450,461,462,474,475,488,489,501,502,515,516 'utc':93,115 'valid':150 've':331 'version':63,99,121,239 'volum':259,292,402,423 'wal':96,118 'want':535 'web':141 'went':539 'work':6,50,226 'would':368 'wrong':540 'x':447,459,472,486,499,513 'xr':446,458,471,485,498,512 '~22.04.1':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703455166
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9939492"
  +editedAt: DateTimeImmutable @1708014988 {#1494
    date: 2024-02-15 17:36:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703450666 {#1490
    date: 2023-12-24 21:44:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1762
  +user: Proxies\__CG__\App\Entity\User {#1751 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Doubts-on-Stremio"
  +title: "Doubts on Stremio"
  +url: null
  +body: """
    Type some random doubts here\n
    \n
    1- it’s better to use the native player or go for VLC 2- differences between superflix and peerflix. I’m having some issues of search for a movie, appear in name but it is another movie (like The Lost Weekend: a love story) also today began to have another problem of http error in some superflix movies (Magical Mistery Tour)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709352368 {#1767
    date: 2024-03-02 05:06:08.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: 24320
  -titleTs: "'doubt':1 'stremio':3"
  -bodyTs: "'1':6 '2':19 'also':50 'anoth':41,55 'appear':35 'began':52 'better':9 'differ':20 'doubt':4 'error':59 'go':16 'http':58 'issu':29 'like':43 'lost':45 'love':48 'm':26 'magic':64 'misteri':65 'movi':34,42,63 'name':37 'nativ':13 'peerflix':24 'player':14 'problem':56 'random':3 'search':31 'stori':49 'superflix':22,62 'today':51 'tour':66 'type':1 'use':11 'vlc':18 'weekend':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703453781
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7393842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703374281 {#1759
    date: 2023-12-24 00:31:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1762
  +user: Proxies\__CG__\App\Entity\User {#1751 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Doubts-on-Stremio"
  +title: "Doubts on Stremio"
  +url: null
  +body: """
    Type some random doubts here\n
    \n
    1- it’s better to use the native player or go for VLC 2- differences between superflix and peerflix. I’m having some issues of search for a movie, appear in name but it is another movie (like The Lost Weekend: a love story) also today began to have another problem of http error in some superflix movies (Magical Mistery Tour)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709352368 {#1767
    date: 2024-03-02 05:06:08.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: 24320
  -titleTs: "'doubt':1 'stremio':3"
  -bodyTs: "'1':6 '2':19 'also':50 'anoth':41,55 'appear':35 'began':52 'better':9 'differ':20 'doubt':4 'error':59 'go':16 'http':58 'issu':29 'like':43 'lost':45 'love':48 'm':26 'magic':64 'misteri':65 'movi':34,42,63 'name':37 'nativ':13 'peerflix':24 'player':14 'problem':56 'random':3 'search':31 'stori':49 'superflix':22,62 'today':51 'tour':66 'type':1 'use':11 'vlc':18 'weekend':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703453781
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7393842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703374281 {#1759
    date: 2023-12-24 00:31:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1762
  +user: Proxies\__CG__\App\Entity\User {#1751 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1503 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Doubts-on-Stremio"
  +title: "Doubts on Stremio"
  +url: null
  +body: """
    Type some random doubts here\n
    \n
    1- it’s better to use the native player or go for VLC 2- differences between superflix and peerflix. I’m having some issues of search for a movie, appear in name but it is another movie (like The Lost Weekend: a love story) also today began to have another problem of http error in some superflix movies (Magical Mistery Tour)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709352368 {#1767
    date: 2024-03-02 05:06:08.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: 24320
  -titleTs: "'doubt':1 'stremio':3"
  -bodyTs: "'1':6 '2':19 'also':50 'anoth':41,55 'appear':35 'began':52 'better':9 'differ':20 'doubt':4 'error':59 'go':16 'http':58 'issu':29 'like':43 'lost':45 'love':48 'm':26 'magic':64 'misteri':65 'movi':34,42,63 'name':37 'nativ':13 'peerflix':24 'player':14 'problem':56 'random':3 'search':31 'stori':49 'superflix':22,62 'today':51 'tour':66 'type':1 'use':11 'vlc':18 'weekend':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703453781
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7393842"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703374281 {#1759
    date: 2023-12-24 00:31:21.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1780 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "No-treats-kitten"
  +title: "No treats, kitten"
  +url: null
  +body: "![So called “Sleeping Cats” when they see you walk towards the fridge](https://lemmy.ml/pictrs/image/b175bb64-c219-413d-9bb1-e6b12415e4c7.png)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703367160 {#1783
    date: 2023-12-23 22:32:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1764 …}
  +votes: Doctrine\ORM\PersistentCollection {#1766 …}
  +reports: Doctrine\ORM\PersistentCollection {#1681 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1445 …}
  +badges: Doctrine\ORM\PersistentCollection {#1638 …}
  +children: []
  -id: 24290
  -titleTs: "'kitten':3 'treat':2"
  -bodyTs: "'/pictrs/image/b175bb64-c219-413d-9bb1-e6b12415e4c7.png)':15 'call':2 'cat':4 'fridg':12 'lemmy.ml':14 'lemmy.ml/pictrs/image/b175bb64-c219-413d-9bb1-e6b12415e4c7.png)':13 'see':7 'sleep':3 'toward':10 'walk':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703453560
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9680522"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703367160 {#1785
    date: 2023-12-23 22:32:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1784
  +user: Proxies\__CG__\App\Entity\User {#1786 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1780 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "No-treats-kitten"
  +title: "No treats, kitten"
  +url: null
  +body: "![So called “Sleeping Cats” when they see you walk towards the fridge](https://lemmy.ml/pictrs/image/b175bb64-c219-413d-9bb1-e6b12415e4c7.png)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703367160 {#1783
    date: 2023-12-23 22:32:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1764 …}
  +votes: Doctrine\ORM\PersistentCollection {#1766 …}
  +reports: Doctrine\ORM\PersistentCollection {#1681 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1445 …}
  +badges: Doctrine\ORM\PersistentCollection {#1638 …}
  +children: []
  -id: 24290
  -titleTs: "'kitten':3 'treat':2"
  -bodyTs: "'/pictrs/image/b175bb64-c219-413d-9bb1-e6b12415e4c7.png)':15 'call':2 'cat':4 'fridg':12 'lemmy.ml':14 'lemmy.ml/pictrs/image/b175bb64-c219-413d-9bb1-e6b12415e4c7.png)':13 'see':7 'sleep':3 'toward':10 'walk':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703453560
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9680522"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703367160 {#1785
    date: 2023-12-23 22:32:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1784
  +user: Proxies\__CG__\App\Entity\User {#1786 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1780 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "No-treats-kitten"
  +title: "No treats, kitten"
  +url: null
  +body: "![So called “Sleeping Cats” when they see you walk towards the fridge](https://lemmy.ml/pictrs/image/b175bb64-c219-413d-9bb1-e6b12415e4c7.png)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703367160 {#1783
    date: 2023-12-23 22:32:40.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1764 …}
  +votes: Doctrine\ORM\PersistentCollection {#1766 …}
  +reports: Doctrine\ORM\PersistentCollection {#1681 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1466 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1445 …}
  +badges: Doctrine\ORM\PersistentCollection {#1638 …}
  +children: []
  -id: 24290
  -titleTs: "'kitten':3 'treat':2"
  -bodyTs: "'/pictrs/image/b175bb64-c219-413d-9bb1-e6b12415e4c7.png)':15 'call':2 'cat':4 'fridg':12 'lemmy.ml':14 'lemmy.ml/pictrs/image/b175bb64-c219-413d-9bb1-e6b12415e4c7.png)':13 'see':7 'sleep':3 'toward':10 'walk':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703453560
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9680522"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703367160 {#1785
    date: 2023-12-23 22:32:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1643
  +user: Proxies\__CG__\App\Entity\User {#1622 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-do-I-change-desktop-environments-on-linux-mint"
  +title: "How do I change desktop environments on linux mint?"
  +url: null
  +body: "I am not a fan of cinnamon and i’d like to try gnome or kde plasma. i have heard great things about both and i tried gnome before, but i really hated how it worked with linux mint (particularly that it replaced the login screen with that of the ubuntu login). is there a way to avoid that? any other general tips? thank you everyone!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703397680 {#1642
    date: 2023-12-24 07:01:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1633 …}
  +votes: Doctrine\ORM\PersistentCollection {#1624 …}
  +reports: Doctrine\ORM\PersistentCollection {#1636 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1660 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1450 …}
  +badges: Doctrine\ORM\PersistentCollection {#1421 …}
  +children: []
  -id: 24298
  -titleTs: "'chang':4 'desktop':5 'environ':6 'linux':8 'mint':9"
  -bodyTs: "'avoid':58 'cinnamon':7 'd':10 'everyon':66 'fan':5 'general':62 'gnome':14,28 'great':21 'hate':33 'heard':20 'kde':16 'like':11 'linux':38 'login':45,52 'mint':39 'particular':40 'plasma':17 'realli':32 'replac':43 'screen':46 'thank':64 'thing':22 'tip':63 'tri':13,27 'ubuntu':51 'way':56 'work':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703448824
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1422891"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703370324 {#1644
    date: 2023-12-23 23:25:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1643
  +user: Proxies\__CG__\App\Entity\User {#1622 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-do-I-change-desktop-environments-on-linux-mint"
  +title: "How do I change desktop environments on linux mint?"
  +url: null
  +body: "I am not a fan of cinnamon and i’d like to try gnome or kde plasma. i have heard great things about both and i tried gnome before, but i really hated how it worked with linux mint (particularly that it replaced the login screen with that of the ubuntu login). is there a way to avoid that? any other general tips? thank you everyone!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703397680 {#1642
    date: 2023-12-24 07:01:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1633 …}
  +votes: Doctrine\ORM\PersistentCollection {#1624 …}
  +reports: Doctrine\ORM\PersistentCollection {#1636 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1660 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1450 …}
  +badges: Doctrine\ORM\PersistentCollection {#1421 …}
  +children: []
  -id: 24298
  -titleTs: "'chang':4 'desktop':5 'environ':6 'linux':8 'mint':9"
  -bodyTs: "'avoid':58 'cinnamon':7 'd':10 'everyon':66 'fan':5 'general':62 'gnome':14,28 'great':21 'hate':33 'heard':20 'kde':16 'like':11 'linux':38 'login':45,52 'mint':39 'particular':40 'plasma':17 'realli':32 'replac':43 'screen':46 'thank':64 'thing':22 'tip':63 'tri':13,27 'ubuntu':51 'way':56 'work':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703448824
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1422891"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703370324 {#1644
    date: 2023-12-23 23:25:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1643
  +user: Proxies\__CG__\App\Entity\User {#1622 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-do-I-change-desktop-environments-on-linux-mint"
  +title: "How do I change desktop environments on linux mint?"
  +url: null
  +body: "I am not a fan of cinnamon and i’d like to try gnome or kde plasma. i have heard great things about both and i tried gnome before, but i really hated how it worked with linux mint (particularly that it replaced the login screen with that of the ubuntu login). is there a way to avoid that? any other general tips? thank you everyone!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703397680 {#1642
    date: 2023-12-24 07:01:20.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1633 …}
  +votes: Doctrine\ORM\PersistentCollection {#1624 …}
  +reports: Doctrine\ORM\PersistentCollection {#1636 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1660 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1450 …}
  +badges: Doctrine\ORM\PersistentCollection {#1421 …}
  +children: []
  -id: 24298
  -titleTs: "'chang':4 'desktop':5 'environ':6 'linux':8 'mint':9"
  -bodyTs: "'avoid':58 'cinnamon':7 'd':10 'everyon':66 'fan':5 'general':62 'gnome':14,28 'great':21 'hate':33 'heard':20 'kde':16 'like':11 'linux':38 'login':45,52 'mint':39 'particular':40 'plasma':17 'realli':32 'replac':43 'screen':46 'thank':64 'thing':22 'tip':63 'tri':13,27 'ubuntu':51 'way':56 'work':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703448824
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1422891"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703370324 {#1644
    date: 2023-12-23 23:25:24.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Need-Some-Total-Noob-Advice-for-Installing-and-Running-Linux"
  +title: "Need Some Total Noob Advice for Installing and Running Linux"
  +url: null
  +body: """
    Alright, peeps, I want to build Linux on my new PC and need some help with that. On my old PC, I had kubuntu installed, which I liked (at least until downloading Skype fried most of my installers and rebuffed all attempts at deinstallation). When installing kubuntu, I had a lot of help (and by a lot, I mean my friend did like 90% of the work) but as I don’t see them quite as often and I would like to be a little more self-sufficient this time around, I implore thee, Linux users of Hexbear. So here are some general questions:\n
    \n
    1. Which distribution is right for me?\n
    \n
    I have some experience with MINT and kubuntu. I really liked the KDE environment of kubuntu and generally preferred it to MINT. My friend uses archlinux, but they also warned me that arch requires a bit of expertise and isn’t necessarily user firendly. It looked really cool, though. I am willing to learn, but I generally suck with computers. I will mostly use my PC for basic programming tasks and data analysis (mostly python using jupyter, but I would like to learn some basics in C++), similar work related tasks (using TeX-Studio, the pdf editing functions of programs like okular, Libre office on rare occasions etc.) and the occasional Minecraft session.\n
    \n
    2. Where can I find useful resources for learning about a given distribution?\n
    \n
    Keep in mind that I suck absolute shit at computers. I know how to access/use the basic functions of the terminal and how to superficially navigate the PC, but anything beyond that is magic to me.\n
    \n
    3. Y’all got any good wallpapers?\n
    \n
    A FALGSC themed wallpaper that doesn’t burn your eyes out due to being perdominantly red would be cool.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707898482 {#1446
    date: 2024-02-14 09:14:42.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: 24219
  -titleTs: "'advic':5 'instal':7 'linux':10 'need':1 'noob':4 'run':9 'total':3"
  -bodyTs: "'1':106 '2':227 '3':276 '90':64 'absolut':246 'access/use':254 'alright':1 'also':141 'analysi':185 'anyth':269 'arch':145 'archlinux':138 'around':92 'attempt':42 'basic':180,197,256 'beyond':270 'bit':148 'build':6 'burn':290 'c':199 'comput':172,249 'cool':160,301 'data':184 'deinstal':44 'distribut':108,239 'doesn':288 'download':32 'due':294 'edit':210 'environ':126 'etc':221 'experi':116 'expertis':150 'eye':292 'falgsc':284 'find':231 'firend':156 'fri':34 'friend':61,136 'function':211,257 'general':104,130,169 'given':238 'good':281 'got':279 'help':15,53 'hexbear':99 'implor':94 'instal':25,38,46 'isn':152 'jupyt':189 'kde':125 'keep':240 'know':251 'kubuntu':24,47,120,128 'learn':166,195,235 'least':30 'libr':216 'like':28,63,81,123,193,214 'linux':7,96 'littl':85 'look':158 'lot':51,57 'magic':273 'mean':59 'mind':242 'minecraft':225 'mint':118,134 'most':175,186 'navig':265 'necessarili':154 'need':13 'new':10 'occas':220 'occasion':224 'offic':217 'often':77 'okular':215 'old':20 'pc':11,21,178,267 'pdf':209 'peep':2 'perdomin':297 'prefer':131 'program':181,213 'python':187 'question':105 'quit':75 'rare':219 'realli':122,159 'rebuf':40 'red':298 'relat':202 'requir':146 'resourc':233 'right':110 'see':73 'self':88 'self-suffici':87 'session':226 'shit':247 'similar':200 'skype':33 'studio':207 'suck':170,245 'suffici':89 'superfici':264 'task':182,203 'termin':260 'tex':206 'tex-studio':205 'thee':95 'theme':285 'though':161 'time':91 'use':137,176,188,204,232 'user':97,155 'wallpap':282,286 'want':4 'warn':142 'will':164 'work':67,201 'would':80,192,299 'y':277"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703426658
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1418303"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703340258 {#1447
    date: 2023-12-23 15:04: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
75 DENIED edit
App\Entity\Entry {#1424
  +user: Proxies\__CG__\App\Entity\User {#1423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Need-Some-Total-Noob-Advice-for-Installing-and-Running-Linux"
  +title: "Need Some Total Noob Advice for Installing and Running Linux"
  +url: null
  +body: """
    Alright, peeps, I want to build Linux on my new PC and need some help with that. On my old PC, I had kubuntu installed, which I liked (at least until downloading Skype fried most of my installers and rebuffed all attempts at deinstallation). When installing kubuntu, I had a lot of help (and by a lot, I mean my friend did like 90% of the work) but as I don’t see them quite as often and I would like to be a little more self-sufficient this time around, I implore thee, Linux users of Hexbear. So here are some general questions:\n
    \n
    1. Which distribution is right for me?\n
    \n
    I have some experience with MINT and kubuntu. I really liked the KDE environment of kubuntu and generally preferred it to MINT. My friend uses archlinux, but they also warned me that arch requires a bit of expertise and isn’t necessarily user firendly. It looked really cool, though. I am willing to learn, but I generally suck with computers. I will mostly use my PC for basic programming tasks and data analysis (mostly python using jupyter, but I would like to learn some basics in C++), similar work related tasks (using TeX-Studio, the pdf editing functions of programs like okular, Libre office on rare occasions etc.) and the occasional Minecraft session.\n
    \n
    2. Where can I find useful resources for learning about a given distribution?\n
    \n
    Keep in mind that I suck absolute shit at computers. I know how to access/use the basic functions of the terminal and how to superficially navigate the PC, but anything beyond that is magic to me.\n
    \n
    3. Y’all got any good wallpapers?\n
    \n
    A FALGSC themed wallpaper that doesn’t burn your eyes out due to being perdominantly red would be cool.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707898482 {#1446
    date: 2024-02-14 09:14:42.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: 24219
  -titleTs: "'advic':5 'instal':7 'linux':10 'need':1 'noob':4 'run':9 'total':3"
  -bodyTs: "'1':106 '2':227 '3':276 '90':64 'absolut':246 'access/use':254 'alright':1 'also':141 'analysi':185 'anyth':269 'arch':145 'archlinux':138 'around':92 'attempt':42 'basic':180,197,256 'beyond':270 'bit':148 'build':6 'burn':290 'c':199 'comput':172,249 'cool':160,301 'data':184 'deinstal':44 'distribut':108,239 'doesn':288 'download':32 'due':294 'edit':210 'environ':126 'etc':221 'experi':116 'expertis':150 'eye':292 'falgsc':284 'find':231 'firend':156 'fri':34 'friend':61,136 'function':211,257 'general':104,130,169 'given':238 'good':281 'got':279 'help':15,53 'hexbear':99 'implor':94 'instal':25,38,46 'isn':152 'jupyt':189 'kde':125 'keep':240 'know':251 'kubuntu':24,47,120,128 'learn':166,195,235 'least':30 'libr':216 'like':28,63,81,123,193,214 'linux':7,96 'littl':85 'look':158 'lot':51,57 'magic':273 'mean':59 'mind':242 'minecraft':225 'mint':118,134 'most':175,186 'navig':265 'necessarili':154 'need':13 'new':10 'occas':220 'occasion':224 'offic':217 'often':77 'okular':215 'old':20 'pc':11,21,178,267 'pdf':209 'peep':2 'perdomin':297 'prefer':131 'program':181,213 'python':187 'question':105 'quit':75 'rare':219 'realli':122,159 'rebuf':40 'red':298 'relat':202 'requir':146 'resourc':233 'right':110 'see':73 'self':88 'self-suffici':87 'session':226 'shit':247 'similar':200 'skype':33 'studio':207 'suck':170,245 'suffici':89 'superfici':264 'task':182,203 'termin':260 'tex':206 'tex-studio':205 'thee':95 'theme':285 'though':161 'time':91 'use':137,176,188,204,232 'user':97,155 'wallpap':282,286 'want':4 'warn':142 'will':164 'work':67,201 'would':80,192,299 'y':277"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703426658
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1418303"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703340258 {#1447
    date: 2023-12-23 15:04: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
76 DENIED moderate
App\Entity\Entry {#1424
  +user: Proxies\__CG__\App\Entity\User {#1423 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Need-Some-Total-Noob-Advice-for-Installing-and-Running-Linux"
  +title: "Need Some Total Noob Advice for Installing and Running Linux"
  +url: null
  +body: """
    Alright, peeps, I want to build Linux on my new PC and need some help with that. On my old PC, I had kubuntu installed, which I liked (at least until downloading Skype fried most of my installers and rebuffed all attempts at deinstallation). When installing kubuntu, I had a lot of help (and by a lot, I mean my friend did like 90% of the work) but as I don’t see them quite as often and I would like to be a little more self-sufficient this time around, I implore thee, Linux users of Hexbear. So here are some general questions:\n
    \n
    1. Which distribution is right for me?\n
    \n
    I have some experience with MINT and kubuntu. I really liked the KDE environment of kubuntu and generally preferred it to MINT. My friend uses archlinux, but they also warned me that arch requires a bit of expertise and isn’t necessarily user firendly. It looked really cool, though. I am willing to learn, but I generally suck with computers. I will mostly use my PC for basic programming tasks and data analysis (mostly python using jupyter, but I would like to learn some basics in C++), similar work related tasks (using TeX-Studio, the pdf editing functions of programs like okular, Libre office on rare occasions etc.) and the occasional Minecraft session.\n
    \n
    2. Where can I find useful resources for learning about a given distribution?\n
    \n
    Keep in mind that I suck absolute shit at computers. I know how to access/use the basic functions of the terminal and how to superficially navigate the PC, but anything beyond that is magic to me.\n
    \n
    3. Y’all got any good wallpapers?\n
    \n
    A FALGSC themed wallpaper that doesn’t burn your eyes out due to being perdominantly red would be cool.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707898482 {#1446
    date: 2024-02-14 09:14:42.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: 24219
  -titleTs: "'advic':5 'instal':7 'linux':10 'need':1 'noob':4 'run':9 'total':3"
  -bodyTs: "'1':106 '2':227 '3':276 '90':64 'absolut':246 'access/use':254 'alright':1 'also':141 'analysi':185 'anyth':269 'arch':145 'archlinux':138 'around':92 'attempt':42 'basic':180,197,256 'beyond':270 'bit':148 'build':6 'burn':290 'c':199 'comput':172,249 'cool':160,301 'data':184 'deinstal':44 'distribut':108,239 'doesn':288 'download':32 'due':294 'edit':210 'environ':126 'etc':221 'experi':116 'expertis':150 'eye':292 'falgsc':284 'find':231 'firend':156 'fri':34 'friend':61,136 'function':211,257 'general':104,130,169 'given':238 'good':281 'got':279 'help':15,53 'hexbear':99 'implor':94 'instal':25,38,46 'isn':152 'jupyt':189 'kde':125 'keep':240 'know':251 'kubuntu':24,47,120,128 'learn':166,195,235 'least':30 'libr':216 'like':28,63,81,123,193,214 'linux':7,96 'littl':85 'look':158 'lot':51,57 'magic':273 'mean':59 'mind':242 'minecraft':225 'mint':118,134 'most':175,186 'navig':265 'necessarili':154 'need':13 'new':10 'occas':220 'occasion':224 'offic':217 'often':77 'okular':215 'old':20 'pc':11,21,178,267 'pdf':209 'peep':2 'perdomin':297 'prefer':131 'program':181,213 'python':187 'question':105 'quit':75 'rare':219 'realli':122,159 'rebuf':40 'red':298 'relat':202 'requir':146 'resourc':233 'right':110 'see':73 'self':88 'self-suffici':87 'session':226 'shit':247 'similar':200 'skype':33 'studio':207 'suck':170,245 'suffici':89 'superfici':264 'task':182,203 'termin':260 'tex':206 'tex-studio':205 'thee':95 'theme':285 'though':161 'time':91 'use':137,176,188,204,232 'user':97,155 'wallpap':282,286 'want':4 'warn':142 'will':164 'work':67,201 'would':80,192,299 'y':277"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703426658
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1418303"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703340258 {#1447
    date: 2023-12-23 15:04: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
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 {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Combokeys-instead-of-hotkeys-Feature-new-command-suggestion"
  +title: ""Combokeys" instead of hotkeys. [Feature/new command suggestion]"
  +url: null
  +body: """
    Title. Basically, [“if a street fighter gamer and a linux tryhard had a baby”](https://www.youtube.com/watch?v=JzS96auqau0) where **a combination of keys is issued to run a command/script** rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.\n
    \n
    Don’t know if such command exists, but there you go.\n
    \n
    Bonus points if its a standalone and supports X11, Wayland and Arcan.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709626103 {#1418
    date: 2024-03-05 09:08:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1427 …}
  +votes: Doctrine\ORM\PersistentCollection {#1454 …}
  +reports: Doctrine\ORM\PersistentCollection {#1462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1457 …}
  +badges: Doctrine\ORM\PersistentCollection {#1453 …}
  +children: []
  -id: 24206
  -titleTs: "'combokey':1 'command':6 'feature/new':5 'hotkey':4 'instead':2 'suggest':7"
  -bodyTs: "'/watch?v=jzs96auqau0)':17 'arcan':88 'arrow':46,57 'babi':14 'basic':2 'bonus':77 'combin':20 'command':71 'command/script':28 'ctrl':49 'delet':59 'etc':65 'exist':72 'fighter':6 'firefox':52 'gamer':7 'go':76 'i.e':41 'issu':24 'key':22,47,58 'know':68 'left':42,44 'linux':10 'pc':64 'point':78 'power':61 'r':48 'rather':29 'right':45,53,54,56 'run':26,51 'simultan':35 'singl':32 'standalon':82 'street':5 'stroke':36 'support':84 'titl':1 'tryhard':11 'two':38 'wayland':86 'www.youtube.com':16 'www.youtube.com/watch?v=jzs96auqau0)':15 'x11':85"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703424520
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9894450"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703338120 {#1419
    date: 2023-12-23 14:28:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
79 DENIED edit
App\Entity\Entry {#1425
  +user: Proxies\__CG__\App\Entity\User {#1416 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Combokeys-instead-of-hotkeys-Feature-new-command-suggestion"
  +title: ""Combokeys" instead of hotkeys. [Feature/new command suggestion]"
  +url: null
  +body: """
    Title. Basically, [“if a street fighter gamer and a linux tryhard had a baby”](https://www.youtube.com/watch?v=JzS96auqau0) where **a combination of keys is issued to run a command/script** rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.\n
    \n
    Don’t know if such command exists, but there you go.\n
    \n
    Bonus points if its a standalone and supports X11, Wayland and Arcan.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709626103 {#1418
    date: 2024-03-05 09:08:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1427 …}
  +votes: Doctrine\ORM\PersistentCollection {#1454 …}
  +reports: Doctrine\ORM\PersistentCollection {#1462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1457 …}
  +badges: Doctrine\ORM\PersistentCollection {#1453 …}
  +children: []
  -id: 24206
  -titleTs: "'combokey':1 'command':6 'feature/new':5 'hotkey':4 'instead':2 'suggest':7"
  -bodyTs: "'/watch?v=jzs96auqau0)':17 'arcan':88 'arrow':46,57 'babi':14 'basic':2 'bonus':77 'combin':20 'command':71 'command/script':28 'ctrl':49 'delet':59 'etc':65 'exist':72 'fighter':6 'firefox':52 'gamer':7 'go':76 'i.e':41 'issu':24 'key':22,47,58 'know':68 'left':42,44 'linux':10 'pc':64 'point':78 'power':61 'r':48 'rather':29 'right':45,53,54,56 'run':26,51 'simultan':35 'singl':32 'standalon':82 'street':5 'stroke':36 'support':84 'titl':1 'tryhard':11 'two':38 'wayland':86 'www.youtube.com':16 'www.youtube.com/watch?v=jzs96auqau0)':15 'x11':85"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703424520
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9894450"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703338120 {#1419
    date: 2023-12-23 14:28:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
80 DENIED moderate
App\Entity\Entry {#1425
  +user: Proxies\__CG__\App\Entity\User {#1416 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Combokeys-instead-of-hotkeys-Feature-new-command-suggestion"
  +title: ""Combokeys" instead of hotkeys. [Feature/new command suggestion]"
  +url: null
  +body: """
    Title. Basically, [“if a street fighter gamer and a linux tryhard had a baby”](https://www.youtube.com/watch?v=JzS96auqau0) where **a combination of keys is issued to run a command/script** rather than a single or a simultaneous stroke of two or more. i.e left, down, left, right arrow keys, R_CTRL to run Firefox. Right, right, Up, right arrow keys, delete to power off the PC, etc.\n
    \n
    Don’t know if such command exists, but there you go.\n
    \n
    Bonus points if its a standalone and supports X11, Wayland and Arcan.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1709626103 {#1418
    date: 2024-03-05 09:08:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1427 …}
  +votes: Doctrine\ORM\PersistentCollection {#1454 …}
  +reports: Doctrine\ORM\PersistentCollection {#1462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1457 …}
  +badges: Doctrine\ORM\PersistentCollection {#1453 …}
  +children: []
  -id: 24206
  -titleTs: "'combokey':1 'command':6 'feature/new':5 'hotkey':4 'instead':2 'suggest':7"
  -bodyTs: "'/watch?v=jzs96auqau0)':17 'arcan':88 'arrow':46,57 'babi':14 'basic':2 'bonus':77 'combin':20 'command':71 'command/script':28 'ctrl':49 'delet':59 'etc':65 'exist':72 'fighter':6 'firefox':52 'gamer':7 'go':76 'i.e':41 'issu':24 'key':22,47,58 'know':68 'left':42,44 'linux':10 'pc':64 'point':78 'power':61 'r':48 'rather':29 'right':45,53,54,56 'run':26,51 'simultan':35 'singl':32 'standalon':82 'street':5 'stroke':36 'support':84 'titl':1 'tryhard':11 'two':38 'wayland':86 'www.youtube.com':16 'www.youtube.com/watch?v=jzs96auqau0)':15 'x11':85"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703424520
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9894450"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703338120 {#1419
    date: 2023-12-23 14:28:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1432
  +user: Proxies\__CG__\App\Entity\User {#1439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Why-are-Some-Apps-Updated-Daily"
  +title: "Why are Some Apps Updated Daily?"
  +url: null
  +body: """
    Why are apps like Fairemail, Voyager, etc. updated so often? Why don’t they collect the changes and release them once a month or something like that?\n
    \n
    It’s interesting that every time I open Voyager I see an update warnin at the bottom. Is that really required?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 71
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707609390 {#1458
    date: 2024-02-11 00:56:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1433 …}
  +votes: Doctrine\ORM\PersistentCollection {#1436 …}
  +reports: Doctrine\ORM\PersistentCollection {#1435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1434 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1440 …}
  +badges: Doctrine\ORM\PersistentCollection {#1429 …}
  +children: []
  -id: 24180
  -titleTs: "'app':4 'daili':6 'updat':5"
  -bodyTs: "'app':3 'bottom':44 'chang':17 'collect':15 'etc':7 'everi':32 'fairemail':5 'interest':30 'like':4,26 'month':23 'often':10 'open':35 'realli':47 'releas':19 'requir':48 'see':38 'someth':25 'time':33 'updat':8,40 'voyag':6,36 'warnin':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703412131
  +visibility: "visible             "
  +apId: "https://iusearchlinux.fyi/post/3044066"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703325731 {#1459
    date: 2023-12-23 11:02:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#1432
  +user: Proxies\__CG__\App\Entity\User {#1439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Why-are-Some-Apps-Updated-Daily"
  +title: "Why are Some Apps Updated Daily?"
  +url: null
  +body: """
    Why are apps like Fairemail, Voyager, etc. updated so often? Why don’t they collect the changes and release them once a month or something like that?\n
    \n
    It’s interesting that every time I open Voyager I see an update warnin at the bottom. Is that really required?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 71
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707609390 {#1458
    date: 2024-02-11 00:56:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1433 …}
  +votes: Doctrine\ORM\PersistentCollection {#1436 …}
  +reports: Doctrine\ORM\PersistentCollection {#1435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1434 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1440 …}
  +badges: Doctrine\ORM\PersistentCollection {#1429 …}
  +children: []
  -id: 24180
  -titleTs: "'app':4 'daili':6 'updat':5"
  -bodyTs: "'app':3 'bottom':44 'chang':17 'collect':15 'etc':7 'everi':32 'fairemail':5 'interest':30 'like':4,26 'month':23 'often':10 'open':35 'realli':47 'releas':19 'requir':48 'see':38 'someth':25 'time':33 'updat':8,40 'voyag':6,36 'warnin':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703412131
  +visibility: "visible             "
  +apId: "https://iusearchlinux.fyi/post/3044066"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703325731 {#1459
    date: 2023-12-23 11:02:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#1432
  +user: Proxies\__CG__\App\Entity\User {#1439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "Why-are-Some-Apps-Updated-Daily"
  +title: "Why are Some Apps Updated Daily?"
  +url: null
  +body: """
    Why are apps like Fairemail, Voyager, etc. updated so often? Why don’t they collect the changes and release them once a month or something like that?\n
    \n
    It’s interesting that every time I open Voyager I see an update warnin at the bottom. Is that really required?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 71
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1707609390 {#1458
    date: 2024-02-11 00:56:30.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1433 …}
  +votes: Doctrine\ORM\PersistentCollection {#1436 …}
  +reports: Doctrine\ORM\PersistentCollection {#1435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1434 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1440 …}
  +badges: Doctrine\ORM\PersistentCollection {#1429 …}
  +children: []
  -id: 24180
  -titleTs: "'app':4 'daili':6 'updat':5"
  -bodyTs: "'app':3 'bottom':44 'chang':17 'collect':15 'etc':7 'everi':32 'fairemail':5 'interest':30 'like':4,26 'month':23 'often':10 'open':35 'realli':47 'releas':19 'requir':48 'see':38 'someth':25 'time':33 'updat':8,40 'voyag':6,36 'warnin':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703412131
  +visibility: "visible             "
  +apId: "https://iusearchlinux.fyi/post/3044066"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703325731 {#1459
    date: 2023-12-23 11:02:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "dlss3-to-fsr3-mod-became-available"
  +title: "dlss3 to fsr3 mod became available"
  +url: null
  +body: "[github.com/Nukem9/dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703352729 {#1694
    date: 2023-12-23 18:32:09.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: 24209
  -titleTs: "'avail':6 'becam':5 'dlss3':1 'fsr3':3 'mod':4"
  -bodyTs: "'/nukem9/dlssg-to-fsr3](https://github.com/nukem9/dlssg-to-fsr3)':3 'github.com':2 'github.com/nukem9/dlssg-to-fsr3](https://github.com/nukem9/dlssg-to-fsr3)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703411549
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9894580"
  +editedAt: DateTimeImmutable @1706886947 {#1703
    date: 2024-02-02 16:15:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703338549 {#1700
    date: 2023-12-23 14:35:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "dlss3-to-fsr3-mod-became-available"
  +title: "dlss3 to fsr3 mod became available"
  +url: null
  +body: "[github.com/Nukem9/dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703352729 {#1694
    date: 2023-12-23 18:32:09.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: 24209
  -titleTs: "'avail':6 'becam':5 'dlss3':1 'fsr3':3 'mod':4"
  -bodyTs: "'/nukem9/dlssg-to-fsr3](https://github.com/nukem9/dlssg-to-fsr3)':3 'github.com':2 'github.com/nukem9/dlssg-to-fsr3](https://github.com/nukem9/dlssg-to-fsr3)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703411549
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9894580"
  +editedAt: DateTimeImmutable @1706886947 {#1703
    date: 2024-02-02 16:15:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703338549 {#1700
    date: 2023-12-23 14:35:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1693
  +user: Proxies\__CG__\App\Entity\User {#1697 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#189 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "dlss3-to-fsr3-mod-became-available"
  +title: "dlss3 to fsr3 mod became available"
  +url: null
  +body: "[github.com/Nukem9/dlssg-to-fsr3](https://github.com/Nukem9/dlssg-to-fsr3)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703352729 {#1694
    date: 2023-12-23 18:32:09.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: 24209
  -titleTs: "'avail':6 'becam':5 'dlss3':1 'fsr3':3 'mod':4"
  -bodyTs: "'/nukem9/dlssg-to-fsr3](https://github.com/nukem9/dlssg-to-fsr3)':3 'github.com':2 'github.com/nukem9/dlssg-to-fsr3](https://github.com/nukem9/dlssg-to-fsr3)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703411549
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9894580"
  +editedAt: DateTimeImmutable @1706886947 {#1703
    date: 2024-02-02 16:15:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703338549 {#1700
    date: 2023-12-23 14:35:49.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-is-the-best-modern-song-for-a-door-bell"
  +title: "What is the best modern song for a door bell?"
  +url: null
  +body: "Time to update the doorbell. It plays 30 seconds of a track. What do you reccommend? I currently have ‘Da Da Da’ by Trio. Because I can."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723147119 {#1743
    date: 2024-08-08 21:58:39.0 +02: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: 24177
  -titleTs: "'bell':10 'best':4 'door':9 'modern':5 'song':6"
  -bodyTs: "'30':8 'current':18 'da':20,21,22 'doorbel':5 'play':7 'reccommend':16 'second':9 'time':1 'track':12 'trio':24 'updat':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703409365
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/5236926"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703322965 {#1752
    date: 2023-12-23 10:16: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
91 DENIED edit
App\Entity\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-is-the-best-modern-song-for-a-door-bell"
  +title: "What is the best modern song for a door bell?"
  +url: null
  +body: "Time to update the doorbell. It plays 30 seconds of a track. What do you reccommend? I currently have ‘Da Da Da’ by Trio. Because I can."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723147119 {#1743
    date: 2024-08-08 21:58:39.0 +02: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: 24177
  -titleTs: "'bell':10 'best':4 'door':9 'modern':5 'song':6"
  -bodyTs: "'30':8 'current':18 'da':20,21,22 'doorbel':5 'play':7 'reccommend':16 'second':9 'time':1 'track':12 'trio':24 'updat':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703409365
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/5236926"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703322965 {#1752
    date: 2023-12-23 10:16: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
92 DENIED moderate
App\Entity\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1889 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "What-is-the-best-modern-song-for-a-door-bell"
  +title: "What is the best modern song for a door bell?"
  +url: null
  +body: "Time to update the doorbell. It plays 30 seconds of a track. What do you reccommend? I currently have ‘Da Da Da’ by Trio. Because I can."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723147119 {#1743
    date: 2024-08-08 21:58:39.0 +02: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: 24177
  -titleTs: "'bell':10 'best':4 'door':9 'modern':5 'song':6"
  -bodyTs: "'30':8 'current':18 'da':20,21,22 'doorbel':5 'play':7 'reccommend':16 'second':9 'time':1 'track':12 'trio':24 'updat':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703409365
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/5236926"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703322965 {#1752
    date: 2023-12-23 10:16: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
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 {#1670
  +user: Proxies\__CG__\App\Entity\User {#1666 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1667 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-to-datahoard-Lemmy"
  +title: "How to datahoard Lemmy"
  +url: null
  +body: """
    Sorry for not doing much research beforehand and asking a newbee question. I am looking for some entrypoint info to the question:\n
    \n
    How would one go about datahoarding lemmy?\n
    \n
    It seems to be a grade above what I’ve been doing so far (downloading video/audio from streaming platforms and backing up web articles and blogposts as pdfs) due to the distributed nature and the activitypub protocol.\n
    \n
    ---\n
    \n
    Relevant stuff that I’ve found so far but havent studied extensively:\n
    \n
    1. This does not seem to store most of the data [github.com/tgxn/lemmy-explorer](https://github.com/tgxn/lemmy-explorer)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703364438 {#1677
    date: 2023-12-23 21:47:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1654 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1655 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1651 …}
  +badges: Doctrine\ORM\PersistentCollection {#1656 …}
  +children: []
  -id: 24251
  -titleTs: "'datahoard':3 'lemmi':4"
  -bodyTs: "'/tgxn/lemmy-explorer](https://github.com/tgxn/lemmy-explorer)':92 '1':79 'activitypub':65 'articl':53 'ask':9 'back':50 'beforehand':7 'blogpost':55 'data':89 'datahoard':28 'distribut':61 'download':44 'due':58 'entrypoint':18 'extens':78 'far':43,74 'found':72 'github.com':91 'github.com/tgxn/lemmy-explorer](https://github.com/tgxn/lemmy-explorer)':90 'go':26 'grade':35 'havent':76 'info':19 'lemmi':29 'look':15 'much':5 'natur':62 'newbe':11 'one':25 'pdfs':57 'platform':48 'protocol':66 'question':12,22 'relev':67 'research':6 'seem':31,83 'sorri':1 'store':85 'stream':47 'studi':77 'stuff':68 've':39,71 'video/audio':45 'web':52 'would':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703406313
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9900873"
  +editedAt: DateTimeImmutable @1707000862 {#1678
    date: 2024-02-03 23:54:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703353313 {#1669
    date: 2023-12-23 18:41:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1670
  +user: Proxies\__CG__\App\Entity\User {#1666 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1667 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-to-datahoard-Lemmy"
  +title: "How to datahoard Lemmy"
  +url: null
  +body: """
    Sorry for not doing much research beforehand and asking a newbee question. I am looking for some entrypoint info to the question:\n
    \n
    How would one go about datahoarding lemmy?\n
    \n
    It seems to be a grade above what I’ve been doing so far (downloading video/audio from streaming platforms and backing up web articles and blogposts as pdfs) due to the distributed nature and the activitypub protocol.\n
    \n
    ---\n
    \n
    Relevant stuff that I’ve found so far but havent studied extensively:\n
    \n
    1. This does not seem to store most of the data [github.com/tgxn/lemmy-explorer](https://github.com/tgxn/lemmy-explorer)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703364438 {#1677
    date: 2023-12-23 21:47:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1654 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1655 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1651 …}
  +badges: Doctrine\ORM\PersistentCollection {#1656 …}
  +children: []
  -id: 24251
  -titleTs: "'datahoard':3 'lemmi':4"
  -bodyTs: "'/tgxn/lemmy-explorer](https://github.com/tgxn/lemmy-explorer)':92 '1':79 'activitypub':65 'articl':53 'ask':9 'back':50 'beforehand':7 'blogpost':55 'data':89 'datahoard':28 'distribut':61 'download':44 'due':58 'entrypoint':18 'extens':78 'far':43,74 'found':72 'github.com':91 'github.com/tgxn/lemmy-explorer](https://github.com/tgxn/lemmy-explorer)':90 'go':26 'grade':35 'havent':76 'info':19 'lemmi':29 'look':15 'much':5 'natur':62 'newbe':11 'one':25 'pdfs':57 'platform':48 'protocol':66 'question':12,22 'relev':67 'research':6 'seem':31,83 'sorri':1 'store':85 'stream':47 'studi':77 'stuff':68 've':39,71 'video/audio':45 'web':52 'would':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703406313
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9900873"
  +editedAt: DateTimeImmutable @1707000862 {#1678
    date: 2024-02-03 23:54:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703353313 {#1669
    date: 2023-12-23 18:41:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1670
  +user: Proxies\__CG__\App\Entity\User {#1666 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1667 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "How-to-datahoard-Lemmy"
  +title: "How to datahoard Lemmy"
  +url: null
  +body: """
    Sorry for not doing much research beforehand and asking a newbee question. I am looking for some entrypoint info to the question:\n
    \n
    How would one go about datahoarding lemmy?\n
    \n
    It seems to be a grade above what I’ve been doing so far (downloading video/audio from streaming platforms and backing up web articles and blogposts as pdfs) due to the distributed nature and the activitypub protocol.\n
    \n
    ---\n
    \n
    Relevant stuff that I’ve found so far but havent studied extensively:\n
    \n
    1. This does not seem to store most of the data [github.com/tgxn/lemmy-explorer](https://github.com/tgxn/lemmy-explorer)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703364438 {#1677
    date: 2023-12-23 21:47:18.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1668 …}
  +votes: Doctrine\ORM\PersistentCollection {#1679 …}
  +reports: Doctrine\ORM\PersistentCollection {#1654 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1655 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1651 …}
  +badges: Doctrine\ORM\PersistentCollection {#1656 …}
  +children: []
  -id: 24251
  -titleTs: "'datahoard':3 'lemmi':4"
  -bodyTs: "'/tgxn/lemmy-explorer](https://github.com/tgxn/lemmy-explorer)':92 '1':79 'activitypub':65 'articl':53 'ask':9 'back':50 'beforehand':7 'blogpost':55 'data':89 'datahoard':28 'distribut':61 'download':44 'due':58 'entrypoint':18 'extens':78 'far':43,74 'found':72 'github.com':91 'github.com/tgxn/lemmy-explorer](https://github.com/tgxn/lemmy-explorer)':90 'go':26 'grade':35 'havent':76 'info':19 'lemmi':29 'look':15 'much':5 'natur':62 'newbe':11 'one':25 'pdfs':57 'platform':48 'protocol':66 'question':12,22 'relev':67 'research':6 'seem':31,83 'sorri':1 'store':85 'stream':47 'studi':77 'stuff':68 've':39,71 'video/audio':45 'web':52 'would':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703406313
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9900873"
  +editedAt: DateTimeImmutable @1707000862 {#1678
    date: 2024-02-03 23:54:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703353313 {#1669
    date: 2023-12-23 18:41:53.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1553
  +user: Proxies\__CG__\App\Entity\User {#1552 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1590 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "EU-regulation-and-oculus-quest"
  +title: "EU regulation and oculus quest"
  +url: null
  +body: """
    Ive seen MS is having to do a lot of work in regards to pro privacy due to EU regulation, I switched on my oculus quest which I keep offline and questioned if enforced account, locked in applications that serve beyond base functions and the locked down setting, surely all this goes against privacy laws in some way.\n
    \n
    Is this something regulators and Facebook will address or will fb slide through the cracks?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703341499 {#1662
    date: 2023-12-23 15:24:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1593 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1578 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
  +badges: Doctrine\ORM\PersistentCollection {#1579 …}
  +children: []
  -id: 24171
  -titleTs: "'eu':1 'oculus':4 'quest':5 'regul':2"
  -bodyTs: "'account':35 'address':66 'applic':38 'base':42 'beyond':41 'crack':73 'due':17 'enforc':34 'eu':19 'facebook':64 'fb':69 'function':43 'goe':52 'ive':1 'keep':29 'law':55 'lock':36,46 'lot':9 'ms':3 'oculus':25 'offlin':30 'privaci':16,54 'pro':15 'quest':26 'question':32 'regard':13 'regul':20,62 'seen':2 'serv':40 'set':48 'slide':70 'someth':61 'sure':49 'switch':22 'way':58 'work':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703397950
  +visibility: "visible             "
  +apId: "https://leminal.space/post/2576688"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703311550 {#1663
    date: 2023-12-23 07:05:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1553
  +user: Proxies\__CG__\App\Entity\User {#1552 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1590 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "EU-regulation-and-oculus-quest"
  +title: "EU regulation and oculus quest"
  +url: null
  +body: """
    Ive seen MS is having to do a lot of work in regards to pro privacy due to EU regulation, I switched on my oculus quest which I keep offline and questioned if enforced account, locked in applications that serve beyond base functions and the locked down setting, surely all this goes against privacy laws in some way.\n
    \n
    Is this something regulators and Facebook will address or will fb slide through the cracks?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703341499 {#1662
    date: 2023-12-23 15:24:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1593 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1578 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
  +badges: Doctrine\ORM\PersistentCollection {#1579 …}
  +children: []
  -id: 24171
  -titleTs: "'eu':1 'oculus':4 'quest':5 'regul':2"
  -bodyTs: "'account':35 'address':66 'applic':38 'base':42 'beyond':41 'crack':73 'due':17 'enforc':34 'eu':19 'facebook':64 'fb':69 'function':43 'goe':52 'ive':1 'keep':29 'law':55 'lock':36,46 'lot':9 'ms':3 'oculus':25 'offlin':30 'privaci':16,54 'pro':15 'quest':26 'question':32 'regard':13 'regul':20,62 'seen':2 'serv':40 'set':48 'slide':70 'someth':61 'sure':49 'switch':22 'way':58 'work':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703397950
  +visibility: "visible             "
  +apId: "https://leminal.space/post/2576688"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703311550 {#1663
    date: 2023-12-23 07:05:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1553
  +user: Proxies\__CG__\App\Entity\User {#1552 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1590 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#217 …}
  +slug: "EU-regulation-and-oculus-quest"
  +title: "EU regulation and oculus quest"
  +url: null
  +body: """
    Ive seen MS is having to do a lot of work in regards to pro privacy due to EU regulation, I switched on my oculus quest which I keep offline and questioned if enforced account, locked in applications that serve beyond base functions and the locked down setting, surely all this goes against privacy laws in some way.\n
    \n
    Is this something regulators and Facebook will address or will fb slide through the cracks?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 39
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703341499 {#1662
    date: 2023-12-23 15:24:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1593 …}
  +reports: Doctrine\ORM\PersistentCollection {#1571 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1578 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
  +badges: Doctrine\ORM\PersistentCollection {#1579 …}
  +children: []
  -id: 24171
  -titleTs: "'eu':1 'oculus':4 'quest':5 'regul':2"
  -bodyTs: "'account':35 'address':66 'applic':38 'base':42 'beyond':41 'crack':73 'due':17 'enforc':34 'eu':19 'facebook':64 'fb':69 'function':43 'goe':52 'ive':1 'keep':29 'law':55 'lock':36,46 'lot':9 'ms':3 'oculus':25 'offlin':30 'privaci':16,54 'pro':15 'quest':26 'question':32 'regard':13 'regul':20,62 'seen':2 'serv':40 'set':48 'slide':70 'someth':61 'sure':49 'switch':22 'way':58 'work':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703397950
  +visibility: "visible             "
  +apId: "https://leminal.space/post/2576688"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703311550 {#1663
    date: 2023-12-23 07:05:50.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details