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

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

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

Listeners

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

Authenticators

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

Access Decision

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

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\Entry {#236
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#183
    date: 2024-09-26 14:18:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#203 …}
  +votes: Doctrine\ORM\PersistentCollection {#1810 …}
  +reports: Doctrine\ORM\PersistentCollection {#2398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1688 …}
  +badges: Doctrine\ORM\PersistentCollection {#1905 …}
  +children: []
  -id: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#247
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#189
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\Entry {#236
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#183
    date: 2024-09-26 14:18:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#203 …}
  +votes: Doctrine\ORM\PersistentCollection {#1810 …}
  +reports: Doctrine\ORM\PersistentCollection {#2398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1688 …}
  +badges: Doctrine\ORM\PersistentCollection {#1905 …}
  +children: []
  -id: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#247
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#189
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\Entry {#236
  +user: Proxies\__CG__\App\Entity\User {#1869 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 35
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#183
    date: 2024-09-26 14:18:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#203 …}
  +votes: Doctrine\ORM\PersistentCollection {#1810 …}
  +reports: Doctrine\ORM\PersistentCollection {#2398 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1931 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1688 …}
  +badges: Doctrine\ORM\PersistentCollection {#1905 …}
  +children: []
  -id: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#247
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#189
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1925
  +user: Proxies\__CG__\App\Entity\User {#1924 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-do-you-think-of-sports-analysts"
  +title: "What do you think of sports analysts ?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727800644 {#1884
    date: 2024-10-01 18:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1878 …}
  +votes: Doctrine\ORM\PersistentCollection {#1880 …}
  +reports: Doctrine\ORM\PersistentCollection {#1900 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 31981
  -titleTs: "'analyst':7 'sport':6 'think':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705861105
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10958047"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705774705 {#1865
    date: 2024-01-20 19:18: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
7 DENIED edit
App\Entity\Entry {#1925
  +user: Proxies\__CG__\App\Entity\User {#1924 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-do-you-think-of-sports-analysts"
  +title: "What do you think of sports analysts ?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727800644 {#1884
    date: 2024-10-01 18:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1878 …}
  +votes: Doctrine\ORM\PersistentCollection {#1880 …}
  +reports: Doctrine\ORM\PersistentCollection {#1900 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 31981
  -titleTs: "'analyst':7 'sport':6 'think':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705861105
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10958047"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705774705 {#1865
    date: 2024-01-20 19:18: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
8 DENIED moderate
App\Entity\Entry {#1925
  +user: Proxies\__CG__\App\Entity\User {#1924 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "What-do-you-think-of-sports-analysts"
  +title: "What do you think of sports analysts ?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727800644 {#1884
    date: 2024-10-01 18:37:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1878 …}
  +votes: Doctrine\ORM\PersistentCollection {#1880 …}
  +reports: Doctrine\ORM\PersistentCollection {#1900 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1893 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1901 …}
  +badges: Doctrine\ORM\PersistentCollection {#1896 …}
  +children: []
  -id: 31981
  -titleTs: "'analyst':7 'sport':6 'think':4"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705861105
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10958047"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705774705 {#1865
    date: 2024-01-20 19:18: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
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 {#1944
  +user: Proxies\__CG__\App\Entity\User {#1954 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "File-server-with-on-demand-sync-preserve-the-filesystem-and-runs"
  +title: "File server with on-demand sync, preserve the filesystem, and runs without external DB?"
  +url: null
  +body: """
    Hi, I’m looking for a FOSS file syncing/sharing solution that does **all** the following specific things:\n
    \n
    - [Sync files only when needed](https://owncloud.com/features/virtual-files/), to save space on my client devices.\n
    - Preserve the filesystem on the server for backups. So no opaque blocks like SeaFile.\n
    - No need for external MySQL/Postgres container. SQLite would be okay.\n
    \n
    Currently the closest thing to fulfill these is oCIS, but it has a decomposedFS file structure which defeats the second point. Nextcloud may run with embedded SQLite, but I’m reluctant to try it again due to previous experiences (lots of bugs, sluggish, etc). Mountain Duck and FileRun are not FOSS. Filestash would be nice if it can integrate with existing Nextcloud/Owncloud clients for the on-demand syncing functionality, especially on Windows. It would be nice to have an open-source alternative to Mountain Duck, in order to use on-demand sync functionalities with a standard storage backend such as SFTP.\n
    \n
    Would you have any recommendations of what to do?\n
    \n
    Thank you in advance!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728217720 {#1950
    date: 2024-10-06 14:28:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1977 …}
  +votes: Doctrine\ORM\PersistentCollection {#1967 …}
  +reports: Doctrine\ORM\PersistentCollection {#1953 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1962 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1970 …}
  +badges: Doctrine\ORM\PersistentCollection {#1973 …}
  +children: []
  -id: 31979
  -titleTs: "'db':15 'demand':6 'extern':14 'file':1 'filesystem':10 'on-demand':4 'preserv':8 'run':12 'server':2 'sync':7 'without':13"
  -bodyTs: "'/features/virtual-files/),':25 'advanc':173 'altern':140 'backend':157 'backup':40 'block':44 'bug':98 'client':31,119 'closest':59 'contain':52 'current':57 'decomposedf':70 'defeat':74 'demand':124,150 'devic':32 'duck':102,143 'due':92 'embed':82 'especi':127 'etc':100 'exist':117 'experi':95 'extern':50 'file':8,19,71 'filerun':104 'filestash':108 'filesystem':35 'follow':15 'foss':7,107 'fulfil':62 'function':126,152 'hi':1 'integr':115 'like':45 'look':4 'lot':96 'm':3,86 'may':79 'mountain':101,142 'mysql/postgres':51 'need':22,48 'nextcloud':78 'nextcloud/owncloud':118 'nice':111,133 'oci':65 'okay':56 'on-demand':122,148 'opaqu':43 'open':138 'open-sourc':137 'order':145 'owncloud.com':24 'owncloud.com/features/virtual-files/),':23 'point':77 'preserv':33 'previous':94 'recommend':165 'reluct':87 'run':80 'save':27 'seafil':46 'second':76 'server':38 'sftp':160 'sluggish':99 'solut':10 'sourc':139 'space':28 'specif':16 'sqlite':53,83 'standard':155 'storag':156 'structur':72 'sync':18,125,151 'syncing/sharing':9 'thank':170 'thing':17,60 'tri':89 'use':147 'window':129 'would':54,109,131,161"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705860446
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8702211"
  +editedAt: DateTimeImmutable @1727210552 {#1958
    date: 2024-09-24 22:42:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705774046 {#1928
    date: 2024-01-20 19:07: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
11 DENIED edit
App\Entity\Entry {#1944
  +user: Proxies\__CG__\App\Entity\User {#1954 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "File-server-with-on-demand-sync-preserve-the-filesystem-and-runs"
  +title: "File server with on-demand sync, preserve the filesystem, and runs without external DB?"
  +url: null
  +body: """
    Hi, I’m looking for a FOSS file syncing/sharing solution that does **all** the following specific things:\n
    \n
    - [Sync files only when needed](https://owncloud.com/features/virtual-files/), to save space on my client devices.\n
    - Preserve the filesystem on the server for backups. So no opaque blocks like SeaFile.\n
    - No need for external MySQL/Postgres container. SQLite would be okay.\n
    \n
    Currently the closest thing to fulfill these is oCIS, but it has a decomposedFS file structure which defeats the second point. Nextcloud may run with embedded SQLite, but I’m reluctant to try it again due to previous experiences (lots of bugs, sluggish, etc). Mountain Duck and FileRun are not FOSS. Filestash would be nice if it can integrate with existing Nextcloud/Owncloud clients for the on-demand syncing functionality, especially on Windows. It would be nice to have an open-source alternative to Mountain Duck, in order to use on-demand sync functionalities with a standard storage backend such as SFTP.\n
    \n
    Would you have any recommendations of what to do?\n
    \n
    Thank you in advance!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728217720 {#1950
    date: 2024-10-06 14:28:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1977 …}
  +votes: Doctrine\ORM\PersistentCollection {#1967 …}
  +reports: Doctrine\ORM\PersistentCollection {#1953 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1962 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1970 …}
  +badges: Doctrine\ORM\PersistentCollection {#1973 …}
  +children: []
  -id: 31979
  -titleTs: "'db':15 'demand':6 'extern':14 'file':1 'filesystem':10 'on-demand':4 'preserv':8 'run':12 'server':2 'sync':7 'without':13"
  -bodyTs: "'/features/virtual-files/),':25 'advanc':173 'altern':140 'backend':157 'backup':40 'block':44 'bug':98 'client':31,119 'closest':59 'contain':52 'current':57 'decomposedf':70 'defeat':74 'demand':124,150 'devic':32 'duck':102,143 'due':92 'embed':82 'especi':127 'etc':100 'exist':117 'experi':95 'extern':50 'file':8,19,71 'filerun':104 'filestash':108 'filesystem':35 'follow':15 'foss':7,107 'fulfil':62 'function':126,152 'hi':1 'integr':115 'like':45 'look':4 'lot':96 'm':3,86 'may':79 'mountain':101,142 'mysql/postgres':51 'need':22,48 'nextcloud':78 'nextcloud/owncloud':118 'nice':111,133 'oci':65 'okay':56 'on-demand':122,148 'opaqu':43 'open':138 'open-sourc':137 'order':145 'owncloud.com':24 'owncloud.com/features/virtual-files/),':23 'point':77 'preserv':33 'previous':94 'recommend':165 'reluct':87 'run':80 'save':27 'seafil':46 'second':76 'server':38 'sftp':160 'sluggish':99 'solut':10 'sourc':139 'space':28 'specif':16 'sqlite':53,83 'standard':155 'storag':156 'structur':72 'sync':18,125,151 'syncing/sharing':9 'thank':170 'thing':17,60 'tri':89 'use':147 'window':129 'would':54,109,131,161"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705860446
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8702211"
  +editedAt: DateTimeImmutable @1727210552 {#1958
    date: 2024-09-24 22:42:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705774046 {#1928
    date: 2024-01-20 19:07: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
12 DENIED moderate
App\Entity\Entry {#1944
  +user: Proxies\__CG__\App\Entity\User {#1954 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "File-server-with-on-demand-sync-preserve-the-filesystem-and-runs"
  +title: "File server with on-demand sync, preserve the filesystem, and runs without external DB?"
  +url: null
  +body: """
    Hi, I’m looking for a FOSS file syncing/sharing solution that does **all** the following specific things:\n
    \n
    - [Sync files only when needed](https://owncloud.com/features/virtual-files/), to save space on my client devices.\n
    - Preserve the filesystem on the server for backups. So no opaque blocks like SeaFile.\n
    - No need for external MySQL/Postgres container. SQLite would be okay.\n
    \n
    Currently the closest thing to fulfill these is oCIS, but it has a decomposedFS file structure which defeats the second point. Nextcloud may run with embedded SQLite, but I’m reluctant to try it again due to previous experiences (lots of bugs, sluggish, etc). Mountain Duck and FileRun are not FOSS. Filestash would be nice if it can integrate with existing Nextcloud/Owncloud clients for the on-demand syncing functionality, especially on Windows. It would be nice to have an open-source alternative to Mountain Duck, in order to use on-demand sync functionalities with a standard storage backend such as SFTP.\n
    \n
    Would you have any recommendations of what to do?\n
    \n
    Thank you in advance!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728217720 {#1950
    date: 2024-10-06 14:28:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1977 …}
  +votes: Doctrine\ORM\PersistentCollection {#1967 …}
  +reports: Doctrine\ORM\PersistentCollection {#1953 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1962 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1970 …}
  +badges: Doctrine\ORM\PersistentCollection {#1973 …}
  +children: []
  -id: 31979
  -titleTs: "'db':15 'demand':6 'extern':14 'file':1 'filesystem':10 'on-demand':4 'preserv':8 'run':12 'server':2 'sync':7 'without':13"
  -bodyTs: "'/features/virtual-files/),':25 'advanc':173 'altern':140 'backend':157 'backup':40 'block':44 'bug':98 'client':31,119 'closest':59 'contain':52 'current':57 'decomposedf':70 'defeat':74 'demand':124,150 'devic':32 'duck':102,143 'due':92 'embed':82 'especi':127 'etc':100 'exist':117 'experi':95 'extern':50 'file':8,19,71 'filerun':104 'filestash':108 'filesystem':35 'follow':15 'foss':7,107 'fulfil':62 'function':126,152 'hi':1 'integr':115 'like':45 'look':4 'lot':96 'm':3,86 'may':79 'mountain':101,142 'mysql/postgres':51 'need':22,48 'nextcloud':78 'nextcloud/owncloud':118 'nice':111,133 'oci':65 'okay':56 'on-demand':122,148 'opaqu':43 'open':138 'open-sourc':137 'order':145 'owncloud.com':24 'owncloud.com/features/virtual-files/),':23 'point':77 'preserv':33 'previous':94 'recommend':165 'reluct':87 'run':80 'save':27 'seafil':46 'second':76 'server':38 'sftp':160 'sluggish':99 'solut':10 'sourc':139 'space':28 'specif':16 'sqlite':53,83 'standard':155 'storag':156 'structur':72 'sync':18,125,151 'syncing/sharing':9 'thank':170 'thing':17,60 'tri':89 'use':147 'window':129 'would':54,109,131,161"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705860446
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8702211"
  +editedAt: DateTimeImmutable @1727210552 {#1958
    date: 2024-09-24 22:42:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705774046 {#1928
    date: 2024-01-20 19:07: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
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 {#1957
  +user: Proxies\__CG__\App\Entity\User {#1932 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Are-Americans-more-prone-to-conspiracy-theories-than-people-in"
  +title: "Are Americans more prone to conspiracy theories than people in other countries?"
  +url: null
  +body: "It’s wild."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 109
  +favouriteCount: 179
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728812063 {#1961
    date: 2024-10-13 11:34:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 31957
  -titleTs: "'american':2 'conspiraci':6 'countri':12 'peopl':9 'prone':4 'theori':7"
  -bodyTs: "'wild':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705854792
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10955154"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705768392 {#1934
    date: 2024-01-20 17:33:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1957
  +user: Proxies\__CG__\App\Entity\User {#1932 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Are-Americans-more-prone-to-conspiracy-theories-than-people-in"
  +title: "Are Americans more prone to conspiracy theories than people in other countries?"
  +url: null
  +body: "It’s wild."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 109
  +favouriteCount: 179
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728812063 {#1961
    date: 2024-10-13 11:34:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 31957
  -titleTs: "'american':2 'conspiraci':6 'countri':12 'peopl':9 'prone':4 'theori':7"
  -bodyTs: "'wild':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705854792
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10955154"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705768392 {#1934
    date: 2024-01-20 17:33:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1957
  +user: Proxies\__CG__\App\Entity\User {#1932 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Are-Americans-more-prone-to-conspiracy-theories-than-people-in"
  +title: "Are Americans more prone to conspiracy theories than people in other countries?"
  +url: null
  +body: "It’s wild."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 109
  +favouriteCount: 179
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728812063 {#1961
    date: 2024-10-13 11:34:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1930 …}
  +votes: Doctrine\ORM\PersistentCollection {#1952 …}
  +reports: Doctrine\ORM\PersistentCollection {#1386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1388 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1892 …}
  +badges: Doctrine\ORM\PersistentCollection {#1890 …}
  +children: []
  -id: 31957
  -titleTs: "'american':2 'conspiraci':6 'countri':12 'peopl':9 'prone':4 'theori':7"
  -bodyTs: "'wild':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705854792
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10955154"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705768392 {#1934
    date: 2024-01-20 17:33:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1392
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Super-Metroid"
  +title: "Super Metroid"
  +url: null
  +body: """
    Super Metroid’s color palette and lanky sprite were always a turn off for me. But I’m finally giving it a chance on SNES (MSU-1 version) & I’m really enjoying it!\n
    \n
    Vibes are: Quake + the movie Alien + Nine Inch Nails’ album The Downward Spiral. Pretty cool aesthetic after all!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727180901 {#1935
    date: 2024-09-24 14:28:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1389 …}
  +votes: Doctrine\ORM\PersistentCollection {#1376 …}
  +reports: Doctrine\ORM\PersistentCollection {#1377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1942 …}
  +badges: Doctrine\ORM\PersistentCollection {#1927 …}
  +children: []
  -id: 31956
  -titleTs: "'metroid':2 'super':1"
  -bodyTs: "'-1':27 'aesthet':49 'album':43 'alien':39 'alway':10 'chanc':23 'color':4 'cool':48 'downward':45 'enjoy':32 'final':19 'give':20 'inch':41 'lanki':7 'm':18,30 'metroid':2 'movi':38 'msu':26 'nail':42 'nine':40 'palett':5 'pretti':47 'quak':36 'realli':31 'snes':25 'spiral':46 'sprite':8 'super':1 'turn':12 'version':28 'vibe':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10803882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705767391 {#1364
    date: 2024-01-20 17:16: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
19 DENIED edit
App\Entity\Entry {#1392
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Super-Metroid"
  +title: "Super Metroid"
  +url: null
  +body: """
    Super Metroid’s color palette and lanky sprite were always a turn off for me. But I’m finally giving it a chance on SNES (MSU-1 version) & I’m really enjoying it!\n
    \n
    Vibes are: Quake + the movie Alien + Nine Inch Nails’ album The Downward Spiral. Pretty cool aesthetic after all!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727180901 {#1935
    date: 2024-09-24 14:28:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1389 …}
  +votes: Doctrine\ORM\PersistentCollection {#1376 …}
  +reports: Doctrine\ORM\PersistentCollection {#1377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1942 …}
  +badges: Doctrine\ORM\PersistentCollection {#1927 …}
  +children: []
  -id: 31956
  -titleTs: "'metroid':2 'super':1"
  -bodyTs: "'-1':27 'aesthet':49 'album':43 'alien':39 'alway':10 'chanc':23 'color':4 'cool':48 'downward':45 'enjoy':32 'final':19 'give':20 'inch':41 'lanki':7 'm':18,30 'metroid':2 'movi':38 'msu':26 'nail':42 'nine':40 'palett':5 'pretti':47 'quak':36 'realli':31 'snes':25 'spiral':46 'sprite':8 'super':1 'turn':12 'version':28 'vibe':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10803882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705767391 {#1364
    date: 2024-01-20 17:16: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
20 DENIED moderate
App\Entity\Entry {#1392
  +user: Proxies\__CG__\App\Entity\User {#1398 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1393 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Super-Metroid"
  +title: "Super Metroid"
  +url: null
  +body: """
    Super Metroid’s color palette and lanky sprite were always a turn off for me. But I’m finally giving it a chance on SNES (MSU-1 version) & I’m really enjoying it!\n
    \n
    Vibes are: Quake + the movie Alien + Nine Inch Nails’ album The Downward Spiral. Pretty cool aesthetic after all!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 19
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727180901 {#1935
    date: 2024-09-24 14:28:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1389 …}
  +votes: Doctrine\ORM\PersistentCollection {#1376 …}
  +reports: Doctrine\ORM\PersistentCollection {#1377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1942 …}
  +badges: Doctrine\ORM\PersistentCollection {#1927 …}
  +children: []
  -id: 31956
  -titleTs: "'metroid':2 'super':1"
  -bodyTs: "'-1':27 'aesthet':49 'album':43 'alien':39 'alway':10 'chanc':23 'color':4 'cool':48 'downward':45 'enjoy':32 'final':19 'give':20 'inch':41 'lanki':7 'm':18,30 'metroid':2 'movi':38 'msu':26 'nail':42 'nine':40 'palett':5 'pretti':47 'quak':36 'realli':31 'snes':25 'spiral':46 'sprite':8 'super':1 'turn':12 'version':28 'vibe':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10803882"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705767391 {#1364
    date: 2024-01-20 17:16: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
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 {#1394
  +user: Proxies\__CG__\App\Entity\User {#1366 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Thunderbird-or-Betterbird-What-is-better-on-Windows"
  +title: "Thunderbird or Betterbird. What is better on Windows?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727267977 {#1399
    date: 2024-09-25 14:39:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1374 …}
  +votes: Doctrine\ORM\PersistentCollection {#1369 …}
  +reports: Doctrine\ORM\PersistentCollection {#1370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1400 …}
  +badges: Doctrine\ORM\PersistentCollection {#1902 …}
  +children: []
  -id: 31949
  -titleTs: "'better':6 'betterbird':3 'thunderbird':1 'window':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705851651
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10953703"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705765251 {#1396
    date: 2024-01-20 16:40:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\Entry {#1394
  +user: Proxies\__CG__\App\Entity\User {#1366 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Thunderbird-or-Betterbird-What-is-better-on-Windows"
  +title: "Thunderbird or Betterbird. What is better on Windows?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727267977 {#1399
    date: 2024-09-25 14:39:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1374 …}
  +votes: Doctrine\ORM\PersistentCollection {#1369 …}
  +reports: Doctrine\ORM\PersistentCollection {#1370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1400 …}
  +badges: Doctrine\ORM\PersistentCollection {#1902 …}
  +children: []
  -id: 31949
  -titleTs: "'better':6 'betterbird':3 'thunderbird':1 'window':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705851651
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10953703"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705765251 {#1396
    date: 2024-01-20 16:40:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\Entry {#1394
  +user: Proxies\__CG__\App\Entity\User {#1366 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Thunderbird-or-Betterbird-What-is-better-on-Windows"
  +title: "Thunderbird or Betterbird. What is better on Windows?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727267977 {#1399
    date: 2024-09-25 14:39:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1374 …}
  +votes: Doctrine\ORM\PersistentCollection {#1369 …}
  +reports: Doctrine\ORM\PersistentCollection {#1370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1375 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1400 …}
  +badges: Doctrine\ORM\PersistentCollection {#1902 …}
  +children: []
  -id: 31949
  -titleTs: "'better':6 'betterbird':3 'thunderbird':1 'window':8"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705851651
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10953703"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705765251 {#1396
    date: 2024-01-20 16:40:51.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2438
  +user: Proxies\__CG__\App\Entity\User {#1848 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "LinguaCafe-Confused-why-the-provided-docker-compose-doesn-t-work"
  +title: "LinguaCafe - Confused why the provided docker-compose doesn't work."
  +url: null
  +body: """
    Hello everyone,\n
    \n
    Recently found LinguaCafe and decided to spin it up. There’s a provided docker-compose with just volumes to specify to your own taste. Pretty easy right?\n
    \n
    I can’t make it work. Spent nearly two hours already trying to figure out what I’m missing.\n
    \n
    Can someone take a look at my compose file and tell me where I’m stupid?\n
    \n
    _____________ EDITS\n
    \n
    Progress has been made, I used chmod 777 on the whole app directory and now get the following error : Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user ‘linguacafe’@‘ip adress censored’ (using password: YES) (SQL: select count(*) as aggregate from `users`)\n
    \n
    ---\n
    \n
    Here’s a somewhat anonymized pastebin, I just removed the password and my name from the file. The rest is basically the file provided by the github + my paths. [pastebin.com/u2cbWm2n](https://pastebin.com/u2cbWm2n)\n
    \n
    [github.com/simjanos-dev/LinguaCafe](https://github.com/simjanos-dev/LinguaCafe)\n
    \n
    What happens is, my containers spin up apparently properly. But when I go to :9191, I have this:\n
    \n
    [imgur.com/a/PiazCcP](https://imgur.com/a/PiazCcP)\n
    \n
    I did sudo chmod 777 /home/user/Documents/Docker/LinguaCafe/temp -R as instructed by the documentation.\n
    \n
    Never had that happen before. Does anyone know? Thanks
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727384933 {#1891
    date: 2024-09-26 23:08:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1838 …}
  +votes: Doctrine\ORM\PersistentCollection {#2427 …}
  +reports: Doctrine\ORM\PersistentCollection {#2446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2432 …}
  +badges: Doctrine\ORM\PersistentCollection {#2442 …}
  +children: []
  -id: 31925
  -titleTs: "'compos':8 'confus':2 'docker':7 'docker-compos':6 'doesn':9 'linguacaf':1 'provid':5 'work':11"
  -bodyTs: "'/a/piazccp](https://imgur.com/a/piazccp)':165 '/home/user/documents/docker/linguacafe/temp':171 '/simjanos-dev/linguacafe](https://github.com/simjanos-dev/linguacafe)':144 '/u2cbwm2n](https://pastebin.com/u2cbwm2n)':141 '1045':91 '777':74,170 '9191':159 'access':92 'adress':98 'aggreg':107 'alreadi':41 'anonym':114 'anyon':184 'app':78 'appar':152 'basic':130 'censor':99 'chmod':73,169 'compos':18,57 'contain':149 'count':105 'databas':87 'decid':7 'deni':93 'directori':79 'docker':17 'docker-compos':16 'document':177 'easi':29 'edit':66 'error':85 'everyon':2 'figur':44 'file':58,126,132 'follow':84 'found':4 'get':82 'github':136 'github.com':143 'github.com/simjanos-dev/linguacafe](https://github.com/simjanos-dev/linguacafe)':142 'go':157 'happen':146,181 'hello':1 'hour':40 'hy000':90 'illumin':86 'imgur.com':164 'imgur.com/a/piazccp](https://imgur.com/a/piazccp)':163 'instruct':174 'ip':97 'know':185 'linguacaf':5,96 'look':54 'm':48,64 'made':70 'make':34 'miss':49 'name':123 'near':38 'never':178 'password':101,120 'pastebin':115 'pastebin.com':140 'pastebin.com/u2cbwm2n](https://pastebin.com/u2cbwm2n)':139 'path':138 'pretti':28 'progress':67 'proper':153 'provid':15,133 'queryexcept':88 'r':172 'recent':3 'remov':118 'rest':128 'right':30 'select':104 'someon':51 'somewhat':113 'specifi':23 'spent':37 'spin':9,150 'sql':103 'sqlstate':89 'stupid':65 'sudo':168 'take':52 'tast':27 'tell':60 'thank':186 'tri':42 'two':39 'use':72,100 'user':95,109 'volum':21 'whole':77 'work':36 'yes':102"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705834246
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10947196"
  +editedAt: DateTimeImmutable @1727099797 {#1904
    date: 2024-09-23 15:56:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705752246 {#1956
    date: 2024-01-20 13:04:06.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2438
  +user: Proxies\__CG__\App\Entity\User {#1848 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "LinguaCafe-Confused-why-the-provided-docker-compose-doesn-t-work"
  +title: "LinguaCafe - Confused why the provided docker-compose doesn't work."
  +url: null
  +body: """
    Hello everyone,\n
    \n
    Recently found LinguaCafe and decided to spin it up. There’s a provided docker-compose with just volumes to specify to your own taste. Pretty easy right?\n
    \n
    I can’t make it work. Spent nearly two hours already trying to figure out what I’m missing.\n
    \n
    Can someone take a look at my compose file and tell me where I’m stupid?\n
    \n
    _____________ EDITS\n
    \n
    Progress has been made, I used chmod 777 on the whole app directory and now get the following error : Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user ‘linguacafe’@‘ip adress censored’ (using password: YES) (SQL: select count(*) as aggregate from `users`)\n
    \n
    ---\n
    \n
    Here’s a somewhat anonymized pastebin, I just removed the password and my name from the file. The rest is basically the file provided by the github + my paths. [pastebin.com/u2cbWm2n](https://pastebin.com/u2cbWm2n)\n
    \n
    [github.com/simjanos-dev/LinguaCafe](https://github.com/simjanos-dev/LinguaCafe)\n
    \n
    What happens is, my containers spin up apparently properly. But when I go to :9191, I have this:\n
    \n
    [imgur.com/a/PiazCcP](https://imgur.com/a/PiazCcP)\n
    \n
    I did sudo chmod 777 /home/user/Documents/Docker/LinguaCafe/temp -R as instructed by the documentation.\n
    \n
    Never had that happen before. Does anyone know? Thanks
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727384933 {#1891
    date: 2024-09-26 23:08:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1838 …}
  +votes: Doctrine\ORM\PersistentCollection {#2427 …}
  +reports: Doctrine\ORM\PersistentCollection {#2446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2432 …}
  +badges: Doctrine\ORM\PersistentCollection {#2442 …}
  +children: []
  -id: 31925
  -titleTs: "'compos':8 'confus':2 'docker':7 'docker-compos':6 'doesn':9 'linguacaf':1 'provid':5 'work':11"
  -bodyTs: "'/a/piazccp](https://imgur.com/a/piazccp)':165 '/home/user/documents/docker/linguacafe/temp':171 '/simjanos-dev/linguacafe](https://github.com/simjanos-dev/linguacafe)':144 '/u2cbwm2n](https://pastebin.com/u2cbwm2n)':141 '1045':91 '777':74,170 '9191':159 'access':92 'adress':98 'aggreg':107 'alreadi':41 'anonym':114 'anyon':184 'app':78 'appar':152 'basic':130 'censor':99 'chmod':73,169 'compos':18,57 'contain':149 'count':105 'databas':87 'decid':7 'deni':93 'directori':79 'docker':17 'docker-compos':16 'document':177 'easi':29 'edit':66 'error':85 'everyon':2 'figur':44 'file':58,126,132 'follow':84 'found':4 'get':82 'github':136 'github.com':143 'github.com/simjanos-dev/linguacafe](https://github.com/simjanos-dev/linguacafe)':142 'go':157 'happen':146,181 'hello':1 'hour':40 'hy000':90 'illumin':86 'imgur.com':164 'imgur.com/a/piazccp](https://imgur.com/a/piazccp)':163 'instruct':174 'ip':97 'know':185 'linguacaf':5,96 'look':54 'm':48,64 'made':70 'make':34 'miss':49 'name':123 'near':38 'never':178 'password':101,120 'pastebin':115 'pastebin.com':140 'pastebin.com/u2cbwm2n](https://pastebin.com/u2cbwm2n)':139 'path':138 'pretti':28 'progress':67 'proper':153 'provid':15,133 'queryexcept':88 'r':172 'recent':3 'remov':118 'rest':128 'right':30 'select':104 'someon':51 'somewhat':113 'specifi':23 'spent':37 'spin':9,150 'sql':103 'sqlstate':89 'stupid':65 'sudo':168 'take':52 'tast':27 'tell':60 'thank':186 'tri':42 'two':39 'use':72,100 'user':95,109 'volum':21 'whole':77 'work':36 'yes':102"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705834246
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10947196"
  +editedAt: DateTimeImmutable @1727099797 {#1904
    date: 2024-09-23 15:56:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705752246 {#1956
    date: 2024-01-20 13:04:06.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2438
  +user: Proxies\__CG__\App\Entity\User {#1848 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "LinguaCafe-Confused-why-the-provided-docker-compose-doesn-t-work"
  +title: "LinguaCafe - Confused why the provided docker-compose doesn't work."
  +url: null
  +body: """
    Hello everyone,\n
    \n
    Recently found LinguaCafe and decided to spin it up. There’s a provided docker-compose with just volumes to specify to your own taste. Pretty easy right?\n
    \n
    I can’t make it work. Spent nearly two hours already trying to figure out what I’m missing.\n
    \n
    Can someone take a look at my compose file and tell me where I’m stupid?\n
    \n
    _____________ EDITS\n
    \n
    Progress has been made, I used chmod 777 on the whole app directory and now get the following error : Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user ‘linguacafe’@‘ip adress censored’ (using password: YES) (SQL: select count(*) as aggregate from `users`)\n
    \n
    ---\n
    \n
    Here’s a somewhat anonymized pastebin, I just removed the password and my name from the file. The rest is basically the file provided by the github + my paths. [pastebin.com/u2cbWm2n](https://pastebin.com/u2cbWm2n)\n
    \n
    [github.com/simjanos-dev/LinguaCafe](https://github.com/simjanos-dev/LinguaCafe)\n
    \n
    What happens is, my containers spin up apparently properly. But when I go to :9191, I have this:\n
    \n
    [imgur.com/a/PiazCcP](https://imgur.com/a/PiazCcP)\n
    \n
    I did sudo chmod 777 /home/user/Documents/Docker/LinguaCafe/temp -R as instructed by the documentation.\n
    \n
    Never had that happen before. Does anyone know? Thanks
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727384933 {#1891
    date: 2024-09-26 23:08:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1838 …}
  +votes: Doctrine\ORM\PersistentCollection {#2427 …}
  +reports: Doctrine\ORM\PersistentCollection {#2446 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2444 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2432 …}
  +badges: Doctrine\ORM\PersistentCollection {#2442 …}
  +children: []
  -id: 31925
  -titleTs: "'compos':8 'confus':2 'docker':7 'docker-compos':6 'doesn':9 'linguacaf':1 'provid':5 'work':11"
  -bodyTs: "'/a/piazccp](https://imgur.com/a/piazccp)':165 '/home/user/documents/docker/linguacafe/temp':171 '/simjanos-dev/linguacafe](https://github.com/simjanos-dev/linguacafe)':144 '/u2cbwm2n](https://pastebin.com/u2cbwm2n)':141 '1045':91 '777':74,170 '9191':159 'access':92 'adress':98 'aggreg':107 'alreadi':41 'anonym':114 'anyon':184 'app':78 'appar':152 'basic':130 'censor':99 'chmod':73,169 'compos':18,57 'contain':149 'count':105 'databas':87 'decid':7 'deni':93 'directori':79 'docker':17 'docker-compos':16 'document':177 'easi':29 'edit':66 'error':85 'everyon':2 'figur':44 'file':58,126,132 'follow':84 'found':4 'get':82 'github':136 'github.com':143 'github.com/simjanos-dev/linguacafe](https://github.com/simjanos-dev/linguacafe)':142 'go':157 'happen':146,181 'hello':1 'hour':40 'hy000':90 'illumin':86 'imgur.com':164 'imgur.com/a/piazccp](https://imgur.com/a/piazccp)':163 'instruct':174 'ip':97 'know':185 'linguacaf':5,96 'look':54 'm':48,64 'made':70 'make':34 'miss':49 'name':123 'near':38 'never':178 'password':101,120 'pastebin':115 'pastebin.com':140 'pastebin.com/u2cbwm2n](https://pastebin.com/u2cbwm2n)':139 'path':138 'pretti':28 'progress':67 'proper':153 'provid':15,133 'queryexcept':88 'r':172 'recent':3 'remov':118 'rest':128 'right':30 'select':104 'someon':51 'somewhat':113 'specifi':23 'spent':37 'spin':9,150 'sql':103 'sqlstate':89 'stupid':65 'sudo':168 'take':52 'tast':27 'tell':60 'thank':186 'tri':42 'two':39 'use':72,100 'user':95,109 'volum':21 'whole':77 'work':36 'yes':102"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705834246
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10947196"
  +editedAt: DateTimeImmutable @1727099797 {#1904
    date: 2024-09-23 15:56:37.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705752246 {#1956
    date: 2024-01-20 13:04:06.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Updating-Docker-breaks-Home-Assistant"
  +title: "Updating Docker breaks Home Assistant "
  +url: null
  +body: """
    Home Assistant breaks after updating Debian this morning January 20th\n
    \n
    If your HA is broken this morning as it was for me read the following page :\n
    \n
    [github.com/home-assistant/supervisor/issues/4827](https://github.com/home-assistant/supervisor/issues/4827)\n
    \n
    It saved my life as spent hours trying to suss out why HA wasn’t working\n
    \n
    For info, it’s easy to get it working. You need to downgrade Docker as described in the above link .
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727091751 {#2440
    date: 2024-09-23 13:42:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2288 …}
  +votes: Doctrine\ORM\PersistentCollection {#2466 …}
  +reports: Doctrine\ORM\PersistentCollection {#2356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2472 …}
  +badges: Doctrine\ORM\PersistentCollection {#2449 …}
  +children: []
  -id: 31924
  -titleTs: "'assist':5 'break':3 'docker':2 'home':4 'updat':1"
  -bodyTs: "'/home-assistant/supervisor/issues/4827](https://github.com/home-assistant/supervisor/issues/4827)':29 '20th':10 'assist':2 'break':3 'broken':15 'debian':6 'describ':61 'docker':59 'downgrad':58 'easi':50 'follow':25 'get':52 'github.com':28 'github.com/home-assistant/supervisor/issues/4827](https://github.com/home-assistant/supervisor/issues/4827)':27 'ha':13,42 'home':1 'hour':36 'info':47 'januari':9 'life':33 'link':65 'morn':8,17 'need':56 'page':26 'read':23 'save':31 'spent':35 'suss':39 'tri':37 'updat':5 'wasn':43 'work':45,54"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705798567
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10947136"
  +editedAt: DateTimeImmutable @1727305938 {#2439
    date: 2024-09-26 01:12:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705752067 {#2436
    date: 2024-01-20 13:01:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Updating-Docker-breaks-Home-Assistant"
  +title: "Updating Docker breaks Home Assistant "
  +url: null
  +body: """
    Home Assistant breaks after updating Debian this morning January 20th\n
    \n
    If your HA is broken this morning as it was for me read the following page :\n
    \n
    [github.com/home-assistant/supervisor/issues/4827](https://github.com/home-assistant/supervisor/issues/4827)\n
    \n
    It saved my life as spent hours trying to suss out why HA wasn’t working\n
    \n
    For info, it’s easy to get it working. You need to downgrade Docker as described in the above link .
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727091751 {#2440
    date: 2024-09-23 13:42:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2288 …}
  +votes: Doctrine\ORM\PersistentCollection {#2466 …}
  +reports: Doctrine\ORM\PersistentCollection {#2356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2472 …}
  +badges: Doctrine\ORM\PersistentCollection {#2449 …}
  +children: []
  -id: 31924
  -titleTs: "'assist':5 'break':3 'docker':2 'home':4 'updat':1"
  -bodyTs: "'/home-assistant/supervisor/issues/4827](https://github.com/home-assistant/supervisor/issues/4827)':29 '20th':10 'assist':2 'break':3 'broken':15 'debian':6 'describ':61 'docker':59 'downgrad':58 'easi':50 'follow':25 'get':52 'github.com':28 'github.com/home-assistant/supervisor/issues/4827](https://github.com/home-assistant/supervisor/issues/4827)':27 'ha':13,42 'home':1 'hour':36 'info':47 'januari':9 'life':33 'link':65 'morn':8,17 'need':56 'page':26 'read':23 'save':31 'spent':35 'suss':39 'tri':37 'updat':5 'wasn':43 'work':45,54"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705798567
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10947136"
  +editedAt: DateTimeImmutable @1727305938 {#2439
    date: 2024-09-26 01:12:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705752067 {#2436
    date: 2024-01-20 13:01:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2357
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Updating-Docker-breaks-Home-Assistant"
  +title: "Updating Docker breaks Home Assistant "
  +url: null
  +body: """
    Home Assistant breaks after updating Debian this morning January 20th\n
    \n
    If your HA is broken this morning as it was for me read the following page :\n
    \n
    [github.com/home-assistant/supervisor/issues/4827](https://github.com/home-assistant/supervisor/issues/4827)\n
    \n
    It saved my life as spent hours trying to suss out why HA wasn’t working\n
    \n
    For info, it’s easy to get it working. You need to downgrade Docker as described in the above link .
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727091751 {#2440
    date: 2024-09-23 13:42:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2288 …}
  +votes: Doctrine\ORM\PersistentCollection {#2466 …}
  +reports: Doctrine\ORM\PersistentCollection {#2356 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2353 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2472 …}
  +badges: Doctrine\ORM\PersistentCollection {#2449 …}
  +children: []
  -id: 31924
  -titleTs: "'assist':5 'break':3 'docker':2 'home':4 'updat':1"
  -bodyTs: "'/home-assistant/supervisor/issues/4827](https://github.com/home-assistant/supervisor/issues/4827)':29 '20th':10 'assist':2 'break':3 'broken':15 'debian':6 'describ':61 'docker':59 'downgrad':58 'easi':50 'follow':25 'get':52 'github.com':28 'github.com/home-assistant/supervisor/issues/4827](https://github.com/home-assistant/supervisor/issues/4827)':27 'ha':13,42 'home':1 'hour':36 'info':47 'januari':9 'life':33 'link':65 'morn':8,17 'need':56 'page':26 'read':23 'save':31 'spent':35 'suss':39 'tri':37 'updat':5 'wasn':43 'work':45,54"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705798567
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10947136"
  +editedAt: DateTimeImmutable @1727305938 {#2439
    date: 2024-09-26 01:12:18.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705752067 {#2436
    date: 2024-01-20 13:01:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2358
  +user: Proxies\__CG__\App\Entity\User {#2487 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Energy-Efficient-X-Compositors"
  +title: "Energy Efficient X Compositors?"
  +url: null
  +body: """
    Hi! I’m currently using XFCE on my laptop, I was previously using Compify as my compositor (XFWM is quite rough), but stopped when I noticed I could no longer get through the day on one charge. My battery life doubled when switching back to XFWM. So I was wondering if anyone knows of any X compositors that have a focus on energy efficiency?\n
    \n
    To declare the elephant in the room, I would use Wayland if the only two desktops that properly support it weren’t trying to be entire operating systems themselves. I can’t use standalone compositors like Sway or River because I need this laptop for school, I can’t be configuring it constantly, I simply don’t have the time.\n
    \n
    I’m aware that XFCE is working on Wayland support, and I’m patient enough to wait if there are no compositors like I’m describing. XFWM isn’t the end of the world.\n
    \n
    Thanks for your time :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727176025 {#2483
    date: 2024-09-24 13:07:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2485 …}
  +votes: Doctrine\ORM\PersistentCollection {#2409 …}
  +reports: Doctrine\ORM\PersistentCollection {#1359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2490 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2473 …}
  +badges: Doctrine\ORM\PersistentCollection {#1923 …}
  +children: []
  -id: 31923
  -titleTs: "'compositor':4 'effici':2 'energi':1 'x':3"
  -bodyTs: "'anyon':52 'awar':127 'back':44 'batteri':39 'charg':37 'compifi':14 'compositor':17,57,99,146 'configur':115 'constant':117 'could':28 'current':4 'day':34 'declar':66 'describ':150 'desktop':80 'doubl':41 'effici':64 'eleph':68 'end':155 'energi':63 'enough':139 'entir':90 'focus':61 'get':31 'hi':1 'isn':152 'know':53 'laptop':9,108 'life':40 'like':100,147 'longer':30 'm':3,126,137,149 'need':106 'notic':26 'one':36 'oper':91 'patient':138 'previous':12 'proper':82 'quit':20 'river':103 'room':71 'rough':21 'school':110 'simpli':119 'standalon':98 'stop':23 'support':83,134 'sway':101 'switch':43 'system':92 'thank':159 'time':124,162 'tri':87 'two':79 'use':5,13,74,97 'wait':141 'wayland':75,133 'weren':85 'wonder':50 'work':131 'world':158 'would':73 'x':56 'xfce':6,129 'xfwm':18,46,151"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705831888
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12709757"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705751888 {#2354
    date: 2024-01-20 12:58:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#2358
  +user: Proxies\__CG__\App\Entity\User {#2487 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Energy-Efficient-X-Compositors"
  +title: "Energy Efficient X Compositors?"
  +url: null
  +body: """
    Hi! I’m currently using XFCE on my laptop, I was previously using Compify as my compositor (XFWM is quite rough), but stopped when I noticed I could no longer get through the day on one charge. My battery life doubled when switching back to XFWM. So I was wondering if anyone knows of any X compositors that have a focus on energy efficiency?\n
    \n
    To declare the elephant in the room, I would use Wayland if the only two desktops that properly support it weren’t trying to be entire operating systems themselves. I can’t use standalone compositors like Sway or River because I need this laptop for school, I can’t be configuring it constantly, I simply don’t have the time.\n
    \n
    I’m aware that XFCE is working on Wayland support, and I’m patient enough to wait if there are no compositors like I’m describing. XFWM isn’t the end of the world.\n
    \n
    Thanks for your time :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727176025 {#2483
    date: 2024-09-24 13:07:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2485 …}
  +votes: Doctrine\ORM\PersistentCollection {#2409 …}
  +reports: Doctrine\ORM\PersistentCollection {#1359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2490 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2473 …}
  +badges: Doctrine\ORM\PersistentCollection {#1923 …}
  +children: []
  -id: 31923
  -titleTs: "'compositor':4 'effici':2 'energi':1 'x':3"
  -bodyTs: "'anyon':52 'awar':127 'back':44 'batteri':39 'charg':37 'compifi':14 'compositor':17,57,99,146 'configur':115 'constant':117 'could':28 'current':4 'day':34 'declar':66 'describ':150 'desktop':80 'doubl':41 'effici':64 'eleph':68 'end':155 'energi':63 'enough':139 'entir':90 'focus':61 'get':31 'hi':1 'isn':152 'know':53 'laptop':9,108 'life':40 'like':100,147 'longer':30 'm':3,126,137,149 'need':106 'notic':26 'one':36 'oper':91 'patient':138 'previous':12 'proper':82 'quit':20 'river':103 'room':71 'rough':21 'school':110 'simpli':119 'standalon':98 'stop':23 'support':83,134 'sway':101 'switch':43 'system':92 'thank':159 'time':124,162 'tri':87 'two':79 'use':5,13,74,97 'wait':141 'wayland':75,133 'weren':85 'wonder':50 'work':131 'world':158 'would':73 'x':56 'xfce':6,129 'xfwm':18,46,151"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705831888
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12709757"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705751888 {#2354
    date: 2024-01-20 12:58:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#2358
  +user: Proxies\__CG__\App\Entity\User {#2487 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Energy-Efficient-X-Compositors"
  +title: "Energy Efficient X Compositors?"
  +url: null
  +body: """
    Hi! I’m currently using XFCE on my laptop, I was previously using Compify as my compositor (XFWM is quite rough), but stopped when I noticed I could no longer get through the day on one charge. My battery life doubled when switching back to XFWM. So I was wondering if anyone knows of any X compositors that have a focus on energy efficiency?\n
    \n
    To declare the elephant in the room, I would use Wayland if the only two desktops that properly support it weren’t trying to be entire operating systems themselves. I can’t use standalone compositors like Sway or River because I need this laptop for school, I can’t be configuring it constantly, I simply don’t have the time.\n
    \n
    I’m aware that XFCE is working on Wayland support, and I’m patient enough to wait if there are no compositors like I’m describing. XFWM isn’t the end of the world.\n
    \n
    Thanks for your time :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727176025 {#2483
    date: 2024-09-24 13:07:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2485 …}
  +votes: Doctrine\ORM\PersistentCollection {#2409 …}
  +reports: Doctrine\ORM\PersistentCollection {#1359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2490 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2473 …}
  +badges: Doctrine\ORM\PersistentCollection {#1923 …}
  +children: []
  -id: 31923
  -titleTs: "'compositor':4 'effici':2 'energi':1 'x':3"
  -bodyTs: "'anyon':52 'awar':127 'back':44 'batteri':39 'charg':37 'compifi':14 'compositor':17,57,99,146 'configur':115 'constant':117 'could':28 'current':4 'day':34 'declar':66 'describ':150 'desktop':80 'doubl':41 'effici':64 'eleph':68 'end':155 'energi':63 'enough':139 'entir':90 'focus':61 'get':31 'hi':1 'isn':152 'know':53 'laptop':9,108 'life':40 'like':100,147 'longer':30 'm':3,126,137,149 'need':106 'notic':26 'one':36 'oper':91 'patient':138 'previous':12 'proper':82 'quit':20 'river':103 'room':71 'rough':21 'school':110 'simpli':119 'standalon':98 'stop':23 'support':83,134 'sway':101 'switch':43 'system':92 'thank':159 'time':124,162 'tri':87 'two':79 'use':5,13,74,97 'wait':141 'wayland':75,133 'weren':85 'wonder':50 'work':131 'world':158 'would':73 'x':56 'xfce':6,129 'xfwm':18,46,151"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705831888
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12709757"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705751888 {#2354
    date: 2024-01-20 12:58:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "I-finally-nuked-windows"
  +title: "I finally nuked windows"
  +url: null
  +body: "I have been daily driving a dual booted laptop for the past two years. After a year of distro hopping I settled with fedora + kde and never looked back. I really liked the auto nvidia driver config and it made everything so pleasant to work. Since the last 8 or 9 months I decided to do gaming using bottles and proton ge. I cannot afford to buy games and bottles is a God send at that. Now I realized that I had not logged into my windows partition in over 6 months. So I logged in to check and it told me it needs to download 8 gigs of updates. That sent me into rage and so clean installed everything to be fedora. I have 250 gb of storage locked in limbo because of windows( I have a 512 gb ssd so it was a lot) and today after everything was setup, the os took only around 20gb minus the games. Never felt happier."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 67
  +favouriteCount: 327
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729070144 {#1391
    date: 2024-10-16 11:15:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1524 …}
  +votes: Doctrine\ORM\PersistentCollection {#1500 …}
  +reports: Doctrine\ORM\PersistentCollection {#1514 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1502 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1544 …}
  +badges: Doctrine\ORM\PersistentCollection {#1547 …}
  +children: []
  -id: 31920
  -titleTs: "'final':2 'nuke':3 'window':4"
  -bodyTs: "'20gb':158 '250':126 '512':139 '6':91 '8':49,107 '9':51 'afford':65 'around':157 'auto':34 'back':29 'boot':8 'bottl':59,70 'buy':67 'cannot':64 'check':98 'clean':118 'config':37 'daili':4 'decid':54 'distro':19 'download':106 'drive':5 'driver':36 'dual':7 'everyth':41,120,150 'fedora':24,123 'felt':163 'game':57,68,161 'gb':127,140 'ge':62 'gig':108 'god':73 'happier':164 'hop':20 'instal':119 'kde':25 'laptop':9 'last':48 'like':32 'limbo':132 'lock':130 'log':84,95 'look':28 'lot':146 'made':40 'minus':159 'month':52,92 'need':104 'never':27,162 'nvidia':35 'os':154 'partit':88 'past':12 'pleasant':43 'proton':61 'rage':115 'realiz':79 'realli':31 'send':74 'sent':112 'settl':22 'setup':152 'sinc':46 'ssd':141 'storag':129 'today':148 'told':101 'took':155 'two':13 'updat':110 'use':58 'window':87,135 'work':45 'year':14,17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705837542
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21412917"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705751142 {#2481
    date: 2024-01-20 12:45: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
39 DENIED edit
App\Entity\Entry {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "I-finally-nuked-windows"
  +title: "I finally nuked windows"
  +url: null
  +body: "I have been daily driving a dual booted laptop for the past two years. After a year of distro hopping I settled with fedora + kde and never looked back. I really liked the auto nvidia driver config and it made everything so pleasant to work. Since the last 8 or 9 months I decided to do gaming using bottles and proton ge. I cannot afford to buy games and bottles is a God send at that. Now I realized that I had not logged into my windows partition in over 6 months. So I logged in to check and it told me it needs to download 8 gigs of updates. That sent me into rage and so clean installed everything to be fedora. I have 250 gb of storage locked in limbo because of windows( I have a 512 gb ssd so it was a lot) and today after everything was setup, the os took only around 20gb minus the games. Never felt happier."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 67
  +favouriteCount: 327
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729070144 {#1391
    date: 2024-10-16 11:15:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1524 …}
  +votes: Doctrine\ORM\PersistentCollection {#1500 …}
  +reports: Doctrine\ORM\PersistentCollection {#1514 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1502 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1544 …}
  +badges: Doctrine\ORM\PersistentCollection {#1547 …}
  +children: []
  -id: 31920
  -titleTs: "'final':2 'nuke':3 'window':4"
  -bodyTs: "'20gb':158 '250':126 '512':139 '6':91 '8':49,107 '9':51 'afford':65 'around':157 'auto':34 'back':29 'boot':8 'bottl':59,70 'buy':67 'cannot':64 'check':98 'clean':118 'config':37 'daili':4 'decid':54 'distro':19 'download':106 'drive':5 'driver':36 'dual':7 'everyth':41,120,150 'fedora':24,123 'felt':163 'game':57,68,161 'gb':127,140 'ge':62 'gig':108 'god':73 'happier':164 'hop':20 'instal':119 'kde':25 'laptop':9 'last':48 'like':32 'limbo':132 'lock':130 'log':84,95 'look':28 'lot':146 'made':40 'minus':159 'month':52,92 'need':104 'never':27,162 'nvidia':35 'os':154 'partit':88 'past':12 'pleasant':43 'proton':61 'rage':115 'realiz':79 'realli':31 'send':74 'sent':112 'settl':22 'setup':152 'sinc':46 'ssd':141 'storag':129 'today':148 'told':101 'took':155 'two':13 'updat':110 'use':58 'window':87,135 'work':45 'year':14,17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705837542
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21412917"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705751142 {#2481
    date: 2024-01-20 12:45: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
40 DENIED moderate
App\Entity\Entry {#1512
  +user: Proxies\__CG__\App\Entity\User {#1508 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "I-finally-nuked-windows"
  +title: "I finally nuked windows"
  +url: null
  +body: "I have been daily driving a dual booted laptop for the past two years. After a year of distro hopping I settled with fedora + kde and never looked back. I really liked the auto nvidia driver config and it made everything so pleasant to work. Since the last 8 or 9 months I decided to do gaming using bottles and proton ge. I cannot afford to buy games and bottles is a God send at that. Now I realized that I had not logged into my windows partition in over 6 months. So I logged in to check and it told me it needs to download 8 gigs of updates. That sent me into rage and so clean installed everything to be fedora. I have 250 gb of storage locked in limbo because of windows( I have a 512 gb ssd so it was a lot) and today after everything was setup, the os took only around 20gb minus the games. Never felt happier."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 67
  +favouriteCount: 327
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729070144 {#1391
    date: 2024-10-16 11:15:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1524 …}
  +votes: Doctrine\ORM\PersistentCollection {#1500 …}
  +reports: Doctrine\ORM\PersistentCollection {#1514 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1502 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1544 …}
  +badges: Doctrine\ORM\PersistentCollection {#1547 …}
  +children: []
  -id: 31920
  -titleTs: "'final':2 'nuke':3 'window':4"
  -bodyTs: "'20gb':158 '250':126 '512':139 '6':91 '8':49,107 '9':51 'afford':65 'around':157 'auto':34 'back':29 'boot':8 'bottl':59,70 'buy':67 'cannot':64 'check':98 'clean':118 'config':37 'daili':4 'decid':54 'distro':19 'download':106 'drive':5 'driver':36 'dual':7 'everyth':41,120,150 'fedora':24,123 'felt':163 'game':57,68,161 'gb':127,140 'ge':62 'gig':108 'god':73 'happier':164 'hop':20 'instal':119 'kde':25 'laptop':9 'last':48 'like':32 'limbo':132 'lock':130 'log':84,95 'look':28 'lot':146 'made':40 'minus':159 'month':52,92 'need':104 'never':27,162 'nvidia':35 'os':154 'partit':88 'past':12 'pleasant':43 'proton':61 'rage':115 'realiz':79 'realli':31 'send':74 'sent':112 'settl':22 'setup':152 'sinc':46 'ssd':141 'storag':129 'today':148 'told':101 'took':155 'two':13 'updat':110 'use':58 'window':87,135 'work':45 'year':14,17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705837542
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/21412917"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705751142 {#2481
    date: 2024-01-20 12:45: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
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 {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "If-you-re-reading-something-and-you-don-t-understand-a-word"
  +title: "If you're reading something and you don't understand a word, should you stop and research it or should you keep reading the whole thing first?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727600001 {#1482
    date: 2024-09-29 10:53:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1510 …}
  +votes: Doctrine\ORM\PersistentCollection {#1503 …}
  +reports: Doctrine\ORM\PersistentCollection {#1507 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1543 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1535 …}
  +badges: Doctrine\ORM\PersistentCollection {#1542 …}
  +children: []
  -id: 31907
  -titleTs: "'first':27 'keep':22 're':3 'read':4,23 'research':17 'someth':5 'stop':15 'thing':26 'understand':10 'whole':25 'word':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705831767
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10944531"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705745367 {#1511
    date: 2024-01-20 11:09:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "If-you-re-reading-something-and-you-don-t-understand-a-word"
  +title: "If you're reading something and you don't understand a word, should you stop and research it or should you keep reading the whole thing first?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727600001 {#1482
    date: 2024-09-29 10:53:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1510 …}
  +votes: Doctrine\ORM\PersistentCollection {#1503 …}
  +reports: Doctrine\ORM\PersistentCollection {#1507 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1543 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1535 …}
  +badges: Doctrine\ORM\PersistentCollection {#1542 …}
  +children: []
  -id: 31907
  -titleTs: "'first':27 'keep':22 're':3 'read':4,23 'research':17 'someth':5 'stop':15 'thing':26 'understand':10 'whole':25 'word':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705831767
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10944531"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705745367 {#1511
    date: 2024-01-20 11:09:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1523
  +user: Proxies\__CG__\App\Entity\User {#1480 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1522 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "If-you-re-reading-something-and-you-don-t-understand-a-word"
  +title: "If you're reading something and you don't understand a word, should you stop and research it or should you keep reading the whole thing first?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 22
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727600001 {#1482
    date: 2024-09-29 10:53:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1510 …}
  +votes: Doctrine\ORM\PersistentCollection {#1503 …}
  +reports: Doctrine\ORM\PersistentCollection {#1507 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1543 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1535 …}
  +badges: Doctrine\ORM\PersistentCollection {#1542 …}
  +children: []
  -id: 31907
  -titleTs: "'first':27 'keep':22 're':3 'read':4,23 'research':17 'someth':5 'stop':15 'thing':26 'understand':10 'whole':25 'word':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705831767
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10944531"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705745367 {#1511
    date: 2024-01-20 11:09:27.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Fighting-with-immich"
  +title: "Fighting with immich"
  +url: null
  +body: """
    After all the amazing reviews and post i read immich I decided to give it a try.\n
    \n
    To be honest I am quite impressed, it’s fast and polished, it just works.\n
    \n
    But I found a few quirks, and hit a wall with the developer that doesn’t seems kind to listen to users that much (on these issues at least!)\n
    \n
    Maybe you guys have suggestions?\n
    \n
    Here I go:\n
    \n
    One: it does not support base URLs, witch means that I had to spin a dedicated sub domain to be able to access it over internet while all my other services are on a single sub domain. I can work with that, but why. Dev already shut this request down in the past as “insecure”. Which I find baffling. (I mean use mydomain/immich instead of immich.mydomain)\n
    \n
    Two: auth cannot be tied to reverse proxy. I get it, it provides OAuth. But it’s much more complex than proxy based auth… And overkill for many cases, mine for sure.\n
    \n
    Three: impossible to disable authentication at all, which would just work fine in my use case. There is a switch that seems for that, but no, it’s only for using OAuth.\n
    \n
    Four: I cannot find a way to browse by location, only by map. (Locations list seems to be half baked unless I am missing something).\n
    \n
    Five: no way to deploy on bare metal, and I tried! due to lack of documentation (only info I found where very very outdated), and no willingness to provide info about that either. Seems that docker is so much better that supporting bare metal is a waste of time.\n
    \n
    Six: basically impossible to manage easily public albums. like a public landing page. I get this might be outside immich scope.\n
    \n
    Seven: even if now you can import existing libraries, it still does not detect albums withinbthem (sub folders) which is very annoying.\n
    \n
    So, overall its a great project and very promising, faster and more reliable than Libre Photos in my use case, but still lacking some basic features that the Dev seems not interested in adding. He developed it to please his wife, I get it :) - no pun intended, doing all this take lots of time, I know.\n
    \n
    These are the alternatives I know of:\n
    \n
    Photo prism requires a subscription for reverse Geo coding.\n
    \n
    LibrePhotos feels sluggish and kind if abandoned.\n
    \n
    Are there any others? (Piwigo and Lytchee are great tools, but different kind of tools)\n
    \n
    Let’s hope for immich, Dev is working a lit, let’s hope for the best.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727282318 {#1538
    date: 2024-09-25 18:38:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 31895
  -titleTs: "'fight':1 'immich':3"
  -bodyTs: "'abandon':395 'abl':90 'access':92 'ad':350 'album':281,309 'alreadi':115 'altern':376 'amaz':4 'annoy':316 'auth':137,159 'authent':172 'baffl':128 'bake':219 'bare':231,267 'base':75,158 'basic':275,341 'best':426 'better':264 'brows':207 'cannot':138,202 'case':164,183,336 'code':388 'complex':155 'decid':12 'dedic':85 'deploy':229 'detect':308 'dev':114,345,416 'develop':45,352 'differ':407 'disabl':171 'docker':260 'document':240 'doesn':47 'domain':87,106 'due':236 'easili':279 'either':257 'even':296 'exist':302 'fast':27 'faster':326 'featur':342 'feel':390 'find':127,203 'fine':179 'five':225 'folder':312 'found':35,244 'four':200 'geo':387 'get':145,288,359 'give':14 'go':69 'great':321,404 'guy':64 'half':218 'hit':40 'honest':20 'hope':413,423 'immich':10,293,415 'immich.mydomain':135 'import':301 'imposs':169,276 'impress':24 'info':242,254 'insecur':124 'instead':133 'intend':363 'interest':348 'internet':95 'issu':59 'kind':50,393,408 'know':372,378 'lack':238,339 'land':285 'least':61 'let':411,421 'libr':331 'librari':303 'librephoto':389 'like':282 'list':214 'listen':52 'lit':420 'locat':209,213 'lot':368 'lytche':402 'manag':278 'mani':163 'map':212 'mayb':62 'mean':78,130 'metal':232,268 'might':290 'mine':165 'miss':223 'much':56,153,263 'mydomain/immich':132 'oauth':149,199 'one':70 'other':399 'outdat':248 'outsid':292 'overal':318 'overkil':161 'page':286 'past':122 'photo':332,380 'piwigo':400 'pleas':355 'polish':29 'post':7 'prism':381 'project':322 'promis':325 'provid':148,253 'proxi':143,157 'public':280,284 'pun':362 'quirk':38 'quit':23 'read':9 'reliabl':329 'request':118 'requir':382 'revers':142,386 'review':5 'scope':294 'seem':49,189,215,258,346 'servic':100 'seven':295 'shut':116 'singl':104 'six':274 'sluggish':391 'someth':224 'spin':83 'still':305,338 'sub':86,105,311 'subscript':384 'suggest':66 'support':74,266 'sure':167 'switch':187 'take':367 'three':168 'tie':140 'time':273,370 'tool':405,410 'tri':17,235 'two':136 'unless':220 'url':76 'use':131,182,198,335 'user':54 'wall':42 'wast':271 'way':205,227 'wife':357 'willing':251 'witch':77 'withinbthem':310 'work':32,109,178,418 'would':176"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705806438
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4975727"
  +editedAt: DateTimeImmutable @1727040153 {#1533
    date: 2024-09-22 23:22:33.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705739438 {#1539
    date: 2024-01-20 09:30:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Fighting-with-immich"
  +title: "Fighting with immich"
  +url: null
  +body: """
    After all the amazing reviews and post i read immich I decided to give it a try.\n
    \n
    To be honest I am quite impressed, it’s fast and polished, it just works.\n
    \n
    But I found a few quirks, and hit a wall with the developer that doesn’t seems kind to listen to users that much (on these issues at least!)\n
    \n
    Maybe you guys have suggestions?\n
    \n
    Here I go:\n
    \n
    One: it does not support base URLs, witch means that I had to spin a dedicated sub domain to be able to access it over internet while all my other services are on a single sub domain. I can work with that, but why. Dev already shut this request down in the past as “insecure”. Which I find baffling. (I mean use mydomain/immich instead of immich.mydomain)\n
    \n
    Two: auth cannot be tied to reverse proxy. I get it, it provides OAuth. But it’s much more complex than proxy based auth… And overkill for many cases, mine for sure.\n
    \n
    Three: impossible to disable authentication at all, which would just work fine in my use case. There is a switch that seems for that, but no, it’s only for using OAuth.\n
    \n
    Four: I cannot find a way to browse by location, only by map. (Locations list seems to be half baked unless I am missing something).\n
    \n
    Five: no way to deploy on bare metal, and I tried! due to lack of documentation (only info I found where very very outdated), and no willingness to provide info about that either. Seems that docker is so much better that supporting bare metal is a waste of time.\n
    \n
    Six: basically impossible to manage easily public albums. like a public landing page. I get this might be outside immich scope.\n
    \n
    Seven: even if now you can import existing libraries, it still does not detect albums withinbthem (sub folders) which is very annoying.\n
    \n
    So, overall its a great project and very promising, faster and more reliable than Libre Photos in my use case, but still lacking some basic features that the Dev seems not interested in adding. He developed it to please his wife, I get it :) - no pun intended, doing all this take lots of time, I know.\n
    \n
    These are the alternatives I know of:\n
    \n
    Photo prism requires a subscription for reverse Geo coding.\n
    \n
    LibrePhotos feels sluggish and kind if abandoned.\n
    \n
    Are there any others? (Piwigo and Lytchee are great tools, but different kind of tools)\n
    \n
    Let’s hope for immich, Dev is working a lit, let’s hope for the best.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727282318 {#1538
    date: 2024-09-25 18:38:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 31895
  -titleTs: "'fight':1 'immich':3"
  -bodyTs: "'abandon':395 'abl':90 'access':92 'ad':350 'album':281,309 'alreadi':115 'altern':376 'amaz':4 'annoy':316 'auth':137,159 'authent':172 'baffl':128 'bake':219 'bare':231,267 'base':75,158 'basic':275,341 'best':426 'better':264 'brows':207 'cannot':138,202 'case':164,183,336 'code':388 'complex':155 'decid':12 'dedic':85 'deploy':229 'detect':308 'dev':114,345,416 'develop':45,352 'differ':407 'disabl':171 'docker':260 'document':240 'doesn':47 'domain':87,106 'due':236 'easili':279 'either':257 'even':296 'exist':302 'fast':27 'faster':326 'featur':342 'feel':390 'find':127,203 'fine':179 'five':225 'folder':312 'found':35,244 'four':200 'geo':387 'get':145,288,359 'give':14 'go':69 'great':321,404 'guy':64 'half':218 'hit':40 'honest':20 'hope':413,423 'immich':10,293,415 'immich.mydomain':135 'import':301 'imposs':169,276 'impress':24 'info':242,254 'insecur':124 'instead':133 'intend':363 'interest':348 'internet':95 'issu':59 'kind':50,393,408 'know':372,378 'lack':238,339 'land':285 'least':61 'let':411,421 'libr':331 'librari':303 'librephoto':389 'like':282 'list':214 'listen':52 'lit':420 'locat':209,213 'lot':368 'lytche':402 'manag':278 'mani':163 'map':212 'mayb':62 'mean':78,130 'metal':232,268 'might':290 'mine':165 'miss':223 'much':56,153,263 'mydomain/immich':132 'oauth':149,199 'one':70 'other':399 'outdat':248 'outsid':292 'overal':318 'overkil':161 'page':286 'past':122 'photo':332,380 'piwigo':400 'pleas':355 'polish':29 'post':7 'prism':381 'project':322 'promis':325 'provid':148,253 'proxi':143,157 'public':280,284 'pun':362 'quirk':38 'quit':23 'read':9 'reliabl':329 'request':118 'requir':382 'revers':142,386 'review':5 'scope':294 'seem':49,189,215,258,346 'servic':100 'seven':295 'shut':116 'singl':104 'six':274 'sluggish':391 'someth':224 'spin':83 'still':305,338 'sub':86,105,311 'subscript':384 'suggest':66 'support':74,266 'sure':167 'switch':187 'take':367 'three':168 'tie':140 'time':273,370 'tool':405,410 'tri':17,235 'two':136 'unless':220 'url':76 'use':131,182,198,335 'user':54 'wall':42 'wast':271 'way':205,227 'wife':357 'willing':251 'witch':77 'withinbthem':310 'work':32,109,178,418 'would':176"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705806438
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4975727"
  +editedAt: DateTimeImmutable @1727040153 {#1533
    date: 2024-09-22 23:22:33.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705739438 {#1539
    date: 2024-01-20 09:30:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1541
  +user: Proxies\__CG__\App\Entity\User {#1529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Fighting-with-immich"
  +title: "Fighting with immich"
  +url: null
  +body: """
    After all the amazing reviews and post i read immich I decided to give it a try.\n
    \n
    To be honest I am quite impressed, it’s fast and polished, it just works.\n
    \n
    But I found a few quirks, and hit a wall with the developer that doesn’t seems kind to listen to users that much (on these issues at least!)\n
    \n
    Maybe you guys have suggestions?\n
    \n
    Here I go:\n
    \n
    One: it does not support base URLs, witch means that I had to spin a dedicated sub domain to be able to access it over internet while all my other services are on a single sub domain. I can work with that, but why. Dev already shut this request down in the past as “insecure”. Which I find baffling. (I mean use mydomain/immich instead of immich.mydomain)\n
    \n
    Two: auth cannot be tied to reverse proxy. I get it, it provides OAuth. But it’s much more complex than proxy based auth… And overkill for many cases, mine for sure.\n
    \n
    Three: impossible to disable authentication at all, which would just work fine in my use case. There is a switch that seems for that, but no, it’s only for using OAuth.\n
    \n
    Four: I cannot find a way to browse by location, only by map. (Locations list seems to be half baked unless I am missing something).\n
    \n
    Five: no way to deploy on bare metal, and I tried! due to lack of documentation (only info I found where very very outdated), and no willingness to provide info about that either. Seems that docker is so much better that supporting bare metal is a waste of time.\n
    \n
    Six: basically impossible to manage easily public albums. like a public landing page. I get this might be outside immich scope.\n
    \n
    Seven: even if now you can import existing libraries, it still does not detect albums withinbthem (sub folders) which is very annoying.\n
    \n
    So, overall its a great project and very promising, faster and more reliable than Libre Photos in my use case, but still lacking some basic features that the Dev seems not interested in adding. He developed it to please his wife, I get it :) - no pun intended, doing all this take lots of time, I know.\n
    \n
    These are the alternatives I know of:\n
    \n
    Photo prism requires a subscription for reverse Geo coding.\n
    \n
    LibrePhotos feels sluggish and kind if abandoned.\n
    \n
    Are there any others? (Piwigo and Lytchee are great tools, but different kind of tools)\n
    \n
    Let’s hope for immich, Dev is working a lit, let’s hope for the best.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727282318 {#1538
    date: 2024-09-25 18:38:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1531 …}
  +votes: Doctrine\ORM\PersistentCollection {#1537 …}
  +reports: Doctrine\ORM\PersistentCollection {#1515 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1518 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1520 …}
  +badges: Doctrine\ORM\PersistentCollection {#1632 …}
  +children: []
  -id: 31895
  -titleTs: "'fight':1 'immich':3"
  -bodyTs: "'abandon':395 'abl':90 'access':92 'ad':350 'album':281,309 'alreadi':115 'altern':376 'amaz':4 'annoy':316 'auth':137,159 'authent':172 'baffl':128 'bake':219 'bare':231,267 'base':75,158 'basic':275,341 'best':426 'better':264 'brows':207 'cannot':138,202 'case':164,183,336 'code':388 'complex':155 'decid':12 'dedic':85 'deploy':229 'detect':308 'dev':114,345,416 'develop':45,352 'differ':407 'disabl':171 'docker':260 'document':240 'doesn':47 'domain':87,106 'due':236 'easili':279 'either':257 'even':296 'exist':302 'fast':27 'faster':326 'featur':342 'feel':390 'find':127,203 'fine':179 'five':225 'folder':312 'found':35,244 'four':200 'geo':387 'get':145,288,359 'give':14 'go':69 'great':321,404 'guy':64 'half':218 'hit':40 'honest':20 'hope':413,423 'immich':10,293,415 'immich.mydomain':135 'import':301 'imposs':169,276 'impress':24 'info':242,254 'insecur':124 'instead':133 'intend':363 'interest':348 'internet':95 'issu':59 'kind':50,393,408 'know':372,378 'lack':238,339 'land':285 'least':61 'let':411,421 'libr':331 'librari':303 'librephoto':389 'like':282 'list':214 'listen':52 'lit':420 'locat':209,213 'lot':368 'lytche':402 'manag':278 'mani':163 'map':212 'mayb':62 'mean':78,130 'metal':232,268 'might':290 'mine':165 'miss':223 'much':56,153,263 'mydomain/immich':132 'oauth':149,199 'one':70 'other':399 'outdat':248 'outsid':292 'overal':318 'overkil':161 'page':286 'past':122 'photo':332,380 'piwigo':400 'pleas':355 'polish':29 'post':7 'prism':381 'project':322 'promis':325 'provid':148,253 'proxi':143,157 'public':280,284 'pun':362 'quirk':38 'quit':23 'read':9 'reliabl':329 'request':118 'requir':382 'revers':142,386 'review':5 'scope':294 'seem':49,189,215,258,346 'servic':100 'seven':295 'shut':116 'singl':104 'six':274 'sluggish':391 'someth':224 'spin':83 'still':305,338 'sub':86,105,311 'subscript':384 'suggest':66 'support':74,266 'sure':167 'switch':187 'take':367 'three':168 'tie':140 'time':273,370 'tool':405,410 'tri':17,235 'two':136 'unless':220 'url':76 'use':131,182,198,335 'user':54 'wall':42 'wast':271 'way':205,227 'wife':357 'willing':251 'witch':77 'withinbthem':310 'work':32,109,178,418 'would':176"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705806438
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4975727"
  +editedAt: DateTimeImmutable @1727040153 {#1533
    date: 2024-09-22 23:22:33.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705739438 {#1539
    date: 2024-01-20 09:30:38.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1712 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "My-HD-is-chocking-but-I-don-t-want-to-throw"
  +title: "My HD is chocking but I don't want to throw away culturally precious mataerial (mainly movies)"
  +url: null
  +body: """
    I’ve left wigh 10 gb in my hd, almost 300 gb in my hd are occupied by culturally relevant films (in hig deifinition) that in the future (I bielieve, and I’m afraid) won’t be so easy to find and thus I am reluctant to delete.\n
    \n
    spoilerOut of curiousity, some of the movies are: Fellini’s 8 and a half; Metropolitan by whit stillman; Lust; by Ang Lee; Ice storm by Ang lee; The Dresser by Peter Yates; Another woman, by woody allen;\n
    \n
    I cannot right now buy and external HD (that in the long distance I will surely loose in the profoudities of a cupboard), is there any solutions, safe and cheap to keep them somewhere online and made them available to anyone somewhere that is interested to watch them?  \n
    Thanks to anyone who will want to help me. Have a nice day!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727919796 {#1631
    date: 2024-10-03 03:43:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1710 …}
  +votes: Doctrine\ORM\PersistentCollection {#1742 …}
  +reports: Doctrine\ORM\PersistentCollection {#1659 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1747 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1753 …}
  +badges: Doctrine\ORM\PersistentCollection {#1749 …}
  +children: []
  -id: 31894
  -titleTs: "'away':12 'chock':4 'cultur':13 'hd':2 'main':16 'mataeri':15 'movi':17 'precious':14 'throw':11 'want':9"
  -bodyTs: "'10':5 '300':11 '8':59 'afraid':34 'allen':85 'almost':10 'ang':69,74 'anoth':81 'anyon':126,136 'avail':124 'bieliev':30 'buy':90 'cannot':87 'cheap':115 'cultur':19 'cupboard':108 'curious':51 'day':146 'deifinit':24 'delet':48 'distanc':98 'dresser':77 'easi':39 'extern':92 'fellini':57 'film':21 'find':41 'futur':28 'gb':6,12 'half':62 'hd':9,15,93 'help':141 'hig':23 'ice':71 'interest':130 'keep':117 'lee':70,75 'left':3 'long':97 'loos':102 'lust':67 'm':33 'made':122 'metropolitan':63 'movi':55 'nice':145 'occupi':17 'onlin':120 'peter':79 'profoud':105 'relev':20 'reluct':46 'right':88 'safe':113 'solut':112 'somewher':119,127 'spoilerout':49 'stillman':66 'storm':72 'sure':101 'thank':134 'thus':43 've':2 'want':139 'watch':132 'whit':65 'wigh':4 'woman':82 'won':35 'woodi':84 'yate':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705824509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705738109 {#1406
    date: 2024-01-20 09:08:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1712 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "My-HD-is-chocking-but-I-don-t-want-to-throw"
  +title: "My HD is chocking but I don't want to throw away culturally precious mataerial (mainly movies)"
  +url: null
  +body: """
    I’ve left wigh 10 gb in my hd, almost 300 gb in my hd are occupied by culturally relevant films (in hig deifinition) that in the future (I bielieve, and I’m afraid) won’t be so easy to find and thus I am reluctant to delete.\n
    \n
    spoilerOut of curiousity, some of the movies are: Fellini’s 8 and a half; Metropolitan by whit stillman; Lust; by Ang Lee; Ice storm by Ang lee; The Dresser by Peter Yates; Another woman, by woody allen;\n
    \n
    I cannot right now buy and external HD (that in the long distance I will surely loose in the profoudities of a cupboard), is there any solutions, safe and cheap to keep them somewhere online and made them available to anyone somewhere that is interested to watch them?  \n
    Thanks to anyone who will want to help me. Have a nice day!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727919796 {#1631
    date: 2024-10-03 03:43:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1710 …}
  +votes: Doctrine\ORM\PersistentCollection {#1742 …}
  +reports: Doctrine\ORM\PersistentCollection {#1659 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1747 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1753 …}
  +badges: Doctrine\ORM\PersistentCollection {#1749 …}
  +children: []
  -id: 31894
  -titleTs: "'away':12 'chock':4 'cultur':13 'hd':2 'main':16 'mataeri':15 'movi':17 'precious':14 'throw':11 'want':9"
  -bodyTs: "'10':5 '300':11 '8':59 'afraid':34 'allen':85 'almost':10 'ang':69,74 'anoth':81 'anyon':126,136 'avail':124 'bieliev':30 'buy':90 'cannot':87 'cheap':115 'cultur':19 'cupboard':108 'curious':51 'day':146 'deifinit':24 'delet':48 'distanc':98 'dresser':77 'easi':39 'extern':92 'fellini':57 'film':21 'find':41 'futur':28 'gb':6,12 'half':62 'hd':9,15,93 'help':141 'hig':23 'ice':71 'interest':130 'keep':117 'lee':70,75 'left':3 'long':97 'loos':102 'lust':67 'm':33 'made':122 'metropolitan':63 'movi':55 'nice':145 'occupi':17 'onlin':120 'peter':79 'profoud':105 'relev':20 'reluct':46 'right':88 'safe':113 'solut':112 'somewher':119,127 'spoilerout':49 'stillman':66 'storm':72 'sure':101 'thank':134 'thus':43 've':2 'want':139 'watch':132 'whit':65 'wigh':4 'woman':82 'won':35 'woodi':84 'yate':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705824509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705738109 {#1406
    date: 2024-01-20 09:08:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1704
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1712 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "My-HD-is-chocking-but-I-don-t-want-to-throw"
  +title: "My HD is chocking but I don't want to throw away culturally precious mataerial (mainly movies)"
  +url: null
  +body: """
    I’ve left wigh 10 gb in my hd, almost 300 gb in my hd are occupied by culturally relevant films (in hig deifinition) that in the future (I bielieve, and I’m afraid) won’t be so easy to find and thus I am reluctant to delete.\n
    \n
    spoilerOut of curiousity, some of the movies are: Fellini’s 8 and a half; Metropolitan by whit stillman; Lust; by Ang Lee; Ice storm by Ang lee; The Dresser by Peter Yates; Another woman, by woody allen;\n
    \n
    I cannot right now buy and external HD (that in the long distance I will surely loose in the profoudities of a cupboard), is there any solutions, safe and cheap to keep them somewhere online and made them available to anyone somewhere that is interested to watch them?  \n
    Thanks to anyone who will want to help me. Have a nice day!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 64
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727919796 {#1631
    date: 2024-10-03 03:43:16.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1710 …}
  +votes: Doctrine\ORM\PersistentCollection {#1742 …}
  +reports: Doctrine\ORM\PersistentCollection {#1659 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1747 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1753 …}
  +badges: Doctrine\ORM\PersistentCollection {#1749 …}
  +children: []
  -id: 31894
  -titleTs: "'away':12 'chock':4 'cultur':13 'hd':2 'main':16 'mataeri':15 'movi':17 'precious':14 'throw':11 'want':9"
  -bodyTs: "'10':5 '300':11 '8':59 'afraid':34 'allen':85 'almost':10 'ang':69,74 'anoth':81 'anyon':126,136 'avail':124 'bieliev':30 'buy':90 'cannot':87 'cheap':115 'cultur':19 'cupboard':108 'curious':51 'day':146 'deifinit':24 'delet':48 'distanc':98 'dresser':77 'easi':39 'extern':92 'fellini':57 'film':21 'find':41 'futur':28 'gb':6,12 'half':62 'hd':9,15,93 'help':141 'hig':23 'ice':71 'interest':130 'keep':117 'lee':70,75 'left':3 'long':97 'loos':102 'lust':67 'm':33 'made':122 'metropolitan':63 'movi':55 'nice':145 'occupi':17 'onlin':120 'peter':79 'profoud':105 'relev':20 'reluct':46 'right':88 'safe':113 'solut':112 'somewher':119,127 'spoilerout':49 'stillman':66 'storm':72 'sure':101 'thank':134 'thus':43 've':2 'want':139 'watch':132 'whit':65 'wigh':4 'woman':82 'won':35 'woodi':84 'yate':80"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705824509
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705738109 {#1406
    date: 2024-01-20 09:08:29.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\Entry {#1474
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "The-desire-to-build-a-self-defense-kit-from-Google-and"
  +title: "The desire to build a self-defense kit from Google and the Internet as it is today"
  +url: null
  +body: """
    (if you don’t want to go through all my strident words) Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to. How I become the actual owner of my device?\n
    \n
    (I’m Italian, sorry for my Englishi) I feel I’m enduring too many aspects of my everyday life. Because of my scarce knowledge on many things I am enforced to accept other’s companies decisione. My approach toward The mega companies who, in my view, are owning Internet is obsolete and definitely ineffective: I don’t use X, FB, instagram, TIK TOK and I boycott Amazon. I just use YT, via freetube, reVanced and Newpipe, until this will be possible. (but, alas, I pay to use chatgpt 4, rather useful tool sometimes) I don’t own a sufficient knowledge to use the net ad the mobile phone to riaffirm my independence and anonimity in this once beautiful world of collective enthusiasts and clever people that once was internet.  \n
    Also I find infuriating that I’m spied constantly for the simple fact of using a device that I bought with my money and that from the has never be mine but Google’s. I am just sick of it, but I, repeat, don’t have the knowledge to switch and turn into a citizen who strolls in the world of internet without being followed by ‘people’ who wants to sell you constantly something and wants to profile you. I find this too aggressive and unbearable. Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to? **** How the f**k I defend myself from these greedy psycopaths (in the film 'Don’t look up: Peter Isherwell, the billionaire CEO of BASH Cellular, was a pricelees portrait of people I cannot stand and for humanity are more harmful thant covid-19)\n
    \n
    ---
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727315865 {#1748
    date: 2024-09-26 03:57:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1472 …}
  +votes: Doctrine\ORM\PersistentCollection {#1467 …}
  +reports: Doctrine\ORM\PersistentCollection {#1469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1498 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1497 …}
  +badges: Doctrine\ORM\PersistentCollection {#1486 …}
  +children: []
  -id: 31893
  -titleTs: "'build':4 'defens':8 'desir':2 'googl':11 'internet':14 'kit':9 'self':7 'self-defens':6 'today':18"
  -bodyTs: "'-19':348 '4':144 'accept':87 'actual':51 'ad':160 'aggress':268 'ala':138 'also':185 'amazon':122 'anonim':169 'approach':93 'aspect':70 'bash':329 'beauti':173 'becom':49 'billionair':326 'bought':204 'boycott':121 'build':26,284 'cannot':338 'cellular':330 'ceo':327 'chatgpt':143 'citizen':239 'clever':179 'collect':176 'compani':90,97 'constant':193,257 'covid':347 'decision':91 'defend':310 'definit':108 'devic':55,201 'disclos':37,295 'endur':67 'enforc':85 'englishi':62 'enthusiast':177 'everyday':73 'f':307 'fact':197 'fb':115 'feel':64 'film':318 'find':187,265 'follow':249 'freetub':128 'go':7 'googl':217 'greedi':314 'harm':345 'human':342 'independ':167 'ineffect':109 'inform':39,297 'infuri':188 'instagram':116 'internet':104,184,246 'isherwel':324 'italian':58 'k':308 'kit':29,287 'knowledg':79,155,232 'life':74 'look':321 'm':57,66,191 'mani':69,81 'mega':96 'mine':215 'mobil':162 'money':207 'net':159 'never':213 'newpip':131 'obsolet':106 'own':103 'owner':52 'pay':140 'peopl':180,251,336 'person':38,296 'peter':323 'phone':163 'portrait':334 'possibl':136 'pricele':333 'privat':35,293 'profil':262 'psycopath':315 'question':18,276 'rant':16,274 'rather':145 'repeat':227 'revanc':129 'riaffirm':165 'right':32,290 'scarc':78 'sell':255 'sick':222 'simpl':196 'someth':258 'sometim':148 'sorri':59 'spi':192 'stand':339 'start':23,281 'strident':11 'stroll':241 'suffici':154 'surviv':28,286 'switch':234 'thant':346 'thing':82 'thus':13,271 'tik':117 'tok':118 'tool':147 'toward':94 'turn':236 'unbear':270 'use':113,125,142,146,157,199 'via':127 'view':101 'want':5,45,253,260,303 'without':247 'word':12 'world':174,244 'x':114 'yt':126"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705823230
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940274"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736830 {#1468
    date: 2024-01-20 08:47:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1474
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "The-desire-to-build-a-self-defense-kit-from-Google-and"
  +title: "The desire to build a self-defense kit from Google and the Internet as it is today"
  +url: null
  +body: """
    (if you don’t want to go through all my strident words) Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to. How I become the actual owner of my device?\n
    \n
    (I’m Italian, sorry for my Englishi) I feel I’m enduring too many aspects of my everyday life. Because of my scarce knowledge on many things I am enforced to accept other’s companies decisione. My approach toward The mega companies who, in my view, are owning Internet is obsolete and definitely ineffective: I don’t use X, FB, instagram, TIK TOK and I boycott Amazon. I just use YT, via freetube, reVanced and Newpipe, until this will be possible. (but, alas, I pay to use chatgpt 4, rather useful tool sometimes) I don’t own a sufficient knowledge to use the net ad the mobile phone to riaffirm my independence and anonimity in this once beautiful world of collective enthusiasts and clever people that once was internet.  \n
    Also I find infuriating that I’m spied constantly for the simple fact of using a device that I bought with my money and that from the has never be mine but Google’s. I am just sick of it, but I, repeat, don’t have the knowledge to switch and turn into a citizen who strolls in the world of internet without being followed by ‘people’ who wants to sell you constantly something and wants to profile you. I find this too aggressive and unbearable. Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to? **** How the f**k I defend myself from these greedy psycopaths (in the film 'Don’t look up: Peter Isherwell, the billionaire CEO of BASH Cellular, was a pricelees portrait of people I cannot stand and for humanity are more harmful thant covid-19)\n
    \n
    ---
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727315865 {#1748
    date: 2024-09-26 03:57:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1472 …}
  +votes: Doctrine\ORM\PersistentCollection {#1467 …}
  +reports: Doctrine\ORM\PersistentCollection {#1469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1498 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1497 …}
  +badges: Doctrine\ORM\PersistentCollection {#1486 …}
  +children: []
  -id: 31893
  -titleTs: "'build':4 'defens':8 'desir':2 'googl':11 'internet':14 'kit':9 'self':7 'self-defens':6 'today':18"
  -bodyTs: "'-19':348 '4':144 'accept':87 'actual':51 'ad':160 'aggress':268 'ala':138 'also':185 'amazon':122 'anonim':169 'approach':93 'aspect':70 'bash':329 'beauti':173 'becom':49 'billionair':326 'bought':204 'boycott':121 'build':26,284 'cannot':338 'cellular':330 'ceo':327 'chatgpt':143 'citizen':239 'clever':179 'collect':176 'compani':90,97 'constant':193,257 'covid':347 'decision':91 'defend':310 'definit':108 'devic':55,201 'disclos':37,295 'endur':67 'enforc':85 'englishi':62 'enthusiast':177 'everyday':73 'f':307 'fact':197 'fb':115 'feel':64 'film':318 'find':187,265 'follow':249 'freetub':128 'go':7 'googl':217 'greedi':314 'harm':345 'human':342 'independ':167 'ineffect':109 'inform':39,297 'infuri':188 'instagram':116 'internet':104,184,246 'isherwel':324 'italian':58 'k':308 'kit':29,287 'knowledg':79,155,232 'life':74 'look':321 'm':57,66,191 'mani':69,81 'mega':96 'mine':215 'mobil':162 'money':207 'net':159 'never':213 'newpip':131 'obsolet':106 'own':103 'owner':52 'pay':140 'peopl':180,251,336 'person':38,296 'peter':323 'phone':163 'portrait':334 'possibl':136 'pricele':333 'privat':35,293 'profil':262 'psycopath':315 'question':18,276 'rant':16,274 'rather':145 'repeat':227 'revanc':129 'riaffirm':165 'right':32,290 'scarc':78 'sell':255 'sick':222 'simpl':196 'someth':258 'sometim':148 'sorri':59 'spi':192 'stand':339 'start':23,281 'strident':11 'stroll':241 'suffici':154 'surviv':28,286 'switch':234 'thant':346 'thing':82 'thus':13,271 'tik':117 'tok':118 'tool':147 'toward':94 'turn':236 'unbear':270 'use':113,125,142,146,157,199 'via':127 'view':101 'want':5,45,253,260,303 'without':247 'word':12 'world':174,244 'x':114 'yt':126"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705823230
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940274"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736830 {#1468
    date: 2024-01-20 08:47:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1474
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "The-desire-to-build-a-self-defense-kit-from-Google-and"
  +title: "The desire to build a self-defense kit from Google and the Internet as it is today"
  +url: null
  +body: """
    (if you don’t want to go through all my strident words) Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to. How I become the actual owner of my device?\n
    \n
    (I’m Italian, sorry for my Englishi) I feel I’m enduring too many aspects of my everyday life. Because of my scarce knowledge on many things I am enforced to accept other’s companies decisione. My approach toward The mega companies who, in my view, are owning Internet is obsolete and definitely ineffective: I don’t use X, FB, instagram, TIK TOK and I boycott Amazon. I just use YT, via freetube, reVanced and Newpipe, until this will be possible. (but, alas, I pay to use chatgpt 4, rather useful tool sometimes) I don’t own a sufficient knowledge to use the net ad the mobile phone to riaffirm my independence and anonimity in this once beautiful world of collective enthusiasts and clever people that once was internet.  \n
    Also I find infuriating that I’m spied constantly for the simple fact of using a device that I bought with my money and that from the has never be mine but Google’s. I am just sick of it, but I, repeat, don’t have the knowledge to switch and turn into a citizen who strolls in the world of internet without being followed by ‘people’ who wants to sell you constantly something and wants to profile you. I find this too aggressive and unbearable. Thus, after this rant, my question is: where do I start from to build my surviving kit and my right to be private and disclose personal information to who and when I want to? **** How the f**k I defend myself from these greedy psycopaths (in the film 'Don’t look up: Peter Isherwell, the billionaire CEO of BASH Cellular, was a pricelees portrait of people I cannot stand and for humanity are more harmful thant covid-19)\n
    \n
    ---
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727315865 {#1748
    date: 2024-09-26 03:57:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1472 …}
  +votes: Doctrine\ORM\PersistentCollection {#1467 …}
  +reports: Doctrine\ORM\PersistentCollection {#1469 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1498 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1497 …}
  +badges: Doctrine\ORM\PersistentCollection {#1486 …}
  +children: []
  -id: 31893
  -titleTs: "'build':4 'defens':8 'desir':2 'googl':11 'internet':14 'kit':9 'self':7 'self-defens':6 'today':18"
  -bodyTs: "'-19':348 '4':144 'accept':87 'actual':51 'ad':160 'aggress':268 'ala':138 'also':185 'amazon':122 'anonim':169 'approach':93 'aspect':70 'bash':329 'beauti':173 'becom':49 'billionair':326 'bought':204 'boycott':121 'build':26,284 'cannot':338 'cellular':330 'ceo':327 'chatgpt':143 'citizen':239 'clever':179 'collect':176 'compani':90,97 'constant':193,257 'covid':347 'decision':91 'defend':310 'definit':108 'devic':55,201 'disclos':37,295 'endur':67 'enforc':85 'englishi':62 'enthusiast':177 'everyday':73 'f':307 'fact':197 'fb':115 'feel':64 'film':318 'find':187,265 'follow':249 'freetub':128 'go':7 'googl':217 'greedi':314 'harm':345 'human':342 'independ':167 'ineffect':109 'inform':39,297 'infuri':188 'instagram':116 'internet':104,184,246 'isherwel':324 'italian':58 'k':308 'kit':29,287 'knowledg':79,155,232 'life':74 'look':321 'm':57,66,191 'mani':69,81 'mega':96 'mine':215 'mobil':162 'money':207 'net':159 'never':213 'newpip':131 'obsolet':106 'own':103 'owner':52 'pay':140 'peopl':180,251,336 'person':38,296 'peter':323 'phone':163 'portrait':334 'possibl':136 'pricele':333 'privat':35,293 'profil':262 'psycopath':315 'question':18,276 'rant':16,274 'rather':145 'repeat':227 'revanc':129 'riaffirm':165 'right':32,290 'scarc':78 'sell':255 'sick':222 'simpl':196 'someth':258 'sometim':148 'sorri':59 'spi':192 'stand':339 'start':23,281 'strident':11 'stroll':241 'suffici':154 'surviv':28,286 'switch':234 'thant':346 'thing':82 'thus':13,271 'tik':117 'tok':118 'tool':147 'toward':94 'turn':236 'unbear':270 'use':113,125,142,146,157,199 'via':127 'view':101 'want':5,45,253,260,303 'without':247 'word':12 'world':174,244 'x':114 'yt':126"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705823230
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940274"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736830 {#1468
    date: 2024-01-20 08:47:10.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Charlie-Morgan-Easy-Grow-Top-Quality"
  +title: "Charlie Morgan - Easy Grow (Top Quality)"
  +url: null
  +body: "Find us on Telegram - @multistorecourses or Email - silverlakestore@yandex.com."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705736711 {#1487
    date: 2024-01-20 08:45:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@multistorecourses"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1490 …}
  +votes: Doctrine\ORM\PersistentCollection {#1493 …}
  +reports: Doctrine\ORM\PersistentCollection {#1492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1761 …}
  +badges: Doctrine\ORM\PersistentCollection {#1754 …}
  +children: []
  -id: 31892
  -titleTs: "'charli':1 'easi':3 'grow':4 'morgan':2 'qualiti':6 'top':5"
  -bodyTs: "'email':7 'find':1 'multistorecours':5 'silverlakestore@yandex.com':8 'telegram':4 'us':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736711 {#1485
    date: 2024-01-20 08:45: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
59 DENIED edit
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Charlie-Morgan-Easy-Grow-Top-Quality"
  +title: "Charlie Morgan - Easy Grow (Top Quality)"
  +url: null
  +body: "Find us on Telegram - @multistorecourses or Email - silverlakestore@yandex.com."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705736711 {#1487
    date: 2024-01-20 08:45:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@multistorecourses"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1490 …}
  +votes: Doctrine\ORM\PersistentCollection {#1493 …}
  +reports: Doctrine\ORM\PersistentCollection {#1492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1761 …}
  +badges: Doctrine\ORM\PersistentCollection {#1754 …}
  +children: []
  -id: 31892
  -titleTs: "'charli':1 'easi':3 'grow':4 'morgan':2 'qualiti':6 'top':5"
  -bodyTs: "'email':7 'find':1 'multistorecours':5 'silverlakestore@yandex.com':8 'telegram':4 'us':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736711 {#1485
    date: 2024-01-20 08:45: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
60 DENIED moderate
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Charlie-Morgan-Easy-Grow-Top-Quality"
  +title: "Charlie Morgan - Easy Grow (Top Quality)"
  +url: null
  +body: "Find us on Telegram - @multistorecourses or Email - silverlakestore@yandex.com."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705736711 {#1487
    date: 2024-01-20 08:45:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@multistorecourses"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1490 …}
  +votes: Doctrine\ORM\PersistentCollection {#1493 …}
  +reports: Doctrine\ORM\PersistentCollection {#1492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1761 …}
  +badges: Doctrine\ORM\PersistentCollection {#1754 …}
  +children: []
  -id: 31892
  -titleTs: "'charli':1 'easi':3 'grow':4 'morgan':2 'qualiti':6 'top':5"
  -bodyTs: "'email':7 'find':1 'multistorecours':5 'silverlakestore@yandex.com':8 'telegram':4 'us':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10940269"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705736711 {#1485
    date: 2024-01-20 08:45: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
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 {#1763
  +user: Proxies\__CG__\App\Entity\User {#1756 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1712 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-where-to-find-regional-music"
  +title: "How/where to find regional music"
  +url: null
  +body: "Mostly bollywood OST and arabic If possible lossless."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727202882 {#1760
    date: 2024-09-24 20:34:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1767 …}
  +votes: Doctrine\ORM\PersistentCollection {#1762 …}
  +reports: Doctrine\ORM\PersistentCollection {#1788 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1779 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1787 …}
  +badges: Doctrine\ORM\PersistentCollection {#1774 …}
  +children: []
  -id: 31889
  -titleTs: "'find':3 'how/where':1 'music':5 'region':4"
  -bodyTs: "'arab':5 'bollywood':2 'lossless':8 'most':1 'ost':3 'possibl':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821848
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790337"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705735448 {#1757
    date: 2024-01-20 08:24:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
63 DENIED edit
App\Entity\Entry {#1763
  +user: Proxies\__CG__\App\Entity\User {#1756 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1712 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-where-to-find-regional-music"
  +title: "How/where to find regional music"
  +url: null
  +body: "Mostly bollywood OST and arabic If possible lossless."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727202882 {#1760
    date: 2024-09-24 20:34:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1767 …}
  +votes: Doctrine\ORM\PersistentCollection {#1762 …}
  +reports: Doctrine\ORM\PersistentCollection {#1788 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1779 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1787 …}
  +badges: Doctrine\ORM\PersistentCollection {#1774 …}
  +children: []
  -id: 31889
  -titleTs: "'find':3 'how/where':1 'music':5 'region':4"
  -bodyTs: "'arab':5 'bollywood':2 'lossless':8 'most':1 'ost':3 'possibl':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821848
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790337"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705735448 {#1757
    date: 2024-01-20 08:24:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
64 DENIED moderate
App\Entity\Entry {#1763
  +user: Proxies\__CG__\App\Entity\User {#1756 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1712 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "How-where-to-find-regional-music"
  +title: "How/where to find regional music"
  +url: null
  +body: "Mostly bollywood OST and arabic If possible lossless."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 55
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727202882 {#1760
    date: 2024-09-24 20:34:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1767 …}
  +votes: Doctrine\ORM\PersistentCollection {#1762 …}
  +reports: Doctrine\ORM\PersistentCollection {#1788 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1779 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1787 …}
  +badges: Doctrine\ORM\PersistentCollection {#1774 …}
  +children: []
  -id: 31889
  -titleTs: "'find':3 'how/where':1 'music':5 'region':4"
  -bodyTs: "'arab':5 'bollywood':2 'lossless':8 'most':1 'ost':3 'possibl':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821848
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790337"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705735448 {#1757
    date: 2024-01-20 08:24:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Q-re-New-Yorker-Article-online-vs-print"
  +title: "Q re: New Yorker. Article online vs print?"
  +url: null
  +body: """
    How can I tell which print edition of the New Yorker has the online article? Do all online articles appear in the print edition?\n
    \n
    I read the online Interview with Justin Torres, loved it, I want the print edition to frame. The online edition says it was published 12/31/2023, I just can’t find it in print.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727046542 {#1775
    date: 2024-09-23 01:09:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1783 …}
  +votes: Doctrine\ORM\PersistentCollection {#1784 …}
  +reports: Doctrine\ORM\PersistentCollection {#1780 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1765 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1682 …}
  +badges: Doctrine\ORM\PersistentCollection {#1444 …}
  +children: []
  -id: 31886
  -titleTs: "'articl':5 'new':3 'onlin':6 'print':8 'q':1 're':2 'vs':7 'yorker':4"
  -bodyTs: "'12/31/2023':49 'appear':20 'articl':15,19 'edit':7,24,39,44 'find':54 'frame':41 'interview':29 'justin':31 'love':33 'new':10 'onlin':14,18,28,43 'print':6,23,38,57 'publish':48 'read':26 'say':45 'tell':4 'torr':32 'want':36 'yorker':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705751990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939364"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734990 {#1776
    date: 2024-01-20 08:16: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
67 DENIED edit
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Q-re-New-Yorker-Article-online-vs-print"
  +title: "Q re: New Yorker. Article online vs print?"
  +url: null
  +body: """
    How can I tell which print edition of the New Yorker has the online article? Do all online articles appear in the print edition?\n
    \n
    I read the online Interview with Justin Torres, loved it, I want the print edition to frame. The online edition says it was published 12/31/2023, I just can’t find it in print.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727046542 {#1775
    date: 2024-09-23 01:09:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1783 …}
  +votes: Doctrine\ORM\PersistentCollection {#1784 …}
  +reports: Doctrine\ORM\PersistentCollection {#1780 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1765 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1682 …}
  +badges: Doctrine\ORM\PersistentCollection {#1444 …}
  +children: []
  -id: 31886
  -titleTs: "'articl':5 'new':3 'onlin':6 'print':8 'q':1 're':2 'vs':7 'yorker':4"
  -bodyTs: "'12/31/2023':49 'appear':20 'articl':15,19 'edit':7,24,39,44 'find':54 'frame':41 'interview':29 'justin':31 'love':33 'new':10 'onlin':14,18,28,43 'print':6,23,38,57 'publish':48 'read':26 'say':45 'tell':4 'torr':32 'want':36 'yorker':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705751990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939364"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734990 {#1776
    date: 2024-01-20 08:16: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
68 DENIED moderate
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Q-re-New-Yorker-Article-online-vs-print"
  +title: "Q re: New Yorker. Article online vs print?"
  +url: null
  +body: """
    How can I tell which print edition of the New Yorker has the online article? Do all online articles appear in the print edition?\n
    \n
    I read the online Interview with Justin Torres, loved it, I want the print edition to frame. The online edition says it was published 12/31/2023, I just can’t find it in print.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727046542 {#1775
    date: 2024-09-23 01:09:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1783 …}
  +votes: Doctrine\ORM\PersistentCollection {#1784 …}
  +reports: Doctrine\ORM\PersistentCollection {#1780 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1765 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1682 …}
  +badges: Doctrine\ORM\PersistentCollection {#1444 …}
  +children: []
  -id: 31886
  -titleTs: "'articl':5 'new':3 'onlin':6 'print':8 'q':1 're':2 'vs':7 'yorker':4"
  -bodyTs: "'12/31/2023':49 'appear':20 'articl':15,19 'edit':7,24,39,44 'find':54 'frame':41 'interview':29 'justin':31 'love':33 'new':10 'onlin':14,18,28,43 'print':6,23,38,57 'publish':48 'read':26 'say':45 'tell':4 'torr':32 'want':36 'yorker':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705751990
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939364"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734990 {#1776
    date: 2024-01-20 08:16: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
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 {#1465
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "About-Google-and-Degoogling-in-schools"
  +title: "About Google and Degoogling in schools"
  +url: null
  +body: """
    Here in Italy, often schools, the educative relationship betwenn teachers and students is kept through google classroom. Once I’ve worked in a school that had both solutions: Moodle (the usability is very very scarce) and Google classroom. During the years I’ve developped an increasing grudge toward Google, because in the very beginning I’ve had pinned a lot of hopes in this company, naively thinking that it could have changed the world for the better (don’t be evil, a multibillion company who choose this as a motto! I was hopeful and impressed): I was very naive. Now I would like to know if there are systems (because Google classroom works very fine, I have to admit) that works equally fine or even better that are disappeared under the magnitude of this monopolistic leviathan.  \n
    Could someone help me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727194464 {#1452
    date: 2024-09-24 18:14:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 31885
  -titleTs: "'degoogl':4 'googl':2 'school':6"
  -bodyTs: "'admit':119 'begin':54 'better':77,126 'betwenn':9 'chang':72 'choos':86 'classroom':17,38,112 'compani':65,84 'could':70,137 'develop':44 'disappear':129 'educ':7 'equal':122 'even':125 'evil':81 'fine':115,123 'googl':16,37,49,111 'grudg':47 'help':139 'hope':62,93 'impress':95 'increas':46 'itali':3 'kept':14 'know':105 'leviathan':136 'like':103 'lot':60 'magnitud':132 'monopolist':135 'moodl':29 'motto':90 'multibillion':83 'naiv':66,99 'often':4 'pin':58 'relationship':8 'scarc':35 'school':5,24 'solut':28 'someon':138 'student':12 'system':109 'teacher':10 'think':67 'toward':48 'usabl':31 've':20,43,56 'work':21,113,121 'world':74 'would':102 'year':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821032
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734632 {#1445
    date: 2024-01-20 08:10:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
71 DENIED edit
App\Entity\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "About-Google-and-Degoogling-in-schools"
  +title: "About Google and Degoogling in schools"
  +url: null
  +body: """
    Here in Italy, often schools, the educative relationship betwenn teachers and students is kept through google classroom. Once I’ve worked in a school that had both solutions: Moodle (the usability is very very scarce) and Google classroom. During the years I’ve developped an increasing grudge toward Google, because in the very beginning I’ve had pinned a lot of hopes in this company, naively thinking that it could have changed the world for the better (don’t be evil, a multibillion company who choose this as a motto! I was hopeful and impressed): I was very naive. Now I would like to know if there are systems (because Google classroom works very fine, I have to admit) that works equally fine or even better that are disappeared under the magnitude of this monopolistic leviathan.  \n
    Could someone help me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727194464 {#1452
    date: 2024-09-24 18:14:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 31885
  -titleTs: "'degoogl':4 'googl':2 'school':6"
  -bodyTs: "'admit':119 'begin':54 'better':77,126 'betwenn':9 'chang':72 'choos':86 'classroom':17,38,112 'compani':65,84 'could':70,137 'develop':44 'disappear':129 'educ':7 'equal':122 'even':125 'evil':81 'fine':115,123 'googl':16,37,49,111 'grudg':47 'help':139 'hope':62,93 'impress':95 'increas':46 'itali':3 'kept':14 'know':105 'leviathan':136 'like':103 'lot':60 'magnitud':132 'monopolist':135 'moodl':29 'motto':90 'multibillion':83 'naiv':66,99 'often':4 'pin':58 'relationship':8 'scarc':35 'school':5,24 'solut':28 'someon':138 'student':12 'system':109 'teacher':10 'think':67 'toward':48 'usabl':31 've':20,43,56 'work':21,113,121 'world':74 'would':102 'year':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821032
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734632 {#1445
    date: 2024-01-20 08:10:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
72 DENIED moderate
App\Entity\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "About-Google-and-Degoogling-in-schools"
  +title: "About Google and Degoogling in schools"
  +url: null
  +body: """
    Here in Italy, often schools, the educative relationship betwenn teachers and students is kept through google classroom. Once I’ve worked in a school that had both solutions: Moodle (the usability is very very scarce) and Google classroom. During the years I’ve developped an increasing grudge toward Google, because in the very beginning I’ve had pinned a lot of hopes in this company, naively thinking that it could have changed the world for the better (don’t be evil, a multibillion company who choose this as a motto! I was hopeful and impressed): I was very naive. Now I would like to know if there are systems (because Google classroom works very fine, I have to admit) that works equally fine or even better that are disappeared under the magnitude of this monopolistic leviathan.  \n
    Could someone help me?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727194464 {#1452
    date: 2024-09-24 18:14:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1638 …}
  +votes: Doctrine\ORM\PersistentCollection {#1642 …}
  +reports: Doctrine\ORM\PersistentCollection {#1643 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1633 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1624 …}
  +badges: Doctrine\ORM\PersistentCollection {#1636 …}
  +children: []
  -id: 31885
  -titleTs: "'degoogl':4 'googl':2 'school':6"
  -bodyTs: "'admit':119 'begin':54 'better':77,126 'betwenn':9 'chang':72 'choos':86 'classroom':17,38,112 'compani':65,84 'could':70,137 'develop':44 'disappear':129 'educ':7 'equal':122 'even':125 'evil':81 'fine':115,123 'googl':16,37,49,111 'grudg':47 'help':139 'hope':62,93 'impress':95 'increas':46 'itali':3 'kept':14 'know':105 'leviathan':136 'like':103 'lot':60 'magnitud':132 'monopolist':135 'moodl':29 'motto':90 'multibillion':83 'naiv':66,99 'often':4 'pin':58 'relationship':8 'scarc':35 'school':5,24 'solut':28 'someon':138 'student':12 'system':109 'teacher':10 'think':67 'toward':48 'usabl':31 've':20,43,56 'work':21,113,121 'world':74 'would':102 'year':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705821032
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939325"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705734632 {#1445
    date: 2024-01-20 08:10:32.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
  +title: "creating an alias of a command with plenty special characters"
  +url: null
  +body: """
    Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
    \n
    Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
    \n
    `alias: expected <= 2 arguments; got 3`\n
    \n
    Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
    \n
    What am I doing wrong?\n
    \n
    Thanks in advance!\n
    \n
    Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
    \n
    I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727302106 {#1660
    date: 2024-09-26 00:08:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 31883
  -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
  -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790028"
  +editedAt: DateTimeImmutable @1727023176 {#1409
    date: 2024-09-22 18:39:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705734491 {#1450
    date: 2024-01-20 08:08: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
75 DENIED edit
App\Entity\Entry {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
  +title: "creating an alias of a command with plenty special characters"
  +url: null
  +body: """
    Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
    \n
    Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
    \n
    `alias: expected <= 2 arguments; got 3`\n
    \n
    Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
    \n
    What am I doing wrong?\n
    \n
    Thanks in advance!\n
    \n
    Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
    \n
    I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727302106 {#1660
    date: 2024-09-26 00:08:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 31883
  -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
  -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790028"
  +editedAt: DateTimeImmutable @1727023176 {#1409
    date: 2024-09-22 18:39:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705734491 {#1450
    date: 2024-01-20 08:08: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
76 DENIED moderate
App\Entity\Entry {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#197 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "creating-an-alias-of-a-command-with-plenty-special-characters"
  +title: "creating an alias of a command with plenty special characters"
  +url: null
  +body: """
    Hello all, I wan to create an alias of this command: `alias dockps = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    The syntax for creating an alias is: `alias $COMMAND = “docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}””`\n
    \n
    However, since there are quote marks, I assume they neet to be escaped with ``. But in the case above, I’m getting the errors in fish and bash.\n
    \n
    Fish error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}””`\n
    \n
    `alias: expected <= 2 arguments; got 3`\n
    \n
    Bash error: `$ alias dockps = “docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”” bash: alias: dockps: not found bash: alias: =: not found bash: alias: docker ps --format “table {{.ID}}  {{.Names}}  {{.Status}}  {{.Ports}}”: not found`\n
    \n
    What am I doing wrong?\n
    \n
    Thanks in advance!\n
    \n
    Edit: For fish shell users out there, this can be accomplished by using `func`: `$ function dockerps         docker ps --format “table {{.ID}}t{{.Names}}t{{.Status}}t{{.Ports}}”    end $ funcsave dockerps `\n
    \n
    I’m leaving the question up as the question with escape characters is still relevant and can be a learning resouce.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 9
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727302106 {#1660
    date: 2024-09-26 00:08:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 31883
  -titleTs: "'alia':3 'charact':10 'command':6 'creat':1 'plenti':8 'special':9"
  -bodyTs: "'2':87 '3':90 'accomplish':142 'advanc':131 'alia':8,12,30,32,75,85,93,104,109,113 'argument':88 'assum':52 'bash':72,91,103,108,112 'case':62 'charact':173 'command':11,33 'creat':6,28 'docker':14,34,77,95,114,148 'dockerp':147,161 'dockp':13,76,94,105 'edit':132 'end':159 'error':68,74,92 'escap':57,172 'expect':86 'fish':70,73,134 'format':16,36,79,97,116,150 'found':107,111,123 'func':145 'funcsav':160 'function':146 'get':66 'got':89 'hello':1 'howev':45 'id':18,38,81,99,118,152 'learn':181 'leav':164 'm':65,163 'mark':50 'name':20,40,82,100,119,154 'neet':54 'port':24,44,84,102,121,158 'ps':15,35,78,96,115,149 'question':166,170 'quot':49 'relev':176 'resouc':182 'shell':135 'sinc':46 'status':22,42,83,101,120,156 'still':175 'syntax':26 'tabl':17,37,80,98,117,151 'thank':129 'use':144 'user':136 'wan':4 'wrong':128"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820891
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10790028"
  +editedAt: DateTimeImmutable @1727023176 {#1409
    date: 2024-09-22 18:39:36.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705734491 {#1450
    date: 2024-01-20 08:08: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
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 {#1412
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Traffic-Engineering-a-help-from-Italy"
  +title: "Traffic Engineering: a help from Italy"
  +url: null
  +body: "Good morning, I write from Italy and here, where I live, but it is not only here the problem, are launched public roads projects that are breathtakingly bad and obsolete. I am no expert, I just think to have a minimum of good sense to understand that projects that are raping the countryside to build streets and welcome the circulations of more cars, more pollution and that conceive human beings like automatons that are staring the tv, then the windshield and then again the monitor at work. Imagining human life this way, in 2023, is a bit of a nightmare. Thus I would like to educate myself on traffic egineering. Is there someone out there that can point me YT channels; podcasts or worth to read books about this subject? At least, when there will be a public meeting, a city hall pubblic assembly I can think of intervening and say that there’s something better that just open roads after roads, after roads. Thank you"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727095128 {#1414
    date: 2024-09-23 14:38:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1441 …}
  +votes: Doctrine\ORM\PersistentCollection {#1418 …}
  +reports: Doctrine\ORM\PersistentCollection {#1425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1454 …}
  +badges: Doctrine\ORM\PersistentCollection {#1462 …}
  +children: []
  -id: 31881
  -titleTs: "'engin':2 'help':4 'itali':6 'traffic':1"
  -bodyTs: "'2023':94 'assembl':144 'automaton':72 'bad':28 'be':70 'better':156 'bit':97 'book':127 'breathtak':27 'build':55 'car':63 'channel':121 'circul':60 'citi':141 'conceiv':68 'countrysid':53 'educ':106 'egin':110 'expert':34 'good':1,43 'hall':142 'human':69,89 'imagin':88 'interven':149 'itali':6 'launch':21 'least':132 'life':90 'like':71,104 'live':11 'meet':139 'minimum':41 'monitor':85 'morn':2 'nightmar':100 'obsolet':30 'open':159 'podcast':122 'point':118 'pollut':65 'problem':19 'project':24,48 'pubblic':143 'public':22,138 'rape':51 'read':126 'road':23,160,162,164 'say':151 'sens':44 'someon':113 'someth':155 'stare':75 'street':56 'subject':130 'thank':165 'think':37,147 'thus':101 'traffic':109 'tv':77 'understand':46 'way':92 'welcom':58 'windshield':80 'work':87 'worth':124 'would':103 'write':4 'yt':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705815952
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733952 {#1411
    date: 2024-01-20 07:59:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1412
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Traffic-Engineering-a-help-from-Italy"
  +title: "Traffic Engineering: a help from Italy"
  +url: null
  +body: "Good morning, I write from Italy and here, where I live, but it is not only here the problem, are launched public roads projects that are breathtakingly bad and obsolete. I am no expert, I just think to have a minimum of good sense to understand that projects that are raping the countryside to build streets and welcome the circulations of more cars, more pollution and that conceive human beings like automatons that are staring the tv, then the windshield and then again the monitor at work. Imagining human life this way, in 2023, is a bit of a nightmare. Thus I would like to educate myself on traffic egineering. Is there someone out there that can point me YT channels; podcasts or worth to read books about this subject? At least, when there will be a public meeting, a city hall pubblic assembly I can think of intervening and say that there’s something better that just open roads after roads, after roads. Thank you"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727095128 {#1414
    date: 2024-09-23 14:38:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1441 …}
  +votes: Doctrine\ORM\PersistentCollection {#1418 …}
  +reports: Doctrine\ORM\PersistentCollection {#1425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1454 …}
  +badges: Doctrine\ORM\PersistentCollection {#1462 …}
  +children: []
  -id: 31881
  -titleTs: "'engin':2 'help':4 'itali':6 'traffic':1"
  -bodyTs: "'2023':94 'assembl':144 'automaton':72 'bad':28 'be':70 'better':156 'bit':97 'book':127 'breathtak':27 'build':55 'car':63 'channel':121 'circul':60 'citi':141 'conceiv':68 'countrysid':53 'educ':106 'egin':110 'expert':34 'good':1,43 'hall':142 'human':69,89 'imagin':88 'interven':149 'itali':6 'launch':21 'least':132 'life':90 'like':71,104 'live':11 'meet':139 'minimum':41 'monitor':85 'morn':2 'nightmar':100 'obsolet':30 'open':159 'podcast':122 'point':118 'pollut':65 'problem':19 'project':24,48 'pubblic':143 'public':22,138 'rape':51 'read':126 'road':23,160,162,164 'say':151 'sens':44 'someon':113 'someth':155 'stare':75 'street':56 'subject':130 'thank':165 'think':37,147 'thus':101 'traffic':109 'tv':77 'understand':46 'way':92 'welcom':58 'windshield':80 'work':87 'worth':124 'would':103 'write':4 'yt':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705815952
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733952 {#1411
    date: 2024-01-20 07:59:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1412
  +user: Proxies\__CG__\App\Entity\User {#1713 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Traffic-Engineering-a-help-from-Italy"
  +title: "Traffic Engineering: a help from Italy"
  +url: null
  +body: "Good morning, I write from Italy and here, where I live, but it is not only here the problem, are launched public roads projects that are breathtakingly bad and obsolete. I am no expert, I just think to have a minimum of good sense to understand that projects that are raping the countryside to build streets and welcome the circulations of more cars, more pollution and that conceive human beings like automatons that are staring the tv, then the windshield and then again the monitor at work. Imagining human life this way, in 2023, is a bit of a nightmare. Thus I would like to educate myself on traffic egineering. Is there someone out there that can point me YT channels; podcasts or worth to read books about this subject? At least, when there will be a public meeting, a city hall pubblic assembly I can think of intervening and say that there’s something better that just open roads after roads, after roads. Thank you"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727095128 {#1414
    date: 2024-09-23 14:38:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1441 …}
  +votes: Doctrine\ORM\PersistentCollection {#1418 …}
  +reports: Doctrine\ORM\PersistentCollection {#1425 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1427 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1454 …}
  +badges: Doctrine\ORM\PersistentCollection {#1462 …}
  +children: []
  -id: 31881
  -titleTs: "'engin':2 'help':4 'itali':6 'traffic':1"
  -bodyTs: "'2023':94 'assembl':144 'automaton':72 'bad':28 'be':70 'better':156 'bit':97 'book':127 'breathtak':27 'build':55 'car':63 'channel':121 'circul':60 'citi':141 'conceiv':68 'countrysid':53 'educ':106 'egin':110 'expert':34 'good':1,43 'hall':142 'human':69,89 'imagin':88 'interven':149 'itali':6 'launch':21 'least':132 'life':90 'like':71,104 'live':11 'meet':139 'minimum':41 'monitor':85 'morn':2 'nightmar':100 'obsolet':30 'open':159 'podcast':122 'point':118 'pollut':65 'problem':19 'project':24,48 'pubblic':143 'public':22,138 'rape':51 'read':126 'road':23,160,162,164 'say':151 'sens':44 'someon':113 'someth':155 'stare':75 'street':56 'subject':130 'thank':165 'think':37,147 'thus':101 'traffic':109 'tv':77 'understand':46 'way':92 'welcom':58 'windshield':80 'work':87 'worth':124 'would':103 'write':4 'yt':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705815952
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939022"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733952 {#1411
    date: 2024-01-20 07:59:12.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1457
  +user: Proxies\__CG__\App\Entity\User {#1455 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Let-s-get-raunchy"
  +title: "Let's get raunchy"
  +url: null
  +body: "The most outrageous/crazy place you’ve had sex"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728098978 {#1464
    date: 2024-10-05 05:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1453 …}
  +votes: Doctrine\ORM\PersistentCollection {#1458 …}
  +reports: Doctrine\ORM\PersistentCollection {#1432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1436 …}
  +badges: Doctrine\ORM\PersistentCollection {#1435 …}
  +children: []
  -id: 31880
  -titleTs: "'get':3 'let':1 'raunchi':4"
  -bodyTs: "'outrageous/crazy':3 'place':4 'sex':8 've':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820333
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939020"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733933 {#1448
    date: 2024-01-20 07:58: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
83 DENIED edit
App\Entity\Entry {#1457
  +user: Proxies\__CG__\App\Entity\User {#1455 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Let-s-get-raunchy"
  +title: "Let's get raunchy"
  +url: null
  +body: "The most outrageous/crazy place you’ve had sex"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728098978 {#1464
    date: 2024-10-05 05:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1453 …}
  +votes: Doctrine\ORM\PersistentCollection {#1458 …}
  +reports: Doctrine\ORM\PersistentCollection {#1432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1436 …}
  +badges: Doctrine\ORM\PersistentCollection {#1435 …}
  +children: []
  -id: 31880
  -titleTs: "'get':3 'let':1 'raunchi':4"
  -bodyTs: "'outrageous/crazy':3 'place':4 'sex':8 've':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820333
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939020"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733933 {#1448
    date: 2024-01-20 07:58: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
84 DENIED moderate
App\Entity\Entry {#1457
  +user: Proxies\__CG__\App\Entity\User {#1455 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Let-s-get-raunchy"
  +title: "Let's get raunchy"
  +url: null
  +body: "The most outrageous/crazy place you’ve had sex"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728098978 {#1464
    date: 2024-10-05 05:29:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1453 …}
  +votes: Doctrine\ORM\PersistentCollection {#1458 …}
  +reports: Doctrine\ORM\PersistentCollection {#1432 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1433 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1436 …}
  +badges: Doctrine\ORM\PersistentCollection {#1435 …}
  +children: []
  -id: 31880
  -titleTs: "'get':3 'let':1 'raunchi':4"
  -bodyTs: "'outrageous/crazy':3 'place':4 'sex':8 've':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705820333
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10939020"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705733933 {#1448
    date: 2024-01-20 07:58: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
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 {#1438
  +user: Proxies\__CG__\App\Entity\User {#1429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Multi-Criteria-Fire-Alarms"
  +title: "Multi-Criteria Fire Alarms"
  +url: null
  +body: """
    Hey all,\n
    \n
    This is only tangentially related to HA, but it seems like this crowd might have answers. HA integration would be nice but is not required\n
    \n
    We moved into a new house about 3 years ago and have been plagued by nuisance alarms ever since. They happen most often in the middle of the night, but aren’t uncommon in the daytime.\n
    \n
    I have:\n
    \n
    - Replaced all the old hardwired detectors with new battery-only ones thinking it might be caused by EMI.\n
    - Ruled out insects crawling into the detectors.\n
    - Sealed the electrical boxes thinking it might be dust from the attic.\n
    - Installed an excellent filter system in the HVAC.\n
    - Cleaned out all of the detectors with canned air.\n
    \n
    Other random info:\n
    \n
    - Only the ones on the second floor go off. There are five upstairs and two downstairs.\n
    - I’m pretty sure one (and only one) of the false alarms was caused by humidity from a shower.\n
    - Seems like they’re happening less often since I installed a new HVAC system, but that could be due to less dust or due to smaller temperature swings (less of a setback at night).\n
    \n
    I think at this point I want to get some fancy multi-criteria alarms, ones that are specifically for reducing your nuisance alarm rate. Also for increased capability, though - one of my coworkers just narrowly escaped a housefire with his wife and dog. Their fire alarms failed to go off and he was only woken by the sound of the flames.\n
    \n
    Any suggestions for multi-criteria alarms that work with hardwired 120VAC, preferably with hardwired interconnection?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727550924 {#1434
    date: 2024-09-28 21:15:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1699 …}
  +votes: Doctrine\ORM\PersistentCollection {#1703 …}
  +reports: Doctrine\ORM\PersistentCollection {#1693 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1695 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1698 …}
  +badges: Doctrine\ORM\PersistentCollection {#1709 …}
  +children: []
  -id: 31879
  -titleTs: "'alarm':5 'criteria':3 'fire':4 'multi':2 'multi-criteria':1"
  -bodyTs: "'120vac':266 '3':35 'ago':37 'air':120 'alarm':44,151,207,216,239,261 'also':218 'answer':18 'aren':58 'attic':103 'batteri':75 'battery-on':74 'box':95 'can':119 'capabl':221 'caus':82,153 'clean':112 'could':175 'cowork':226 'crawl':88 'criteria':206,260 'crowd':15 'daytim':63 'detector':71,91,117 'dog':236 'downstair':139 'due':177,182 'dust':100,180 'electr':94 'emi':84 'escap':229 'ever':45 'excel':106 'fail':240 'fals':150 'fanci':203 'filter':107 'fire':238 'five':135 'flame':254 'floor':130 'get':201 'go':131,242 'ha':9,19 'happen':48,163 'hardwir':70,265,269 'hey':1 'hous':33 'housefir':231 'humid':155 'hvac':111,171 'increas':220 'info':123 'insect':87 'instal':104,168 'integr':20 'interconnect':270 'less':164,179,187 'like':13,160 'm':141 'middl':53 'might':16,80,98 'move':29 'multi':205,259 'multi-criteria':204,258 'narrowli':228 'new':32,73,170 'nice':23 'night':56,192 'nuisanc':43,215 'often':50,165 'old':69 'one':77,126,144,147,208,223 'plagu':41 'point':197 'prefer':267 'pretti':142 'random':122 'rate':217 're':162 'reduc':213 'relat':7 'replac':66 'requir':27 'rule':85 'seal':92 'second':129 'seem':12,159 'setback':190 'shower':158 'sinc':46,166 'smaller':184 'sound':251 'specif':211 'suggest':256 'sure':143 'swing':186 'system':108,172 'tangenti':6 'temperatur':185 'think':78,96,194 'though':222 'two':138 'uncommon':60 'upstair':136 'want':199 'wife':234 'woken':248 'work':263 'would':21 'year':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705774428
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10938558"
  +editedAt: DateTimeImmutable @1727015705 {#1431
    date: 2024-09-22 16:35:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705732428 {#1440
    date: 2024-01-20 07:33:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\Entry {#1438
  +user: Proxies\__CG__\App\Entity\User {#1429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Multi-Criteria-Fire-Alarms"
  +title: "Multi-Criteria Fire Alarms"
  +url: null
  +body: """
    Hey all,\n
    \n
    This is only tangentially related to HA, but it seems like this crowd might have answers. HA integration would be nice but is not required\n
    \n
    We moved into a new house about 3 years ago and have been plagued by nuisance alarms ever since. They happen most often in the middle of the night, but aren’t uncommon in the daytime.\n
    \n
    I have:\n
    \n
    - Replaced all the old hardwired detectors with new battery-only ones thinking it might be caused by EMI.\n
    - Ruled out insects crawling into the detectors.\n
    - Sealed the electrical boxes thinking it might be dust from the attic.\n
    - Installed an excellent filter system in the HVAC.\n
    - Cleaned out all of the detectors with canned air.\n
    \n
    Other random info:\n
    \n
    - Only the ones on the second floor go off. There are five upstairs and two downstairs.\n
    - I’m pretty sure one (and only one) of the false alarms was caused by humidity from a shower.\n
    - Seems like they’re happening less often since I installed a new HVAC system, but that could be due to less dust or due to smaller temperature swings (less of a setback at night).\n
    \n
    I think at this point I want to get some fancy multi-criteria alarms, ones that are specifically for reducing your nuisance alarm rate. Also for increased capability, though - one of my coworkers just narrowly escaped a housefire with his wife and dog. Their fire alarms failed to go off and he was only woken by the sound of the flames.\n
    \n
    Any suggestions for multi-criteria alarms that work with hardwired 120VAC, preferably with hardwired interconnection?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727550924 {#1434
    date: 2024-09-28 21:15:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1699 …}
  +votes: Doctrine\ORM\PersistentCollection {#1703 …}
  +reports: Doctrine\ORM\PersistentCollection {#1693 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1695 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1698 …}
  +badges: Doctrine\ORM\PersistentCollection {#1709 …}
  +children: []
  -id: 31879
  -titleTs: "'alarm':5 'criteria':3 'fire':4 'multi':2 'multi-criteria':1"
  -bodyTs: "'120vac':266 '3':35 'ago':37 'air':120 'alarm':44,151,207,216,239,261 'also':218 'answer':18 'aren':58 'attic':103 'batteri':75 'battery-on':74 'box':95 'can':119 'capabl':221 'caus':82,153 'clean':112 'could':175 'cowork':226 'crawl':88 'criteria':206,260 'crowd':15 'daytim':63 'detector':71,91,117 'dog':236 'downstair':139 'due':177,182 'dust':100,180 'electr':94 'emi':84 'escap':229 'ever':45 'excel':106 'fail':240 'fals':150 'fanci':203 'filter':107 'fire':238 'five':135 'flame':254 'floor':130 'get':201 'go':131,242 'ha':9,19 'happen':48,163 'hardwir':70,265,269 'hey':1 'hous':33 'housefir':231 'humid':155 'hvac':111,171 'increas':220 'info':123 'insect':87 'instal':104,168 'integr':20 'interconnect':270 'less':164,179,187 'like':13,160 'm':141 'middl':53 'might':16,80,98 'move':29 'multi':205,259 'multi-criteria':204,258 'narrowli':228 'new':32,73,170 'nice':23 'night':56,192 'nuisanc':43,215 'often':50,165 'old':69 'one':77,126,144,147,208,223 'plagu':41 'point':197 'prefer':267 'pretti':142 'random':122 'rate':217 're':162 'reduc':213 'relat':7 'replac':66 'requir':27 'rule':85 'seal':92 'second':129 'seem':12,159 'setback':190 'shower':158 'sinc':46,166 'smaller':184 'sound':251 'specif':211 'suggest':256 'sure':143 'swing':186 'system':108,172 'tangenti':6 'temperatur':185 'think':78,96,194 'though':222 'two':138 'uncommon':60 'upstair':136 'want':199 'wife':234 'woken':248 'work':263 'would':21 'year':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705774428
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10938558"
  +editedAt: DateTimeImmutable @1727015705 {#1431
    date: 2024-09-22 16:35:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705732428 {#1440
    date: 2024-01-20 07:33:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\Entry {#1438
  +user: Proxies\__CG__\App\Entity\User {#1429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2167 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Multi-Criteria-Fire-Alarms"
  +title: "Multi-Criteria Fire Alarms"
  +url: null
  +body: """
    Hey all,\n
    \n
    This is only tangentially related to HA, but it seems like this crowd might have answers. HA integration would be nice but is not required\n
    \n
    We moved into a new house about 3 years ago and have been plagued by nuisance alarms ever since. They happen most often in the middle of the night, but aren’t uncommon in the daytime.\n
    \n
    I have:\n
    \n
    - Replaced all the old hardwired detectors with new battery-only ones thinking it might be caused by EMI.\n
    - Ruled out insects crawling into the detectors.\n
    - Sealed the electrical boxes thinking it might be dust from the attic.\n
    - Installed an excellent filter system in the HVAC.\n
    - Cleaned out all of the detectors with canned air.\n
    \n
    Other random info:\n
    \n
    - Only the ones on the second floor go off. There are five upstairs and two downstairs.\n
    - I’m pretty sure one (and only one) of the false alarms was caused by humidity from a shower.\n
    - Seems like they’re happening less often since I installed a new HVAC system, but that could be due to less dust or due to smaller temperature swings (less of a setback at night).\n
    \n
    I think at this point I want to get some fancy multi-criteria alarms, ones that are specifically for reducing your nuisance alarm rate. Also for increased capability, though - one of my coworkers just narrowly escaped a housefire with his wife and dog. Their fire alarms failed to go off and he was only woken by the sound of the flames.\n
    \n
    Any suggestions for multi-criteria alarms that work with hardwired 120VAC, preferably with hardwired interconnection?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727550924 {#1434
    date: 2024-09-28 21:15:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1699 …}
  +votes: Doctrine\ORM\PersistentCollection {#1703 …}
  +reports: Doctrine\ORM\PersistentCollection {#1693 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1695 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1698 …}
  +badges: Doctrine\ORM\PersistentCollection {#1709 …}
  +children: []
  -id: 31879
  -titleTs: "'alarm':5 'criteria':3 'fire':4 'multi':2 'multi-criteria':1"
  -bodyTs: "'120vac':266 '3':35 'ago':37 'air':120 'alarm':44,151,207,216,239,261 'also':218 'answer':18 'aren':58 'attic':103 'batteri':75 'battery-on':74 'box':95 'can':119 'capabl':221 'caus':82,153 'clean':112 'could':175 'cowork':226 'crawl':88 'criteria':206,260 'crowd':15 'daytim':63 'detector':71,91,117 'dog':236 'downstair':139 'due':177,182 'dust':100,180 'electr':94 'emi':84 'escap':229 'ever':45 'excel':106 'fail':240 'fals':150 'fanci':203 'filter':107 'fire':238 'five':135 'flame':254 'floor':130 'get':201 'go':131,242 'ha':9,19 'happen':48,163 'hardwir':70,265,269 'hey':1 'hous':33 'housefir':231 'humid':155 'hvac':111,171 'increas':220 'info':123 'insect':87 'instal':104,168 'integr':20 'interconnect':270 'less':164,179,187 'like':13,160 'm':141 'middl':53 'might':16,80,98 'move':29 'multi':205,259 'multi-criteria':204,258 'narrowli':228 'new':32,73,170 'nice':23 'night':56,192 'nuisanc':43,215 'often':50,165 'old':69 'one':77,126,144,147,208,223 'plagu':41 'point':197 'prefer':267 'pretti':142 'random':122 'rate':217 're':162 'reduc':213 'relat':7 'replac':66 'requir':27 'rule':85 'seal':92 'second':129 'seem':12,159 'setback':190 'shower':158 'sinc':46,166 'smaller':184 'sound':251 'specif':211 'suggest':256 'sure':143 'swing':186 'system':108,172 'tangenti':6 'temperatur':185 'think':78,96,194 'though':222 'two':138 'uncommon':60 'upstair':136 'want':199 'wife':234 'woken':248 'work':263 'would':21 'year':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705774428
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10938558"
  +editedAt: DateTimeImmutable @1727015705 {#1431
    date: 2024-09-22 16:35:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705732428 {#1440
    date: 2024-01-20 07:33:48.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1606
  +user: Proxies\__CG__\App\Entity\User {#1614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1612 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Bug-Unremovable-account"
  +title: "[Bug] Unremovable account"
  +url: null
  +body: """
    I seem to have gotten a saved account that can’t be switched to and therefore can’t be removed.\n
    \n
    My instance had some server side issues and on PC I had to delete my cookies to get the desktop site to work. Connect wouldn’t work and I had to add the account again. At some point the account name has changed to my email address @feddit.uk, which looks weird since it has two @ symbols. The newly added account works fine, but there’s this stuck second version of it.\n
    \n
    When I try to switch to the broken version I get an error pop up that just says “Error: unable to switch to ‘me@email.domain@feddit.uk’” and it seems to retain the currently selected account.\n
    \n
    Since I can’t switch to that account, I can’t sign out to have Connect forget it. So I don’t see a way to get rid of it.\n
    \n
    Has anyone else run into the same problem? Any suggestions?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729010616 {#1610
    date: 2024-10-15 18:43:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@feddit"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1615 …}
  +votes: Doctrine\ORM\PersistentCollection {#1752 …}
  +reports: Doctrine\ORM\PersistentCollection {#1639 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1647 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1640 …}
  +badges: Doctrine\ORM\PersistentCollection {#1648 …}
  +children: []
  -id: 31840
  -titleTs: "'account':3 'bug':1 'unremov':2"
  -bodyTs: "'account':8,54,60,80,125,133 'ad':79 'add':52 'address':67 'anyon':157 'broken':99 'chang':63 'connect':44,141 'cooki':36 'current':123 'delet':34 'desktop':40 'els':158 'email':66 'error':104,110 'feddit.uk':68,116 'fine':82 'forget':142 'get':38,102,152 'gotten':5 'instanc':22 'issu':27 'look':70 'me@email.domain':115 'name':61 'newli':78 'pc':30 'point':58 'pop':105 'problem':163 'remov':20 'retain':121 'rid':153 'run':159 'save':7 'say':109 'second':88 'see':148 'seem':2,119 'select':124 'server':25 'side':26 'sign':137 'sinc':72,126 'site':41 'stuck':87 'suggest':165 'switch':13,96,113,130 'symbol':76 'therefor':16 'tri':94 'two':75 'unabl':111 'version':89,100 'way':150 'weird':71 'work':43,47,81 'wouldn':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705744942
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6900289"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705713942 {#1609
    date: 2024-01-20 02:25: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
91 DENIED edit
App\Entity\Entry {#1606
  +user: Proxies\__CG__\App\Entity\User {#1614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1612 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Bug-Unremovable-account"
  +title: "[Bug] Unremovable account"
  +url: null
  +body: """
    I seem to have gotten a saved account that can’t be switched to and therefore can’t be removed.\n
    \n
    My instance had some server side issues and on PC I had to delete my cookies to get the desktop site to work. Connect wouldn’t work and I had to add the account again. At some point the account name has changed to my email address @feddit.uk, which looks weird since it has two @ symbols. The newly added account works fine, but there’s this stuck second version of it.\n
    \n
    When I try to switch to the broken version I get an error pop up that just says “Error: unable to switch to ‘me@email.domain@feddit.uk’” and it seems to retain the currently selected account.\n
    \n
    Since I can’t switch to that account, I can’t sign out to have Connect forget it. So I don’t see a way to get rid of it.\n
    \n
    Has anyone else run into the same problem? Any suggestions?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729010616 {#1610
    date: 2024-10-15 18:43:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@feddit"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1615 …}
  +votes: Doctrine\ORM\PersistentCollection {#1752 …}
  +reports: Doctrine\ORM\PersistentCollection {#1639 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1647 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1640 …}
  +badges: Doctrine\ORM\PersistentCollection {#1648 …}
  +children: []
  -id: 31840
  -titleTs: "'account':3 'bug':1 'unremov':2"
  -bodyTs: "'account':8,54,60,80,125,133 'ad':79 'add':52 'address':67 'anyon':157 'broken':99 'chang':63 'connect':44,141 'cooki':36 'current':123 'delet':34 'desktop':40 'els':158 'email':66 'error':104,110 'feddit.uk':68,116 'fine':82 'forget':142 'get':38,102,152 'gotten':5 'instanc':22 'issu':27 'look':70 'me@email.domain':115 'name':61 'newli':78 'pc':30 'point':58 'pop':105 'problem':163 'remov':20 'retain':121 'rid':153 'run':159 'save':7 'say':109 'second':88 'see':148 'seem':2,119 'select':124 'server':25 'side':26 'sign':137 'sinc':72,126 'site':41 'stuck':87 'suggest':165 'switch':13,96,113,130 'symbol':76 'therefor':16 'tri':94 'two':75 'unabl':111 'version':89,100 'way':150 'weird':71 'work':43,47,81 'wouldn':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705744942
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6900289"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705713942 {#1609
    date: 2024-01-20 02:25: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
92 DENIED moderate
App\Entity\Entry {#1606
  +user: Proxies\__CG__\App\Entity\User {#1614 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1612 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Bug-Unremovable-account"
  +title: "[Bug] Unremovable account"
  +url: null
  +body: """
    I seem to have gotten a saved account that can’t be switched to and therefore can’t be removed.\n
    \n
    My instance had some server side issues and on PC I had to delete my cookies to get the desktop site to work. Connect wouldn’t work and I had to add the account again. At some point the account name has changed to my email address @feddit.uk, which looks weird since it has two @ symbols. The newly added account works fine, but there’s this stuck second version of it.\n
    \n
    When I try to switch to the broken version I get an error pop up that just says “Error: unable to switch to ‘me@email.domain@feddit.uk’” and it seems to retain the currently selected account.\n
    \n
    Since I can’t switch to that account, I can’t sign out to have Connect forget it. So I don’t see a way to get rid of it.\n
    \n
    Has anyone else run into the same problem? Any suggestions?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729010616 {#1610
    date: 2024-10-15 18:43:36.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@feddit"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#1615 …}
  +votes: Doctrine\ORM\PersistentCollection {#1752 …}
  +reports: Doctrine\ORM\PersistentCollection {#1639 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1647 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1640 …}
  +badges: Doctrine\ORM\PersistentCollection {#1648 …}
  +children: []
  -id: 31840
  -titleTs: "'account':3 'bug':1 'unremov':2"
  -bodyTs: "'account':8,54,60,80,125,133 'ad':79 'add':52 'address':67 'anyon':157 'broken':99 'chang':63 'connect':44,141 'cooki':36 'current':123 'delet':34 'desktop':40 'els':158 'email':66 'error':104,110 'feddit.uk':68,116 'fine':82 'forget':142 'get':38,102,152 'gotten':5 'instanc':22 'issu':27 'look':70 'me@email.domain':115 'name':61 'newli':78 'pc':30 'point':58 'pop':105 'problem':163 'remov':20 'retain':121 'rid':153 'run':159 'save':7 'say':109 'second':88 'see':148 'seem':2,119 'select':124 'server':25 'side':26 'sign':137 'sinc':72,126 'site':41 'stuck':87 'suggest':165 'switch':13,96,113,130 'symbol':76 'therefor':16 'tri':94 'two':75 'unabl':111 'version':89,100 'way':150 'weird':71 'work':43,47,81 'wouldn':45"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705744942
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/6900289"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705713942 {#1609
    date: 2024-01-20 02:25: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
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 {#1676
  +user: Proxies\__CG__\App\Entity\User {#1672 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "When-is-the-next-Lemmy-Place-event"
  +title: "When is the next Lemmy Place event?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727262871 {#1675
    date: 2024-09-25 13:14:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 31838
  -titleTs: "'event':7 'lemmi':5 'next':4 'place':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705788668
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10931271"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705712168 {#1674
    date: 2024-01-20 01:56:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\Entry {#1676
  +user: Proxies\__CG__\App\Entity\User {#1672 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "When-is-the-next-Lemmy-Place-event"
  +title: "When is the next Lemmy Place event?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727262871 {#1675
    date: 2024-09-25 13:14:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 31838
  -titleTs: "'event':7 'lemmi':5 'next':4 'place':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705788668
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10931271"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705712168 {#1674
    date: 2024-01-20 01:56:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\Entry {#1676
  +user: Proxies\__CG__\App\Entity\User {#1672 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1920 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "When-is-the-next-Lemmy-Place-event"
  +title: "When is the next Lemmy Place event?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727262871 {#1675
    date: 2024-09-25 13:14:31.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1673 …}
  +votes: Doctrine\ORM\PersistentCollection {#1678 …}
  +reports: Doctrine\ORM\PersistentCollection {#1670 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1667 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1671 …}
  +badges: Doctrine\ORM\PersistentCollection {#1650 …}
  +children: []
  -id: 31838
  -titleTs: "'event':7 'lemmi':5 'next':4 'place':6"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705788668
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10931271"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705712168 {#1674
    date: 2024-01-20 01:56:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Do-the-Lenovo-P500-P510-support-TFX-PSUs"
  +title: "Do the Lenovo P500/P510 support TFX PSUs?"
  +url: null
  +body: """
    Hi community,\n
    \n
    I’ve been looking at the older Lenovo P310/P500/P510 workstations as an alternative to Dell optiplexes on the used market. What I’m worried about is the PSU specifications required for the P500/P510 - do these support TFX PSUs? Can someone confirm?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705710545 {#1652
    date: 2024-01-20 01:29:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1653 …}
  +votes: Doctrine\ORM\PersistentCollection {#1661 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  +badges: Doctrine\ORM\PersistentCollection {#1593 …}
  +children: []
  -id: 31836
  -titleTs: "'lenovo':3 'p500/p510':4 'psus':7 'support':5 'tfx':6"
  -bodyTs: "'altern':15 'communiti':2 'confirm':43 'dell':17 'hi':1 'lenovo':10 'look':6 'm':25 'market':22 'older':9 'optiplex':18 'p310/p500/p510':11 'p500/p510':35 'psu':30 'psus':40 'requir':32 'someon':42 'specif':31 'support':38 'tfx':39 'thank':44 'use':21 've':4 'workstat':12 'worri':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719545
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10930586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705710545 {#1655
    date: 2024-01-20 01:29: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
99 DENIED edit
App\Entity\Entry {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Do-the-Lenovo-P500-P510-support-TFX-PSUs"
  +title: "Do the Lenovo P500/P510 support TFX PSUs?"
  +url: null
  +body: """
    Hi community,\n
    \n
    I’ve been looking at the older Lenovo P310/P500/P510 workstations as an alternative to Dell optiplexes on the used market. What I’m worried about is the PSU specifications required for the P500/P510 - do these support TFX PSUs? Can someone confirm?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705710545 {#1652
    date: 2024-01-20 01:29:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1653 …}
  +votes: Doctrine\ORM\PersistentCollection {#1661 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  +badges: Doctrine\ORM\PersistentCollection {#1593 …}
  +children: []
  -id: 31836
  -titleTs: "'lenovo':3 'p500/p510':4 'psus':7 'support':5 'tfx':6"
  -bodyTs: "'altern':15 'communiti':2 'confirm':43 'dell':17 'hi':1 'lenovo':10 'look':6 'm':25 'market':22 'older':9 'optiplex':18 'p310/p500/p510':11 'p500/p510':35 'psu':30 'psus':40 'requir':32 'someon':42 'specif':31 'support':38 'tfx':39 'thank':44 'use':21 've':4 'workstat':12 'worri':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719545
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10930586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705710545 {#1655
    date: 2024-01-20 01:29: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
100 DENIED moderate
App\Entity\Entry {#1649
  +user: Proxies\__CG__\App\Entity\User {#1651 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#261 …}
  +slug: "Do-the-Lenovo-P500-P510-support-TFX-PSUs"
  +title: "Do the Lenovo P500/P510 support TFX PSUs?"
  +url: null
  +body: """
    Hi community,\n
    \n
    I’ve been looking at the older Lenovo P310/P500/P510 workstations as an alternative to Dell optiplexes on the used market. What I’m worried about is the PSU specifications required for the P500/P510 - do these support TFX PSUs? Can someone confirm?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705710545 {#1652
    date: 2024-01-20 01:29:05.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1653 …}
  +votes: Doctrine\ORM\PersistentCollection {#1661 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1552 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1592 …}
  +badges: Doctrine\ORM\PersistentCollection {#1593 …}
  +children: []
  -id: 31836
  -titleTs: "'lenovo':3 'p500/p510':4 'psus':7 'support':5 'tfx':6"
  -bodyTs: "'altern':15 'communiti':2 'confirm':43 'dell':17 'hi':1 'lenovo':10 'look':6 'm':25 'market':22 'older':9 'optiplex':18 'p310/p500/p510':11 'p500/p510':35 'psu':30 'psus':40 'requir':32 'someon':42 'specif':31 'support':38 'tfx':39 'thank':44 'use':21 've':4 'workstat':12 'worri':26"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705719545
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10930586"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705710545 {#1655
    date: 2024-01-20 01:29: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