GET https://kbin.spritesserver.nl/d/kbin.spritesserver.nl/active/%E2%88%9E/all?p=22

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.14 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.03 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 {#1387
  +user: Proxies\__CG__\App\Entity\User {#2429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "SOLVED-How-to-customize-dead-keys-under-Wayland-Electron-apps"
  +title: "[SOLVED] How to customize dead keys under Wayland / Electron apps?"
  +url: null
  +body: """
    EDIT: Solved! Check [this](https://lemmy.world/comment/6777373) comment!\n
    \n
    I use a keyboard with an american layout. I find it much better for coding and actually love this keyboard to pieces. However, I still need to write in portuguese.\n
    \n
    The dead keys in Microsoft Windows worked perfectly for me but the Linux ones do not. Some characters are not available and are replaced by characters that don’t exist in the portuguese language.\n
    \n
    In X11 I fixed this by using an `.XCompose` file with the keybinds just like in Windows. [Source here](https://github.com/cedricroijakkers/linux-windows-deadkeys), it works perfectly.\n
    \n
    In Wayland, the `.XCompose` file works for pretty much all apps. Firefox is fine, kitty is fine, Vivaldi is fine. Unfortunately electron apps with the `–ozone-platform-hint=wayland` ignores the `.XCompose` file and I get the default keybinds. Since I own an nvidia card I really need these flags, otherwise the electron apps will aggressively flicker and/or eat letters while I’m typing.\n
    \n
    I’ve searched far and wide, there are several open bugs in chromium, electron and wayland repositories. Everyone seems to be pointing fingers at each other for years and no workaround to make `.XCompose` work seems to be available.\n
    \n
    I’m wondering if there is an alternative way to customize the dead keys under Wayland. Thanks in advance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725829297 {#1878
    date: 2024-09-08 23:01:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1865 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1521 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1537 …}
  +badges: Doctrine\ORM\PersistentCollection {#1515 …}
  +children: []
  -id: 30905
  -titleTs: "'app':10 'custom':4 'dead':5 'electron':9 'key':6 'solv':1 'wayland':8"
  -bodyTs: "'/cedricroijakkers/linux-windows-deadkeys),':94 '/comment/6777373)':7 'actual':25 'advanc':220 'aggress':154 'altern':209 'american':15 'and/or':156 'app':108,120,152 'avail':59,201 'better':21 'bug':173 'card':143 'charact':56,64 'check':3 'chromium':175 'code':23 'comment':8 'custom':212 'dead':40,214 'default':136 'eat':157 'edit':1 'electron':119,151,176 'everyon':180 'exist':68 'far':166 'file':82,102,131 'find':18 'fine':111,114,117 'finger':185 'firefox':109 'fix':76 'flag':148 'flicker':155 'get':134 'github.com':93 'github.com/cedricroijakkers/linux-windows-deadkeys),':92 'hint':126 'howev':31 'ignor':128 'key':41,215 'keybind':85,137 'keyboard':12,28 'kitti':112 'languag':72 'layout':16 'lemmy.world':6 'lemmy.world/comment/6777373)':5 'letter':158 'like':87 'linux':51 'love':26 'm':161,203 'make':195 'microsoft':43 'much':20,106 'need':34,146 'nvidia':142 'one':52 'open':172 'otherwis':149 'ozon':124 'ozone-platform-hint':123 'perfect':46,97 'piec':30 'platform':125 'point':184 'portugues':38,71 'pretti':105 'realli':145 'replac':62 'repositori':179 'search':165 'seem':181,198 'sever':171 'sinc':138 'solv':2 'sourc':90 'still':33 'thank':218 'type':162 'unfortun':118 'use':10,79 've':164 'vivaldi':115 'way':210 'wayland':99,127,178,217 'wide':168 'window':44,89 'wonder':204 'work':45,96,103,197 'workaround':193 'write':36 'x11':74 'xcompos':81,101,130,196 'year':190"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705489747
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10777592"
  +editedAt: DateTimeImmutable @1725831288 {#1887
    date: 2024-09-08 23:34:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705403347 {#1924
    date: 2024-01-16 12:09: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
3 DENIED edit
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#2429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "SOLVED-How-to-customize-dead-keys-under-Wayland-Electron-apps"
  +title: "[SOLVED] How to customize dead keys under Wayland / Electron apps?"
  +url: null
  +body: """
    EDIT: Solved! Check [this](https://lemmy.world/comment/6777373) comment!\n
    \n
    I use a keyboard with an american layout. I find it much better for coding and actually love this keyboard to pieces. However, I still need to write in portuguese.\n
    \n
    The dead keys in Microsoft Windows worked perfectly for me but the Linux ones do not. Some characters are not available and are replaced by characters that don’t exist in the portuguese language.\n
    \n
    In X11 I fixed this by using an `.XCompose` file with the keybinds just like in Windows. [Source here](https://github.com/cedricroijakkers/linux-windows-deadkeys), it works perfectly.\n
    \n
    In Wayland, the `.XCompose` file works for pretty much all apps. Firefox is fine, kitty is fine, Vivaldi is fine. Unfortunately electron apps with the `–ozone-platform-hint=wayland` ignores the `.XCompose` file and I get the default keybinds. Since I own an nvidia card I really need these flags, otherwise the electron apps will aggressively flicker and/or eat letters while I’m typing.\n
    \n
    I’ve searched far and wide, there are several open bugs in chromium, electron and wayland repositories. Everyone seems to be pointing fingers at each other for years and no workaround to make `.XCompose` work seems to be available.\n
    \n
    I’m wondering if there is an alternative way to customize the dead keys under Wayland. Thanks in advance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725829297 {#1878
    date: 2024-09-08 23:01:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1865 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1521 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1537 …}
  +badges: Doctrine\ORM\PersistentCollection {#1515 …}
  +children: []
  -id: 30905
  -titleTs: "'app':10 'custom':4 'dead':5 'electron':9 'key':6 'solv':1 'wayland':8"
  -bodyTs: "'/cedricroijakkers/linux-windows-deadkeys),':94 '/comment/6777373)':7 'actual':25 'advanc':220 'aggress':154 'altern':209 'american':15 'and/or':156 'app':108,120,152 'avail':59,201 'better':21 'bug':173 'card':143 'charact':56,64 'check':3 'chromium':175 'code':23 'comment':8 'custom':212 'dead':40,214 'default':136 'eat':157 'edit':1 'electron':119,151,176 'everyon':180 'exist':68 'far':166 'file':82,102,131 'find':18 'fine':111,114,117 'finger':185 'firefox':109 'fix':76 'flag':148 'flicker':155 'get':134 'github.com':93 'github.com/cedricroijakkers/linux-windows-deadkeys),':92 'hint':126 'howev':31 'ignor':128 'key':41,215 'keybind':85,137 'keyboard':12,28 'kitti':112 'languag':72 'layout':16 'lemmy.world':6 'lemmy.world/comment/6777373)':5 'letter':158 'like':87 'linux':51 'love':26 'm':161,203 'make':195 'microsoft':43 'much':20,106 'need':34,146 'nvidia':142 'one':52 'open':172 'otherwis':149 'ozon':124 'ozone-platform-hint':123 'perfect':46,97 'piec':30 'platform':125 'point':184 'portugues':38,71 'pretti':105 'realli':145 'replac':62 'repositori':179 'search':165 'seem':181,198 'sever':171 'sinc':138 'solv':2 'sourc':90 'still':33 'thank':218 'type':162 'unfortun':118 'use':10,79 've':164 'vivaldi':115 'way':210 'wayland':99,127,178,217 'wide':168 'window':44,89 'wonder':204 'work':45,96,103,197 'workaround':193 'write':36 'x11':74 'xcompos':81,101,130,196 'year':190"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705489747
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10777592"
  +editedAt: DateTimeImmutable @1725831288 {#1887
    date: 2024-09-08 23:34:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705403347 {#1924
    date: 2024-01-16 12:09: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
4 DENIED moderate
App\Entity\Entry {#1387
  +user: Proxies\__CG__\App\Entity\User {#2429 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "SOLVED-How-to-customize-dead-keys-under-Wayland-Electron-apps"
  +title: "[SOLVED] How to customize dead keys under Wayland / Electron apps?"
  +url: null
  +body: """
    EDIT: Solved! Check [this](https://lemmy.world/comment/6777373) comment!\n
    \n
    I use a keyboard with an american layout. I find it much better for coding and actually love this keyboard to pieces. However, I still need to write in portuguese.\n
    \n
    The dead keys in Microsoft Windows worked perfectly for me but the Linux ones do not. Some characters are not available and are replaced by characters that don’t exist in the portuguese language.\n
    \n
    In X11 I fixed this by using an `.XCompose` file with the keybinds just like in Windows. [Source here](https://github.com/cedricroijakkers/linux-windows-deadkeys), it works perfectly.\n
    \n
    In Wayland, the `.XCompose` file works for pretty much all apps. Firefox is fine, kitty is fine, Vivaldi is fine. Unfortunately electron apps with the `–ozone-platform-hint=wayland` ignores the `.XCompose` file and I get the default keybinds. Since I own an nvidia card I really need these flags, otherwise the electron apps will aggressively flicker and/or eat letters while I’m typing.\n
    \n
    I’ve searched far and wide, there are several open bugs in chromium, electron and wayland repositories. Everyone seems to be pointing fingers at each other for years and no workaround to make `.XCompose` work seems to be available.\n
    \n
    I’m wondering if there is an alternative way to customize the dead keys under Wayland. Thanks in advance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 30
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725829297 {#1878
    date: 2024-09-08 23:01:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1865 …}
  +votes: Doctrine\ORM\PersistentCollection {#1400 …}
  +reports: Doctrine\ORM\PersistentCollection {#2489 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1521 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1537 …}
  +badges: Doctrine\ORM\PersistentCollection {#1515 …}
  +children: []
  -id: 30905
  -titleTs: "'app':10 'custom':4 'dead':5 'electron':9 'key':6 'solv':1 'wayland':8"
  -bodyTs: "'/cedricroijakkers/linux-windows-deadkeys),':94 '/comment/6777373)':7 'actual':25 'advanc':220 'aggress':154 'altern':209 'american':15 'and/or':156 'app':108,120,152 'avail':59,201 'better':21 'bug':173 'card':143 'charact':56,64 'check':3 'chromium':175 'code':23 'comment':8 'custom':212 'dead':40,214 'default':136 'eat':157 'edit':1 'electron':119,151,176 'everyon':180 'exist':68 'far':166 'file':82,102,131 'find':18 'fine':111,114,117 'finger':185 'firefox':109 'fix':76 'flag':148 'flicker':155 'get':134 'github.com':93 'github.com/cedricroijakkers/linux-windows-deadkeys),':92 'hint':126 'howev':31 'ignor':128 'key':41,215 'keybind':85,137 'keyboard':12,28 'kitti':112 'languag':72 'layout':16 'lemmy.world':6 'lemmy.world/comment/6777373)':5 'letter':158 'like':87 'linux':51 'love':26 'm':161,203 'make':195 'microsoft':43 'much':20,106 'need':34,146 'nvidia':142 'one':52 'open':172 'otherwis':149 'ozon':124 'ozone-platform-hint':123 'perfect':46,97 'piec':30 'platform':125 'point':184 'portugues':38,71 'pretti':105 'realli':145 'replac':62 'repositori':179 'search':165 'seem':181,198 'sever':171 'sinc':138 'solv':2 'sourc':90 'still':33 'thank':218 'type':162 'unfortun':118 'use':10,79 've':164 'vivaldi':115 'way':210 'wayland':99,127,178,217 'wide':168 'window':44,89 'wonder':204 'work':45,96,103,197 'workaround':193 'write':36 'x11':74 'xcompos':81,101,130,196 'year':190"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705489747
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10777592"
  +editedAt: DateTimeImmutable @1725831288 {#1887
    date: 2024-09-08 23:34:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705403347 {#1924
    date: 2024-01-16 12:09: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
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 {#1631
  +user: Proxies\__CG__\App\Entity\User {#1623 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Reolink-camera-app-capturing-your-clipboard-contents"
  +title: "Reolink camera app capturing your clipboard contents"
  +url: null
  +body: """
    PSA: It seems the latest version of the Reolink Android app (v4.43.0.5.20240111) is capturing the phone’s clipboard when first opened, and again whenever the clipboard contents change and the app is brought into the foreground.\n
    \n
    GrapheneOS reports, “Reolink pasted from your clipboard”. I don’t recall seeing this message on older versions of the software.\n
    \n
    While network-accessible camera software has always posed a privacy risk, this is particularly concerning behaviour.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725811417 {#1530
    date: 2024-09-08 18:03:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1517 …}
  +votes: Doctrine\ORM\PersistentCollection {#1712 …}
  +reports: Doctrine\ORM\PersistentCollection {#1706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1657 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1745 …}
  +badges: Doctrine\ORM\PersistentCollection {#1738 …}
  +children: []
  -id: 30975
  -titleTs: "'app':3 'camera':2 'captur':4 'clipboard':6 'content':7 'reolink':1"
  -bodyTs: "'access':60 'alway':64 'android':10 'app':11,31 'behaviour':73 'brought':33 'camera':61 'captur':14 'chang':28 'clipboard':18,26,43 'concern':72 'content':27 'first':20 'foreground':36 'grapheneo':37 'latest':5 'messag':50 'network':59 'network-access':58 'older':52 'open':21 'particular':71 'past':40 'phone':16 'pose':65 'privaci':67 'psa':1 'recal':47 'reolink':9,39 'report':38 'risk':68 'see':48 'seem':3 'softwar':56,62 'v4.43.0.5.20240111':12 'version':6,53 'whenev':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705509460
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13420770"
  +editedAt: DateTimeImmutable @1724958392 {#1539
    date: 2024-08-29 21:06:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705423060 {#1632
    date: 2024-01-16 17:37:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\Entry {#1631
  +user: Proxies\__CG__\App\Entity\User {#1623 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Reolink-camera-app-capturing-your-clipboard-contents"
  +title: "Reolink camera app capturing your clipboard contents"
  +url: null
  +body: """
    PSA: It seems the latest version of the Reolink Android app (v4.43.0.5.20240111) is capturing the phone’s clipboard when first opened, and again whenever the clipboard contents change and the app is brought into the foreground.\n
    \n
    GrapheneOS reports, “Reolink pasted from your clipboard”. I don’t recall seeing this message on older versions of the software.\n
    \n
    While network-accessible camera software has always posed a privacy risk, this is particularly concerning behaviour.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725811417 {#1530
    date: 2024-09-08 18:03:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1517 …}
  +votes: Doctrine\ORM\PersistentCollection {#1712 …}
  +reports: Doctrine\ORM\PersistentCollection {#1706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1657 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1745 …}
  +badges: Doctrine\ORM\PersistentCollection {#1738 …}
  +children: []
  -id: 30975
  -titleTs: "'app':3 'camera':2 'captur':4 'clipboard':6 'content':7 'reolink':1"
  -bodyTs: "'access':60 'alway':64 'android':10 'app':11,31 'behaviour':73 'brought':33 'camera':61 'captur':14 'chang':28 'clipboard':18,26,43 'concern':72 'content':27 'first':20 'foreground':36 'grapheneo':37 'latest':5 'messag':50 'network':59 'network-access':58 'older':52 'open':21 'particular':71 'past':40 'phone':16 'pose':65 'privaci':67 'psa':1 'recal':47 'reolink':9,39 'report':38 'risk':68 'see':48 'seem':3 'softwar':56,62 'v4.43.0.5.20240111':12 'version':6,53 'whenev':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705509460
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13420770"
  +editedAt: DateTimeImmutable @1724958392 {#1539
    date: 2024-08-29 21:06:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705423060 {#1632
    date: 2024-01-16 17:37:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\Entry {#1631
  +user: Proxies\__CG__\App\Entity\User {#1623 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Reolink-camera-app-capturing-your-clipboard-contents"
  +title: "Reolink camera app capturing your clipboard contents"
  +url: null
  +body: """
    PSA: It seems the latest version of the Reolink Android app (v4.43.0.5.20240111) is capturing the phone’s clipboard when first opened, and again whenever the clipboard contents change and the app is brought into the foreground.\n
    \n
    GrapheneOS reports, “Reolink pasted from your clipboard”. I don’t recall seeing this message on older versions of the software.\n
    \n
    While network-accessible camera software has always posed a privacy risk, this is particularly concerning behaviour.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725811417 {#1530
    date: 2024-09-08 18:03:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1517 …}
  +votes: Doctrine\ORM\PersistentCollection {#1712 …}
  +reports: Doctrine\ORM\PersistentCollection {#1706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1657 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1745 …}
  +badges: Doctrine\ORM\PersistentCollection {#1738 …}
  +children: []
  -id: 30975
  -titleTs: "'app':3 'camera':2 'captur':4 'clipboard':6 'content':7 'reolink':1"
  -bodyTs: "'access':60 'alway':64 'android':10 'app':11,31 'behaviour':73 'brought':33 'camera':61 'captur':14 'chang':28 'clipboard':18,26,43 'concern':72 'content':27 'first':20 'foreground':36 'grapheneo':37 'latest':5 'messag':50 'network':59 'network-access':58 'older':52 'open':21 'particular':71 'past':40 'phone':16 'pose':65 'privaci':67 'psa':1 'recal':47 'reolink':9,39 'report':38 'risk':68 'see':48 'seem':3 'softwar':56,62 'v4.43.0.5.20240111':12 'version':6,53 'whenev':24"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705509460
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13420770"
  +editedAt: DateTimeImmutable @1724958392 {#1539
    date: 2024-08-29 21:06:32.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705423060 {#1632
    date: 2024-01-16 17:37:40.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1750
  +user: Proxies\__CG__\App\Entity\User {#1748 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1468 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "I-broke-nextcloud-and-i-cant-fix-it"
  +title: "I broke nextcloud and i cant fix it"
  +url: null
  +body: "I managed to install and set up nextcloud snap on my ubuntu server a couple months ago. I haven’t used it since and now I tried to log in to it but I forgot the username and password. I tried uninstalling and reinstalling the snap to reset the data but i couldn’t access the web page. I couldn’t find anything online. Any suggestions?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725796487 {#1746
    date: 2024-09-08 13:54:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1474 …}
  +votes: Doctrine\ORM\PersistentCollection {#1471 …}
  +reports: Doctrine\ORM\PersistentCollection {#1470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1473 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1483 …}
  +badges: Doctrine\ORM\PersistentCollection {#1484 …}
  +children: []
  -id: 31122
  -titleTs: "'broke':2 'cant':6 'fix':7 'nextcloud':3"
  -bodyTs: "'access':55 'ago':17 'anyth':63 'couldn':53,60 'coupl':15 'data':50 'find':62 'forgot':35 'haven':19 'instal':4 'log':29 'manag':2 'month':16 'nextcloud':8 'onlin':64 'page':58 'password':39 'reinstal':44 'reset':48 'server':13 'set':6 'sinc':23 'snap':9,46 'suggest':66 'tri':27,41 'ubuntu':12 'uninstal':42 'use':21 'usernam':37 'web':57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705538031
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8529320"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705460531 {#1749
    date: 2024-01-17 04:02:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\Entry {#1750
  +user: Proxies\__CG__\App\Entity\User {#1748 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1468 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "I-broke-nextcloud-and-i-cant-fix-it"
  +title: "I broke nextcloud and i cant fix it"
  +url: null
  +body: "I managed to install and set up nextcloud snap on my ubuntu server a couple months ago. I haven’t used it since and now I tried to log in to it but I forgot the username and password. I tried uninstalling and reinstalling the snap to reset the data but i couldn’t access the web page. I couldn’t find anything online. Any suggestions?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725796487 {#1746
    date: 2024-09-08 13:54:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1474 …}
  +votes: Doctrine\ORM\PersistentCollection {#1471 …}
  +reports: Doctrine\ORM\PersistentCollection {#1470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1473 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1483 …}
  +badges: Doctrine\ORM\PersistentCollection {#1484 …}
  +children: []
  -id: 31122
  -titleTs: "'broke':2 'cant':6 'fix':7 'nextcloud':3"
  -bodyTs: "'access':55 'ago':17 'anyth':63 'couldn':53,60 'coupl':15 'data':50 'find':62 'forgot':35 'haven':19 'instal':4 'log':29 'manag':2 'month':16 'nextcloud':8 'onlin':64 'page':58 'password':39 'reinstal':44 'reset':48 'server':13 'set':6 'sinc':23 'snap':9,46 'suggest':66 'tri':27,41 'ubuntu':12 'uninstal':42 'use':21 'usernam':37 'web':57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705538031
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8529320"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705460531 {#1749
    date: 2024-01-17 04:02:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\Entry {#1750
  +user: Proxies\__CG__\App\Entity\User {#1748 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1468 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "I-broke-nextcloud-and-i-cant-fix-it"
  +title: "I broke nextcloud and i cant fix it"
  +url: null
  +body: "I managed to install and set up nextcloud snap on my ubuntu server a couple months ago. I haven’t used it since and now I tried to log in to it but I forgot the username and password. I tried uninstalling and reinstalling the snap to reset the data but i couldn’t access the web page. I couldn’t find anything online. Any suggestions?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725796487 {#1746
    date: 2024-09-08 13:54:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1474 …}
  +votes: Doctrine\ORM\PersistentCollection {#1471 …}
  +reports: Doctrine\ORM\PersistentCollection {#1470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1473 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1483 …}
  +badges: Doctrine\ORM\PersistentCollection {#1484 …}
  +children: []
  -id: 31122
  -titleTs: "'broke':2 'cant':6 'fix':7 'nextcloud':3"
  -bodyTs: "'access':55 'ago':17 'anyth':63 'couldn':53,60 'coupl':15 'data':50 'find':62 'forgot':35 'haven':19 'instal':4 'log':29 'manag':2 'month':16 'nextcloud':8 'onlin':64 'page':58 'password':39 'reinstal':44 'reset':48 'server':13 'set':6 'sinc':23 'snap':9,46 'suggest':66 'tri':27,41 'ubuntu':12 'uninstal':42 'use':21 'usernam':37 'web':57"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705538031
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8529320"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705460531 {#1749
    date: 2024-01-17 04:02:11.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "People-with-Disney-how-s-the-movie-selection"
  +title: "People with Disney+, how's the movie selection?"
  +url: null
  +body: "A lot of people think it only has Disney kids movies, but it has 21st century Fox so how’s the library?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725718911 {#1488
    date: 2024-09-07 16:21:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +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: 31026
  -titleTs: "'disney':3 'movi':7 'peopl':1 'select':8"
  -bodyTs: "'21st':15 'centuri':16 'disney':9 'fox':17 'kid':10 'librari':22 'lot':2 'movi':11 'peopl':4 'think':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705520972
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10796762"
  +editedAt: DateTimeImmutable @1725126334 {#1487
    date: 2024-08-31 19:45:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705434572 {#1485
    date: 2024-01-16 20:49: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
15 DENIED edit
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "People-with-Disney-how-s-the-movie-selection"
  +title: "People with Disney+, how's the movie selection?"
  +url: null
  +body: "A lot of people think it only has Disney kids movies, but it has 21st century Fox so how’s the library?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725718911 {#1488
    date: 2024-09-07 16:21:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +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: 31026
  -titleTs: "'disney':3 'movi':7 'peopl':1 'select':8"
  -bodyTs: "'21st':15 'centuri':16 'disney':9 'fox':17 'kid':10 'librari':22 'lot':2 'movi':11 'peopl':4 'think':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705520972
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10796762"
  +editedAt: DateTimeImmutable @1725126334 {#1487
    date: 2024-08-31 19:45:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705434572 {#1485
    date: 2024-01-16 20:49: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
16 DENIED moderate
App\Entity\Entry {#1489
  +user: Proxies\__CG__\App\Entity\User {#1496 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "People-with-Disney-how-s-the-movie-selection"
  +title: "People with Disney+, how's the movie selection?"
  +url: null
  +body: "A lot of people think it only has Disney kids movies, but it has 21st century Fox so how’s the library?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 37
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725718911 {#1488
    date: 2024-09-07 16:21:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +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: 31026
  -titleTs: "'disney':3 'movi':7 'peopl':1 'select':8"
  -bodyTs: "'21st':15 'centuri':16 'disney':9 'fox':17 'kid':10 'librari':22 'lot':2 'movi':11 'peopl':4 'think':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705520972
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10796762"
  +editedAt: DateTimeImmutable @1725126334 {#1487
    date: 2024-08-31 19:45:34.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705434572 {#1485
    date: 2024-01-16 20:49: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
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 {#1763
  +user: Proxies\__CG__\App\Entity\User {#1756 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "How-did-Francis-E-Dec-die"
  +title: "How did Francis E. Dec die?"
  +url: null
  +body: """
    Unhinged conspiracy theorist Francis E. Dec, who essentially originated the concept of gangstalking and targeted individuals and gained notoriety for ranting about his theories of the “Gangster Computer God”, passed away 15 days after his 70th birthday. But how did he die?\n
    \n
    “Age 70 - According to Dec, the critical age at which the Computer God has determined that all people should either be “dead or useless”. Presumably this policy would only apply to the plebian masses and not to the Playboy scum-on-top. Should you be “lucky” enough to live to age 70 and be rendered useless, you can also expect to have many diseases, a raspy, aged voice and a wrinkled ugly gargoylic clown-booze face with bulldog hanging cheeks and jowls.”\n
    \n
    Did he kill himself after he turned 70 or was it just a coincidence?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725672155 {#1760
    date: 2024-09-07 03:22:35.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: 31157
  -titleTs: "'dec':5 'die':6 'e':4 'franci':3"
  -bodyTs: "'15':32 '70':44,95,134 '70th':36 'accord':45 'age':43,50,94,110 'also':102 'appli':72 'away':31 'birthday':37 'booz':119 'bulldog':122 'cheek':124 'clown':118 'clown-booz':117 'coincid':140 'comput':28,54 'concept':11 'conspiraci':2 'critic':49 'day':33 'dead':64 'dec':6,47 'determin':57 'die':42 'diseas':107 'e':5 'either':62 'enough':90 'essenti':8 'expect':103 'face':120 'franci':4 'gain':18 'gangstalk':13 'gangster':27 'gargoyl':116 'god':29,55 'hang':123 'individu':16 'jowl':126 'kill':129 'live':92 'lucki':89 'mani':106 'mass':76 'notorieti':19 'origin':9 'pass':30 'peopl':60 'playboy':81 'plebian':75 'polici':69 'presum':67 'rant':21 'raspi':109 'render':98 'scum':83 'scum-on-top':82 'target':15 'theori':24 'theorist':3 'top':85 'turn':133 'ugli':115 'unhing':1 'useless':66,99 'voic':111 'would':70 'wrinkl':114"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705510277
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10816972"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705479277 {#1757
    date: 2024-01-17 09:14:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\Entry {#1763
  +user: Proxies\__CG__\App\Entity\User {#1756 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "How-did-Francis-E-Dec-die"
  +title: "How did Francis E. Dec die?"
  +url: null
  +body: """
    Unhinged conspiracy theorist Francis E. Dec, who essentially originated the concept of gangstalking and targeted individuals and gained notoriety for ranting about his theories of the “Gangster Computer God”, passed away 15 days after his 70th birthday. But how did he die?\n
    \n
    “Age 70 - According to Dec, the critical age at which the Computer God has determined that all people should either be “dead or useless”. Presumably this policy would only apply to the plebian masses and not to the Playboy scum-on-top. Should you be “lucky” enough to live to age 70 and be rendered useless, you can also expect to have many diseases, a raspy, aged voice and a wrinkled ugly gargoylic clown-booze face with bulldog hanging cheeks and jowls.”\n
    \n
    Did he kill himself after he turned 70 or was it just a coincidence?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725672155 {#1760
    date: 2024-09-07 03:22:35.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: 31157
  -titleTs: "'dec':5 'die':6 'e':4 'franci':3"
  -bodyTs: "'15':32 '70':44,95,134 '70th':36 'accord':45 'age':43,50,94,110 'also':102 'appli':72 'away':31 'birthday':37 'booz':119 'bulldog':122 'cheek':124 'clown':118 'clown-booz':117 'coincid':140 'comput':28,54 'concept':11 'conspiraci':2 'critic':49 'day':33 'dead':64 'dec':6,47 'determin':57 'die':42 'diseas':107 'e':5 'either':62 'enough':90 'essenti':8 'expect':103 'face':120 'franci':4 'gain':18 'gangstalk':13 'gangster':27 'gargoyl':116 'god':29,55 'hang':123 'individu':16 'jowl':126 'kill':129 'live':92 'lucki':89 'mani':106 'mass':76 'notorieti':19 'origin':9 'pass':30 'peopl':60 'playboy':81 'plebian':75 'polici':69 'presum':67 'rant':21 'raspi':109 'render':98 'scum':83 'scum-on-top':82 'target':15 'theori':24 'theorist':3 'top':85 'turn':133 'ugli':115 'unhing':1 'useless':66,99 'voic':111 'would':70 'wrinkl':114"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705510277
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10816972"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705479277 {#1757
    date: 2024-01-17 09:14:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\Entry {#1763
  +user: Proxies\__CG__\App\Entity\User {#1756 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "How-did-Francis-E-Dec-die"
  +title: "How did Francis E. Dec die?"
  +url: null
  +body: """
    Unhinged conspiracy theorist Francis E. Dec, who essentially originated the concept of gangstalking and targeted individuals and gained notoriety for ranting about his theories of the “Gangster Computer God”, passed away 15 days after his 70th birthday. But how did he die?\n
    \n
    “Age 70 - According to Dec, the critical age at which the Computer God has determined that all people should either be “dead or useless”. Presumably this policy would only apply to the plebian masses and not to the Playboy scum-on-top. Should you be “lucky” enough to live to age 70 and be rendered useless, you can also expect to have many diseases, a raspy, aged voice and a wrinkled ugly gargoylic clown-booze face with bulldog hanging cheeks and jowls.”\n
    \n
    Did he kill himself after he turned 70 or was it just a coincidence?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 9
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725672155 {#1760
    date: 2024-09-07 03:22:35.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: 31157
  -titleTs: "'dec':5 'die':6 'e':4 'franci':3"
  -bodyTs: "'15':32 '70':44,95,134 '70th':36 'accord':45 'age':43,50,94,110 'also':102 'appli':72 'away':31 'birthday':37 'booz':119 'bulldog':122 'cheek':124 'clown':118 'clown-booz':117 'coincid':140 'comput':28,54 'concept':11 'conspiraci':2 'critic':49 'day':33 'dead':64 'dec':6,47 'determin':57 'die':42 'diseas':107 'e':5 'either':62 'enough':90 'essenti':8 'expect':103 'face':120 'franci':4 'gain':18 'gangstalk':13 'gangster':27 'gargoyl':116 'god':29,55 'hang':123 'individu':16 'jowl':126 'kill':129 'live':92 'lucki':89 'mani':106 'mass':76 'notorieti':19 'origin':9 'pass':30 'peopl':60 'playboy':81 'plebian':75 'polici':69 'presum':67 'rant':21 'raspi':109 'render':98 'scum':83 'scum-on-top':82 'target':15 'theori':24 'theorist':3 'top':85 'turn':133 'ugli':115 'unhing':1 'useless':66,99 'voic':111 'would':70 'wrinkl':114"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705510277
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10816972"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705479277 {#1757
    date: 2024-01-17 09:14:37.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "When-you-AirPlay-a-show-you-re-streaming-to-your-TV"
  +title: "When you AirPlay a show you're streaming to your TV, does the site send it to your Mac's VPN IP or do they get your own IP from the receiving device?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725607460 {#1775
    date: 2024-09-06 09:24:20.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: 27926
  -titleTs: "'airplay':3 'devic':33 'get':26 'ip':22,29 'mac':19 're':7 'receiv':32 'send':15 'show':5 'site':14 'stream':8 'tv':11 'vpn':21"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704754030
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10440324"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704667630 {#1776
    date: 2024-01-07 23: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
23 DENIED edit
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "When-you-AirPlay-a-show-you-re-streaming-to-your-TV"
  +title: "When you AirPlay a show you're streaming to your TV, does the site send it to your Mac's VPN IP or do they get your own IP from the receiving device?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725607460 {#1775
    date: 2024-09-06 09:24:20.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: 27926
  -titleTs: "'airplay':3 'devic':33 'get':26 'ip':22,29 'mac':19 're':7 'receiv':32 'send':15 'show':5 'site':14 'stream':8 'tv':11 'vpn':21"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704754030
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10440324"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704667630 {#1776
    date: 2024-01-07 23: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
24 DENIED moderate
App\Entity\Entry {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "When-you-AirPlay-a-show-you-re-streaming-to-your-TV"
  +title: "When you AirPlay a show you're streaming to your TV, does the site send it to your Mac's VPN IP or do they get your own IP from the receiving device?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725607460 {#1775
    date: 2024-09-06 09:24:20.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: 27926
  -titleTs: "'airplay':3 'devic':33 'get':26 'ip':22,29 'mac':19 're':7 'receiv':32 'send':15 'show':5 'site':14 'stream':8 'tv':11 'vpn':21"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704754030
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10440324"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704667630 {#1776
    date: 2024-01-07 23: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
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 {#1638
  +user: Proxies\__CG__\App\Entity\User {#1637 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1642 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "anime-at-ani-social-A-Home-for-Anime-News-and-Discussion-on-the"
  +title: "!anime@ani.social - A Home for Anime News and Discussion on the Fediverse"
  +url: null
  +body: """
    Links to the community:\n
    \n
    - [/c/anime@ani.social](/c/anime@ani.social)\n
    - !anime@ani.social\n
    \n
    ---\n
    \n
    This community is not strictly **new** as it has been active for ~3 months now, but with recent events leading to the effective shutdown of the anime community on lemmy.ml, I thought it worthwhile to invite users looking for an alternative to join in the conversation with us.\n
    \n
    The community is open to grizzled anime veterans like myself or completely unfamiliar newbies to the medium. Rules can be found in the sidebar, but essentially boil down to: be civil, keep it sfw, tag your spoilers.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725556850 {#1452
    date: 2024-09-05 19:20:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1644 …}
  +votes: Doctrine\ORM\PersistentCollection {#1622 …}
  +reports: Doctrine\ORM\PersistentCollection {#1627 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1634 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1635 …}
  +badges: Doctrine\ORM\PersistentCollection {#1409 …}
  +children: []
  -id: 30978
  -titleTs: "'anim':5 'anime@ani.social':1 'discuss':8 'fedivers':11 'home':3 'news':6"
  -bodyTs: "'/c/anime':5,7 '3':22 'activ':20 'altern':50 'ani.social':6,8 'anim':36,64 'anime@ani.social':9 'boil':84 'civil':88 'communiti':4,11,37,59 'complet':69 'convers':55 'effect':32 'essenti':83 'event':28 'found':78 'grizzl':63 'invit':45 'join':52 'keep':89 'lead':29 'lemmy.ml':39 'like':66 'link':1 'look':47 'medium':74 'month':23 'new':15 'newbi':71 'open':61 'recent':27 'rule':75 'sfw':91 'shutdown':33 'sidebar':81 'spoiler':94 'strict':14 'tag':92 'thought':41 'unfamiliar':70 'us':57 'user':46 'veteran':65 'worthwhil':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705496966
  +visibility: "visible             "
  +apId: "https://ani.social/post/1751209"
  +editedAt: DateTimeImmutable @1724975211 {#1445
    date: 2024-08-30 01:46:51.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705423466 {#1465
    date: 2024-01-16 17:44:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\Entry {#1638
  +user: Proxies\__CG__\App\Entity\User {#1637 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1642 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "anime-at-ani-social-A-Home-for-Anime-News-and-Discussion-on-the"
  +title: "!anime@ani.social - A Home for Anime News and Discussion on the Fediverse"
  +url: null
  +body: """
    Links to the community:\n
    \n
    - [/c/anime@ani.social](/c/anime@ani.social)\n
    - !anime@ani.social\n
    \n
    ---\n
    \n
    This community is not strictly **new** as it has been active for ~3 months now, but with recent events leading to the effective shutdown of the anime community on lemmy.ml, I thought it worthwhile to invite users looking for an alternative to join in the conversation with us.\n
    \n
    The community is open to grizzled anime veterans like myself or completely unfamiliar newbies to the medium. Rules can be found in the sidebar, but essentially boil down to: be civil, keep it sfw, tag your spoilers.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725556850 {#1452
    date: 2024-09-05 19:20:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1644 …}
  +votes: Doctrine\ORM\PersistentCollection {#1622 …}
  +reports: Doctrine\ORM\PersistentCollection {#1627 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1634 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1635 …}
  +badges: Doctrine\ORM\PersistentCollection {#1409 …}
  +children: []
  -id: 30978
  -titleTs: "'anim':5 'anime@ani.social':1 'discuss':8 'fedivers':11 'home':3 'news':6"
  -bodyTs: "'/c/anime':5,7 '3':22 'activ':20 'altern':50 'ani.social':6,8 'anim':36,64 'anime@ani.social':9 'boil':84 'civil':88 'communiti':4,11,37,59 'complet':69 'convers':55 'effect':32 'essenti':83 'event':28 'found':78 'grizzl':63 'invit':45 'join':52 'keep':89 'lead':29 'lemmy.ml':39 'like':66 'link':1 'look':47 'medium':74 'month':23 'new':15 'newbi':71 'open':61 'recent':27 'rule':75 'sfw':91 'shutdown':33 'sidebar':81 'spoiler':94 'strict':14 'tag':92 'thought':41 'unfamiliar':70 'us':57 'user':46 'veteran':65 'worthwhil':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705496966
  +visibility: "visible             "
  +apId: "https://ani.social/post/1751209"
  +editedAt: DateTimeImmutable @1724975211 {#1445
    date: 2024-08-30 01:46:51.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705423466 {#1465
    date: 2024-01-16 17:44:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\Entry {#1638
  +user: Proxies\__CG__\App\Entity\User {#1637 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1642 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "anime-at-ani-social-A-Home-for-Anime-News-and-Discussion-on-the"
  +title: "!anime@ani.social - A Home for Anime News and Discussion on the Fediverse"
  +url: null
  +body: """
    Links to the community:\n
    \n
    - [/c/anime@ani.social](/c/anime@ani.social)\n
    - !anime@ani.social\n
    \n
    ---\n
    \n
    This community is not strictly **new** as it has been active for ~3 months now, but with recent events leading to the effective shutdown of the anime community on lemmy.ml, I thought it worthwhile to invite users looking for an alternative to join in the conversation with us.\n
    \n
    The community is open to grizzled anime veterans like myself or completely unfamiliar newbies to the medium. Rules can be found in the sidebar, but essentially boil down to: be civil, keep it sfw, tag your spoilers.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725556850 {#1452
    date: 2024-09-05 19:20:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1644 …}
  +votes: Doctrine\ORM\PersistentCollection {#1622 …}
  +reports: Doctrine\ORM\PersistentCollection {#1627 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1634 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1635 …}
  +badges: Doctrine\ORM\PersistentCollection {#1409 …}
  +children: []
  -id: 30978
  -titleTs: "'anim':5 'anime@ani.social':1 'discuss':8 'fedivers':11 'home':3 'news':6"
  -bodyTs: "'/c/anime':5,7 '3':22 'activ':20 'altern':50 'ani.social':6,8 'anim':36,64 'anime@ani.social':9 'boil':84 'civil':88 'communiti':4,11,37,59 'complet':69 'convers':55 'effect':32 'essenti':83 'event':28 'found':78 'grizzl':63 'invit':45 'join':52 'keep':89 'lead':29 'lemmy.ml':39 'like':66 'link':1 'look':47 'medium':74 'month':23 'new':15 'newbi':71 'open':61 'recent':27 'rule':75 'sfw':91 'shutdown':33 'sidebar':81 'spoiler':94 'strict':14 'tag':92 'thought':41 'unfamiliar':70 'us':57 'user':46 'veteran':65 'worthwhil':43"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705496966
  +visibility: "visible             "
  +apId: "https://ani.social/post/1751209"
  +editedAt: DateTimeImmutable @1724975211 {#1445
    date: 2024-08-30 01:46:51.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705423466 {#1465
    date: 2024-01-16 17:44:26.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1446
  +user: Proxies\__CG__\App\Entity\User {#1447 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Looking-for-help-with-de-DRMing-an-eBook-from-yuzu-reader"
  +title: "Looking for help with de-DRMing an eBook from yuzu reader"
  +url: null
  +body: """
    Just bought an “enhanced eBook”, accessible only through Yuzu (Barnes and Noble’s site) and I would love to rip it to PDF and get it on libgen. Does anyone have any advice or tutorial for this?\n
    \n
    I don’t have much experience with writing scripts but I understand I could use python to screenshot and append all 800+ pages as well. Looking for how to do this if it’s what I have to do.\n
    \n
    Thanks, and happy to provide more relevant info if needed!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725555558 {#1449
    date: 2024-09-05 18:59:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1423 …}
  +votes: Doctrine\ORM\PersistentCollection {#1415 …}
  +reports: Doctrine\ORM\PersistentCollection {#1426 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1413 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1414 …}
  +badges: Doctrine\ORM\PersistentCollection {#1412 …}
  +children: []
  -id: 31118
  -titleTs: "'de':6 'de-drm':5 'drming':7 'ebook':9 'help':3 'look':1 'reader':12 'yuzu':11"
  -bodyTs: "'800':59 'access':6 'advic':33 'anyon':30 'append':57 'barn':10 'bought':2 'could':51 'ebook':5 'enhanc':4 'experi':43 'get':25 'happi':79 'info':84 'libgen':28 'look':63 'love':18 'much':42 'need':86 'nobl':12 'page':60 'pdf':23 'provid':81 'python':53 'relev':83 'rip':20 'screenshot':55 'script':46 'site':14 'thank':77 'tutori':35 'understand':49 'use':52 'well':62 'would':17 'write':45 'yuzu':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705543833
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12486824"
  +editedAt: DateTimeImmutable @1725419066 {#1421
    date: 2024-09-04 05:04:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705457433 {#1422
    date: 2024-01-17 03:10:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#1446
  +user: Proxies\__CG__\App\Entity\User {#1447 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Looking-for-help-with-de-DRMing-an-eBook-from-yuzu-reader"
  +title: "Looking for help with de-DRMing an eBook from yuzu reader"
  +url: null
  +body: """
    Just bought an “enhanced eBook”, accessible only through Yuzu (Barnes and Noble’s site) and I would love to rip it to PDF and get it on libgen. Does anyone have any advice or tutorial for this?\n
    \n
    I don’t have much experience with writing scripts but I understand I could use python to screenshot and append all 800+ pages as well. Looking for how to do this if it’s what I have to do.\n
    \n
    Thanks, and happy to provide more relevant info if needed!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725555558 {#1449
    date: 2024-09-05 18:59:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1423 …}
  +votes: Doctrine\ORM\PersistentCollection {#1415 …}
  +reports: Doctrine\ORM\PersistentCollection {#1426 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1413 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1414 …}
  +badges: Doctrine\ORM\PersistentCollection {#1412 …}
  +children: []
  -id: 31118
  -titleTs: "'de':6 'de-drm':5 'drming':7 'ebook':9 'help':3 'look':1 'reader':12 'yuzu':11"
  -bodyTs: "'800':59 'access':6 'advic':33 'anyon':30 'append':57 'barn':10 'bought':2 'could':51 'ebook':5 'enhanc':4 'experi':43 'get':25 'happi':79 'info':84 'libgen':28 'look':63 'love':18 'much':42 'need':86 'nobl':12 'page':60 'pdf':23 'provid':81 'python':53 'relev':83 'rip':20 'screenshot':55 'script':46 'site':14 'thank':77 'tutori':35 'understand':49 'use':52 'well':62 'would':17 'write':45 'yuzu':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705543833
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12486824"
  +editedAt: DateTimeImmutable @1725419066 {#1421
    date: 2024-09-04 05:04:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705457433 {#1422
    date: 2024-01-17 03:10:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#1446
  +user: Proxies\__CG__\App\Entity\User {#1447 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Looking-for-help-with-de-DRMing-an-eBook-from-yuzu-reader"
  +title: "Looking for help with de-DRMing an eBook from yuzu reader"
  +url: null
  +body: """
    Just bought an “enhanced eBook”, accessible only through Yuzu (Barnes and Noble’s site) and I would love to rip it to PDF and get it on libgen. Does anyone have any advice or tutorial for this?\n
    \n
    I don’t have much experience with writing scripts but I understand I could use python to screenshot and append all 800+ pages as well. Looking for how to do this if it’s what I have to do.\n
    \n
    Thanks, and happy to provide more relevant info if needed!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 69
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725555558 {#1449
    date: 2024-09-05 18:59:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1423 …}
  +votes: Doctrine\ORM\PersistentCollection {#1415 …}
  +reports: Doctrine\ORM\PersistentCollection {#1426 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1413 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1414 …}
  +badges: Doctrine\ORM\PersistentCollection {#1412 …}
  +children: []
  -id: 31118
  -titleTs: "'de':6 'de-drm':5 'drming':7 'ebook':9 'help':3 'look':1 'reader':12 'yuzu':11"
  -bodyTs: "'800':59 'access':6 'advic':33 'anyon':30 'append':57 'barn':10 'bought':2 'could':51 'ebook':5 'enhanc':4 'experi':43 'get':25 'happi':79 'info':84 'libgen':28 'look':63 'love':18 'much':42 'need':86 'nobl':12 'page':60 'pdf':23 'provid':81 'python':53 'relev':83 'rip':20 'screenshot':55 'script':46 'site':14 'thank':77 'tutori':35 'understand':49 'use':52 'well':62 'would':17 'write':45 'yuzu':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705543833
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12486824"
  +editedAt: DateTimeImmutable @1725419066 {#1421
    date: 2024-09-04 05:04:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705457433 {#1422
    date: 2024-01-17 03:10:33.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1419
  +user: Proxies\__CG__\App\Entity\User {#1425 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1416 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Is-everything-alright-for-slrpnk-net"
  +title: "Is everything alright for slrpnk.net?"
  +url: null
  +body: "My main Lemmy account is on there and when I usually go to connect these last days, I’ve only hit error 401’s, is there anything I didn’t see while not being accessing Lemmy?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725532583 {#1443
    date: 2024-09-05 12:36:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1427 …}
  +votes: Doctrine\ORM\PersistentCollection {#1454 …}
  +reports: Doctrine\ORM\PersistentCollection {#1462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1457 …}
  +badges: Doctrine\ORM\PersistentCollection {#1453 …}
  +children: []
  -id: 30834
  -titleTs: "'alright':3 'everyth':2 'slrpnk.net':5"
  -bodyTs: "'401':23 'access':35 'account':4 'anyth':27 'connect':14 'day':17 'didn':29 'error':22 'go':12 'hit':21 'last':16 'lemmi':3,36 'main':2 'see':31 'usual':11 've':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705451379
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10765821"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705372379 {#1418
    date: 2024-01-16 03:32:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\Entry {#1419
  +user: Proxies\__CG__\App\Entity\User {#1425 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1416 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Is-everything-alright-for-slrpnk-net"
  +title: "Is everything alright for slrpnk.net?"
  +url: null
  +body: "My main Lemmy account is on there and when I usually go to connect these last days, I’ve only hit error 401’s, is there anything I didn’t see while not being accessing Lemmy?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725532583 {#1443
    date: 2024-09-05 12:36:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1427 …}
  +votes: Doctrine\ORM\PersistentCollection {#1454 …}
  +reports: Doctrine\ORM\PersistentCollection {#1462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1457 …}
  +badges: Doctrine\ORM\PersistentCollection {#1453 …}
  +children: []
  -id: 30834
  -titleTs: "'alright':3 'everyth':2 'slrpnk.net':5"
  -bodyTs: "'401':23 'access':35 'account':4 'anyth':27 'connect':14 'day':17 'didn':29 'error':22 'go':12 'hit':21 'last':16 'lemmi':3,36 'main':2 'see':31 'usual':11 've':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705451379
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10765821"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705372379 {#1418
    date: 2024-01-16 03:32:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\Entry {#1419
  +user: Proxies\__CG__\App\Entity\User {#1425 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1416 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Is-everything-alright-for-slrpnk-net"
  +title: "Is everything alright for slrpnk.net?"
  +url: null
  +body: "My main Lemmy account is on there and when I usually go to connect these last days, I’ve only hit error 401’s, is there anything I didn’t see while not being accessing Lemmy?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725532583 {#1443
    date: 2024-09-05 12:36:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1427 …}
  +votes: Doctrine\ORM\PersistentCollection {#1454 …}
  +reports: Doctrine\ORM\PersistentCollection {#1462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1464 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1457 …}
  +badges: Doctrine\ORM\PersistentCollection {#1453 …}
  +children: []
  -id: 30834
  -titleTs: "'alright':3 'everyth':2 'slrpnk.net':5"
  -bodyTs: "'401':23 'access':35 'account':4 'anyth':27 'connect':14 'day':17 'didn':29 'error':22 'go':12 'hit':21 'last':16 'lemmi':3,36 'main':2 'see':31 'usual':11 've':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705451379
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10765821"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705372379 {#1418
    date: 2024-01-16 03:32:59.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1432
  +user: Proxies\__CG__\App\Entity\User {#1439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Best-GPT"
  +title: "Best GPT"
  +url: null
  +body: "which GPT ai you like using and for which purposes?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725502909 {#1458
    date: 2024-09-05 04:21:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1433 …}
  +votes: Doctrine\ORM\PersistentCollection {#1436 …}
  +reports: Doctrine\ORM\PersistentCollection {#1435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1434 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1440 …}
  +badges: Doctrine\ORM\PersistentCollection {#1429 …}
  +children: []
  -id: 31040
  -titleTs: "'best':1 'gpt':2"
  -bodyTs: "'ai':3 'gpt':2 'like':5 'purpos':10 'use':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705524666
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10798537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705438266 {#1459
    date: 2024-01-16 21:51: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
39 DENIED edit
App\Entity\Entry {#1432
  +user: Proxies\__CG__\App\Entity\User {#1439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Best-GPT"
  +title: "Best GPT"
  +url: null
  +body: "which GPT ai you like using and for which purposes?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725502909 {#1458
    date: 2024-09-05 04:21:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1433 …}
  +votes: Doctrine\ORM\PersistentCollection {#1436 …}
  +reports: Doctrine\ORM\PersistentCollection {#1435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1434 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1440 …}
  +badges: Doctrine\ORM\PersistentCollection {#1429 …}
  +children: []
  -id: 31040
  -titleTs: "'best':1 'gpt':2"
  -bodyTs: "'ai':3 'gpt':2 'like':5 'purpos':10 'use':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705524666
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10798537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705438266 {#1459
    date: 2024-01-16 21:51: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
40 DENIED moderate
App\Entity\Entry {#1432
  +user: Proxies\__CG__\App\Entity\User {#1439 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Best-GPT"
  +title: "Best GPT"
  +url: null
  +body: "which GPT ai you like using and for which purposes?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725502909 {#1458
    date: 2024-09-05 04:21:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1433 …}
  +votes: Doctrine\ORM\PersistentCollection {#1436 …}
  +reports: Doctrine\ORM\PersistentCollection {#1435 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1434 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1440 …}
  +badges: Doctrine\ORM\PersistentCollection {#1429 …}
  +children: []
  -id: 31040
  -titleTs: "'best':1 'gpt':2"
  -bodyTs: "'ai':3 'gpt':2 'like':5 'purpos':10 'use':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705524666
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10798537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705438266 {#1459
    date: 2024-01-16 21:51: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
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 {#1700
  +user: Proxies\__CG__\App\Entity\User {#1693 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Can-anyone-else-feel-sensations-in-their-brain"
  +title: "Can anyone else feel sensations in their brain?"
  +url: null
  +body: "Last time I checked there aren’t nerve endings in our brain, so it should be impossible to feel sensations in my brain. However, at random times during my life, like seeing the plot twist in Fight Club for example, I’ve felt feelings in my brain. I just felt it again now while doing some intense introspection, and I just wanted to see if anyone else has this happen?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725495335 {#1694
    date: 2024-09-05 02:15:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1697 …}
  +votes: Doctrine\ORM\PersistentCollection {#1690 …}
  +reports: Doctrine\ORM\PersistentCollection {#1696 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1595 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1609 …}
  +badges: Doctrine\ORM\PersistentCollection {#1614 …}
  +children: []
  -id: 19829
  -titleTs: "'anyon':2 'brain':8 'els':3 'feel':4 'sensat':5"
  -bodyTs: "'anyon':66 'aren':6 'brain':12,23,47 'check':4 'club':38 'els':67 'end':9 'exampl':40 'feel':19,44 'felt':43,50 'fight':37 'happen':70 'howev':24 'imposs':17 'intens':57 'introspect':58 'last':1 'life':30 'like':31 'nerv':8 'plot':34 'random':26 'see':32,64 'sensat':20 'time':2,27 'twist':35 've':42 'want':62"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701724364
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9101786"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701637964 {#1703
    date: 2023-12-03 22:12:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1700
  +user: Proxies\__CG__\App\Entity\User {#1693 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Can-anyone-else-feel-sensations-in-their-brain"
  +title: "Can anyone else feel sensations in their brain?"
  +url: null
  +body: "Last time I checked there aren’t nerve endings in our brain, so it should be impossible to feel sensations in my brain. However, at random times during my life, like seeing the plot twist in Fight Club for example, I’ve felt feelings in my brain. I just felt it again now while doing some intense introspection, and I just wanted to see if anyone else has this happen?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725495335 {#1694
    date: 2024-09-05 02:15:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1697 …}
  +votes: Doctrine\ORM\PersistentCollection {#1690 …}
  +reports: Doctrine\ORM\PersistentCollection {#1696 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1595 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1609 …}
  +badges: Doctrine\ORM\PersistentCollection {#1614 …}
  +children: []
  -id: 19829
  -titleTs: "'anyon':2 'brain':8 'els':3 'feel':4 'sensat':5"
  -bodyTs: "'anyon':66 'aren':6 'brain':12,23,47 'check':4 'club':38 'els':67 'end':9 'exampl':40 'feel':19,44 'felt':43,50 'fight':37 'happen':70 'howev':24 'imposs':17 'intens':57 'introspect':58 'last':1 'life':30 'like':31 'nerv':8 'plot':34 'random':26 'see':32,64 'sensat':20 'time':2,27 'twist':35 've':42 'want':62"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701724364
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9101786"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701637964 {#1703
    date: 2023-12-03 22:12:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1700
  +user: Proxies\__CG__\App\Entity\User {#1693 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Can-anyone-else-feel-sensations-in-their-brain"
  +title: "Can anyone else feel sensations in their brain?"
  +url: null
  +body: "Last time I checked there aren’t nerve endings in our brain, so it should be impossible to feel sensations in my brain. However, at random times during my life, like seeing the plot twist in Fight Club for example, I’ve felt feelings in my brain. I just felt it again now while doing some intense introspection, and I just wanted to see if anyone else has this happen?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 70
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725495335 {#1694
    date: 2024-09-05 02:15:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1697 …}
  +votes: Doctrine\ORM\PersistentCollection {#1690 …}
  +reports: Doctrine\ORM\PersistentCollection {#1696 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1595 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1609 …}
  +badges: Doctrine\ORM\PersistentCollection {#1614 …}
  +children: []
  -id: 19829
  -titleTs: "'anyon':2 'brain':8 'els':3 'feel':4 'sensat':5"
  -bodyTs: "'anyon':66 'aren':6 'brain':12,23,47 'check':4 'club':38 'els':67 'end':9 'exampl':40 'feel':19,44 'felt':43,50 'fight':37 'happen':70 'howev':24 'imposs':17 'intens':57 'introspect':58 'last':1 'life':30 'like':31 'nerv':8 'plot':34 'random':26 'see':32,64 'sensat':20 'time':2,27 'twist':35 've':42 'want':62"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701724364
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9101786"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701637964 {#1703
    date: 2023-12-03 22:12:44.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1646 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
  +title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
  +url: null
  +body: """
    cross-posted from: [lemmy.world/post/10796117](https://lemmy.world/post/10796117)\n
    \n
    > [Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
    > \n
    > (Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
    > \n
    > About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725491091 {#1615
    date: 2024-09-05 01:04:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1647 …}
  +votes: Doctrine\ORM\PersistentCollection {#1640 …}
  +reports: Doctrine\ORM\PersistentCollection {#1648 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1675 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1676 …}
  +badges: Doctrine\ORM\PersistentCollection {#1673 …}
  +children: []
  -id: 31030
  -titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
  -bodyTs: "'/en/packages/org.fossify.calendar/)':32 '/en/packages/org.fossify.filemanager/)(fork':22 '/en/packages/org.fossify.gallery/)':12 '/fossifyorg):':64 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':59 '/post/10796117](https://lemmy.world/post/10796117)':7 'acquir':51 'ad':77 'ad-fre':76 'adwar':55 'alternativeto.net':58 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':57 'app':80 'avail':39 'back':71 'bring':99 'calendar':29,36 'communiti':70 'community-back':69 'compani':56 'continu':96 'cross':2 'cross-post':1 'download':41 'droid':45 'everyon':105 'f':44 'f-droid':43 'f-droid.org':11,21,31 'f-droid.org/en/packages/org.fossify.calendar/)':30 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':20 'f-droid.org/en/packages/org.fossify.gallery/)':10 'file':18,25 'fork':13,33,82 'fossifi':8,17,28,61,65 'free':78 'galleri':9,16 'github.com':63 'github.com/fossifyorg):':62 'isra':54 'legaci':98 'lemmy.world':6 'lemmy.world/post/10796117](https://lemmy.world/post/10796117)':5 'longer':89 'maintain':90 'manag':19,26 'mobil':47,79 'open':73 'open-sourc':72 'post':3 'privat':102 're':93 'simpl':15,24,35,46,100 'simplemobiletool':85 'sourc':74 'suit':49 'tech':103 'tool':48"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705520968
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10796761"
  +editedAt: DateTimeImmutable @1725146033 {#1743
    date: 2024-09-01 01:13:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705434568 {#1752
    date: 2024-01-16 20:49:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1646 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
  +title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
  +url: null
  +body: """
    cross-posted from: [lemmy.world/post/10796117](https://lemmy.world/post/10796117)\n
    \n
    > [Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
    > \n
    > (Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
    > \n
    > About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725491091 {#1615
    date: 2024-09-05 01:04:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1647 …}
  +votes: Doctrine\ORM\PersistentCollection {#1640 …}
  +reports: Doctrine\ORM\PersistentCollection {#1648 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1675 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1676 …}
  +badges: Doctrine\ORM\PersistentCollection {#1673 …}
  +children: []
  -id: 31030
  -titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
  -bodyTs: "'/en/packages/org.fossify.calendar/)':32 '/en/packages/org.fossify.filemanager/)(fork':22 '/en/packages/org.fossify.gallery/)':12 '/fossifyorg):':64 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':59 '/post/10796117](https://lemmy.world/post/10796117)':7 'acquir':51 'ad':77 'ad-fre':76 'adwar':55 'alternativeto.net':58 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':57 'app':80 'avail':39 'back':71 'bring':99 'calendar':29,36 'communiti':70 'community-back':69 'compani':56 'continu':96 'cross':2 'cross-post':1 'download':41 'droid':45 'everyon':105 'f':44 'f-droid':43 'f-droid.org':11,21,31 'f-droid.org/en/packages/org.fossify.calendar/)':30 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':20 'f-droid.org/en/packages/org.fossify.gallery/)':10 'file':18,25 'fork':13,33,82 'fossifi':8,17,28,61,65 'free':78 'galleri':9,16 'github.com':63 'github.com/fossifyorg):':62 'isra':54 'legaci':98 'lemmy.world':6 'lemmy.world/post/10796117](https://lemmy.world/post/10796117)':5 'longer':89 'maintain':90 'manag':19,26 'mobil':47,79 'open':73 'open-sourc':72 'post':3 'privat':102 're':93 'simpl':15,24,35,46,100 'simplemobiletool':85 'sourc':74 'suit':49 'tech':103 'tool':48"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705520968
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10796761"
  +editedAt: DateTimeImmutable @1725146033 {#1743
    date: 2024-09-01 01:13:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705434568 {#1752
    date: 2024-01-16 20:49:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\Entry {#1744
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1646 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
  +title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
  +url: null
  +body: """
    cross-posted from: [lemmy.world/post/10796117](https://lemmy.world/post/10796117)\n
    \n
    > [Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
    > \n
    > (Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
    > \n
    > About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 85
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725491091 {#1615
    date: 2024-09-05 01:04:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1647 …}
  +votes: Doctrine\ORM\PersistentCollection {#1640 …}
  +reports: Doctrine\ORM\PersistentCollection {#1648 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1675 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1676 …}
  +badges: Doctrine\ORM\PersistentCollection {#1673 …}
  +children: []
  -id: 31030
  -titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
  -bodyTs: "'/en/packages/org.fossify.calendar/)':32 '/en/packages/org.fossify.filemanager/)(fork':22 '/en/packages/org.fossify.gallery/)':12 '/fossifyorg):':64 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':59 '/post/10796117](https://lemmy.world/post/10796117)':7 'acquir':51 'ad':77 'ad-fre':76 'adwar':55 'alternativeto.net':58 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':57 'app':80 'avail':39 'back':71 'bring':99 'calendar':29,36 'communiti':70 'community-back':69 'compani':56 'continu':96 'cross':2 'cross-post':1 'download':41 'droid':45 'everyon':105 'f':44 'f-droid':43 'f-droid.org':11,21,31 'f-droid.org/en/packages/org.fossify.calendar/)':30 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':20 'f-droid.org/en/packages/org.fossify.gallery/)':10 'file':18,25 'fork':13,33,82 'fossifi':8,17,28,61,65 'free':78 'galleri':9,16 'github.com':63 'github.com/fossifyorg):':62 'isra':54 'legaci':98 'lemmy.world':6 'lemmy.world/post/10796117](https://lemmy.world/post/10796117)':5 'longer':89 'maintain':90 'manag':19,26 'mobil':47,79 'open':73 'open-sourc':72 'post':3 'privat':102 're':93 'simpl':15,24,35,46,100 'simplemobiletool':85 'sourc':74 'suit':49 'tech':103 'tool':48"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705520968
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10796761"
  +editedAt: DateTimeImmutable @1725146033 {#1743
    date: 2024-09-01 01:13:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705434568 {#1752
    date: 2024-01-16 20:49:28.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1670
  +user: Proxies\__CG__\App\Entity\User {#1666 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "I-just-deleted-my-entire-library-and-redownloaded-it"
  +title: "I just deleted my entire library and redownloaded it."
  +url: null
  +body: "A lot of my files were shitty 480p versions of movies from the Napster days. Now they’re all 1080p, with a few 720p exceptions (mainly tv series episodes). All in all 500 something files in total. Now just watching uTorrent slowly download them all. Hopefully my VPN keeps the eyes off of me…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 114
  +favouriteCount: 262
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725490804 {#1678
    date: 2024-09-05 01:00:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1671 …}
  +reports: Doctrine\ORM\PersistentCollection {#1650 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1652 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1649 …}
  +badges: Doctrine\ORM\PersistentCollection {#1653 …}
  +children: []
  -id: 19878
  -titleTs: "'delet':3 'entir':5 'librari':6 'redownload':8"
  -bodyTs: "'1080p':20 '480p':8 '500':33 '720p':24 'day':15 'download':43 'episod':29 'except':25 'eye':51 'file':5,35 'hope':46 'keep':49 'lot':2 'main':26 'movi':11 'napster':14 're':18 'seri':28 'shitti':7 'slowli':42 'someth':34 'total':37 'tv':27 'utorr':41 'version':9 'vpn':48 'watch':40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701739455
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9108810"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701653055 {#1669
    date: 2023-12-04 02:24:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\Entry {#1670
  +user: Proxies\__CG__\App\Entity\User {#1666 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "I-just-deleted-my-entire-library-and-redownloaded-it"
  +title: "I just deleted my entire library and redownloaded it."
  +url: null
  +body: "A lot of my files were shitty 480p versions of movies from the Napster days. Now they’re all 1080p, with a few 720p exceptions (mainly tv series episodes). All in all 500 something files in total. Now just watching uTorrent slowly download them all. Hopefully my VPN keeps the eyes off of me…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 114
  +favouriteCount: 262
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725490804 {#1678
    date: 2024-09-05 01:00:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1671 …}
  +reports: Doctrine\ORM\PersistentCollection {#1650 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1652 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1649 …}
  +badges: Doctrine\ORM\PersistentCollection {#1653 …}
  +children: []
  -id: 19878
  -titleTs: "'delet':3 'entir':5 'librari':6 'redownload':8"
  -bodyTs: "'1080p':20 '480p':8 '500':33 '720p':24 'day':15 'download':43 'episod':29 'except':25 'eye':51 'file':5,35 'hope':46 'keep':49 'lot':2 'main':26 'movi':11 'napster':14 're':18 'seri':28 'shitti':7 'slowli':42 'someth':34 'total':37 'tv':27 'utorr':41 'version':9 'vpn':48 'watch':40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701739455
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9108810"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701653055 {#1669
    date: 2023-12-04 02:24:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\Entry {#1670
  +user: Proxies\__CG__\App\Entity\User {#1666 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "I-just-deleted-my-entire-library-and-redownloaded-it"
  +title: "I just deleted my entire library and redownloaded it."
  +url: null
  +body: "A lot of my files were shitty 480p versions of movies from the Napster days. Now they’re all 1080p, with a few 720p exceptions (mainly tv series episodes). All in all 500 something files in total. Now just watching uTorrent slowly download them all. Hopefully my VPN keeps the eyes off of me…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 114
  +favouriteCount: 262
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725490804 {#1678
    date: 2024-09-05 01:00:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1671 …}
  +reports: Doctrine\ORM\PersistentCollection {#1650 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1652 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1649 …}
  +badges: Doctrine\ORM\PersistentCollection {#1653 …}
  +children: []
  -id: 19878
  -titleTs: "'delet':3 'entir':5 'librari':6 'redownload':8"
  -bodyTs: "'1080p':20 '480p':8 '500':33 '720p':24 'day':15 'download':43 'episod':29 'except':25 'eye':51 'file':5,35 'hope':46 'keep':49 'lot':2 'main':26 'movi':11 'napster':14 're':18 'seri':28 'shitti':7 'slowli':42 'someth':34 'total':37 'tv':27 'utorr':41 'version':9 'vpn':48 'watch':40"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701739455
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9108810"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701653055 {#1669
    date: 2023-12-04 02:24:15.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1663
  +user: Proxies\__CG__\App\Entity\User {#1553 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-is-the-state-of-Multiseat-in-Linux-today"
  +title: "What is the state of Multiseat in Linux today?"
  +url: null
  +body: """
    I currently have a PC running Windows 11 that my S/O and I use multi-seated with Aster Multiseat. However, we’re both equally sick of Windows and are interested in switching to Linux.\n
    \n
    However, all the information that I can find on multiseat in Linux are forum posts and unfinished wiki entries for Ubuntu and Fedora, and they all seem to be from around 2008-2012.\n
    \n
    We’re about to upgrade our PC to support two RTX 3060s and a Ryzen 9 (of course, including the usual two monitors and sets of peripherals).\n
    \n
    Can Linux (preferably Fedora, as it’s my favorite distro so far) easily support multiseating?\n
    \n
    Will there be any performance issues using this method?\n
    \n
    Is it possible to isolate applications per user? (Aster Multiseat doesn’t do this, so sometimes an application can detect another instance on the other user and refuses to start…)\n
    \n
    Thanks in advance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 74
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725453980 {#1661
    date: 2024-09-04 14:46:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1592 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1571 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1577 …}
  +children: []
  -id: 19931
  -titleTs: "'linux':8 'multiseat':6 'state':4 'today':9"
  -bodyTs: "'-2012':68 '11':8 '2008':67 '3060s':80 '9':84 'advanc':152 'anoth':140 'applic':125,137 'around':66 'aster':19,128 'cours':86 'current':2 'detect':139 'distro':105 'doesn':130 'easili':108 'entri':54 'equal':25 'far':107 'favorit':104 'fedora':58,99 'find':43 'forum':49 'howev':21,36 'includ':87 'inform':39 'instanc':141 'interest':31 'isol':124 'issu':116 'linux':35,47,97 'method':119 'monitor':91 'multi':16 'multi-s':15 'multis':110 'multiseat':20,45,129 'pc':5,75 'per':126 'perform':115 'peripher':95 'possibl':122 'post':50 'prefer':98 're':23,70 'refus':147 'rtx':79 'run':6 'ryzen':83 's/o':11 'seat':17 'seem':62 'set':93 'sick':26 'sometim':135 'start':149 'support':77,109 'switch':33 'thank':150 'two':78,90 'ubuntu':56 'unfinish':52 'upgrad':73 'use':14,117 'user':127,145 'usual':89 'wiki':53 'window':7,28"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701765356
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9119429"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701678956 {#1662
    date: 2023-12-04 09:35:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\Entry {#1663
  +user: Proxies\__CG__\App\Entity\User {#1553 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-is-the-state-of-Multiseat-in-Linux-today"
  +title: "What is the state of Multiseat in Linux today?"
  +url: null
  +body: """
    I currently have a PC running Windows 11 that my S/O and I use multi-seated with Aster Multiseat. However, we’re both equally sick of Windows and are interested in switching to Linux.\n
    \n
    However, all the information that I can find on multiseat in Linux are forum posts and unfinished wiki entries for Ubuntu and Fedora, and they all seem to be from around 2008-2012.\n
    \n
    We’re about to upgrade our PC to support two RTX 3060s and a Ryzen 9 (of course, including the usual two monitors and sets of peripherals).\n
    \n
    Can Linux (preferably Fedora, as it’s my favorite distro so far) easily support multiseating?\n
    \n
    Will there be any performance issues using this method?\n
    \n
    Is it possible to isolate applications per user? (Aster Multiseat doesn’t do this, so sometimes an application can detect another instance on the other user and refuses to start…)\n
    \n
    Thanks in advance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 74
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725453980 {#1661
    date: 2024-09-04 14:46:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1592 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1571 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1577 …}
  +children: []
  -id: 19931
  -titleTs: "'linux':8 'multiseat':6 'state':4 'today':9"
  -bodyTs: "'-2012':68 '11':8 '2008':67 '3060s':80 '9':84 'advanc':152 'anoth':140 'applic':125,137 'around':66 'aster':19,128 'cours':86 'current':2 'detect':139 'distro':105 'doesn':130 'easili':108 'entri':54 'equal':25 'far':107 'favorit':104 'fedora':58,99 'find':43 'forum':49 'howev':21,36 'includ':87 'inform':39 'instanc':141 'interest':31 'isol':124 'issu':116 'linux':35,47,97 'method':119 'monitor':91 'multi':16 'multi-s':15 'multis':110 'multiseat':20,45,129 'pc':5,75 'per':126 'perform':115 'peripher':95 'possibl':122 'post':50 'prefer':98 're':23,70 'refus':147 'rtx':79 'run':6 'ryzen':83 's/o':11 'seat':17 'seem':62 'set':93 'sick':26 'sometim':135 'start':149 'support':77,109 'switch':33 'thank':150 'two':78,90 'ubuntu':56 'unfinish':52 'upgrad':73 'use':14,117 'user':127,145 'usual':89 'wiki':53 'window':7,28"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701765356
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9119429"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701678956 {#1662
    date: 2023-12-04 09:35:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\Entry {#1663
  +user: Proxies\__CG__\App\Entity\User {#1553 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1897 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-is-the-state-of-Multiseat-in-Linux-today"
  +title: "What is the state of Multiseat in Linux today?"
  +url: null
  +body: """
    I currently have a PC running Windows 11 that my S/O and I use multi-seated with Aster Multiseat. However, we’re both equally sick of Windows and are interested in switching to Linux.\n
    \n
    However, all the information that I can find on multiseat in Linux are forum posts and unfinished wiki entries for Ubuntu and Fedora, and they all seem to be from around 2008-2012.\n
    \n
    We’re about to upgrade our PC to support two RTX 3060s and a Ryzen 9 (of course, including the usual two monitors and sets of peripherals).\n
    \n
    Can Linux (preferably Fedora, as it’s my favorite distro so far) easily support multiseating?\n
    \n
    Will there be any performance issues using this method?\n
    \n
    Is it possible to isolate applications per user? (Aster Multiseat doesn’t do this, so sometimes an application can detect another instance on the other user and refuses to start…)\n
    \n
    Thanks in advance.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 28
  +favouriteCount: 74
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725453980 {#1661
    date: 2024-09-04 14:46:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1592 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1571 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1577 …}
  +children: []
  -id: 19931
  -titleTs: "'linux':8 'multiseat':6 'state':4 'today':9"
  -bodyTs: "'-2012':68 '11':8 '2008':67 '3060s':80 '9':84 'advanc':152 'anoth':140 'applic':125,137 'around':66 'aster':19,128 'cours':86 'current':2 'detect':139 'distro':105 'doesn':130 'easili':108 'entri':54 'equal':25 'far':107 'favorit':104 'fedora':58,99 'find':43 'forum':49 'howev':21,36 'includ':87 'inform':39 'instanc':141 'interest':31 'isol':124 'issu':116 'linux':35,47,97 'method':119 'monitor':91 'multi':16 'multi-s':15 'multis':110 'multiseat':20,45,129 'pc':5,75 'per':126 'perform':115 'peripher':95 'possibl':122 'post':50 'prefer':98 're':23,70 'refus':147 'rtx':79 'run':6 'ryzen':83 's/o':11 'seat':17 'seem':62 'set':93 'sick':26 'sometim':135 'start':149 'support':77,109 'switch':33 'thank':150 'two':78,90 'ubuntu':56 'unfinish':52 'upgrad':73 'use':14,117 'user':127,145 'usual':89 'wiki':53 'window':7,28"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701765356
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9119429"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701678956 {#1662
    date: 2023-12-04 09:35:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1581
  +user: Proxies\__CG__\App\Entity\User {#1588 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Wireguard-server-recommendations"
  +title: "Wireguard server recommendations"
  +url: null
  +body: "I am looking for some recomandations to add more wireguard servers. Right now I only have a few protonvpn free servers."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725447993 {#1579
    date: 2024-09-04 13:06:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 30651
  -titleTs: "'recommend':3 'server':2 'wireguard':1"
  -bodyTs: "'add':8 'free':20 'look':3 'protonvpn':19 'recomand':6 'right':12 'server':11,21 'wireguard':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705389783
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7194651"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705327283 {#1584
    date: 2024-01-15 15:01:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1581
  +user: Proxies\__CG__\App\Entity\User {#1588 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Wireguard-server-recommendations"
  +title: "Wireguard server recommendations"
  +url: null
  +body: "I am looking for some recomandations to add more wireguard servers. Right now I only have a few protonvpn free servers."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725447993 {#1579
    date: 2024-09-04 13:06:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 30651
  -titleTs: "'recommend':3 'server':2 'wireguard':1"
  -bodyTs: "'add':8 'free':20 'look':3 'protonvpn':19 'recomand':6 'right':12 'server':11,21 'wireguard':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705389783
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7194651"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705327283 {#1584
    date: 2024-01-15 15:01:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1581
  +user: Proxies\__CG__\App\Entity\User {#1588 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Wireguard-server-recommendations"
  +title: "Wireguard server recommendations"
  +url: null
  +body: "I am looking for some recomandations to add more wireguard servers. Right now I only have a few protonvpn free servers."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725447993 {#1579
    date: 2024-09-04 13:06:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1575 …}
  +reports: Doctrine\ORM\PersistentCollection {#1586 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1585 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1551 …}
  +badges: Doctrine\ORM\PersistentCollection {#1560 …}
  +children: []
  -id: 30651
  -titleTs: "'recommend':3 'server':2 'wireguard':1"
  -bodyTs: "'add':8 'free':20 'look':3 'protonvpn':19 'recomand':6 'right':12 'server':11,21 'wireguard':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705389783
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/7194651"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705327283 {#1584
    date: 2024-01-15 15:01:23.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Request-Highlight-New-Comments"
  +title: "Request: Highlight New Comments"
  +url: null
  +body: "As per title… You have a working new comment counter, but unless I’m blind (please show I’m blind), the actual new comments don’t get highlighted when you go into the thread."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725388933 {#1526
    date: 2024-09-03 20:42:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  +badges: Doctrine\ORM\PersistentCollection {#1558 …}
  +children: []
  -id: 28331
  -titleTs: "'comment':4 'highlight':2 'new':3 'request':1"
  -bodyTs: "'actual':22 'blind':15,20 'comment':9,24 'counter':10 'get':27 'go':31 'highlight':28 'm':14,19 'new':8,23 'per':2 'pleas':16 'show':17 'thread':34 'titl':3 'unless':12 'work':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704872052
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10488992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704794552 {#1528
    date: 2024-01-09 11:02: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
63 DENIED edit
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Request-Highlight-New-Comments"
  +title: "Request: Highlight New Comments"
  +url: null
  +body: "As per title… You have a working new comment counter, but unless I’m blind (please show I’m blind), the actual new comments don’t get highlighted when you go into the thread."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725388933 {#1526
    date: 2024-09-03 20:42:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  +badges: Doctrine\ORM\PersistentCollection {#1558 …}
  +children: []
  -id: 28331
  -titleTs: "'comment':4 'highlight':2 'new':3 'request':1"
  -bodyTs: "'actual':22 'blind':15,20 'comment':9,24 'counter':10 'get':27 'go':31 'highlight':28 'm':14,19 'new':8,23 'per':2 'pleas':16 'show':17 'thread':34 'titl':3 'unless':12 'work':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704872052
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10488992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704794552 {#1528
    date: 2024-01-09 11:02: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
64 DENIED moderate
App\Entity\Entry {#1527
  +user: Proxies\__CG__\App\Entity\User {#1561 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1525 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Request-Highlight-New-Comments"
  +title: "Request: Highlight New Comments"
  +url: null
  +body: "As per title… You have a working new comment counter, but unless I’m blind (please show I’m blind), the actual new comments don’t get highlighted when you go into the thread."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 16
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725388933 {#1526
    date: 2024-09-03 20:42:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1567 …}
  +votes: Doctrine\ORM\PersistentCollection {#1559 …}
  +reports: Doctrine\ORM\PersistentCollection {#1564 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1565 …}
  +badges: Doctrine\ORM\PersistentCollection {#1558 …}
  +children: []
  -id: 28331
  -titleTs: "'comment':4 'highlight':2 'new':3 'request':1"
  -bodyTs: "'actual':22 'blind':15,20 'comment':9,24 'counter':10 'get':27 'go':31 'highlight':28 'm':14,19 'new':8,23 'per':2 'pleas':16 'show':17 'thread':34 'titl':3 'unless':12 'work':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704872052
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10488992"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704794552 {#1528
    date: 2024-01-09 11:02: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
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 {#1620
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
  +title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
  +url: null
  +body: """
    [Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
    \n
    (Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
    \n
    About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 141
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725343368 {#1557
    date: 2024-09-03 08:02:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  +badges: Doctrine\ORM\PersistentCollection {#1686 …}
  +children: []
  -id: 31021
  -titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
  -bodyTs: "'/en/packages/org.fossify.calendar/)':25 '/en/packages/org.fossify.filemanager/)(fork':15 '/en/packages/org.fossify.gallery/)':5 '/fossifyorg):':57 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':52 'acquir':44 'ad':70 'ad-fre':69 'adwar':48 'alternativeto.net':51 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':50 'app':73 'avail':32 'back':64 'bring':92 'calendar':22,29 'communiti':63 'community-back':62 'compani':49 'continu':89 'download':34 'droid':38 'everyon':98 'f':37 'f-droid':36 'f-droid.org':4,14,24 'f-droid.org/en/packages/org.fossify.calendar/)':23 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':13 'f-droid.org/en/packages/org.fossify.gallery/)':3 'file':11,18 'fork':6,26,75 'fossifi':1,10,21,54,58 'free':71 'galleri':2,9 'github.com':56 'github.com/fossifyorg):':55 'isra':47 'legaci':91 'longer':82 'maintain':83 'manag':12,19 'mobil':40,72 'open':66 'open-sourc':65 'privat':95 're':86 'simpl':8,17,28,39,93 'simplemobiletool':78 'sourc':67 'suit':42 'tech':96 'tool':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705519574
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10795861"
  +editedAt: DateTimeImmutable @1725142725 {#1555
    date: 2024-09-01 00:18:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705433174 {#1621
    date: 2024-01-16 20:26:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
67 DENIED edit
App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
  +title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
  +url: null
  +body: """
    [Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
    \n
    (Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
    \n
    About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 141
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725343368 {#1557
    date: 2024-09-03 08:02:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  +badges: Doctrine\ORM\PersistentCollection {#1686 …}
  +children: []
  -id: 31021
  -titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
  -bodyTs: "'/en/packages/org.fossify.calendar/)':25 '/en/packages/org.fossify.filemanager/)(fork':15 '/en/packages/org.fossify.gallery/)':5 '/fossifyorg):':57 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':52 'acquir':44 'ad':70 'ad-fre':69 'adwar':48 'alternativeto.net':51 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':50 'app':73 'avail':32 'back':64 'bring':92 'calendar':22,29 'communiti':63 'community-back':62 'compani':49 'continu':89 'download':34 'droid':38 'everyon':98 'f':37 'f-droid':36 'f-droid.org':4,14,24 'f-droid.org/en/packages/org.fossify.calendar/)':23 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':13 'f-droid.org/en/packages/org.fossify.gallery/)':3 'file':11,18 'fork':6,26,75 'fossifi':1,10,21,54,58 'free':71 'galleri':2,9 'github.com':56 'github.com/fossifyorg):':55 'isra':47 'legaci':91 'longer':82 'maintain':83 'manag':12,19 'mobil':40,72 'open':66 'open-sourc':65 'privat':95 're':86 'simpl':8,17,28,39,93 'simplemobiletool':78 'sourc':67 'suit':42 'tech':96 'tool':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705519574
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10795861"
  +editedAt: DateTimeImmutable @1725142725 {#1555
    date: 2024-09-01 00:18:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705433174 {#1621
    date: 2024-01-16 20:26:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
68 DENIED moderate
App\Entity\Entry {#1620
  +user: Proxies\__CG__\App\Entity\User {#1639 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "In-case-you-missed-it-Fossify-A-fork-of-Simple"
  +title: "In case you missed it: Fossify (A fork of Simple Mobile Tools)"
  +url: null
  +body: """
    [Fossify Gallery](https://f-droid.org/en/packages/org.fossify.gallery/) (fork of Simple Gallery), [Fossify File Manager ](https://f-droid.org/en/packages/org.fossify.filemanager/)(fork of Simple File Manager) and [Fossify Calendar](https://f-droid.org/en/packages/org.fossify.calendar/) (fork of Simple Calendar) are now available for download on F-Droid.\n
    \n
    (Simple Mobile Tools suite [was acquired by an Israeli adware company](https://alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))\n
    \n
    About [Fossify](https://github.com/FossifyOrg): Fossify is all about community-backed, open-source, and ad-free mobile apps. A fork of the SimpleMobileTools, which is no longer maintained, and we’re here to continue the legacy, bringing simple and private tech to everyone.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 141
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725343368 {#1557
    date: 2024-09-03 08:02:48.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1613 …}
  +votes: Doctrine\ORM\PersistentCollection {#1596 …}
  +reports: Doctrine\ORM\PersistentCollection {#1702 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1683 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1680 …}
  +badges: Doctrine\ORM\PersistentCollection {#1686 …}
  +children: []
  -id: 31021
  -titleTs: "'case':2 'fork':8 'fossifi':6 'miss':4 'mobil':11 'simpl':10 'tool':12"
  -bodyTs: "'/en/packages/org.fossify.calendar/)':25 '/en/packages/org.fossify.filemanager/)(fork':15 '/en/packages/org.fossify.gallery/)':5 '/fossifyorg):':57 '/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':52 'acquir':44 'ad':70 'ad-fre':69 'adwar':48 'alternativeto.net':51 'alternativeto.net/news/2023/12/simple-mobile-tools-bought-by-zipoapps-sparks-controversy-over-future-of-open-source-apps/))':50 'app':73 'avail':32 'back':64 'bring':92 'calendar':22,29 'communiti':63 'community-back':62 'compani':49 'continu':89 'download':34 'droid':38 'everyon':98 'f':37 'f-droid':36 'f-droid.org':4,14,24 'f-droid.org/en/packages/org.fossify.calendar/)':23 'f-droid.org/en/packages/org.fossify.filemanager/)(fork':13 'f-droid.org/en/packages/org.fossify.gallery/)':3 'file':11,18 'fork':6,26,75 'fossifi':1,10,21,54,58 'free':71 'galleri':2,9 'github.com':56 'github.com/fossifyorg):':55 'isra':47 'legaci':91 'longer':82 'maintain':83 'manag':12,19 'mobil':40,72 'open':66 'open-sourc':65 'privat':95 're':86 'simpl':8,17,28,39,93 'simplemobiletool':78 'sourc':67 'suit':42 'tech':96 'tool':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705519574
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10795861"
  +editedAt: DateTimeImmutable @1725142725 {#1555
    date: 2024-09-01 00:18:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705433174 {#1621
    date: 2024-01-16 20:26:14.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1705
  +user: Proxies\__CG__\App\Entity\User {#1711 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Why-are-there-so-many-apps-that-could-be-websites"
  +title: "Why are there so many apps that could be websites?"
  +url: null
  +body: """
    Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
    \n
    What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
    \n
    (Are there any good reasons for it, too? Security, maybe?)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 467
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725276407 {#1692
    date: 2024-09-02 13:26:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1616 …}
  +votes: Doctrine\ORM\PersistentCollection {#1598 …}
  +reports: Doctrine\ORM\PersistentCollection {#1629 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1626 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1618 …}
  +badges: Doctrine\ORM\PersistentCollection {#1597 …}
  +children: []
  -id: 27438
  -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
  -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704561612
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10354622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704475212 {#1795
    date: 2024-01-05 18:20: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
71 DENIED edit
App\Entity\Entry {#1705
  +user: Proxies\__CG__\App\Entity\User {#1711 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Why-are-there-so-many-apps-that-could-be-websites"
  +title: "Why are there so many apps that could be websites?"
  +url: null
  +body: """
    Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
    \n
    What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
    \n
    (Are there any good reasons for it, too? Security, maybe?)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 467
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725276407 {#1692
    date: 2024-09-02 13:26:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1616 …}
  +votes: Doctrine\ORM\PersistentCollection {#1598 …}
  +reports: Doctrine\ORM\PersistentCollection {#1629 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1626 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1618 …}
  +badges: Doctrine\ORM\PersistentCollection {#1597 …}
  +children: []
  -id: 27438
  -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
  -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704561612
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10354622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704475212 {#1795
    date: 2024-01-05 18:20: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
72 DENIED moderate
App\Entity\Entry {#1705
  +user: Proxies\__CG__\App\Entity\User {#1711 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Why-are-there-so-many-apps-that-could-be-websites"
  +title: "Why are there so many apps that could be websites?"
  +url: null
  +body: """
    Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
    \n
    What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
    \n
    (Are there any good reasons for it, too? Security, maybe?)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 467
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725276407 {#1692
    date: 2024-09-02 13:26:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1616 …}
  +votes: Doctrine\ORM\PersistentCollection {#1598 …}
  +reports: Doctrine\ORM\PersistentCollection {#1629 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1626 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1618 …}
  +badges: Doctrine\ORM\PersistentCollection {#1597 …}
  +children: []
  -id: 27438
  -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
  -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704561612
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10354622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704475212 {#1795
    date: 2024-01-05 18:20: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
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 {#1723
  +user: Proxies\__CG__\App\Entity\User {#1722 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "The-Irish-government-wants-to-pass-a-law-that-could"
  +title: "The Irish government wants to pass a law that could see you or your loved ones jailed for possession of memes, cartoons or any content that could be deemed "hateful"."
  +url: null
  +body: """
    The Bill includes no definition of hate and is wide open to abuse by bad actors. Defend free speech – say no to this legislation, and any legislation of is kind… Anywhere!\n
    \n
    [x.com/FreeSpeechIre/status/1746854766032846910?t=…](https://x.com/FreeSpeechIre/status/1746854766032846910?t=g8nSn9maY3dX0v76oHa9Cg&s=09%5Bhttps://x.com/FreeSpeechIre/status/1746854766032846910?t=g8nSn9maY3dX0v76oHa9Cg&s=09%5D(url))
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 222
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725275391 {#1731
    date: 2024-09-02 13:09:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1721 …}
  +votes: Doctrine\ORM\PersistentCollection {#1728 …}
  +reports: Doctrine\ORM\PersistentCollection {#1730 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1734 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1727 …}
  +badges: Doctrine\ORM\PersistentCollection {#1733 …}
  +children: []
  -id: 30689
  -titleTs: "'cartoon':22 'content':25 'could':10,27 'deem':29 'govern':3 'hate':30 'irish':2 'jail':17 'law':8 'love':15 'meme':21 'one':16 'pass':6 'possess':19 'see':11 'want':4"
  -bodyTs: "'/freespeechire/status/1746854766032846910?t=':34 '/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5bhttps://x.com/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5d(url))':37 'abus':13 'actor':16 'anywher':31 'bad':15 'bill':2 'defend':17 'definit':5 'free':18 'hate':7 'includ':3 'kind':30 'legisl':24,27 'open':11 'say':20 'speech':19 'wide':10 'x.com':33,36 'x.com/freespeechire/status/1746854766032846910?t=':32 'x.com/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5bhttps://x.com/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5d(url))':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705421148
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10581976"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705334748 {#1725
    date: 2024-01-15 17:05: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
75 DENIED edit
App\Entity\Entry {#1723
  +user: Proxies\__CG__\App\Entity\User {#1722 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "The-Irish-government-wants-to-pass-a-law-that-could"
  +title: "The Irish government wants to pass a law that could see you or your loved ones jailed for possession of memes, cartoons or any content that could be deemed "hateful"."
  +url: null
  +body: """
    The Bill includes no definition of hate and is wide open to abuse by bad actors. Defend free speech – say no to this legislation, and any legislation of is kind… Anywhere!\n
    \n
    [x.com/FreeSpeechIre/status/1746854766032846910?t=…](https://x.com/FreeSpeechIre/status/1746854766032846910?t=g8nSn9maY3dX0v76oHa9Cg&s=09%5Bhttps://x.com/FreeSpeechIre/status/1746854766032846910?t=g8nSn9maY3dX0v76oHa9Cg&s=09%5D(url))
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 222
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725275391 {#1731
    date: 2024-09-02 13:09:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1721 …}
  +votes: Doctrine\ORM\PersistentCollection {#1728 …}
  +reports: Doctrine\ORM\PersistentCollection {#1730 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1734 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1727 …}
  +badges: Doctrine\ORM\PersistentCollection {#1733 …}
  +children: []
  -id: 30689
  -titleTs: "'cartoon':22 'content':25 'could':10,27 'deem':29 'govern':3 'hate':30 'irish':2 'jail':17 'law':8 'love':15 'meme':21 'one':16 'pass':6 'possess':19 'see':11 'want':4"
  -bodyTs: "'/freespeechire/status/1746854766032846910?t=':34 '/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5bhttps://x.com/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5d(url))':37 'abus':13 'actor':16 'anywher':31 'bad':15 'bill':2 'defend':17 'definit':5 'free':18 'hate':7 'includ':3 'kind':30 'legisl':24,27 'open':11 'say':20 'speech':19 'wide':10 'x.com':33,36 'x.com/freespeechire/status/1746854766032846910?t=':32 'x.com/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5bhttps://x.com/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5d(url))':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705421148
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10581976"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705334748 {#1725
    date: 2024-01-15 17:05: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
76 DENIED moderate
App\Entity\Entry {#1723
  +user: Proxies\__CG__\App\Entity\User {#1722 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1518 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "The-Irish-government-wants-to-pass-a-law-that-could"
  +title: "The Irish government wants to pass a law that could see you or your loved ones jailed for possession of memes, cartoons or any content that could be deemed "hateful"."
  +url: null
  +body: """
    The Bill includes no definition of hate and is wide open to abuse by bad actors. Defend free speech – say no to this legislation, and any legislation of is kind… Anywhere!\n
    \n
    [x.com/FreeSpeechIre/status/1746854766032846910?t=…](https://x.com/FreeSpeechIre/status/1746854766032846910?t=g8nSn9maY3dX0v76oHa9Cg&s=09%5Bhttps://x.com/FreeSpeechIre/status/1746854766032846910?t=g8nSn9maY3dX0v76oHa9Cg&s=09%5D(url))
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 33
  +favouriteCount: 222
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725275391 {#1731
    date: 2024-09-02 13:09:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1721 …}
  +votes: Doctrine\ORM\PersistentCollection {#1728 …}
  +reports: Doctrine\ORM\PersistentCollection {#1730 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1734 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1727 …}
  +badges: Doctrine\ORM\PersistentCollection {#1733 …}
  +children: []
  -id: 30689
  -titleTs: "'cartoon':22 'content':25 'could':10,27 'deem':29 'govern':3 'hate':30 'irish':2 'jail':17 'law':8 'love':15 'meme':21 'one':16 'pass':6 'possess':19 'see':11 'want':4"
  -bodyTs: "'/freespeechire/status/1746854766032846910?t=':34 '/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5bhttps://x.com/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5d(url))':37 'abus':13 'actor':16 'anywher':31 'bad':15 'bill':2 'defend':17 'definit':5 'free':18 'hate':7 'includ':3 'kind':30 'legisl':24,27 'open':11 'say':20 'speech':19 'wide':10 'x.com':33,36 'x.com/freespeechire/status/1746854766032846910?t=':32 'x.com/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5bhttps://x.com/freespeechire/status/1746854766032846910?t=g8nsn9may3dx0v76oha9cg&s=09%5d(url))':35"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705421148
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10581976"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705334748 {#1725
    date: 2024-01-15 17:05: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
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 {#1715
  +user: Proxies\__CG__\App\Entity\User {#1714 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-makes-something-a-Luxury"
  +title: "What makes something a Luxury?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725257396 {#1724
    date: 2024-09-02 08:09:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1718 …}
  +votes: Doctrine\ORM\PersistentCollection {#1716 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1740 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2465 …}
  +badges: Doctrine\ORM\PersistentCollection {#2463 …}
  +children: []
  -id: 27634
  -titleTs: "'luxuri':5 'make':2 'someth':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704641170
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10389537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704554770 {#1719
    date: 2024-01-06 16:26: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
79 DENIED edit
App\Entity\Entry {#1715
  +user: Proxies\__CG__\App\Entity\User {#1714 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-makes-something-a-Luxury"
  +title: "What makes something a Luxury?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725257396 {#1724
    date: 2024-09-02 08:09:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1718 …}
  +votes: Doctrine\ORM\PersistentCollection {#1716 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1740 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2465 …}
  +badges: Doctrine\ORM\PersistentCollection {#2463 …}
  +children: []
  -id: 27634
  -titleTs: "'luxuri':5 'make':2 'someth':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704641170
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10389537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704554770 {#1719
    date: 2024-01-06 16:26: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
80 DENIED moderate
App\Entity\Entry {#1715
  +user: Proxies\__CG__\App\Entity\User {#1714 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1494 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-makes-something-a-Luxury"
  +title: "What makes something a Luxury?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725257396 {#1724
    date: 2024-09-02 08:09:56.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1718 …}
  +votes: Doctrine\ORM\PersistentCollection {#1716 …}
  +reports: Doctrine\ORM\PersistentCollection {#1739 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1740 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2465 …}
  +badges: Doctrine\ORM\PersistentCollection {#2463 …}
  +children: []
  -id: 27634
  -titleTs: "'luxuri':5 'make':2 'someth':3"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704641170
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10389537"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704554770 {#1719
    date: 2024-01-06 16:26: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
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 {#2422
  +user: Proxies\__CG__\App\Entity\User {#2462 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "discussion-regarding-the-best-OS-for-a-pirate"
  +title: "[discussion]: regarding the best OS for a pirate"
  +url: null
  +body: """
    This post started out as a question, but throughout two days of googling it became this compilation of links. I will tell you everything worth mention that I found, share my plan with you, and expect some critics (for the infos of course, please not for the silly hyperactivity of my ADHD brain over such a trivial matter 🥲). Tell me what do you think, is windows 10 enterprise LTSC IoT actually the best OS for piracy? Is it Windows 7 for best fps with games despite DirectX11 being outdated? Or maybe everything could be done through Linux + Lutris&WINE for example? I’m moving out from ubuntu mainly cuz I still don’t know where to get Nvidia&Intel Drivers from 😂\n
    \n
    So the windows community would infinitely shame you for using Windows 7 because it has no more security updates. Also I heard you neither have support for DirectX12 nor optimization for SSD, So windows 7 isn’t optimized for ex: gaming even though most repacks were released for it. I don’t know anything about Win8.1 and my experience with Win8 isn’t good, so I disregard them here.\n
    \n
    So it is Windows 10 or Windows 11, but both are bloated with ads, telemetry, useless apps, processes and services (why do I have Cortana!?) and forces you to update. Win10&11 presented what is called “windows as a service” instead of “as a product”, a policy which sucks for us users.\n
    \n
    But I heard about Windows 10 Enterprise LTSC, which has minimized telemetry and non of the annoying apps, I don’t know about auto-updates though, but I heard it doesn’t receive them often. I also learned that I better choose IoT version of the later for longer support (2032 vs 2027 for non-IoT LTSC). Now I have multiple choice of guides:\n
    \n
    Downloading Microsoft’s official copies, debloating and activating them:\n
    ========================================================================\n
    \n
    1- the [r/piracy guide](https://www.reddit.com/r/Piracy/wiki/guides/win10upgrade_activation/) which suggests [these two files](https://mega.nz/folder/ChNTDaiL#nNqH2PTfIzTLAEs8nc-U0w), which are both 2019 versions. But I’m happy to see the size is 3.78 GB, so I can burn the 64x on a DVD!\n
    \n
    2- the [r/WindowsLTSC Megathread](https://rentry.org/windowsltsc) which sites to [this guide](https://rentry.co/LTSC), which again suggests [this friendly thread](https://rentry.org/fwt), and seems to be extensive and up-to-date. The [friendly thread](https://rentry.org/fwt) suggests [tb.rg-adguard](https://tb.rg-adguard.net/public.php) for downloading the iso. If you choose the options on [this picture](https://imgur.com/a/fkIcZ6d) then according to the files.rg-adguard.net database you’re downloading `en-us_windows_10_consumer_editions_version_22h2_x64_dvd_8da72ab3.iso` . Not Enterprise Edition, so I think we just disregard this particular part of the friendly thread and download from [the pastebin in the Megathread](https://pastebin.com/qhiDBfT2).  \n
    —>cons: This is a bit extremely hard, especially since I’m on Linux rn.\n
    \n
    3- Microsoft Activation Scripts developers also provide [direct links to download ](https://massgrave.dev/windows_ltsc_links.html), without the heavy guides. But will I be able to uninstall Microsoft Edge for example later? This one might be the easiest yet balanced route for now.\n
    \n
    honorable mention: [This Russian site](http://nnmclub.to/forum/viewtopic.php?t=1584455), called nmclub, claims it offers 22H2 version of Windows 10 Enterprise IoT, but it is not LTSC I guess?\n
    \n
    Modified Windows copies\n
    =======================\n
    \n
    1- [Ghost Spectre Superlite](https://www.youtube.com/watch?v=EXoBHxCvxlE) which apparently doesn’t have an official site, rather an official Youtube channel (which I linked) but it is constantly updated on the [tech-latest.com website](https://tech-latest.com/ghost-spectre-windows-10-superlite-version/). the videos prove that the system supports android emulation well (I think, tbh I’m not considering this one, just included it cuz people who tried it speak positively about it)\n
    \n
    2-[Revi Os](https://revi.cc/) I heard it has an active Discord community and has a GUI tool that allow you to enable whatever you want,\n
    \n
    3-[Atlas OS](https://atlasos.net/) (this one is open source and has a [Github page](https://github.com/atlas-os/atlas) and is said to give the best gaming performance and least resources usage, I’m really considering it!).\n
    \n
    —>PS: as far as I understood, both Revi OS and Atlas OS are applicable on your installed win10/win11 using this open source project called [ameliorated](https://ameliorated.io/) which itself had [its’ fixed Win10 1903 version](https://www.youtube.com/watch?v=nwkiU6GG-YU).\n
    \n
    4- [Slimdown10](https://forums.mydigitallife.net/threads/slimdown10-%E2%80%93-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/): from the mydigitallife forum. The creator states:\n
    \n
    > The tool eradicates all cloud stuff, telemetry stuff, spying, tracking stuff, UWP bloatware, suggestions, ads, etc by removing them directly from DVD media (before installation, not after it). It also integrates latest updates and turns Windows Update into manual mode (no more forced updates). **It is fully open source with no hidden stuff or blackbox features**.\n
    \n
    using Scripts\n
    =============\n
    \n
    1- [Win-Debloat-Tools](https://github.com/LeDragoX/Win-Debloat-Tools) Looks like the most maintained open source one out of them. Along with Sophia…\n
    \n
    2- In [this reddit comment](https://www.reddit.com/r/Piracy/comments/rl3e3u/comment/hpdt831/?context=3), a user recommended to:\n
    \n
    > install Windows Enterprise or Pro, and use [Sophia Script](https://github.com/farag2/Sophia-Script-for-Windows) to remove the Bloatware that comes installed and use O&O [ShutUp10](https://www.oo-software.com/en/shutup10) to disable the telemetry and spyware that is possible.  \n
    > Because security updates are extremely ultra important when you are connected to internet.(?)\n
    \n
    3- [privatezilla](https://github.com/builtbybel/privatezilla): This one seems lightweight and easier to use, but not up-to-date, idk.\n
    \n
    honorable mentions:\n
    \n
    - [This redditor from 2021](https://www.reddit.com/r/Piracy/comments/rl3e3u/comment/hplcsq1/?context=3) seems confident that the three tools he mentions, combined, fully remove telemetry?\n
    - [winutil](https://github.com/ChrisTitusTech/winutil): an open source supposedly “One Tool for Everything” as the title of [the youtube guide by the developer](https://www.youtube.com/watch?v=vXyMScSbhk4) says.\n
    \n
    my plan:\n
    ========\n
    \n
    - I will just download [the r/piracy 64x ISO file](https://mega.nz/folder/ChNTDaiL#nNqH2PTfIzTLAEs8nc-U0w/file/6sVhQQpZ),\n
    - burn it on a 4.7GB DVD that I have (probably using ubuntu MATE’s Disk Image Mounter) cuz I don’t have a USB rn,\n
    - Activate using MAS Tool,\n
    - Download Drivers Manually,\n
    - Maybe use either [Win-Debloat-Tools](https://github.com/LeDragoX/Win-Debloat-Tools) or [winutil](https://github.com/ChrisTitusTech/winutil) if I feel deranged. ngl, they got me sold just by having gui and being open source
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 26
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725219324 {#2411
    date: 2024-09-01 21:35:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2458 …}
  +votes: Doctrine\ORM\PersistentCollection {#2456 …}
  +reports: Doctrine\ORM\PersistentCollection {#2453 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2455 …}
  +badges: Doctrine\ORM\PersistentCollection {#2468 …}
  +children: []
  -id: 4965
  -titleTs: "'best':4 'discuss':1 'os':5 'pirat':8 'regard':2"
  -bodyTs: "'/)':612,639,698 '/a/fkicz6d)':418 '/atlas-os/atlas)':652 '/builtbybel/privatezilla):':867 '/christitustech/winutil)':991 '/christitustech/winutil):':907 '/en/shutup10)':840 '/farag2/sophia-script-for-windows)':825 '/folder/chntdail#nnqh2ptfiztlaes8nc-u0w),':332 '/folder/chntdail#nnqh2ptfiztlaes8nc-u0w/file/6svhqqpz),':943 '/forum/viewtopic.php?t=1584455),':518 '/fwt)':397 '/fwt),':381 '/ghost-spectre-windows-10-superlite-version/).':575 '/ledragox/win-debloat-tools)':787,986 '/ltsc),':372 '/public.php)':403 '/qhidbft2).':455 '/r/piracy/comments/rl3e3u/comment/hpdt831/?context=3),':809 '/r/piracy/comments/rl3e3u/comment/hplcsq1/?context=3)':891 '/r/piracy/wiki/guides/win10upgrade_activation/)':324 '/threads/slimdown10-%e2%80%93-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/):':714 '/watch?v=exobhxcvxle)':547 '/watch?v=nwkiu6gg-yu).':709 '/watch?v=vxymscsbhk4)':928 '/windows_ltsc_links.html),':483 '/windowsltsc)':364 '1':318,541,780 '10':67,195,248,528 '11':198,222 '1903':705 '2':358,607,802 '2019':336 '2021':888 '2027':296 '2032':294 '22h2':524 '3':470,634,863 '3.78':347 '4':710 '4.7':948 '64x':354,938 '7':80,133,156 'abl':492 'accord':420 'activ':316,472,618,970 'actual':71 'ad':204,736 'adguard':400 'adhd':52 'allow':627 'along':799 'also':141,280,475,751 'amelior':695 'ameliorated.io':697 'ameliorated.io/)':696 'android':583 'annoy':259 'anyth':175 'app':207,260 'appar':549 'applic':684 'atlas':635,681 'atlasos.net':638 'atlasos.net/)':637 'auto':267 'auto-upd':266 'balanc':507 'becam':15 'best':73,82,659 'better':284 'bit':460 'blackbox':776 'bloat':202 'bloatwar':734,829 'brain':53 'burn':352,944 'call':226,519,694 'channel':560 'choic':306 'choos':285,410 'claim':521 'cloud':726 'combin':900 'come':831 'comment':806 'communiti':125,620 'compil':17 'con':456 'confid':893 'connect':860 'consid':592,669 'constant':567 'copi':313,540 'cortana':215 'could':93 'cours':43 'creator':720 'critic':38 'cuz':109,598,962 'databas':424 'date':391,881 'day':11 'debloat':314,783,982 'derang':995 'despit':86 'develop':474,925 'direct':477,741 'directx11':87 'directx12':149 'disabl':842 'discord':619 'disk':959 'disregard':188,437 'doesn':274,550 'done':95 'download':309,405,427,446,480,935,974 'driver':120,975 'dvd':357,743,950 'easier':873 'easiest':505 'edg':496 'edit':431 'either':979 'emul':584 'en-us_windows_10_consumer_editions_version_22h2_x64_dvd_8da72ab3.iso':428 'enabl':630 'enterpris':68,249,430,529,816 'erad':724 'especi':463 'etc':737 'even':163 'everyth':24,92,915 'ex':161 'exampl':101,498 'expect':36 'experi':180 'extens':386 'extrem':461,854 'far':673 'featur':777 'feel':994 'file':329,940 'files.rg-adguard.net':423 'fix':703 'forc':217,764 'forum':718 'forums.mydigitallife.net':713 'forums.mydigitallife.net/threads/slimdown10-%e2%80%93-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/):':712 'found':29 'fps':83 'friend':377,393,443 'fulli':768,901 'game':85,162,660 'gb':348,949 'get':117 'ghost':542 'github':648 'github.com':651,786,824,866,906,985,990 'github.com/atlas-os/atlas)':650 'github.com/builtbybel/privatezilla):':865 'github.com/christitustech/winutil)':989 'github.com/christitustech/winutil):':905 'github.com/farag2/sophia-script-for-windows)':823 'github.com/ledragox/win-debloat-tools)':785,984 'give':657 'good':185 'googl':13 'got':998 'guess':537 'gui':624,1004 'guid':308,321,369,487,922 'happi':341 'hard':462 'heard':143,245,272,614 'heavi':486 'hidden':773 'honor':511,883 'hyperact':49 'idk':882 'imag':960 'imgur.com':417 'imgur.com/a/fkicz6d)':416 'import':856 'includ':596 'infinit':127 'info':41 'instal':687,746,814,832 'instead':231 'integr':752 'intel':119 'internet':862 'iot':70,286,300,530 'isn':157,183 'iso':407,939 'know':114,174,264 'later':290,499 'latest':753 'learn':281 'least':663 'lightweight':871 'like':789 'link':19,478,563 'linux':97,468 'longer':292 'look':788 'ltsc':69,250,301,535 'lutri':98 'm':103,340,466,590,667 'main':108 'maintain':792 'manual':760,976 'mas':972 'massgrave.dev':482 'massgrave.dev/windows_ltsc_links.html),':481 'mate':957 'matter':58 'mayb':91,977 'media':744 'mega.nz':331,942 'mega.nz/folder/chntdail#nnqh2ptfiztlaes8nc-u0w),':330 'mega.nz/folder/chntdail#nnqh2ptfiztlaes8nc-u0w/file/6svhqqpz),':941 'megathread':361,452 'mention':26,512,884,899 'microsoft':310,471,495 'might':502 'minim':253 'mode':761 'modifi':538 'mounter':961 'move':104 'multipl':305 'mydigitallif':717 'neither':145 'ngl':996 'nmclub':520 'nnmclub.to':517 'nnmclub.to/forum/viewtopic.php?t=1584455),':516 'non':256,299 'non-iot':298 'nvidia':118 'o':835,836 'offer':523 'offici':312,554,558 'often':278 'one':501,594,641,795,869,912 'open':643,691,769,793,909,1007 'optim':151,159 'option':412 'os':74,609,636,679,682 'outdat':89 'page':649 'part':440 'particular':439 'pastebin':449 'pastebin.com':454 'pastebin.com/qhidbft2).':453 'peopl':599 'perform':661 'pictur':415 'piraci':76 'plan':32,931 'pleas':44 'polici':237 'posit':604 'possibl':849 'post':2 'present':223 'privatezilla':864 'pro':818 'probabl':954 'process':208 'product':235 'project':693 'prove':578 'provid':476 'ps':671 'question':7 'r/piracy':320,937 'r/windowsltsc':360 'rather':556 're':426 'realli':668 'receiv':276 'recommend':812 'reddit':805 'redditor':886 'releas':168 'remov':739,827,902 'rentry.co':371 'rentry.co/ltsc),':370 'rentry.org':363,380,396 'rentry.org/fwt)':395 'rentry.org/fwt),':379 'rentry.org/windowsltsc)':362 'repack':166 'resourc':664 'revi':608,678 'revi.cc':611 'revi.cc/)':610 'rn':469,969 'rout':508 'russian':514 'said':655 'say':929 'script':473,779,822 'secur':139,851 'see':343 'seem':383,870,892 'servic':210,230 'shame':128 'share':30 'shutup10':837 'silli':48 'sinc':464 'site':366,515,555 'size':345 'slimdown10':711 'sold':1000 'sophia':801,821 'sourc':644,692,770,794,910,1008 'speak':603 'spectr':543 'spi':730 'spywar':846 'ssd':153 'start':3 'state':721 'still':111 'stuff':727,729,732,774 'suck':239 'suggest':326,375,398,735 'superlit':544 'support':147,293,582 'suppos':911 'system':581 'tb.rg':399 'tb.rg-adguard.net':402 'tb.rg-adguard.net/public.php)':401 'tbh':588 'tech-latest.com':571,574 'tech-latest.com/ghost-spectre-windows-10-superlite-version/).':573 'telemetri':205,254,728,844,903 'tell':22,59 'think':64,434,587 'though':164,269 'thread':378,394,444 'three':896 'throughout':9 'titl':918 'tool':625,723,784,897,913,973,983 'track':731 'tri':601 'trivial':57 'turn':756 'two':10,328 'ubuntu':107,956 'ultra':855 'understood':676 'uninstal':494 'up-to-d':388,878 'updat':140,220,268,568,754,758,765,852 'us':241 'usag':665 'usb':968 'use':131,689,778,820,834,875,955,971,978 'useless':206 'user':242,811 'uwp':733 'version':287,337,525,706 'video':577 'vs':295 'want':633 'websit':572 'well':585 'whatev':631 'win':782,981 'win-debloat-tool':781,980 'win10':221,704 'win10/win11':688 'win8':182 'win8.1':177 'window':66,79,124,132,155,194,197,227,247,527,539,757,815 'wine':99 'winutil':904,988 'without':484 'worth':25 'would':126 'www.oo-software.com':839 'www.oo-software.com/en/shutup10)':838 'www.reddit.com':323,808,890 'www.reddit.com/r/piracy/comments/rl3e3u/comment/hpdt831/?context=3),':807 'www.reddit.com/r/piracy/comments/rl3e3u/comment/hplcsq1/?context=3)':889 'www.reddit.com/r/piracy/wiki/guides/win10upgrade_activation/)':322 'www.youtube.com':546,708,927 'www.youtube.com/watch?v=exobhxcvxle)':545 'www.youtube.com/watch?v=nwkiu6gg-yu).':707 'www.youtube.com/watch?v=vxymscsbhk4)':926 'yet':506 'youtub':559,921"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696560609
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5611021"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696474209 {#2447
    date: 2023-10-05 04:50:09.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
83 DENIED edit
App\Entity\Entry {#2422
  +user: Proxies\__CG__\App\Entity\User {#2462 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "discussion-regarding-the-best-OS-for-a-pirate"
  +title: "[discussion]: regarding the best OS for a pirate"
  +url: null
  +body: """
    This post started out as a question, but throughout two days of googling it became this compilation of links. I will tell you everything worth mention that I found, share my plan with you, and expect some critics (for the infos of course, please not for the silly hyperactivity of my ADHD brain over such a trivial matter 🥲). Tell me what do you think, is windows 10 enterprise LTSC IoT actually the best OS for piracy? Is it Windows 7 for best fps with games despite DirectX11 being outdated? Or maybe everything could be done through Linux + Lutris&WINE for example? I’m moving out from ubuntu mainly cuz I still don’t know where to get Nvidia&Intel Drivers from 😂\n
    \n
    So the windows community would infinitely shame you for using Windows 7 because it has no more security updates. Also I heard you neither have support for DirectX12 nor optimization for SSD, So windows 7 isn’t optimized for ex: gaming even though most repacks were released for it. I don’t know anything about Win8.1 and my experience with Win8 isn’t good, so I disregard them here.\n
    \n
    So it is Windows 10 or Windows 11, but both are bloated with ads, telemetry, useless apps, processes and services (why do I have Cortana!?) and forces you to update. Win10&11 presented what is called “windows as a service” instead of “as a product”, a policy which sucks for us users.\n
    \n
    But I heard about Windows 10 Enterprise LTSC, which has minimized telemetry and non of the annoying apps, I don’t know about auto-updates though, but I heard it doesn’t receive them often. I also learned that I better choose IoT version of the later for longer support (2032 vs 2027 for non-IoT LTSC). Now I have multiple choice of guides:\n
    \n
    Downloading Microsoft’s official copies, debloating and activating them:\n
    ========================================================================\n
    \n
    1- the [r/piracy guide](https://www.reddit.com/r/Piracy/wiki/guides/win10upgrade_activation/) which suggests [these two files](https://mega.nz/folder/ChNTDaiL#nNqH2PTfIzTLAEs8nc-U0w), which are both 2019 versions. But I’m happy to see the size is 3.78 GB, so I can burn the 64x on a DVD!\n
    \n
    2- the [r/WindowsLTSC Megathread](https://rentry.org/windowsltsc) which sites to [this guide](https://rentry.co/LTSC), which again suggests [this friendly thread](https://rentry.org/fwt), and seems to be extensive and up-to-date. The [friendly thread](https://rentry.org/fwt) suggests [tb.rg-adguard](https://tb.rg-adguard.net/public.php) for downloading the iso. If you choose the options on [this picture](https://imgur.com/a/fkIcZ6d) then according to the files.rg-adguard.net database you’re downloading `en-us_windows_10_consumer_editions_version_22h2_x64_dvd_8da72ab3.iso` . Not Enterprise Edition, so I think we just disregard this particular part of the friendly thread and download from [the pastebin in the Megathread](https://pastebin.com/qhiDBfT2).  \n
    —>cons: This is a bit extremely hard, especially since I’m on Linux rn.\n
    \n
    3- Microsoft Activation Scripts developers also provide [direct links to download ](https://massgrave.dev/windows_ltsc_links.html), without the heavy guides. But will I be able to uninstall Microsoft Edge for example later? This one might be the easiest yet balanced route for now.\n
    \n
    honorable mention: [This Russian site](http://nnmclub.to/forum/viewtopic.php?t=1584455), called nmclub, claims it offers 22H2 version of Windows 10 Enterprise IoT, but it is not LTSC I guess?\n
    \n
    Modified Windows copies\n
    =======================\n
    \n
    1- [Ghost Spectre Superlite](https://www.youtube.com/watch?v=EXoBHxCvxlE) which apparently doesn’t have an official site, rather an official Youtube channel (which I linked) but it is constantly updated on the [tech-latest.com website](https://tech-latest.com/ghost-spectre-windows-10-superlite-version/). the videos prove that the system supports android emulation well (I think, tbh I’m not considering this one, just included it cuz people who tried it speak positively about it)\n
    \n
    2-[Revi Os](https://revi.cc/) I heard it has an active Discord community and has a GUI tool that allow you to enable whatever you want,\n
    \n
    3-[Atlas OS](https://atlasos.net/) (this one is open source and has a [Github page](https://github.com/atlas-os/atlas) and is said to give the best gaming performance and least resources usage, I’m really considering it!).\n
    \n
    —>PS: as far as I understood, both Revi OS and Atlas OS are applicable on your installed win10/win11 using this open source project called [ameliorated](https://ameliorated.io/) which itself had [its’ fixed Win10 1903 version](https://www.youtube.com/watch?v=nwkiU6GG-YU).\n
    \n
    4- [Slimdown10](https://forums.mydigitallife.net/threads/slimdown10-%E2%80%93-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/): from the mydigitallife forum. The creator states:\n
    \n
    > The tool eradicates all cloud stuff, telemetry stuff, spying, tracking stuff, UWP bloatware, suggestions, ads, etc by removing them directly from DVD media (before installation, not after it). It also integrates latest updates and turns Windows Update into manual mode (no more forced updates). **It is fully open source with no hidden stuff or blackbox features**.\n
    \n
    using Scripts\n
    =============\n
    \n
    1- [Win-Debloat-Tools](https://github.com/LeDragoX/Win-Debloat-Tools) Looks like the most maintained open source one out of them. Along with Sophia…\n
    \n
    2- In [this reddit comment](https://www.reddit.com/r/Piracy/comments/rl3e3u/comment/hpdt831/?context=3), a user recommended to:\n
    \n
    > install Windows Enterprise or Pro, and use [Sophia Script](https://github.com/farag2/Sophia-Script-for-Windows) to remove the Bloatware that comes installed and use O&O [ShutUp10](https://www.oo-software.com/en/shutup10) to disable the telemetry and spyware that is possible.  \n
    > Because security updates are extremely ultra important when you are connected to internet.(?)\n
    \n
    3- [privatezilla](https://github.com/builtbybel/privatezilla): This one seems lightweight and easier to use, but not up-to-date, idk.\n
    \n
    honorable mentions:\n
    \n
    - [This redditor from 2021](https://www.reddit.com/r/Piracy/comments/rl3e3u/comment/hplcsq1/?context=3) seems confident that the three tools he mentions, combined, fully remove telemetry?\n
    - [winutil](https://github.com/ChrisTitusTech/winutil): an open source supposedly “One Tool for Everything” as the title of [the youtube guide by the developer](https://www.youtube.com/watch?v=vXyMScSbhk4) says.\n
    \n
    my plan:\n
    ========\n
    \n
    - I will just download [the r/piracy 64x ISO file](https://mega.nz/folder/ChNTDaiL#nNqH2PTfIzTLAEs8nc-U0w/file/6sVhQQpZ),\n
    - burn it on a 4.7GB DVD that I have (probably using ubuntu MATE’s Disk Image Mounter) cuz I don’t have a USB rn,\n
    - Activate using MAS Tool,\n
    - Download Drivers Manually,\n
    - Maybe use either [Win-Debloat-Tools](https://github.com/LeDragoX/Win-Debloat-Tools) or [winutil](https://github.com/ChrisTitusTech/winutil) if I feel deranged. ngl, they got me sold just by having gui and being open source
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 26
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725219324 {#2411
    date: 2024-09-01 21:35:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2458 …}
  +votes: Doctrine\ORM\PersistentCollection {#2456 …}
  +reports: Doctrine\ORM\PersistentCollection {#2453 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2455 …}
  +badges: Doctrine\ORM\PersistentCollection {#2468 …}
  +children: []
  -id: 4965
  -titleTs: "'best':4 'discuss':1 'os':5 'pirat':8 'regard':2"
  -bodyTs: "'/)':612,639,698 '/a/fkicz6d)':418 '/atlas-os/atlas)':652 '/builtbybel/privatezilla):':867 '/christitustech/winutil)':991 '/christitustech/winutil):':907 '/en/shutup10)':840 '/farag2/sophia-script-for-windows)':825 '/folder/chntdail#nnqh2ptfiztlaes8nc-u0w),':332 '/folder/chntdail#nnqh2ptfiztlaes8nc-u0w/file/6svhqqpz),':943 '/forum/viewtopic.php?t=1584455),':518 '/fwt)':397 '/fwt),':381 '/ghost-spectre-windows-10-superlite-version/).':575 '/ledragox/win-debloat-tools)':787,986 '/ltsc),':372 '/public.php)':403 '/qhidbft2).':455 '/r/piracy/comments/rl3e3u/comment/hpdt831/?context=3),':809 '/r/piracy/comments/rl3e3u/comment/hplcsq1/?context=3)':891 '/r/piracy/wiki/guides/win10upgrade_activation/)':324 '/threads/slimdown10-%e2%80%93-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/):':714 '/watch?v=exobhxcvxle)':547 '/watch?v=nwkiu6gg-yu).':709 '/watch?v=vxymscsbhk4)':928 '/windows_ltsc_links.html),':483 '/windowsltsc)':364 '1':318,541,780 '10':67,195,248,528 '11':198,222 '1903':705 '2':358,607,802 '2019':336 '2021':888 '2027':296 '2032':294 '22h2':524 '3':470,634,863 '3.78':347 '4':710 '4.7':948 '64x':354,938 '7':80,133,156 'abl':492 'accord':420 'activ':316,472,618,970 'actual':71 'ad':204,736 'adguard':400 'adhd':52 'allow':627 'along':799 'also':141,280,475,751 'amelior':695 'ameliorated.io':697 'ameliorated.io/)':696 'android':583 'annoy':259 'anyth':175 'app':207,260 'appar':549 'applic':684 'atlas':635,681 'atlasos.net':638 'atlasos.net/)':637 'auto':267 'auto-upd':266 'balanc':507 'becam':15 'best':73,82,659 'better':284 'bit':460 'blackbox':776 'bloat':202 'bloatwar':734,829 'brain':53 'burn':352,944 'call':226,519,694 'channel':560 'choic':306 'choos':285,410 'claim':521 'cloud':726 'combin':900 'come':831 'comment':806 'communiti':125,620 'compil':17 'con':456 'confid':893 'connect':860 'consid':592,669 'constant':567 'copi':313,540 'cortana':215 'could':93 'cours':43 'creator':720 'critic':38 'cuz':109,598,962 'databas':424 'date':391,881 'day':11 'debloat':314,783,982 'derang':995 'despit':86 'develop':474,925 'direct':477,741 'directx11':87 'directx12':149 'disabl':842 'discord':619 'disk':959 'disregard':188,437 'doesn':274,550 'done':95 'download':309,405,427,446,480,935,974 'driver':120,975 'dvd':357,743,950 'easier':873 'easiest':505 'edg':496 'edit':431 'either':979 'emul':584 'en-us_windows_10_consumer_editions_version_22h2_x64_dvd_8da72ab3.iso':428 'enabl':630 'enterpris':68,249,430,529,816 'erad':724 'especi':463 'etc':737 'even':163 'everyth':24,92,915 'ex':161 'exampl':101,498 'expect':36 'experi':180 'extens':386 'extrem':461,854 'far':673 'featur':777 'feel':994 'file':329,940 'files.rg-adguard.net':423 'fix':703 'forc':217,764 'forum':718 'forums.mydigitallife.net':713 'forums.mydigitallife.net/threads/slimdown10-%e2%80%93-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/):':712 'found':29 'fps':83 'friend':377,393,443 'fulli':768,901 'game':85,162,660 'gb':348,949 'get':117 'ghost':542 'github':648 'github.com':651,786,824,866,906,985,990 'github.com/atlas-os/atlas)':650 'github.com/builtbybel/privatezilla):':865 'github.com/christitustech/winutil)':989 'github.com/christitustech/winutil):':905 'github.com/farag2/sophia-script-for-windows)':823 'github.com/ledragox/win-debloat-tools)':785,984 'give':657 'good':185 'googl':13 'got':998 'guess':537 'gui':624,1004 'guid':308,321,369,487,922 'happi':341 'hard':462 'heard':143,245,272,614 'heavi':486 'hidden':773 'honor':511,883 'hyperact':49 'idk':882 'imag':960 'imgur.com':417 'imgur.com/a/fkicz6d)':416 'import':856 'includ':596 'infinit':127 'info':41 'instal':687,746,814,832 'instead':231 'integr':752 'intel':119 'internet':862 'iot':70,286,300,530 'isn':157,183 'iso':407,939 'know':114,174,264 'later':290,499 'latest':753 'learn':281 'least':663 'lightweight':871 'like':789 'link':19,478,563 'linux':97,468 'longer':292 'look':788 'ltsc':69,250,301,535 'lutri':98 'm':103,340,466,590,667 'main':108 'maintain':792 'manual':760,976 'mas':972 'massgrave.dev':482 'massgrave.dev/windows_ltsc_links.html),':481 'mate':957 'matter':58 'mayb':91,977 'media':744 'mega.nz':331,942 'mega.nz/folder/chntdail#nnqh2ptfiztlaes8nc-u0w),':330 'mega.nz/folder/chntdail#nnqh2ptfiztlaes8nc-u0w/file/6svhqqpz),':941 'megathread':361,452 'mention':26,512,884,899 'microsoft':310,471,495 'might':502 'minim':253 'mode':761 'modifi':538 'mounter':961 'move':104 'multipl':305 'mydigitallif':717 'neither':145 'ngl':996 'nmclub':520 'nnmclub.to':517 'nnmclub.to/forum/viewtopic.php?t=1584455),':516 'non':256,299 'non-iot':298 'nvidia':118 'o':835,836 'offer':523 'offici':312,554,558 'often':278 'one':501,594,641,795,869,912 'open':643,691,769,793,909,1007 'optim':151,159 'option':412 'os':74,609,636,679,682 'outdat':89 'page':649 'part':440 'particular':439 'pastebin':449 'pastebin.com':454 'pastebin.com/qhidbft2).':453 'peopl':599 'perform':661 'pictur':415 'piraci':76 'plan':32,931 'pleas':44 'polici':237 'posit':604 'possibl':849 'post':2 'present':223 'privatezilla':864 'pro':818 'probabl':954 'process':208 'product':235 'project':693 'prove':578 'provid':476 'ps':671 'question':7 'r/piracy':320,937 'r/windowsltsc':360 'rather':556 're':426 'realli':668 'receiv':276 'recommend':812 'reddit':805 'redditor':886 'releas':168 'remov':739,827,902 'rentry.co':371 'rentry.co/ltsc),':370 'rentry.org':363,380,396 'rentry.org/fwt)':395 'rentry.org/fwt),':379 'rentry.org/windowsltsc)':362 'repack':166 'resourc':664 'revi':608,678 'revi.cc':611 'revi.cc/)':610 'rn':469,969 'rout':508 'russian':514 'said':655 'say':929 'script':473,779,822 'secur':139,851 'see':343 'seem':383,870,892 'servic':210,230 'shame':128 'share':30 'shutup10':837 'silli':48 'sinc':464 'site':366,515,555 'size':345 'slimdown10':711 'sold':1000 'sophia':801,821 'sourc':644,692,770,794,910,1008 'speak':603 'spectr':543 'spi':730 'spywar':846 'ssd':153 'start':3 'state':721 'still':111 'stuff':727,729,732,774 'suck':239 'suggest':326,375,398,735 'superlit':544 'support':147,293,582 'suppos':911 'system':581 'tb.rg':399 'tb.rg-adguard.net':402 'tb.rg-adguard.net/public.php)':401 'tbh':588 'tech-latest.com':571,574 'tech-latest.com/ghost-spectre-windows-10-superlite-version/).':573 'telemetri':205,254,728,844,903 'tell':22,59 'think':64,434,587 'though':164,269 'thread':378,394,444 'three':896 'throughout':9 'titl':918 'tool':625,723,784,897,913,973,983 'track':731 'tri':601 'trivial':57 'turn':756 'two':10,328 'ubuntu':107,956 'ultra':855 'understood':676 'uninstal':494 'up-to-d':388,878 'updat':140,220,268,568,754,758,765,852 'us':241 'usag':665 'usb':968 'use':131,689,778,820,834,875,955,971,978 'useless':206 'user':242,811 'uwp':733 'version':287,337,525,706 'video':577 'vs':295 'want':633 'websit':572 'well':585 'whatev':631 'win':782,981 'win-debloat-tool':781,980 'win10':221,704 'win10/win11':688 'win8':182 'win8.1':177 'window':66,79,124,132,155,194,197,227,247,527,539,757,815 'wine':99 'winutil':904,988 'without':484 'worth':25 'would':126 'www.oo-software.com':839 'www.oo-software.com/en/shutup10)':838 'www.reddit.com':323,808,890 'www.reddit.com/r/piracy/comments/rl3e3u/comment/hpdt831/?context=3),':807 'www.reddit.com/r/piracy/comments/rl3e3u/comment/hplcsq1/?context=3)':889 'www.reddit.com/r/piracy/wiki/guides/win10upgrade_activation/)':322 'www.youtube.com':546,708,927 'www.youtube.com/watch?v=exobhxcvxle)':545 'www.youtube.com/watch?v=nwkiu6gg-yu).':707 'www.youtube.com/watch?v=vxymscsbhk4)':926 'yet':506 'youtub':559,921"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696560609
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5611021"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696474209 {#2447
    date: 2023-10-05 04:50:09.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
84 DENIED moderate
App\Entity\Entry {#2422
  +user: Proxies\__CG__\App\Entity\User {#2462 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "discussion-regarding-the-best-OS-for-a-pirate"
  +title: "[discussion]: regarding the best OS for a pirate"
  +url: null
  +body: """
    This post started out as a question, but throughout two days of googling it became this compilation of links. I will tell you everything worth mention that I found, share my plan with you, and expect some critics (for the infos of course, please not for the silly hyperactivity of my ADHD brain over such a trivial matter 🥲). Tell me what do you think, is windows 10 enterprise LTSC IoT actually the best OS for piracy? Is it Windows 7 for best fps with games despite DirectX11 being outdated? Or maybe everything could be done through Linux + Lutris&WINE for example? I’m moving out from ubuntu mainly cuz I still don’t know where to get Nvidia&Intel Drivers from 😂\n
    \n
    So the windows community would infinitely shame you for using Windows 7 because it has no more security updates. Also I heard you neither have support for DirectX12 nor optimization for SSD, So windows 7 isn’t optimized for ex: gaming even though most repacks were released for it. I don’t know anything about Win8.1 and my experience with Win8 isn’t good, so I disregard them here.\n
    \n
    So it is Windows 10 or Windows 11, but both are bloated with ads, telemetry, useless apps, processes and services (why do I have Cortana!?) and forces you to update. Win10&11 presented what is called “windows as a service” instead of “as a product”, a policy which sucks for us users.\n
    \n
    But I heard about Windows 10 Enterprise LTSC, which has minimized telemetry and non of the annoying apps, I don’t know about auto-updates though, but I heard it doesn’t receive them often. I also learned that I better choose IoT version of the later for longer support (2032 vs 2027 for non-IoT LTSC). Now I have multiple choice of guides:\n
    \n
    Downloading Microsoft’s official copies, debloating and activating them:\n
    ========================================================================\n
    \n
    1- the [r/piracy guide](https://www.reddit.com/r/Piracy/wiki/guides/win10upgrade_activation/) which suggests [these two files](https://mega.nz/folder/ChNTDaiL#nNqH2PTfIzTLAEs8nc-U0w), which are both 2019 versions. But I’m happy to see the size is 3.78 GB, so I can burn the 64x on a DVD!\n
    \n
    2- the [r/WindowsLTSC Megathread](https://rentry.org/windowsltsc) which sites to [this guide](https://rentry.co/LTSC), which again suggests [this friendly thread](https://rentry.org/fwt), and seems to be extensive and up-to-date. The [friendly thread](https://rentry.org/fwt) suggests [tb.rg-adguard](https://tb.rg-adguard.net/public.php) for downloading the iso. If you choose the options on [this picture](https://imgur.com/a/fkIcZ6d) then according to the files.rg-adguard.net database you’re downloading `en-us_windows_10_consumer_editions_version_22h2_x64_dvd_8da72ab3.iso` . Not Enterprise Edition, so I think we just disregard this particular part of the friendly thread and download from [the pastebin in the Megathread](https://pastebin.com/qhiDBfT2).  \n
    —>cons: This is a bit extremely hard, especially since I’m on Linux rn.\n
    \n
    3- Microsoft Activation Scripts developers also provide [direct links to download ](https://massgrave.dev/windows_ltsc_links.html), without the heavy guides. But will I be able to uninstall Microsoft Edge for example later? This one might be the easiest yet balanced route for now.\n
    \n
    honorable mention: [This Russian site](http://nnmclub.to/forum/viewtopic.php?t=1584455), called nmclub, claims it offers 22H2 version of Windows 10 Enterprise IoT, but it is not LTSC I guess?\n
    \n
    Modified Windows copies\n
    =======================\n
    \n
    1- [Ghost Spectre Superlite](https://www.youtube.com/watch?v=EXoBHxCvxlE) which apparently doesn’t have an official site, rather an official Youtube channel (which I linked) but it is constantly updated on the [tech-latest.com website](https://tech-latest.com/ghost-spectre-windows-10-superlite-version/). the videos prove that the system supports android emulation well (I think, tbh I’m not considering this one, just included it cuz people who tried it speak positively about it)\n
    \n
    2-[Revi Os](https://revi.cc/) I heard it has an active Discord community and has a GUI tool that allow you to enable whatever you want,\n
    \n
    3-[Atlas OS](https://atlasos.net/) (this one is open source and has a [Github page](https://github.com/atlas-os/atlas) and is said to give the best gaming performance and least resources usage, I’m really considering it!).\n
    \n
    —>PS: as far as I understood, both Revi OS and Atlas OS are applicable on your installed win10/win11 using this open source project called [ameliorated](https://ameliorated.io/) which itself had [its’ fixed Win10 1903 version](https://www.youtube.com/watch?v=nwkiU6GG-YU).\n
    \n
    4- [Slimdown10](https://forums.mydigitallife.net/threads/slimdown10-%E2%80%93-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/): from the mydigitallife forum. The creator states:\n
    \n
    > The tool eradicates all cloud stuff, telemetry stuff, spying, tracking stuff, UWP bloatware, suggestions, ads, etc by removing them directly from DVD media (before installation, not after it). It also integrates latest updates and turns Windows Update into manual mode (no more forced updates). **It is fully open source with no hidden stuff or blackbox features**.\n
    \n
    using Scripts\n
    =============\n
    \n
    1- [Win-Debloat-Tools](https://github.com/LeDragoX/Win-Debloat-Tools) Looks like the most maintained open source one out of them. Along with Sophia…\n
    \n
    2- In [this reddit comment](https://www.reddit.com/r/Piracy/comments/rl3e3u/comment/hpdt831/?context=3), a user recommended to:\n
    \n
    > install Windows Enterprise or Pro, and use [Sophia Script](https://github.com/farag2/Sophia-Script-for-Windows) to remove the Bloatware that comes installed and use O&O [ShutUp10](https://www.oo-software.com/en/shutup10) to disable the telemetry and spyware that is possible.  \n
    > Because security updates are extremely ultra important when you are connected to internet.(?)\n
    \n
    3- [privatezilla](https://github.com/builtbybel/privatezilla): This one seems lightweight and easier to use, but not up-to-date, idk.\n
    \n
    honorable mentions:\n
    \n
    - [This redditor from 2021](https://www.reddit.com/r/Piracy/comments/rl3e3u/comment/hplcsq1/?context=3) seems confident that the three tools he mentions, combined, fully remove telemetry?\n
    - [winutil](https://github.com/ChrisTitusTech/winutil): an open source supposedly “One Tool for Everything” as the title of [the youtube guide by the developer](https://www.youtube.com/watch?v=vXyMScSbhk4) says.\n
    \n
    my plan:\n
    ========\n
    \n
    - I will just download [the r/piracy 64x ISO file](https://mega.nz/folder/ChNTDaiL#nNqH2PTfIzTLAEs8nc-U0w/file/6sVhQQpZ),\n
    - burn it on a 4.7GB DVD that I have (probably using ubuntu MATE’s Disk Image Mounter) cuz I don’t have a USB rn,\n
    - Activate using MAS Tool,\n
    - Download Drivers Manually,\n
    - Maybe use either [Win-Debloat-Tools](https://github.com/LeDragoX/Win-Debloat-Tools) or [winutil](https://github.com/ChrisTitusTech/winutil) if I feel deranged. ngl, they got me sold just by having gui and being open source
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 26
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725219324 {#2411
    date: 2024-09-01 21:35:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2458 …}
  +votes: Doctrine\ORM\PersistentCollection {#2456 …}
  +reports: Doctrine\ORM\PersistentCollection {#2453 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2457 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2455 …}
  +badges: Doctrine\ORM\PersistentCollection {#2468 …}
  +children: []
  -id: 4965
  -titleTs: "'best':4 'discuss':1 'os':5 'pirat':8 'regard':2"
  -bodyTs: "'/)':612,639,698 '/a/fkicz6d)':418 '/atlas-os/atlas)':652 '/builtbybel/privatezilla):':867 '/christitustech/winutil)':991 '/christitustech/winutil):':907 '/en/shutup10)':840 '/farag2/sophia-script-for-windows)':825 '/folder/chntdail#nnqh2ptfiztlaes8nc-u0w),':332 '/folder/chntdail#nnqh2ptfiztlaes8nc-u0w/file/6svhqqpz),':943 '/forum/viewtopic.php?t=1584455),':518 '/fwt)':397 '/fwt),':381 '/ghost-spectre-windows-10-superlite-version/).':575 '/ledragox/win-debloat-tools)':787,986 '/ltsc),':372 '/public.php)':403 '/qhidbft2).':455 '/r/piracy/comments/rl3e3u/comment/hpdt831/?context=3),':809 '/r/piracy/comments/rl3e3u/comment/hplcsq1/?context=3)':891 '/r/piracy/wiki/guides/win10upgrade_activation/)':324 '/threads/slimdown10-%e2%80%93-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/):':714 '/watch?v=exobhxcvxle)':547 '/watch?v=nwkiu6gg-yu).':709 '/watch?v=vxymscsbhk4)':928 '/windows_ltsc_links.html),':483 '/windowsltsc)':364 '1':318,541,780 '10':67,195,248,528 '11':198,222 '1903':705 '2':358,607,802 '2019':336 '2021':888 '2027':296 '2032':294 '22h2':524 '3':470,634,863 '3.78':347 '4':710 '4.7':948 '64x':354,938 '7':80,133,156 'abl':492 'accord':420 'activ':316,472,618,970 'actual':71 'ad':204,736 'adguard':400 'adhd':52 'allow':627 'along':799 'also':141,280,475,751 'amelior':695 'ameliorated.io':697 'ameliorated.io/)':696 'android':583 'annoy':259 'anyth':175 'app':207,260 'appar':549 'applic':684 'atlas':635,681 'atlasos.net':638 'atlasos.net/)':637 'auto':267 'auto-upd':266 'balanc':507 'becam':15 'best':73,82,659 'better':284 'bit':460 'blackbox':776 'bloat':202 'bloatwar':734,829 'brain':53 'burn':352,944 'call':226,519,694 'channel':560 'choic':306 'choos':285,410 'claim':521 'cloud':726 'combin':900 'come':831 'comment':806 'communiti':125,620 'compil':17 'con':456 'confid':893 'connect':860 'consid':592,669 'constant':567 'copi':313,540 'cortana':215 'could':93 'cours':43 'creator':720 'critic':38 'cuz':109,598,962 'databas':424 'date':391,881 'day':11 'debloat':314,783,982 'derang':995 'despit':86 'develop':474,925 'direct':477,741 'directx11':87 'directx12':149 'disabl':842 'discord':619 'disk':959 'disregard':188,437 'doesn':274,550 'done':95 'download':309,405,427,446,480,935,974 'driver':120,975 'dvd':357,743,950 'easier':873 'easiest':505 'edg':496 'edit':431 'either':979 'emul':584 'en-us_windows_10_consumer_editions_version_22h2_x64_dvd_8da72ab3.iso':428 'enabl':630 'enterpris':68,249,430,529,816 'erad':724 'especi':463 'etc':737 'even':163 'everyth':24,92,915 'ex':161 'exampl':101,498 'expect':36 'experi':180 'extens':386 'extrem':461,854 'far':673 'featur':777 'feel':994 'file':329,940 'files.rg-adguard.net':423 'fix':703 'forc':217,764 'forum':718 'forums.mydigitallife.net':713 'forums.mydigitallife.net/threads/slimdown10-%e2%80%93-turn-windows-10-22h2-or-ltsc-2021-into-classic-legacy-windows.86552/):':712 'found':29 'fps':83 'friend':377,393,443 'fulli':768,901 'game':85,162,660 'gb':348,949 'get':117 'ghost':542 'github':648 'github.com':651,786,824,866,906,985,990 'github.com/atlas-os/atlas)':650 'github.com/builtbybel/privatezilla):':865 'github.com/christitustech/winutil)':989 'github.com/christitustech/winutil):':905 'github.com/farag2/sophia-script-for-windows)':823 'github.com/ledragox/win-debloat-tools)':785,984 'give':657 'good':185 'googl':13 'got':998 'guess':537 'gui':624,1004 'guid':308,321,369,487,922 'happi':341 'hard':462 'heard':143,245,272,614 'heavi':486 'hidden':773 'honor':511,883 'hyperact':49 'idk':882 'imag':960 'imgur.com':417 'imgur.com/a/fkicz6d)':416 'import':856 'includ':596 'infinit':127 'info':41 'instal':687,746,814,832 'instead':231 'integr':752 'intel':119 'internet':862 'iot':70,286,300,530 'isn':157,183 'iso':407,939 'know':114,174,264 'later':290,499 'latest':753 'learn':281 'least':663 'lightweight':871 'like':789 'link':19,478,563 'linux':97,468 'longer':292 'look':788 'ltsc':69,250,301,535 'lutri':98 'm':103,340,466,590,667 'main':108 'maintain':792 'manual':760,976 'mas':972 'massgrave.dev':482 'massgrave.dev/windows_ltsc_links.html),':481 'mate':957 'matter':58 'mayb':91,977 'media':744 'mega.nz':331,942 'mega.nz/folder/chntdail#nnqh2ptfiztlaes8nc-u0w),':330 'mega.nz/folder/chntdail#nnqh2ptfiztlaes8nc-u0w/file/6svhqqpz),':941 'megathread':361,452 'mention':26,512,884,899 'microsoft':310,471,495 'might':502 'minim':253 'mode':761 'modifi':538 'mounter':961 'move':104 'multipl':305 'mydigitallif':717 'neither':145 'ngl':996 'nmclub':520 'nnmclub.to':517 'nnmclub.to/forum/viewtopic.php?t=1584455),':516 'non':256,299 'non-iot':298 'nvidia':118 'o':835,836 'offer':523 'offici':312,554,558 'often':278 'one':501,594,641,795,869,912 'open':643,691,769,793,909,1007 'optim':151,159 'option':412 'os':74,609,636,679,682 'outdat':89 'page':649 'part':440 'particular':439 'pastebin':449 'pastebin.com':454 'pastebin.com/qhidbft2).':453 'peopl':599 'perform':661 'pictur':415 'piraci':76 'plan':32,931 'pleas':44 'polici':237 'posit':604 'possibl':849 'post':2 'present':223 'privatezilla':864 'pro':818 'probabl':954 'process':208 'product':235 'project':693 'prove':578 'provid':476 'ps':671 'question':7 'r/piracy':320,937 'r/windowsltsc':360 'rather':556 're':426 'realli':668 'receiv':276 'recommend':812 'reddit':805 'redditor':886 'releas':168 'remov':739,827,902 'rentry.co':371 'rentry.co/ltsc),':370 'rentry.org':363,380,396 'rentry.org/fwt)':395 'rentry.org/fwt),':379 'rentry.org/windowsltsc)':362 'repack':166 'resourc':664 'revi':608,678 'revi.cc':611 'revi.cc/)':610 'rn':469,969 'rout':508 'russian':514 'said':655 'say':929 'script':473,779,822 'secur':139,851 'see':343 'seem':383,870,892 'servic':210,230 'shame':128 'share':30 'shutup10':837 'silli':48 'sinc':464 'site':366,515,555 'size':345 'slimdown10':711 'sold':1000 'sophia':801,821 'sourc':644,692,770,794,910,1008 'speak':603 'spectr':543 'spi':730 'spywar':846 'ssd':153 'start':3 'state':721 'still':111 'stuff':727,729,732,774 'suck':239 'suggest':326,375,398,735 'superlit':544 'support':147,293,582 'suppos':911 'system':581 'tb.rg':399 'tb.rg-adguard.net':402 'tb.rg-adguard.net/public.php)':401 'tbh':588 'tech-latest.com':571,574 'tech-latest.com/ghost-spectre-windows-10-superlite-version/).':573 'telemetri':205,254,728,844,903 'tell':22,59 'think':64,434,587 'though':164,269 'thread':378,394,444 'three':896 'throughout':9 'titl':918 'tool':625,723,784,897,913,973,983 'track':731 'tri':601 'trivial':57 'turn':756 'two':10,328 'ubuntu':107,956 'ultra':855 'understood':676 'uninstal':494 'up-to-d':388,878 'updat':140,220,268,568,754,758,765,852 'us':241 'usag':665 'usb':968 'use':131,689,778,820,834,875,955,971,978 'useless':206 'user':242,811 'uwp':733 'version':287,337,525,706 'video':577 'vs':295 'want':633 'websit':572 'well':585 'whatev':631 'win':782,981 'win-debloat-tool':781,980 'win10':221,704 'win10/win11':688 'win8':182 'win8.1':177 'window':66,79,124,132,155,194,197,227,247,527,539,757,815 'wine':99 'winutil':904,988 'without':484 'worth':25 'would':126 'www.oo-software.com':839 'www.oo-software.com/en/shutup10)':838 'www.reddit.com':323,808,890 'www.reddit.com/r/piracy/comments/rl3e3u/comment/hpdt831/?context=3),':807 'www.reddit.com/r/piracy/comments/rl3e3u/comment/hplcsq1/?context=3)':889 'www.reddit.com/r/piracy/wiki/guides/win10upgrade_activation/)':322 'www.youtube.com':546,708,927 'www.youtube.com/watch?v=exobhxcvxle)':545 'www.youtube.com/watch?v=nwkiu6gg-yu).':707 'www.youtube.com/watch?v=vxymscsbhk4)':926 'yet':506 'youtub':559,921"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696560609
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/5611021"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696474209 {#2447
    date: 2023-10-05 04:50:09.0 +02:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2371
  +user: Proxies\__CG__\App\Entity\User {#2363 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Compresa-my-Video-Courses"
  +title: "Compresa my Vídeo Courses"
  +url: null
  +body: """
    I hace only a HDD of 1tb for my courses I want to do. I need more space how’s is the best form of packing them to save some space?\n
    \n
    Materials includes, OVA, PDFs, mkv, and epubs.\n
    \n
    Thanks\n
    \n
    0
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725185541 {#2469
    date: 2024-09-01 12:12:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2370 …}
  +votes: Doctrine\ORM\PersistentCollection {#2360 …}
  +reports: Doctrine\ORM\PersistentCollection {#2361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2372 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
  +badges: Doctrine\ORM\PersistentCollection {#2385 …}
  +children: []
  -id: 30901
  -titleTs: "'compresa':1 'cours':4 'vídeo':3"
  -bodyTs: "'0':40 '1tb':7 'best':23 'cours':10 'epub':38 'form':24 'hace':2 'hdd':5 'includ':33 'materi':32 'mkv':36 'need':16 'ova':34 'pack':26 'pdfs':35 'save':29 'space':18,31 'thank':39 'want':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705488096
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12438706"
  +editedAt: DateTimeImmutable @1725185541 {#2467
    date: 2024-09-01 12:12:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705401696 {#2471
    date: 2024-01-16 11:41:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2371
  +user: Proxies\__CG__\App\Entity\User {#2363 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Compresa-my-Video-Courses"
  +title: "Compresa my Vídeo Courses"
  +url: null
  +body: """
    I hace only a HDD of 1tb for my courses I want to do. I need more space how’s is the best form of packing them to save some space?\n
    \n
    Materials includes, OVA, PDFs, mkv, and epubs.\n
    \n
    Thanks\n
    \n
    0
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725185541 {#2469
    date: 2024-09-01 12:12:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2370 …}
  +votes: Doctrine\ORM\PersistentCollection {#2360 …}
  +reports: Doctrine\ORM\PersistentCollection {#2361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2372 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
  +badges: Doctrine\ORM\PersistentCollection {#2385 …}
  +children: []
  -id: 30901
  -titleTs: "'compresa':1 'cours':4 'vídeo':3"
  -bodyTs: "'0':40 '1tb':7 'best':23 'cours':10 'epub':38 'form':24 'hace':2 'hdd':5 'includ':33 'materi':32 'mkv':36 'need':16 'ova':34 'pack':26 'pdfs':35 'save':29 'space':18,31 'thank':39 'want':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705488096
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12438706"
  +editedAt: DateTimeImmutable @1725185541 {#2467
    date: 2024-09-01 12:12:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705401696 {#2471
    date: 2024-01-16 11:41:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2371
  +user: Proxies\__CG__\App\Entity\User {#2363 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1424 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Compresa-my-Video-Courses"
  +title: "Compresa my Vídeo Courses"
  +url: null
  +body: """
    I hace only a HDD of 1tb for my courses I want to do. I need more space how’s is the best form of packing them to save some space?\n
    \n
    Materials includes, OVA, PDFs, mkv, and epubs.\n
    \n
    Thanks\n
    \n
    0
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725185541 {#2469
    date: 2024-09-01 12:12:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2370 …}
  +votes: Doctrine\ORM\PersistentCollection {#2360 …}
  +reports: Doctrine\ORM\PersistentCollection {#2361 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2372 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2386 …}
  +badges: Doctrine\ORM\PersistentCollection {#2385 …}
  +children: []
  -id: 30901
  -titleTs: "'compresa':1 'cours':4 'vídeo':3"
  -bodyTs: "'0':40 '1tb':7 'best':23 'cours':10 'epub':38 'form':24 'hace':2 'hdd':5 'includ':33 'materi':32 'mkv':36 'need':16 'ova':34 'pack':26 'pdfs':35 'save':29 'space':18,31 'thank':39 'want':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705488096
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12438706"
  +editedAt: DateTimeImmutable @1725185541 {#2467
    date: 2024-09-01 12:12:21.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705401696 {#2471
    date: 2024-01-16 11:41:36.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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 {#2383
  +user: Proxies\__CG__\App\Entity\User {#1910 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1642 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Reviving-harrypotter-at-literature-cafe"
  +title: "Reviving !harrypotter@literature.cafe"
  +url: null
  +body: """
    [!harrypotter@literature.cafe](https://literature.cafe/c/harrypotter)\n
    \n
    As winter calls for magic and castles, I’m trying to revive this community. For Kbin: [!harrypotter@literature.cafe](https://literature.cafe/m/harrypotter)\n
    \n
    Edit: I can’t get the Kbin link to work, if someone can help me that would be great!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725014990 {#2378
    date: 2024-08-30 12:49:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1906 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
  +badges: Doctrine\ORM\PersistentCollection {#2391 …}
  +children: []
  -id: 30987
  -titleTs: "'harrypotter@literature.cafe':2 'reviv':1"
  -bodyTs: "'/c/harrypotter)':4 '/m/harrypotter)':24 'call':7 'castl':11 'communiti':18 'edit':25 'get':29 'great':43 'harrypotter@literature.cafe':1,21 'help':38 'kbin':20,31 'link':32 'literature.cafe':3,23 'literature.cafe/c/harrypotter)':2 'literature.cafe/m/harrypotter)':22 'm':13 'magic':9 'reviv':16 'someon':36 'tri':14 'winter':6 'work':34 'would':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705494663
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9372935"
  +editedAt: DateTimeImmutable @1724997307 {#2379
    date: 2024-08-30 07:55:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705425163 {#2381
    date: 2024-01-16 18:12:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
App\Entity\Entry {#2383
  +user: Proxies\__CG__\App\Entity\User {#1910 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1642 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Reviving-harrypotter-at-literature-cafe"
  +title: "Reviving !harrypotter@literature.cafe"
  +url: null
  +body: """
    [!harrypotter@literature.cafe](https://literature.cafe/c/harrypotter)\n
    \n
    As winter calls for magic and castles, I’m trying to revive this community. For Kbin: [!harrypotter@literature.cafe](https://literature.cafe/m/harrypotter)\n
    \n
    Edit: I can’t get the Kbin link to work, if someone can help me that would be great!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725014990 {#2378
    date: 2024-08-30 12:49:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1906 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
  +badges: Doctrine\ORM\PersistentCollection {#2391 …}
  +children: []
  -id: 30987
  -titleTs: "'harrypotter@literature.cafe':2 'reviv':1"
  -bodyTs: "'/c/harrypotter)':4 '/m/harrypotter)':24 'call':7 'castl':11 'communiti':18 'edit':25 'get':29 'great':43 'harrypotter@literature.cafe':1,21 'help':38 'kbin':20,31 'link':32 'literature.cafe':3,23 'literature.cafe/c/harrypotter)':2 'literature.cafe/m/harrypotter)':22 'm':13 'magic':9 'reviv':16 'someon':36 'tri':14 'winter':6 'work':34 'would':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705494663
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9372935"
  +editedAt: DateTimeImmutable @1724997307 {#2379
    date: 2024-08-30 07:55:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705425163 {#2381
    date: 2024-01-16 18:12:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
App\Entity\Entry {#2383
  +user: Proxies\__CG__\App\Entity\User {#1910 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1642 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Reviving-harrypotter-at-literature-cafe"
  +title: "Reviving !harrypotter@literature.cafe"
  +url: null
  +body: """
    [!harrypotter@literature.cafe](https://literature.cafe/c/harrypotter)\n
    \n
    As winter calls for magic and castles, I’m trying to revive this community. For Kbin: [!harrypotter@literature.cafe](https://literature.cafe/m/harrypotter)\n
    \n
    Edit: I can’t get the Kbin link to work, if someone can help me that would be great!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725014990 {#2378
    date: 2024-08-30 12:49:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1906 …}
  +votes: Doctrine\ORM\PersistentCollection {#1708 …}
  +reports: Doctrine\ORM\PersistentCollection {#1410 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1907 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1407 …}
  +badges: Doctrine\ORM\PersistentCollection {#2391 …}
  +children: []
  -id: 30987
  -titleTs: "'harrypotter@literature.cafe':2 'reviv':1"
  -bodyTs: "'/c/harrypotter)':4 '/m/harrypotter)':24 'call':7 'castl':11 'communiti':18 'edit':25 'get':29 'great':43 'harrypotter@literature.cafe':1,21 'help':38 'kbin':20,31 'link':32 'literature.cafe':3,23 'literature.cafe/c/harrypotter)':2 'literature.cafe/m/harrypotter)':22 'm':13 'magic':9 'reviv':16 'someon':36 'tri':14 'winter':6 'work':34 'would':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705494663
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9372935"
  +editedAt: DateTimeImmutable @1724997307 {#2379
    date: 2024-08-30 07:55:07.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705425163 {#2381
    date: 2024-01-16 18:12:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2392
  +user: Proxies\__CG__\App\Entity\User {#2394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1642 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Welcome-to-Neurodivergence-The-place-to-unite-Neurodivergent-folks"
  +title: "Welcome to Neurodivergence! The place to unite Neurodivergent folks."
  +url: null
  +body: """
    cross-posted from: [lemmy.giftedmc.com/post/164086](https://lemmy.giftedmc.com/post/164086)\n
    \n
    > I have decided to make this community so people can join in on the cause to help neurodivergent folks to unite instead of being divided by arbitrary borders of countries, diagnoses or cultures.\n
    > \n
    > The diagnostic criteria of many neurological conditions varies depending on the country you are in. They also change over time and have the added detriment that they are considered “disorders” or “diseases” which don’t help people to view themselves as “ok but different” or “having a unique perspective on life”.\n
    > \n
    > **Personal note**As a person with multiple neurodivergent conditions and severe trauma, I have had intense trouble with finding any single community to feel at home in. So far, I can only outline the characteristics that made them worth while for me:\n
    > \n
    > - non violent\n
    > - accepting of otherness\n
    > - non elitist\n
    > \n
    > This is what I’m trying to create here. Therefore, I want folks to post their unique perspective while not feeling like they’re not “sick enough” or “not valid” for not being diagnosed or their neurodivergence being considered “light” like gifted folks.\n
    > \n
    > There is also the difference between neurodivergence and personality disorders, many of which have been falsely ascribed to undiagnosed neurodivergent folks. We accept people with personality disorders but we will not accept bigotry, moral ambiguity, grandiosity and other harmful behaviors. So if you’re being asked to drop the attitude, doubling down is the fast track out of here.\n
    > \n
    > Let me know if you have any further questions or ideas.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724998326 {#2369
    date: 2024-08-30 08:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1384 …}
  +reports: Doctrine\ORM\PersistentCollection {#1383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1405 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1382 …}
  +badges: Doctrine\ORM\PersistentCollection {#1404 …}
  +children: []
  -id: 30367
  -titleTs: "'folk':9 'neurodiverg':3,8 'place':5 'unit':7 'welcom':1"
  -bodyTs: "'/post/164086](https://lemmy.giftedmc.com/post/164086)':7 'accept':136,206,215 'ad':64 'also':57,186 'ambigu':218 'arbitrari':34 'ascrib':200 'ask':229 'attitud':233 'behavior':223 'bigotri':216 'border':35 'caus':22 'chang':58 'characterist':126 'communiti':14,113 'condit':47,100 'consid':69,179 'countri':37,52 'creat':148 'criteria':43 'cross':2 'cross-post':1 'cultur':40 'decid':10 'depend':49 'detriment':65 'diagnos':38,174 'diagnost':42 'differ':84,188 'diseas':72 'disord':70,193,210 'divid':32 'doubl':234 'drop':231 'elitist':140 'enough':167 'fals':199 'far':120 'fast':238 'feel':115,161 'find':110 'folk':26,153,183,204 'gift':182 'grandios':219 'harm':222 'help':24,76 'home':117 'idea':253 'instead':29 'intens':107 'join':18 'know':245 'lemmy.giftedmc.com':6 'lemmy.giftedmc.com/post/164086](https://lemmy.giftedmc.com/post/164086)':5 'let':243 'life':91 'light':180 'like':162,181 'm':145 'made':128 'make':12 'mani':45,194 'moral':217 'multipl':98 'neurodiverg':25,99,177,190,203 'neurolog':46 'non':134,139 'note':93 'ok':82 'other':138 'outlin':124 'peopl':16,77,207 'person':92,96,192,209 'perspect':89,158 'post':3,155 'question':251 're':164,227 'sever':102 'sick':166 'singl':112 'therefor':150 'time':60 'track':239 'trauma':103 'tri':146 'troubl':108 'undiagnos':202 'uniqu':88,157 'unit':28 'valid':170 'vari':48 'view':79 'violent':135 'want':152 'worth':130"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705316370
  +visibility: "visible             "
  +apId: "https://lemmy.giftedmc.com/post/164088"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705229970 {#2387
    date: 2024-01-14 11:59: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
95 DENIED edit
App\Entity\Entry {#2392
  +user: Proxies\__CG__\App\Entity\User {#2394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1642 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Welcome-to-Neurodivergence-The-place-to-unite-Neurodivergent-folks"
  +title: "Welcome to Neurodivergence! The place to unite Neurodivergent folks."
  +url: null
  +body: """
    cross-posted from: [lemmy.giftedmc.com/post/164086](https://lemmy.giftedmc.com/post/164086)\n
    \n
    > I have decided to make this community so people can join in on the cause to help neurodivergent folks to unite instead of being divided by arbitrary borders of countries, diagnoses or cultures.\n
    > \n
    > The diagnostic criteria of many neurological conditions varies depending on the country you are in. They also change over time and have the added detriment that they are considered “disorders” or “diseases” which don’t help people to view themselves as “ok but different” or “having a unique perspective on life”.\n
    > \n
    > **Personal note**As a person with multiple neurodivergent conditions and severe trauma, I have had intense trouble with finding any single community to feel at home in. So far, I can only outline the characteristics that made them worth while for me:\n
    > \n
    > - non violent\n
    > - accepting of otherness\n
    > - non elitist\n
    > \n
    > This is what I’m trying to create here. Therefore, I want folks to post their unique perspective while not feeling like they’re not “sick enough” or “not valid” for not being diagnosed or their neurodivergence being considered “light” like gifted folks.\n
    > \n
    > There is also the difference between neurodivergence and personality disorders, many of which have been falsely ascribed to undiagnosed neurodivergent folks. We accept people with personality disorders but we will not accept bigotry, moral ambiguity, grandiosity and other harmful behaviors. So if you’re being asked to drop the attitude, doubling down is the fast track out of here.\n
    > \n
    > Let me know if you have any further questions or ideas.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724998326 {#2369
    date: 2024-08-30 08:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1384 …}
  +reports: Doctrine\ORM\PersistentCollection {#1383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1405 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1382 …}
  +badges: Doctrine\ORM\PersistentCollection {#1404 …}
  +children: []
  -id: 30367
  -titleTs: "'folk':9 'neurodiverg':3,8 'place':5 'unit':7 'welcom':1"
  -bodyTs: "'/post/164086](https://lemmy.giftedmc.com/post/164086)':7 'accept':136,206,215 'ad':64 'also':57,186 'ambigu':218 'arbitrari':34 'ascrib':200 'ask':229 'attitud':233 'behavior':223 'bigotri':216 'border':35 'caus':22 'chang':58 'characterist':126 'communiti':14,113 'condit':47,100 'consid':69,179 'countri':37,52 'creat':148 'criteria':43 'cross':2 'cross-post':1 'cultur':40 'decid':10 'depend':49 'detriment':65 'diagnos':38,174 'diagnost':42 'differ':84,188 'diseas':72 'disord':70,193,210 'divid':32 'doubl':234 'drop':231 'elitist':140 'enough':167 'fals':199 'far':120 'fast':238 'feel':115,161 'find':110 'folk':26,153,183,204 'gift':182 'grandios':219 'harm':222 'help':24,76 'home':117 'idea':253 'instead':29 'intens':107 'join':18 'know':245 'lemmy.giftedmc.com':6 'lemmy.giftedmc.com/post/164086](https://lemmy.giftedmc.com/post/164086)':5 'let':243 'life':91 'light':180 'like':162,181 'm':145 'made':128 'make':12 'mani':45,194 'moral':217 'multipl':98 'neurodiverg':25,99,177,190,203 'neurolog':46 'non':134,139 'note':93 'ok':82 'other':138 'outlin':124 'peopl':16,77,207 'person':92,96,192,209 'perspect':89,158 'post':3,155 'question':251 're':164,227 'sever':102 'sick':166 'singl':112 'therefor':150 'time':60 'track':239 'trauma':103 'tri':146 'troubl':108 'undiagnos':202 'uniqu':88,157 'unit':28 'valid':170 'vari':48 'view':79 'violent':135 'want':152 'worth':130"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705316370
  +visibility: "visible             "
  +apId: "https://lemmy.giftedmc.com/post/164088"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705229970 {#2387
    date: 2024-01-14 11:59: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
96 DENIED moderate
App\Entity\Entry {#2392
  +user: Proxies\__CG__\App\Entity\User {#2394 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1642 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Welcome-to-Neurodivergence-The-place-to-unite-Neurodivergent-folks"
  +title: "Welcome to Neurodivergence! The place to unite Neurodivergent folks."
  +url: null
  +body: """
    cross-posted from: [lemmy.giftedmc.com/post/164086](https://lemmy.giftedmc.com/post/164086)\n
    \n
    > I have decided to make this community so people can join in on the cause to help neurodivergent folks to unite instead of being divided by arbitrary borders of countries, diagnoses or cultures.\n
    > \n
    > The diagnostic criteria of many neurological conditions varies depending on the country you are in. They also change over time and have the added detriment that they are considered “disorders” or “diseases” which don’t help people to view themselves as “ok but different” or “having a unique perspective on life”.\n
    > \n
    > **Personal note**As a person with multiple neurodivergent conditions and severe trauma, I have had intense trouble with finding any single community to feel at home in. So far, I can only outline the characteristics that made them worth while for me:\n
    > \n
    > - non violent\n
    > - accepting of otherness\n
    > - non elitist\n
    > \n
    > This is what I’m trying to create here. Therefore, I want folks to post their unique perspective while not feeling like they’re not “sick enough” or “not valid” for not being diagnosed or their neurodivergence being considered “light” like gifted folks.\n
    > \n
    > There is also the difference between neurodivergence and personality disorders, many of which have been falsely ascribed to undiagnosed neurodivergent folks. We accept people with personality disorders but we will not accept bigotry, moral ambiguity, grandiosity and other harmful behaviors. So if you’re being asked to drop the attitude, doubling down is the fast track out of here.\n
    > \n
    > Let me know if you have any further questions or ideas.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 56
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724998326 {#2369
    date: 2024-08-30 08:12:06.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1384 …}
  +reports: Doctrine\ORM\PersistentCollection {#1383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1405 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1382 …}
  +badges: Doctrine\ORM\PersistentCollection {#1404 …}
  +children: []
  -id: 30367
  -titleTs: "'folk':9 'neurodiverg':3,8 'place':5 'unit':7 'welcom':1"
  -bodyTs: "'/post/164086](https://lemmy.giftedmc.com/post/164086)':7 'accept':136,206,215 'ad':64 'also':57,186 'ambigu':218 'arbitrari':34 'ascrib':200 'ask':229 'attitud':233 'behavior':223 'bigotri':216 'border':35 'caus':22 'chang':58 'characterist':126 'communiti':14,113 'condit':47,100 'consid':69,179 'countri':37,52 'creat':148 'criteria':43 'cross':2 'cross-post':1 'cultur':40 'decid':10 'depend':49 'detriment':65 'diagnos':38,174 'diagnost':42 'differ':84,188 'diseas':72 'disord':70,193,210 'divid':32 'doubl':234 'drop':231 'elitist':140 'enough':167 'fals':199 'far':120 'fast':238 'feel':115,161 'find':110 'folk':26,153,183,204 'gift':182 'grandios':219 'harm':222 'help':24,76 'home':117 'idea':253 'instead':29 'intens':107 'join':18 'know':245 'lemmy.giftedmc.com':6 'lemmy.giftedmc.com/post/164086](https://lemmy.giftedmc.com/post/164086)':5 'let':243 'life':91 'light':180 'like':162,181 'm':145 'made':128 'make':12 'mani':45,194 'moral':217 'multipl':98 'neurodiverg':25,99,177,190,203 'neurolog':46 'non':134,139 'note':93 'ok':82 'other':138 'outlin':124 'peopl':16,77,207 'person':92,96,192,209 'perspect':89,158 'post':3,155 'question':251 're':164,227 'sever':102 'sick':166 'singl':112 'therefor':150 'time':60 'track':239 'trauma':103 'tri':146 'troubl':108 'undiagnos':202 'uniqu':88,157 'unit':28 'valid':170 'vari':48 'view':79 'violent':135 'want':152 'worth':130"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705316370
  +visibility: "visible             "
  +apId: "https://lemmy.giftedmc.com/post/164088"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705229970 {#2387
    date: 2024-01-14 11:59: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
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 {#1403
  +user: Proxies\__CG__\App\Entity\User {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1468 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "In-search-for-free-domain-I-got-one-but-some"
  +title: "In search for free domain I got one but some questions"
  +url: null
  +body: """
    In search for free domain I got [IPQuick](https://www.ipq.co/). It gives a random domain for any IP4&6. I know not reliable for commercial use but I just want a domain for nextcloud,fediverse and mail.\n
    \n
    Questions 1.Is not IP keeps changing in short time will I need to Keep generating domains? 2.Any one using it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 59
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724895484 {#1361
    date: 2024-08-29 03:38:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2023 …}
  +votes: Doctrine\ORM\PersistentCollection {#2032 …}
  +reports: Doctrine\ORM\PersistentCollection {#2024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2018 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2011 …}
  +badges: Doctrine\ORM\PersistentCollection {#2021 …}
  +children: []
  -id: 28584
  -titleTs: "'domain':5 'free':4 'got':7 'one':8 'question':11 'search':2"
  -bodyTs: "'/).':11 '1.is':40 '2.any':55 '6':20 'chang':44 'commerci':26 'domain':5,16,33,54 'fedivers':36 'free':4 'generat':53 'give':13 'got':7 'ip':42 'ip4':19 'ipquick':8 'keep':43,52 'know':22 'mail':38 'need':50 'nextcloud':35 'one':56 'question':39 'random':15 'reliabl':24 'search':2 'short':46 'time':47 'use':27,57 'want':31 'www.ipq.co':10 'www.ipq.co/).':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704964831
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8382369"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704878431 {#1362
    date: 2024-01-10 10:20: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
99 DENIED edit
App\Entity\Entry {#1403
  +user: Proxies\__CG__\App\Entity\User {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1468 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "In-search-for-free-domain-I-got-one-but-some"
  +title: "In search for free domain I got one but some questions"
  +url: null
  +body: """
    In search for free domain I got [IPQuick](https://www.ipq.co/). It gives a random domain for any IP4&6. I know not reliable for commercial use but I just want a domain for nextcloud,fediverse and mail.\n
    \n
    Questions 1.Is not IP keeps changing in short time will I need to Keep generating domains? 2.Any one using it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 59
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724895484 {#1361
    date: 2024-08-29 03:38:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2023 …}
  +votes: Doctrine\ORM\PersistentCollection {#2032 …}
  +reports: Doctrine\ORM\PersistentCollection {#2024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2018 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2011 …}
  +badges: Doctrine\ORM\PersistentCollection {#2021 …}
  +children: []
  -id: 28584
  -titleTs: "'domain':5 'free':4 'got':7 'one':8 'question':11 'search':2"
  -bodyTs: "'/).':11 '1.is':40 '2.any':55 '6':20 'chang':44 'commerci':26 'domain':5,16,33,54 'fedivers':36 'free':4 'generat':53 'give':13 'got':7 'ip':42 'ip4':19 'ipquick':8 'keep':43,52 'know':22 'mail':38 'need':50 'nextcloud':35 'one':56 'question':39 'random':15 'reliabl':24 'search':2 'short':46 'time':47 'use':27,57 'want':31 'www.ipq.co':10 'www.ipq.co/).':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704964831
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8382369"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704878431 {#1362
    date: 2024-01-10 10:20: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
100 DENIED moderate
App\Entity\Entry {#1403
  +user: Proxies\__CG__\App\Entity\User {#2019 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1468 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "In-search-for-free-domain-I-got-one-but-some"
  +title: "In search for free domain I got one but some questions"
  +url: null
  +body: """
    In search for free domain I got [IPQuick](https://www.ipq.co/). It gives a random domain for any IP4&6. I know not reliable for commercial use but I just want a domain for nextcloud,fediverse and mail.\n
    \n
    Questions 1.Is not IP keeps changing in short time will I need to Keep generating domains? 2.Any one using it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 59
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724895484 {#1361
    date: 2024-08-29 03:38:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2023 …}
  +votes: Doctrine\ORM\PersistentCollection {#2032 …}
  +reports: Doctrine\ORM\PersistentCollection {#2024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2018 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2011 …}
  +badges: Doctrine\ORM\PersistentCollection {#2021 …}
  +children: []
  -id: 28584
  -titleTs: "'domain':5 'free':4 'got':7 'one':8 'question':11 'search':2"
  -bodyTs: "'/).':11 '1.is':40 '2.any':55 '6':20 'chang':44 'commerci':26 'domain':5,16,33,54 'fedivers':36 'free':4 'generat':53 'give':13 'got':7 'ip':42 'ip4':19 'ipquick':8 'keep':43,52 'know':22 'mail':38 'need':50 'nextcloud':35 'one':56 'question':39 'random':15 'reliabl':24 'search':2 'short':46 'time':47 'use':27,57 'want':31 'www.ipq.co':10 'www.ipq.co/).':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704964831
  +visibility: "visible             "
  +apId: "https://programming.dev/post/8382369"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704878431 {#1362
    date: 2024-01-10 10:20: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