GET https://kbin.spritesserver.nl/d/kbin.spritesserver.nl/commented/%E2%88%9E/articles?p=103

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 {#1393
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Linux-DNS-settings-is-a-total-mess"
  +title: "Linux DNS settings is a total mess"
  +url: null
  +body: """
    I recently tried to enable system-wide DNS over https on Fedora. To do so I had to to some research and found out how comfusing it is for the average user (and even experienced users) to change the settings. In fact there are multiple backends messing with system DNS at the same time.\n
    \n
    Most major Linux distributions use systemd-resolved for DNS but there is no utility for changing its configuration.\n
    \n
    The average user would still try to change DNS settings by editing /etc/relov.conf (which is overwritten and will not survive reboots) or changing settings in Network Manager.\n
    \n
    Based on documentation of systemd-resolved, the standard way of adding custom DNS servers is putting so-called ‘drop-in’ files in /etc/systemd/resolved.conf.d directory, especially when you want to use DNS-over-TLS or DNS-over-https.\n
    \n
    Modern browsers use their buit-in DNS settings which adds to the confusion.\n
    \n
    I think this is one area that Linux needs more work and more standardization.\n
    \n
    How do you think it should be fixed?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697973921 {#1880
    date: 2023-10-22 13:25:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1878 …}
  +votes: Doctrine\ORM\PersistentCollection {#2355 …}
  +reports: Doctrine\ORM\PersistentCollection {#2481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1537 …}
  +badges: Doctrine\ORM\PersistentCollection {#1515 …}
  +children: []
  -id: 9877
  -titleTs: "'dns':2 'linux':1 'mess':7 'set':3 'total':6"
  -bodyTs: "'/etc/relov.conf':87 '/etc/systemd/resolved.conf.d':127 'ad':113 'add':154 'area':163 'averag':32,76 'backend':47 'base':102 'browser':145 'buit':149 'buit-in':148 'call':121 'chang':39,72,82,97 'comfus':27 'configur':74 'confus':157 'custom':114 'directori':128 'distribut':59 'dns':9,51,65,83,115,136,141,151 'dns-over-http':140 'dns-over-tl':135 'document':104 'drop':123 'drop-in':122 'edit':86 'enabl':5 'especi':129 'even':35 'experienc':36 'fact':43 'fedora':13 'file':125 'fix':179 'found':24 'https':11,143 'linux':58,165 'major':57 'manag':101 'mess':48 'modern':144 'multipl':46 'need':166 'network':100 'one':162 'overwritten':90 'put':118 'reboot':95 'recent':2 'research':22 'resolv':63,108 'server':116 'set':41,84,98,152 'so-cal':119 'standard':110,171 'still':79 'surviv':94 'system':7,50 'system-wid':6 'systemd':62,107 'systemd-resolv':61,106 'think':159,175 'time':55 'tls':138 'tri':3,80 'use':60,134,146 'user':33,37,77 'util':70 'want':132 'way':111 'wide':8 'work':168 'would':78"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697854891
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/2445960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697822391 {#1918
    date: 2023-10-20 19:19:51.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
3 DENIED edit
App\Entity\Entry {#1393
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Linux-DNS-settings-is-a-total-mess"
  +title: "Linux DNS settings is a total mess"
  +url: null
  +body: """
    I recently tried to enable system-wide DNS over https on Fedora. To do so I had to to some research and found out how comfusing it is for the average user (and even experienced users) to change the settings. In fact there are multiple backends messing with system DNS at the same time.\n
    \n
    Most major Linux distributions use systemd-resolved for DNS but there is no utility for changing its configuration.\n
    \n
    The average user would still try to change DNS settings by editing /etc/relov.conf (which is overwritten and will not survive reboots) or changing settings in Network Manager.\n
    \n
    Based on documentation of systemd-resolved, the standard way of adding custom DNS servers is putting so-called ‘drop-in’ files in /etc/systemd/resolved.conf.d directory, especially when you want to use DNS-over-TLS or DNS-over-https.\n
    \n
    Modern browsers use their buit-in DNS settings which adds to the confusion.\n
    \n
    I think this is one area that Linux needs more work and more standardization.\n
    \n
    How do you think it should be fixed?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697973921 {#1880
    date: 2023-10-22 13:25:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1878 …}
  +votes: Doctrine\ORM\PersistentCollection {#2355 …}
  +reports: Doctrine\ORM\PersistentCollection {#2481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1537 …}
  +badges: Doctrine\ORM\PersistentCollection {#1515 …}
  +children: []
  -id: 9877
  -titleTs: "'dns':2 'linux':1 'mess':7 'set':3 'total':6"
  -bodyTs: "'/etc/relov.conf':87 '/etc/systemd/resolved.conf.d':127 'ad':113 'add':154 'area':163 'averag':32,76 'backend':47 'base':102 'browser':145 'buit':149 'buit-in':148 'call':121 'chang':39,72,82,97 'comfus':27 'configur':74 'confus':157 'custom':114 'directori':128 'distribut':59 'dns':9,51,65,83,115,136,141,151 'dns-over-http':140 'dns-over-tl':135 'document':104 'drop':123 'drop-in':122 'edit':86 'enabl':5 'especi':129 'even':35 'experienc':36 'fact':43 'fedora':13 'file':125 'fix':179 'found':24 'https':11,143 'linux':58,165 'major':57 'manag':101 'mess':48 'modern':144 'multipl':46 'need':166 'network':100 'one':162 'overwritten':90 'put':118 'reboot':95 'recent':2 'research':22 'resolv':63,108 'server':116 'set':41,84,98,152 'so-cal':119 'standard':110,171 'still':79 'surviv':94 'system':7,50 'system-wid':6 'systemd':62,107 'systemd-resolv':61,106 'think':159,175 'time':55 'tls':138 'tri':3,80 'use':60,134,146 'user':33,37,77 'util':70 'want':132 'way':111 'wide':8 'work':168 'would':78"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697854891
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/2445960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697822391 {#1918
    date: 2023-10-20 19:19:51.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
4 DENIED moderate
App\Entity\Entry {#1393
  +user: Proxies\__CG__\App\Entity\User {#2166 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Linux-DNS-settings-is-a-total-mess"
  +title: "Linux DNS settings is a total mess"
  +url: null
  +body: """
    I recently tried to enable system-wide DNS over https on Fedora. To do so I had to to some research and found out how comfusing it is for the average user (and even experienced users) to change the settings. In fact there are multiple backends messing with system DNS at the same time.\n
    \n
    Most major Linux distributions use systemd-resolved for DNS but there is no utility for changing its configuration.\n
    \n
    The average user would still try to change DNS settings by editing /etc/relov.conf (which is overwritten and will not survive reboots) or changing settings in Network Manager.\n
    \n
    Based on documentation of systemd-resolved, the standard way of adding custom DNS servers is putting so-called ‘drop-in’ files in /etc/systemd/resolved.conf.d directory, especially when you want to use DNS-over-TLS or DNS-over-https.\n
    \n
    Modern browsers use their buit-in DNS settings which adds to the confusion.\n
    \n
    I think this is one area that Linux needs more work and more standardization.\n
    \n
    How do you think it should be fixed?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697973921 {#1880
    date: 2023-10-22 13:25:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1878 …}
  +votes: Doctrine\ORM\PersistentCollection {#2355 …}
  +reports: Doctrine\ORM\PersistentCollection {#2481 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2488 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1537 …}
  +badges: Doctrine\ORM\PersistentCollection {#1515 …}
  +children: []
  -id: 9877
  -titleTs: "'dns':2 'linux':1 'mess':7 'set':3 'total':6"
  -bodyTs: "'/etc/relov.conf':87 '/etc/systemd/resolved.conf.d':127 'ad':113 'add':154 'area':163 'averag':32,76 'backend':47 'base':102 'browser':145 'buit':149 'buit-in':148 'call':121 'chang':39,72,82,97 'comfus':27 'configur':74 'confus':157 'custom':114 'directori':128 'distribut':59 'dns':9,51,65,83,115,136,141,151 'dns-over-http':140 'dns-over-tl':135 'document':104 'drop':123 'drop-in':122 'edit':86 'enabl':5 'especi':129 'even':35 'experienc':36 'fact':43 'fedora':13 'file':125 'fix':179 'found':24 'https':11,143 'linux':58,165 'major':57 'manag':101 'mess':48 'modern':144 'multipl':46 'need':166 'network':100 'one':162 'overwritten':90 'put':118 'reboot':95 'recent':2 'research':22 'resolv':63,108 'server':116 'set':41,84,98,152 'so-cal':119 'standard':110,171 'still':79 'surviv':94 'system':7,50 'system-wid':6 'systemd':62,107 'systemd-resolv':61,106 'think':159,175 'time':55 'tls':138 'tri':3,80 'use':60,134,146 'user':33,37,77 'util':70 'want':132 'way':111 'wide':8 'work':168 'would':78"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697854891
  +visibility: "visible             "
  +apId: "https://lemdro.id/post/2445960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697822391 {#1918
    date: 2023-10-20 19:19:51.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
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 {#1632
  +user: Proxies\__CG__\App\Entity\User {#1631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Best-Image-Searching-Tools-Sites"
  +title: "Best Image Searching Tools / Sites"
  +url: null
  +body: """
    What do you use to find images online these days? Google image search is useless, and I don’t think the other major ones are much better…\n
    \n
    You want large decent quality images you say? Sure, here’s some thumbnails, and previews from videos, actually here’s some OK looking results but don’t click them because the images aren’t actually there. No good? What about some Pinterest links or other sites you need to subscribe to or login to, but don’t bother doing that because the image probably won’t be there when you do…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697763138 {#1530
    date: 2023-10-20 02:52:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1519 …}
  +reports: Doctrine\ORM\PersistentCollection {#1710 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1742 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1659 …}
  +badges: Doctrine\ORM\PersistentCollection {#1747 …}
  +children: []
  -id: 6539
  -titleTs: "'best':1 'imag':2 'search':3 'site':5 'tool':4"
  -bodyTs: "'actual':45,62 'aren':60 'better':27 'bother':85 'click':55 'day':10 'decent':31 'find':6 'good':65 'googl':11 'imag':7,12,33,59,90 'larg':30 'link':70 'login':80 'look':50 'major':23 'much':26 'need':75 'ok':49 'one':24 'onlin':8 'pinterest':69 'preview':42 'probabl':91 'qualiti':32 'result':51 'say':35 'search':13 'site':73 'subscrib':77 'sure':36 'think':20 'thumbnail':40 'use':4 'useless':15 'video':44 'want':29 'won':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697837017
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7040237"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697751017 {#1539
    date: 2023-10-19 23:30:17.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
7 DENIED edit
App\Entity\Entry {#1632
  +user: Proxies\__CG__\App\Entity\User {#1631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Best-Image-Searching-Tools-Sites"
  +title: "Best Image Searching Tools / Sites"
  +url: null
  +body: """
    What do you use to find images online these days? Google image search is useless, and I don’t think the other major ones are much better…\n
    \n
    You want large decent quality images you say? Sure, here’s some thumbnails, and previews from videos, actually here’s some OK looking results but don’t click them because the images aren’t actually there. No good? What about some Pinterest links or other sites you need to subscribe to or login to, but don’t bother doing that because the image probably won’t be there when you do…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697763138 {#1530
    date: 2023-10-20 02:52:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1519 …}
  +reports: Doctrine\ORM\PersistentCollection {#1710 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1742 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1659 …}
  +badges: Doctrine\ORM\PersistentCollection {#1747 …}
  +children: []
  -id: 6539
  -titleTs: "'best':1 'imag':2 'search':3 'site':5 'tool':4"
  -bodyTs: "'actual':45,62 'aren':60 'better':27 'bother':85 'click':55 'day':10 'decent':31 'find':6 'good':65 'googl':11 'imag':7,12,33,59,90 'larg':30 'link':70 'login':80 'look':50 'major':23 'much':26 'need':75 'ok':49 'one':24 'onlin':8 'pinterest':69 'preview':42 'probabl':91 'qualiti':32 'result':51 'say':35 'search':13 'site':73 'subscrib':77 'sure':36 'think':20 'thumbnail':40 'use':4 'useless':15 'video':44 'want':29 'won':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697837017
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7040237"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697751017 {#1539
    date: 2023-10-19 23:30:17.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
8 DENIED moderate
App\Entity\Entry {#1632
  +user: Proxies\__CG__\App\Entity\User {#1631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Best-Image-Searching-Tools-Sites"
  +title: "Best Image Searching Tools / Sites"
  +url: null
  +body: """
    What do you use to find images online these days? Google image search is useless, and I don’t think the other major ones are much better…\n
    \n
    You want large decent quality images you say? Sure, here’s some thumbnails, and previews from videos, actually here’s some OK looking results but don’t click them because the images aren’t actually there. No good? What about some Pinterest links or other sites you need to subscribe to or login to, but don’t bother doing that because the image probably won’t be there when you do…
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 26
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697763138 {#1530
    date: 2023-10-20 02:52:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1518 …}
  +votes: Doctrine\ORM\PersistentCollection {#1519 …}
  +reports: Doctrine\ORM\PersistentCollection {#1710 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1742 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1659 …}
  +badges: Doctrine\ORM\PersistentCollection {#1747 …}
  +children: []
  -id: 6539
  -titleTs: "'best':1 'imag':2 'search':3 'site':5 'tool':4"
  -bodyTs: "'actual':45,62 'aren':60 'better':27 'bother':85 'click':55 'day':10 'decent':31 'find':6 'good':65 'googl':11 'imag':7,12,33,59,90 'larg':30 'link':70 'login':80 'look':50 'major':23 'much':26 'need':75 'ok':49 'one':24 'onlin':8 'pinterest':69 'preview':42 'probabl':91 'qualiti':32 'result':51 'say':35 'search':13 'site':73 'subscrib':77 'sure':36 'think':20 'thumbnail':40 'use':4 'useless':15 'video':44 'want':29 'won':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697837017
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/7040237"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697751017 {#1539
    date: 2023-10-19 23:30:17.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
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 {#1749
  +user: Proxies\__CG__\App\Entity\User {#1750 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Torrent-downloader-for-Android-that-accepts-only-a-specified-network"
  +title: "Torrent downloader for Android that accepts only a specified network interface"
  +url: null
  +body: """
    Hello !\n
    \n
    On my PC I use a torrent client that’s FOSS and that only works if my VPN is running. It’s great!\n
    \n
    Is there a similar soft for mobile (Android)?\n
    \n
    Harr & Cheers!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697602975 {#1753
    date: 2023-10-18 06:22:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1468 …}
  +votes: Doctrine\ORM\PersistentCollection {#1472 …}
  +reports: Doctrine\ORM\PersistentCollection {#1467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1498 …}
  +badges: Doctrine\ORM\PersistentCollection {#1497 …}
  +children: []
  -id: 6019
  -titleTs: "'accept':6 'android':4 'download':2 'interfac':11 'network':10 'specifi':9 'torrent':1"
  -bodyTs: "'android':32 'cheer':34 'client':9 'foss':12 'great':24 'harr':33 'hello':1 'mobil':31 'pc':4 'run':21 'similar':28 'soft':29 'torrent':8 'use':6 'vpn':19 'work':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697622298
  +visibility: "visible             "
  +apId: "https://lemmy.mindoki.com/post/111617"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697568298 {#1746
    date: 2023-10-17 20:44:58.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
11 DENIED edit
App\Entity\Entry {#1749
  +user: Proxies\__CG__\App\Entity\User {#1750 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Torrent-downloader-for-Android-that-accepts-only-a-specified-network"
  +title: "Torrent downloader for Android that accepts only a specified network interface"
  +url: null
  +body: """
    Hello !\n
    \n
    On my PC I use a torrent client that’s FOSS and that only works if my VPN is running. It’s great!\n
    \n
    Is there a similar soft for mobile (Android)?\n
    \n
    Harr & Cheers!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697602975 {#1753
    date: 2023-10-18 06:22:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1468 …}
  +votes: Doctrine\ORM\PersistentCollection {#1472 …}
  +reports: Doctrine\ORM\PersistentCollection {#1467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1498 …}
  +badges: Doctrine\ORM\PersistentCollection {#1497 …}
  +children: []
  -id: 6019
  -titleTs: "'accept':6 'android':4 'download':2 'interfac':11 'network':10 'specifi':9 'torrent':1"
  -bodyTs: "'android':32 'cheer':34 'client':9 'foss':12 'great':24 'harr':33 'hello':1 'mobil':31 'pc':4 'run':21 'similar':28 'soft':29 'torrent':8 'use':6 'vpn':19 'work':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697622298
  +visibility: "visible             "
  +apId: "https://lemmy.mindoki.com/post/111617"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697568298 {#1746
    date: 2023-10-17 20:44:58.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
12 DENIED moderate
App\Entity\Entry {#1749
  +user: Proxies\__CG__\App\Entity\User {#1750 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Torrent-downloader-for-Android-that-accepts-only-a-specified-network"
  +title: "Torrent downloader for Android that accepts only a specified network interface"
  +url: null
  +body: """
    Hello !\n
    \n
    On my PC I use a torrent client that’s FOSS and that only works if my VPN is running. It’s great!\n
    \n
    Is there a similar soft for mobile (Android)?\n
    \n
    Harr & Cheers!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697602975 {#1753
    date: 2023-10-18 06:22:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1468 …}
  +votes: Doctrine\ORM\PersistentCollection {#1472 …}
  +reports: Doctrine\ORM\PersistentCollection {#1467 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1498 …}
  +badges: Doctrine\ORM\PersistentCollection {#1497 …}
  +children: []
  -id: 6019
  -titleTs: "'accept':6 'android':4 'download':2 'interfac':11 'network':10 'specifi':9 'torrent':1"
  -bodyTs: "'android':32 'cheer':34 'client':9 'foss':12 'great':24 'harr':33 'hello':1 'mobil':31 'pc':4 'run':21 'similar':28 'soft':29 'torrent':8 'use':6 'vpn':19 'work':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697622298
  +visibility: "visible             "
  +apId: "https://lemmy.mindoki.com/post/111617"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697568298 {#1746
    date: 2023-10-17 20:44:58.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
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 {#1487
  +user: Proxies\__CG__\App\Entity\User {#1485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Has-anyone-managed-to-use-80-PA-on-Linux"
  +title: "Has anyone managed to use 80_PA on Linux?"
  +url: null
  +body: """
    I wanted to play Test Drive Unlimited 2 multiplayer with the TDU World mod, but since I’m not one of the lucky few who owned the game back in the day (I was still a teenager when they shut down the game) I have to pirate it. Unfortunately, the tool required to do it while working with TDUWorld, 80_PA ([github.com/Blaukovitch/80_PA](https://github.com/Blaukovitch/80_PA) ), doesn’t want to work through Wine as it crashes immediately.\n
    \n
    It’s a long shot, but has anyone here used it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697486027 {#1486
    date: 2023-10-16 21:53:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1489 …}
  +votes: Doctrine\ORM\PersistentCollection {#1494 …}
  +reports: Doctrine\ORM\PersistentCollection {#1491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1475 …}
  +badges: Doctrine\ORM\PersistentCollection {#1476 …}
  +children: []
  -id: 5780
  -titleTs: "'80':6 'anyon':2 'linux':9 'manag':3 'pa':7 'use':5"
  -bodyTs: "'/blaukovitch/80_pa](https://github.com/blaukovitch/80_pa)':64 '2':8 '80':60 'anyon':83 'back':29 'crash':74 'day':32 'doesn':65 'drive':6 'game':28,43 'github.com':63 'github.com/blaukovitch/80_pa](https://github.com/blaukovitch/80_pa)':62 'immedi':75 'long':79 'lucki':23 'm':18 'mod':14 'multiplay':9 'one':20 'own':26 'pa':61 'pirat':47 'play':4 'requir':52 'shot':80 'shut':40 'sinc':16 'still':35 'tdu':12 'tduworld':59 'teenag':37 'test':5 'tool':51 'unfortun':49 'unlimit':7 'use':85 'want':2,67 'wine':71 'work':57,69 'world':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697520474
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6405870"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697475474 {#1488
    date: 2023-10-16 18:57:54.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
15 DENIED edit
App\Entity\Entry {#1487
  +user: Proxies\__CG__\App\Entity\User {#1485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Has-anyone-managed-to-use-80-PA-on-Linux"
  +title: "Has anyone managed to use 80_PA on Linux?"
  +url: null
  +body: """
    I wanted to play Test Drive Unlimited 2 multiplayer with the TDU World mod, but since I’m not one of the lucky few who owned the game back in the day (I was still a teenager when they shut down the game) I have to pirate it. Unfortunately, the tool required to do it while working with TDUWorld, 80_PA ([github.com/Blaukovitch/80_PA](https://github.com/Blaukovitch/80_PA) ), doesn’t want to work through Wine as it crashes immediately.\n
    \n
    It’s a long shot, but has anyone here used it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697486027 {#1486
    date: 2023-10-16 21:53:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1489 …}
  +votes: Doctrine\ORM\PersistentCollection {#1494 …}
  +reports: Doctrine\ORM\PersistentCollection {#1491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1475 …}
  +badges: Doctrine\ORM\PersistentCollection {#1476 …}
  +children: []
  -id: 5780
  -titleTs: "'80':6 'anyon':2 'linux':9 'manag':3 'pa':7 'use':5"
  -bodyTs: "'/blaukovitch/80_pa](https://github.com/blaukovitch/80_pa)':64 '2':8 '80':60 'anyon':83 'back':29 'crash':74 'day':32 'doesn':65 'drive':6 'game':28,43 'github.com':63 'github.com/blaukovitch/80_pa](https://github.com/blaukovitch/80_pa)':62 'immedi':75 'long':79 'lucki':23 'm':18 'mod':14 'multiplay':9 'one':20 'own':26 'pa':61 'pirat':47 'play':4 'requir':52 'shot':80 'shut':40 'sinc':16 'still':35 'tdu':12 'tduworld':59 'teenag':37 'test':5 'tool':51 'unfortun':49 'unlimit':7 'use':85 'want':2,67 'wine':71 'work':57,69 'world':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697520474
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6405870"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697475474 {#1488
    date: 2023-10-16 18:57:54.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
16 DENIED moderate
App\Entity\Entry {#1487
  +user: Proxies\__CG__\App\Entity\User {#1485 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Has-anyone-managed-to-use-80-PA-on-Linux"
  +title: "Has anyone managed to use 80_PA on Linux?"
  +url: null
  +body: """
    I wanted to play Test Drive Unlimited 2 multiplayer with the TDU World mod, but since I’m not one of the lucky few who owned the game back in the day (I was still a teenager when they shut down the game) I have to pirate it. Unfortunately, the tool required to do it while working with TDUWorld, 80_PA ([github.com/Blaukovitch/80_PA](https://github.com/Blaukovitch/80_PA) ), doesn’t want to work through Wine as it crashes immediately.\n
    \n
    It’s a long shot, but has anyone here used it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 10
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697486027 {#1486
    date: 2023-10-16 21:53:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1489 …}
  +votes: Doctrine\ORM\PersistentCollection {#1494 …}
  +reports: Doctrine\ORM\PersistentCollection {#1491 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1495 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1475 …}
  +badges: Doctrine\ORM\PersistentCollection {#1476 …}
  +children: []
  -id: 5780
  -titleTs: "'80':6 'anyon':2 'linux':9 'manag':3 'pa':7 'use':5"
  -bodyTs: "'/blaukovitch/80_pa](https://github.com/blaukovitch/80_pa)':64 '2':8 '80':60 'anyon':83 'back':29 'crash':74 'day':32 'doesn':65 'drive':6 'game':28,43 'github.com':63 'github.com/blaukovitch/80_pa](https://github.com/blaukovitch/80_pa)':62 'immedi':75 'long':79 'lucki':23 'm':18 'mod':14 'multiplay':9 'one':20 'own':26 'pa':61 'pirat':47 'play':4 'requir':52 'shot':80 'shut':40 'sinc':16 'still':35 'tdu':12 'tduworld':59 'teenag':37 'test':5 'tool':51 'unfortun':49 'unlimit':7 'use':85 'want':2,67 'wine':71 'work':57,69 'world':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697520474
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6405870"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697475474 {#1488
    date: 2023-10-16 18:57:54.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
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 {#1755
  +user: Proxies\__CG__\App\Entity\User {#1760 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1757 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Had-to-reinstall-Lemmy-did-I-break-federation"
  +title: "Had to reinstall Lemmy - did I break federation?"
  +url: null
  +body: """
    I’m wondering if this post will even go through**. Long story short, I had to rebuild my Lemmy instance without importing the old data. I manually recreated my account (Knova@links.dartboard.social) and was able to subscribe to communities (although everything says “subscription pending”*). But it doesn’t seem like my posts federate properly.\n
    \n
    *additionally, a third party Lemmy app I use does not recognize my subscriptions when they are in this pending state, further driving me to conclude it’s broken.\n
    \n
    I made a new account on my instance to see if things were broken, and under a new name things seem to be working. Is my original username doomed to purgatory?\n
    \n
    **test - posted this originally from the KNova account but doesnt look like it hit the lemmy.ml server. See here - [links.dartboard.social/post/7176](https://links.dartboard.social/post/7176) - trying to repost from my other account now.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697511994 {#1758
    date: 2023-10-17 05:06:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1763 …}
  +votes: Doctrine\ORM\PersistentCollection {#1767 …}
  +reports: Doctrine\ORM\PersistentCollection {#1762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1779 …}
  +badges: Doctrine\ORM\PersistentCollection {#1787 …}
  +children: []
  -id: 5744
  -titleTs: "'break':7 'feder':8 'lemmi':4 'reinstal':3"
  -bodyTs: "'/post/7176](https://links.dartboard.social/post/7176)':134 'abl':34 'account':30,86,120,141 'addit':54 'although':39 'app':59 'broken':81,95 'communiti':38 'conclud':78 'data':25 'doesn':46 'doesnt':122 'doom':110 'drive':75 'even':8 'everyth':40 'feder':52 'go':9 'hit':126 'import':22 'instanc':20,89 'knova':119 'knova@links.dartboard.social':31 'lemmi':19,58 'lemmy.ml':128 'like':49,124 'links.dartboard.social':133 'links.dartboard.social/post/7176](https://links.dartboard.social/post/7176)':132 'long':11 'look':123 'm':2 'made':83 'manual':27 'name':100 'new':85,99 'old':24 'origin':108,116 'parti':57 'pend':43,72 'post':6,51,114 'proper':53 'purgatori':112 'rebuild':17 'recogn':64 'recreat':28 'repost':137 'say':41 'see':91,130 'seem':48,102 'server':129 'short':13 'state':73 'stori':12 'subscrib':36 'subscript':42,66 'test':113 'thing':93,101 'third':56 'tri':135 'use':61 'usernam':109 'without':21 'wonder':3 'work':105"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697541012
  +visibility: "visible             "
  +apId: "https://links.dartboard.social/post/7223"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697468512 {#1754
    date: 2023-10-16 17:01:52.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
19 DENIED edit
App\Entity\Entry {#1755
  +user: Proxies\__CG__\App\Entity\User {#1760 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1757 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Had-to-reinstall-Lemmy-did-I-break-federation"
  +title: "Had to reinstall Lemmy - did I break federation?"
  +url: null
  +body: """
    I’m wondering if this post will even go through**. Long story short, I had to rebuild my Lemmy instance without importing the old data. I manually recreated my account (Knova@links.dartboard.social) and was able to subscribe to communities (although everything says “subscription pending”*). But it doesn’t seem like my posts federate properly.\n
    \n
    *additionally, a third party Lemmy app I use does not recognize my subscriptions when they are in this pending state, further driving me to conclude it’s broken.\n
    \n
    I made a new account on my instance to see if things were broken, and under a new name things seem to be working. Is my original username doomed to purgatory?\n
    \n
    **test - posted this originally from the KNova account but doesnt look like it hit the lemmy.ml server. See here - [links.dartboard.social/post/7176](https://links.dartboard.social/post/7176) - trying to repost from my other account now.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697511994 {#1758
    date: 2023-10-17 05:06:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1763 …}
  +votes: Doctrine\ORM\PersistentCollection {#1767 …}
  +reports: Doctrine\ORM\PersistentCollection {#1762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1779 …}
  +badges: Doctrine\ORM\PersistentCollection {#1787 …}
  +children: []
  -id: 5744
  -titleTs: "'break':7 'feder':8 'lemmi':4 'reinstal':3"
  -bodyTs: "'/post/7176](https://links.dartboard.social/post/7176)':134 'abl':34 'account':30,86,120,141 'addit':54 'although':39 'app':59 'broken':81,95 'communiti':38 'conclud':78 'data':25 'doesn':46 'doesnt':122 'doom':110 'drive':75 'even':8 'everyth':40 'feder':52 'go':9 'hit':126 'import':22 'instanc':20,89 'knova':119 'knova@links.dartboard.social':31 'lemmi':19,58 'lemmy.ml':128 'like':49,124 'links.dartboard.social':133 'links.dartboard.social/post/7176](https://links.dartboard.social/post/7176)':132 'long':11 'look':123 'm':2 'made':83 'manual':27 'name':100 'new':85,99 'old':24 'origin':108,116 'parti':57 'pend':43,72 'post':6,51,114 'proper':53 'purgatori':112 'rebuild':17 'recogn':64 'recreat':28 'repost':137 'say':41 'see':91,130 'seem':48,102 'server':129 'short':13 'state':73 'stori':12 'subscrib':36 'subscript':42,66 'test':113 'thing':93,101 'third':56 'tri':135 'use':61 'usernam':109 'without':21 'wonder':3 'work':105"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697541012
  +visibility: "visible             "
  +apId: "https://links.dartboard.social/post/7223"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697468512 {#1754
    date: 2023-10-16 17:01:52.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
20 DENIED moderate
App\Entity\Entry {#1755
  +user: Proxies\__CG__\App\Entity\User {#1760 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1757 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Had-to-reinstall-Lemmy-did-I-break-federation"
  +title: "Had to reinstall Lemmy - did I break federation?"
  +url: null
  +body: """
    I’m wondering if this post will even go through**. Long story short, I had to rebuild my Lemmy instance without importing the old data. I manually recreated my account (Knova@links.dartboard.social) and was able to subscribe to communities (although everything says “subscription pending”*). But it doesn’t seem like my posts federate properly.\n
    \n
    *additionally, a third party Lemmy app I use does not recognize my subscriptions when they are in this pending state, further driving me to conclude it’s broken.\n
    \n
    I made a new account on my instance to see if things were broken, and under a new name things seem to be working. Is my original username doomed to purgatory?\n
    \n
    **test - posted this originally from the KNova account but doesnt look like it hit the lemmy.ml server. See here - [links.dartboard.social/post/7176](https://links.dartboard.social/post/7176) - trying to repost from my other account now.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697511994 {#1758
    date: 2023-10-17 05:06:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1763 …}
  +votes: Doctrine\ORM\PersistentCollection {#1767 …}
  +reports: Doctrine\ORM\PersistentCollection {#1762 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1779 …}
  +badges: Doctrine\ORM\PersistentCollection {#1787 …}
  +children: []
  -id: 5744
  -titleTs: "'break':7 'feder':8 'lemmi':4 'reinstal':3"
  -bodyTs: "'/post/7176](https://links.dartboard.social/post/7176)':134 'abl':34 'account':30,86,120,141 'addit':54 'although':39 'app':59 'broken':81,95 'communiti':38 'conclud':78 'data':25 'doesn':46 'doesnt':122 'doom':110 'drive':75 'even':8 'everyth':40 'feder':52 'go':9 'hit':126 'import':22 'instanc':20,89 'knova':119 'knova@links.dartboard.social':31 'lemmi':19,58 'lemmy.ml':128 'like':49,124 'links.dartboard.social':133 'links.dartboard.social/post/7176](https://links.dartboard.social/post/7176)':132 'long':11 'look':123 'm':2 'made':83 'manual':27 'name':100 'new':85,99 'old':24 'origin':108,116 'parti':57 'pend':43,72 'post':6,51,114 'proper':53 'purgatori':112 'rebuild':17 'recogn':64 'recreat':28 'repost':137 'say':41 'see':91,130 'seem':48,102 'server':129 'short':13 'state':73 'stori':12 'subscrib':36 'subscript':42,66 'test':113 'thing':93,101 'third':56 'tri':135 'use':61 'usernam':109 'without':21 'wonder':3 'work':105"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697541012
  +visibility: "visible             "
  +apId: "https://links.dartboard.social/post/7223"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697468512 {#1754
    date: 2023-10-16 17:01:52.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
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 {#1776
  +user: Proxies\__CG__\App\Entity\User {#1781 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1782 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "answered-Front-load-bobbins-any-advantages-Or-only-downsides"
  +title: "[answered] Front-load bobbins -- any advantages?  Or only downsides?"
  +url: null
  +body: """
    I watched several sewing videos in preparation to buy a machine. The consensus is that drop-in bobbins are easier for beginners than front-load. Well I’m the kind of person who wants to get to the /expert/ stage & if that means doing things the hard way, so be it. But then the question is, what are the advantages of front-loads?\n
    \n
    Youtube video id `rbhfilt68vI` titled “TESTED Best Sewing Machines for Beginners” suggests that front-load bobbins are more likely to get tangled and jammed. That sounds like an anti-feature for both beginners and experienced users. So why do front-load bobbin designs even exist?\n
    \n
    (edit)\n
    \n
    I think I got my answer. Video `F7GTjrc-m5w` says front-loading enables the machine to go faster and also enables you to switch bobbins mid-task.\n
    \n
    I care more about jamming than speed. But the mid-task swapping sounds useful because I don’t suppose you can predict when it will run out. So I guess I need to consider how much stock to put into the comment about jamming.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697394543 {#1774
    date: 2023-10-15 20:29:03.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: 5383
  -titleTs: "'advantag':7 'answer':1 'bobbin':5 'downsid':10 'front':3 'front-load':2 'load':4"
  -bodyTs: "'/expert':41 'advantag':62 'also':137 'answer':121 'anti':97 'anti-featur':96 'beginn':23,77,101 'best':73 'bobbin':19,83,111,142 'buy':9 'care':147 'comment':188 'consensus':13 'consid':180 'design':112 'drop':17 'drop-in':16 'easier':21 'edit':115 'enabl':130,138 'even':113 'exist':114 'experienc':103 'f7gtjrc':124 'f7gtjrc-m5w':123 'faster':135 'featur':98 'front':26,65,81,109,128 'front-load':25,64,80,108,127 'get':38,88 'go':134 'got':119 'guess':176 'hard':49 'id':69 'jam':91,150,190 'kind':32 'like':86,94 'load':27,66,82,110,129 'm':30 'm5w':125 'machin':11,75,132 'mean':45 'mid':144,156 'mid-task':143,155 'much':182 'need':178 'person':34 'predict':168 'prepar':7 'put':185 'question':57 'rbhfilt68vi':70 'run':172 'say':126 'sever':3 'sew':4,74 'sound':93,159 'speed':152 'stage':42 'stock':183 'suggest':78 'suppos':165 'swap':158 'switch':141 'tangl':89 'task':145,157 'test':72 'thing':47 'think':117 'titl':71 'use':160 'user':104 'video':5,68,122 'want':36 'watch':2 'way':50 'well':28 'youtub':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697340459
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3090755"
  +editedAt: DateTimeImmutable @1697310165 {#1773
    date: 2023-10-14 21:02:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697308959 {#1775
    date: 2023-10-14 20:42:39.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
23 DENIED edit
App\Entity\Entry {#1776
  +user: Proxies\__CG__\App\Entity\User {#1781 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1782 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "answered-Front-load-bobbins-any-advantages-Or-only-downsides"
  +title: "[answered] Front-load bobbins -- any advantages?  Or only downsides?"
  +url: null
  +body: """
    I watched several sewing videos in preparation to buy a machine. The consensus is that drop-in bobbins are easier for beginners than front-load. Well I’m the kind of person who wants to get to the /expert/ stage & if that means doing things the hard way, so be it. But then the question is, what are the advantages of front-loads?\n
    \n
    Youtube video id `rbhfilt68vI` titled “TESTED Best Sewing Machines for Beginners” suggests that front-load bobbins are more likely to get tangled and jammed. That sounds like an anti-feature for both beginners and experienced users. So why do front-load bobbin designs even exist?\n
    \n
    (edit)\n
    \n
    I think I got my answer. Video `F7GTjrc-m5w` says front-loading enables the machine to go faster and also enables you to switch bobbins mid-task.\n
    \n
    I care more about jamming than speed. But the mid-task swapping sounds useful because I don’t suppose you can predict when it will run out. So I guess I need to consider how much stock to put into the comment about jamming.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697394543 {#1774
    date: 2023-10-15 20:29:03.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: 5383
  -titleTs: "'advantag':7 'answer':1 'bobbin':5 'downsid':10 'front':3 'front-load':2 'load':4"
  -bodyTs: "'/expert':41 'advantag':62 'also':137 'answer':121 'anti':97 'anti-featur':96 'beginn':23,77,101 'best':73 'bobbin':19,83,111,142 'buy':9 'care':147 'comment':188 'consensus':13 'consid':180 'design':112 'drop':17 'drop-in':16 'easier':21 'edit':115 'enabl':130,138 'even':113 'exist':114 'experienc':103 'f7gtjrc':124 'f7gtjrc-m5w':123 'faster':135 'featur':98 'front':26,65,81,109,128 'front-load':25,64,80,108,127 'get':38,88 'go':134 'got':119 'guess':176 'hard':49 'id':69 'jam':91,150,190 'kind':32 'like':86,94 'load':27,66,82,110,129 'm':30 'm5w':125 'machin':11,75,132 'mean':45 'mid':144,156 'mid-task':143,155 'much':182 'need':178 'person':34 'predict':168 'prepar':7 'put':185 'question':57 'rbhfilt68vi':70 'run':172 'say':126 'sever':3 'sew':4,74 'sound':93,159 'speed':152 'stage':42 'stock':183 'suggest':78 'suppos':165 'swap':158 'switch':141 'tangl':89 'task':145,157 'test':72 'thing':47 'think':117 'titl':71 'use':160 'user':104 'video':5,68,122 'want':36 'watch':2 'way':50 'well':28 'youtub':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697340459
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3090755"
  +editedAt: DateTimeImmutable @1697310165 {#1773
    date: 2023-10-14 21:02:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697308959 {#1775
    date: 2023-10-14 20:42:39.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
24 DENIED moderate
App\Entity\Entry {#1776
  +user: Proxies\__CG__\App\Entity\User {#1781 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1782 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "answered-Front-load-bobbins-any-advantages-Or-only-downsides"
  +title: "[answered] Front-load bobbins -- any advantages?  Or only downsides?"
  +url: null
  +body: """
    I watched several sewing videos in preparation to buy a machine. The consensus is that drop-in bobbins are easier for beginners than front-load. Well I’m the kind of person who wants to get to the /expert/ stage & if that means doing things the hard way, so be it. But then the question is, what are the advantages of front-loads?\n
    \n
    Youtube video id `rbhfilt68vI` titled “TESTED Best Sewing Machines for Beginners” suggests that front-load bobbins are more likely to get tangled and jammed. That sounds like an anti-feature for both beginners and experienced users. So why do front-load bobbin designs even exist?\n
    \n
    (edit)\n
    \n
    I think I got my answer. Video `F7GTjrc-m5w` says front-loading enables the machine to go faster and also enables you to switch bobbins mid-task.\n
    \n
    I care more about jamming than speed. But the mid-task swapping sounds useful because I don’t suppose you can predict when it will run out. So I guess I need to consider how much stock to put into the comment about jamming.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 5
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697394543 {#1774
    date: 2023-10-15 20:29:03.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: 5383
  -titleTs: "'advantag':7 'answer':1 'bobbin':5 'downsid':10 'front':3 'front-load':2 'load':4"
  -bodyTs: "'/expert':41 'advantag':62 'also':137 'answer':121 'anti':97 'anti-featur':96 'beginn':23,77,101 'best':73 'bobbin':19,83,111,142 'buy':9 'care':147 'comment':188 'consensus':13 'consid':180 'design':112 'drop':17 'drop-in':16 'easier':21 'edit':115 'enabl':130,138 'even':113 'exist':114 'experienc':103 'f7gtjrc':124 'f7gtjrc-m5w':123 'faster':135 'featur':98 'front':26,65,81,109,128 'front-load':25,64,80,108,127 'get':38,88 'go':134 'got':119 'guess':176 'hard':49 'id':69 'jam':91,150,190 'kind':32 'like':86,94 'load':27,66,82,110,129 'm':30 'm5w':125 'machin':11,75,132 'mean':45 'mid':144,156 'mid-task':143,155 'much':182 'need':178 'person':34 'predict':168 'prepar':7 'put':185 'question':57 'rbhfilt68vi':70 'run':172 'say':126 'sever':3 'sew':4,74 'sound':93,159 'speed':152 'stage':42 'stock':183 'suggest':78 'suppos':165 'swap':158 'switch':141 'tangl':89 'task':145,157 'test':72 'thing':47 'think':117 'titl':71 'use':160 'user':104 'video':5,68,122 'want':36 'watch':2 'way':50 'well':28 'youtub':67"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697340459
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3090755"
  +editedAt: DateTimeImmutable @1697310165 {#1773
    date: 2023-10-14 21:02:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1697308959 {#1775
    date: 2023-10-14 20:42:39.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
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 {#1465
  +user: Proxies\__CG__\App\Entity\User {#1638 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "HEVC-AMF-10-Bit-HEVC"
  +title: "HEVC_AMF / 10-Bit HEVC"
  +url: null
  +body: "Will or can the HEVC_AMF encoder support Profile 10 or 10-Bit HEVC? I’ve installed the full version of ffmpeg into the ffmpeg Batch converter I use but can’t seem to get the two things together. I’m a little vauge on terminology but I think I’m asking the correct question. Thanks!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473092 {#1452
    date: 2023-10-16 18:18:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1637 …}
  +votes: Doctrine\ORM\PersistentCollection {#1644 …}
  +reports: Doctrine\ORM\PersistentCollection {#1622 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1627 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1634 …}
  +badges: Doctrine\ORM\PersistentCollection {#1635 …}
  +children: []
  -id: 5095
  -titleTs: "'10':3 'amf':2 'bit':4 'hevc':1,5"
  -bodyTs: "'10':10,12 'amf':6 'ask':52 'batch':26 'bit':13 'convert':27 'correct':54 'encod':7 'ffmpeg':22,25 'full':19 'get':35 'hevc':5,14 'instal':17 'littl':43 'm':41,51 'profil':9 'question':55 'seem':33 'support':8 'terminolog':46 'thank':56 'thing':38 'think':49 'togeth':39 'two':37 'use':29 'vaug':44 've':16 'version':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697289071
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6213960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697226571 {#1445
    date: 2023-10-13 21:49:31.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
27 DENIED edit
App\Entity\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1638 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "HEVC-AMF-10-Bit-HEVC"
  +title: "HEVC_AMF / 10-Bit HEVC"
  +url: null
  +body: "Will or can the HEVC_AMF encoder support Profile 10 or 10-Bit HEVC? I’ve installed the full version of ffmpeg into the ffmpeg Batch converter I use but can’t seem to get the two things together. I’m a little vauge on terminology but I think I’m asking the correct question. Thanks!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473092 {#1452
    date: 2023-10-16 18:18:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1637 …}
  +votes: Doctrine\ORM\PersistentCollection {#1644 …}
  +reports: Doctrine\ORM\PersistentCollection {#1622 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1627 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1634 …}
  +badges: Doctrine\ORM\PersistentCollection {#1635 …}
  +children: []
  -id: 5095
  -titleTs: "'10':3 'amf':2 'bit':4 'hevc':1,5"
  -bodyTs: "'10':10,12 'amf':6 'ask':52 'batch':26 'bit':13 'convert':27 'correct':54 'encod':7 'ffmpeg':22,25 'full':19 'get':35 'hevc':5,14 'instal':17 'littl':43 'm':41,51 'profil':9 'question':55 'seem':33 'support':8 'terminolog':46 'thank':56 'thing':38 'think':49 'togeth':39 'two':37 'use':29 'vaug':44 've':16 'version':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697289071
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6213960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697226571 {#1445
    date: 2023-10-13 21:49:31.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
28 DENIED moderate
App\Entity\Entry {#1465
  +user: Proxies\__CG__\App\Entity\User {#1638 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "HEVC-AMF-10-Bit-HEVC"
  +title: "HEVC_AMF / 10-Bit HEVC"
  +url: null
  +body: "Will or can the HEVC_AMF encoder support Profile 10 or 10-Bit HEVC? I’ve installed the full version of ffmpeg into the ffmpeg Batch converter I use but can’t seem to get the two things together. I’m a little vauge on terminology but I think I’m asking the correct question. Thanks!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697473092 {#1452
    date: 2023-10-16 18:18:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1637 …}
  +votes: Doctrine\ORM\PersistentCollection {#1644 …}
  +reports: Doctrine\ORM\PersistentCollection {#1622 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1627 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1634 …}
  +badges: Doctrine\ORM\PersistentCollection {#1635 …}
  +children: []
  -id: 5095
  -titleTs: "'10':3 'amf':2 'bit':4 'hevc':1,5"
  -bodyTs: "'10':10,12 'amf':6 'ask':52 'batch':26 'bit':13 'convert':27 'correct':54 'encod':7 'ffmpeg':22,25 'full':19 'get':35 'hevc':5,14 'instal':17 'littl':43 'm':41,51 'profil':9 'question':55 'seem':33 'support':8 'terminolog':46 'thank':56 'thing':38 'think':49 'togeth':39 'two':37 'use':29 'vaug':44 've':16 'version':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697289071
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/6213960"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697226571 {#1445
    date: 2023-10-13 21:49:31.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
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 {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-s-the-point-of-terminal-file-managers-mc-ranger-nnn"
  +title: "What's the point of terminal file managers (mc, ranger, nnn, etc)?"
  +url: null
  +body: """
    Who are these for? People who use the terminal but don’t like running shell commands?\n
    \n
    OK sorry for throwing shade. If you use one of these, honestly, what features do you use that make it worthwhile?\n
    \n
    EDIT: Just to clarify, my point is I would almost always reach for `fzf`, `fd`, or `rg` before trying to manually search through a directory in a file manager.\n
    \n
    EDIT2: A few people mentioned selecting files in a TUI. I don’t find it any harder to select files using autocomplete. It might even be faster to start typing a name than it is it “scroll” through a list of files.\n
    \n
    EDIT3: Here’s a neat tool that can add some flexibility to your shell workflow: [github.com/urbanogilson/lineselect](https://github.com/urbanogilson/lineselect)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697251594 {#1409
    date: 2023-10-14 04:46:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 11676
  -titleTs: "'etc':12 'file':7 'manag':8 'mc':9 'nnn':11 'point':4 'ranger':10 'termin':6"
  -bodyTs: "'/urbanogilson/lineselect](https://github.com/urbanogilson/lineselect)':126 'add':117 'almost':47 'alway':48 'autocomplet':88 'clarifi':41 'command':16 'directori':62 'edit':38 'edit2':67 'edit3':109 'even':91 'faster':93 'fd':52 'featur':30 'file':65,73,86,108 'find':80 'flexibl':119 'fzf':51 'github.com':125 'github.com/urbanogilson/lineselect](https://github.com/urbanogilson/lineselect)':124 'harder':83 'honest':28 'like':13 'list':106 'make':35 'manag':66 'manual':58 'mention':71 'might':90 'name':98 'neat':113 'ok':17 'one':25 'peopl':5,70 'point':43 'reach':49 'rg':54 'run':14 'scroll':103 'search':59 'select':72,85 'shade':21 'shell':15,122 'sorri':18 'start':95 'termin':9 'throw':20 'tool':114 'tri':56 'tui':76 'type':96 'use':7,24,33,87 'workflow':123 'worthwhil':37 'would':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697100475
  +visibility: "visible             "
  +apId: "https://programming.dev/post/4260408"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697067975 {#1450
    date: 2023-10-12 01:46:15.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
31 DENIED edit
App\Entity\Entry {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-s-the-point-of-terminal-file-managers-mc-ranger-nnn"
  +title: "What's the point of terminal file managers (mc, ranger, nnn, etc)?"
  +url: null
  +body: """
    Who are these for? People who use the terminal but don’t like running shell commands?\n
    \n
    OK sorry for throwing shade. If you use one of these, honestly, what features do you use that make it worthwhile?\n
    \n
    EDIT: Just to clarify, my point is I would almost always reach for `fzf`, `fd`, or `rg` before trying to manually search through a directory in a file manager.\n
    \n
    EDIT2: A few people mentioned selecting files in a TUI. I don’t find it any harder to select files using autocomplete. It might even be faster to start typing a name than it is it “scroll” through a list of files.\n
    \n
    EDIT3: Here’s a neat tool that can add some flexibility to your shell workflow: [github.com/urbanogilson/lineselect](https://github.com/urbanogilson/lineselect)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697251594 {#1409
    date: 2023-10-14 04:46:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 11676
  -titleTs: "'etc':12 'file':7 'manag':8 'mc':9 'nnn':11 'point':4 'ranger':10 'termin':6"
  -bodyTs: "'/urbanogilson/lineselect](https://github.com/urbanogilson/lineselect)':126 'add':117 'almost':47 'alway':48 'autocomplet':88 'clarifi':41 'command':16 'directori':62 'edit':38 'edit2':67 'edit3':109 'even':91 'faster':93 'fd':52 'featur':30 'file':65,73,86,108 'find':80 'flexibl':119 'fzf':51 'github.com':125 'github.com/urbanogilson/lineselect](https://github.com/urbanogilson/lineselect)':124 'harder':83 'honest':28 'like':13 'list':106 'make':35 'manag':66 'manual':58 'mention':71 'might':90 'name':98 'neat':113 'ok':17 'one':25 'peopl':5,70 'point':43 'reach':49 'rg':54 'run':14 'scroll':103 'search':59 'select':72,85 'shade':21 'shell':15,122 'sorri':18 'start':95 'termin':9 'throw':20 'tool':114 'tri':56 'tui':76 'type':96 'use':7,24,33,87 'workflow':123 'worthwhil':37 'would':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697100475
  +visibility: "visible             "
  +apId: "https://programming.dev/post/4260408"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697067975 {#1450
    date: 2023-10-12 01:46:15.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
32 DENIED moderate
App\Entity\Entry {#1449
  +user: Proxies\__CG__\App\Entity\User {#1421 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-s-the-point-of-terminal-file-managers-mc-ranger-nnn"
  +title: "What's the point of terminal file managers (mc, ranger, nnn, etc)?"
  +url: null
  +body: """
    Who are these for? People who use the terminal but don’t like running shell commands?\n
    \n
    OK sorry for throwing shade. If you use one of these, honestly, what features do you use that make it worthwhile?\n
    \n
    EDIT: Just to clarify, my point is I would almost always reach for `fzf`, `fd`, or `rg` before trying to manually search through a directory in a file manager.\n
    \n
    EDIT2: A few people mentioned selecting files in a TUI. I don’t find it any harder to select files using autocomplete. It might even be faster to start typing a name than it is it “scroll” through a list of files.\n
    \n
    EDIT3: Here’s a neat tool that can add some flexibility to your shell workflow: [github.com/urbanogilson/lineselect](https://github.com/urbanogilson/lineselect)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697251594 {#1409
    date: 2023-10-14 04:46:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1422 …}
  +votes: Doctrine\ORM\PersistentCollection {#1447 …}
  +reports: Doctrine\ORM\PersistentCollection {#1423 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1415 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1426 …}
  +badges: Doctrine\ORM\PersistentCollection {#1413 …}
  +children: []
  -id: 11676
  -titleTs: "'etc':12 'file':7 'manag':8 'mc':9 'nnn':11 'point':4 'ranger':10 'termin':6"
  -bodyTs: "'/urbanogilson/lineselect](https://github.com/urbanogilson/lineselect)':126 'add':117 'almost':47 'alway':48 'autocomplet':88 'clarifi':41 'command':16 'directori':62 'edit':38 'edit2':67 'edit3':109 'even':91 'faster':93 'fd':52 'featur':30 'file':65,73,86,108 'find':80 'flexibl':119 'fzf':51 'github.com':125 'github.com/urbanogilson/lineselect](https://github.com/urbanogilson/lineselect)':124 'harder':83 'honest':28 'like':13 'list':106 'make':35 'manag':66 'manual':58 'mention':71 'might':90 'name':98 'neat':113 'ok':17 'one':25 'peopl':5,70 'point':43 'reach':49 'rg':54 'run':14 'scroll':103 'search':59 'select':72,85 'shade':21 'shell':15,122 'sorri':18 'start':95 'termin':9 'throw':20 'tool':114 'tri':56 'tui':76 'type':96 'use':7,24,33,87 'workflow':123 'worthwhil':37 'would':46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697100475
  +visibility: "visible             "
  +apId: "https://programming.dev/post/4260408"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697067975 {#1450
    date: 2023-10-12 01:46:15.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
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 {#1412
  +user: Proxies\__CG__\App\Entity\User {#1441 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-shows-you-want-to-see-get-canceled"
  +title: "What shows you want to see get canceled?"
  +url: null
  +body: """
    - The Simpsons. Let it die, Fox/Disney.\n
    - Futurama. The Fox seasons is it’s golden age. Now the show is sci-fi South Park. They have a show set in the future, but the writers make episodes based on the present.\n
    - The Walking Dead. TWD dyed in season 2. They made 13 episodes out of 6 issues of the comic. It was poorly written, characters act like idiots, and the twist in Episode 7. You can see it coming from a mile away.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697731034 {#1414
    date: 2023-10-19 17:57:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1443 …}
  +votes: Doctrine\ORM\PersistentCollection {#1419 …}
  +reports: Doctrine\ORM\PersistentCollection {#1416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1461 …}
  +badges: Doctrine\ORM\PersistentCollection {#1463 …}
  +children: []
  -id: 5765
  -titleTs: "'cancel':8 'get':7 'see':6 'show':2 'want':4"
  -bodyTs: "'13':52 '2':49 '6':56 '7':74 'act':66 'age':15 'away':83 'base':38 'charact':65 'come':79 'comic':60 'dead':44 'die':5 'dy':46 'episod':37,53,73 'fi':22 'fox':9 'fox/disney':6 'futur':32 'futurama':7 'golden':14 'idiot':68 'issu':57 'let':3 'like':67 'made':51 'make':36 'mile':82 'park':24 'poor':63 'present':41 'sci':21 'sci-fi':20 'season':10,48 'see':77 'set':29 'show':18,28 'simpson':2 'south':23 'twd':45 'twist':71 'walk':43 'writer':35 'written':64"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696668091
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6418100"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696640591 {#1411
    date: 2023-10-07 03:03:11.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
35 DENIED edit
App\Entity\Entry {#1412
  +user: Proxies\__CG__\App\Entity\User {#1441 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-shows-you-want-to-see-get-canceled"
  +title: "What shows you want to see get canceled?"
  +url: null
  +body: """
    - The Simpsons. Let it die, Fox/Disney.\n
    - Futurama. The Fox seasons is it’s golden age. Now the show is sci-fi South Park. They have a show set in the future, but the writers make episodes based on the present.\n
    - The Walking Dead. TWD dyed in season 2. They made 13 episodes out of 6 issues of the comic. It was poorly written, characters act like idiots, and the twist in Episode 7. You can see it coming from a mile away.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697731034 {#1414
    date: 2023-10-19 17:57:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1443 …}
  +votes: Doctrine\ORM\PersistentCollection {#1419 …}
  +reports: Doctrine\ORM\PersistentCollection {#1416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1461 …}
  +badges: Doctrine\ORM\PersistentCollection {#1463 …}
  +children: []
  -id: 5765
  -titleTs: "'cancel':8 'get':7 'see':6 'show':2 'want':4"
  -bodyTs: "'13':52 '2':49 '6':56 '7':74 'act':66 'age':15 'away':83 'base':38 'charact':65 'come':79 'comic':60 'dead':44 'die':5 'dy':46 'episod':37,53,73 'fi':22 'fox':9 'fox/disney':6 'futur':32 'futurama':7 'golden':14 'idiot':68 'issu':57 'let':3 'like':67 'made':51 'make':36 'mile':82 'park':24 'poor':63 'present':41 'sci':21 'sci-fi':20 'season':10,48 'see':77 'set':29 'show':18,28 'simpson':2 'south':23 'twd':45 'twist':71 'walk':43 'writer':35 'written':64"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696668091
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6418100"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696640591 {#1411
    date: 2023-10-07 03:03:11.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
36 DENIED moderate
App\Entity\Entry {#1412
  +user: Proxies\__CG__\App\Entity\User {#1441 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-shows-you-want-to-see-get-canceled"
  +title: "What shows you want to see get canceled?"
  +url: null
  +body: """
    - The Simpsons. Let it die, Fox/Disney.\n
    - Futurama. The Fox seasons is it’s golden age. Now the show is sci-fi South Park. They have a show set in the future, but the writers make episodes based on the present.\n
    - The Walking Dead. TWD dyed in season 2. They made 13 episodes out of 6 issues of the comic. It was poorly written, characters act like idiots, and the twist in Episode 7. You can see it coming from a mile away.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697731034 {#1414
    date: 2023-10-19 17:57:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1443 …}
  +votes: Doctrine\ORM\PersistentCollection {#1419 …}
  +reports: Doctrine\ORM\PersistentCollection {#1416 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1461 …}
  +badges: Doctrine\ORM\PersistentCollection {#1463 …}
  +children: []
  -id: 5765
  -titleTs: "'cancel':8 'get':7 'see':6 'show':2 'want':4"
  -bodyTs: "'13':52 '2':49 '6':56 '7':74 'act':66 'age':15 'away':83 'base':38 'charact':65 'come':79 'comic':60 'dead':44 'die':5 'dy':46 'episod':37,53,73 'fi':22 'fox':9 'fox/disney':6 'futur':32 'futurama':7 'golden':14 'idiot':68 'issu':57 'let':3 'like':67 'made':51 'make':36 'mile':82 'park':24 'poor':63 'present':41 'sci':21 'sci-fi':20 'season':10,48 'see':77 'set':29 'show':18,28 'simpson':2 'south':23 'twd':45 'twist':71 'walk':43 'writer':35 'written':64"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696668091
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6418100"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696640591 {#1411
    date: 2023-10-07 03:03:11.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
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 {#1453
  +user: Proxies\__CG__\App\Entity\User {#1460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1458 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Mixer-makes-loud-pop-when-powered-on"
  +title: "Mixer makes loud pop when powered on"
  +url: null
  +body: """
    Hey folks, I have a Mackie 802-VLZ4 mixer which does this narsty pop when you turn it on; I’m pretty sure it’s what killed one of the woofers in my monitors. It has been put out of service and I will either harvest its many through-hole organs or else fix it.\n
    \n
    I could not find a schematic, but I don’t assume it can’t be found, I just haven’t yet. It’s not a big board but it’s all analog from what I can see.\n
    \n
    There appears to be a separate power supply board which feeds\n
    \n
    +15 AGND -15 GND +48\n
    \n
    to the mixer, which is two boards connected by thick soldered wires.\n
    \n
    I have looked with magnifiers on at all the caps, none appear to be leaky or swole, but I’m assuming this has *something* to do with the power supply putting out a spike at power on. The power board has a lot of really tiny caps, I still don’t really understand power supplies that well. I need to do more studying of them I suppose, they’re pretty central.\n
    \n
    Edit: I have a little tiny oscilloscope that I bought years ago and haven’t used yet, just figured the day would come. This is probably that day, to measure that spike from the power supply. From the looks of it I’m pretty sure that if I can just get better quality, non-spiking power to those connectors it should be fine.\n
    \n
    Anyways this board would be very handy right this second if I felt like it was safe to let it touch my good kids, but at the moment it’s the unfavored child who won’t stop hitting the others. If anyone would like to see them I have/can take photos. The boards have codes on them, presumably codes that Mackie employees could use to dig up schematics, but will they? I suppose I’ll try to find out today. It’s past warranty of course.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702136056 {#1448
    date: 2023-12-09 16:34:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 3032
  -titleTs: "'loud':3 'make':2 'mixer':1 'pop':4 'power':6"
  -bodyTs: "'+15':105 '+48':109 '-15':107 '802':7 'agnd':106 'ago':204 'analog':88 'anyon':298 'anyway':257 'appear':95,133 'assum':67,142 'better':244 'big':82 'board':83,102,116,161,259,309 'bought':202 'cap':131,168 'central':192 'child':289 'code':311,315 'come':215 'connect':117 'connector':252 'could':58,319 'cours':342 'day':213,220 'dig':322 'edit':193 'either':45 'els':54 'employe':318 'feed':104 'felt':269 'figur':211 'find':60,334 'fine':256 'fix':55 'folk':2 'found':72 'get':243 'gnd':108 'good':279 'handi':263 'harvest':46 'have/can':305 'haven':75,206 'hey':1 'hit':294 'hole':51 'kid':280 'kill':27 'leaki':136 'let':275 'like':270,300 'littl':197 'll':331 'look':124,231 'lot':164 'm':21,141,235 'macki':6,317 'magnifi':126 'mani':48 'measur':222 'mixer':9,112 'moment':284 'monitor':34 'narsti':13 'need':180 'non':247 'non-spik':246 'none':132 'one':28 'organ':52 'oscilloscop':199 'other':296 'past':339 'photo':307 'pop':14 'power':100,150,157,160,175,227,249 'presum':314 'pretti':22,191,236 'probabl':218 'put':38,152 'qualiti':245 're':190 'realli':166,173 'right':264 'safe':273 'schemat':62,324 'second':266 'see':93,302 'separ':99 'servic':41 'solder':120 'someth':145 'spike':155,224,248 'still':170 'stop':293 'studi':184 'suppli':101,151,176,228 'suppos':188,329 'sure':23,237 'swole':138 'take':306 'thick':119 'through-hol':49 'tini':167,198 'today':336 'touch':277 'tri':332 'turn':17 'two':115 'understand':174 'unfavor':288 'use':208,320 'vlz4':8 'warranti':340 'well':178 'wire':121 'won':291 'woofer':31 'would':214,260,299 'year':203 'yet':77,209"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696560460
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6336836"
  +editedAt: DateTimeImmutable @1696510289 {#1457
    date: 2023-10-05 14:51:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1696509960 {#1455
    date: 2023-10-05 14:46:00.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
39 DENIED edit
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1458 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Mixer-makes-loud-pop-when-powered-on"
  +title: "Mixer makes loud pop when powered on"
  +url: null
  +body: """
    Hey folks, I have a Mackie 802-VLZ4 mixer which does this narsty pop when you turn it on; I’m pretty sure it’s what killed one of the woofers in my monitors. It has been put out of service and I will either harvest its many through-hole organs or else fix it.\n
    \n
    I could not find a schematic, but I don’t assume it can’t be found, I just haven’t yet. It’s not a big board but it’s all analog from what I can see.\n
    \n
    There appears to be a separate power supply board which feeds\n
    \n
    +15 AGND -15 GND +48\n
    \n
    to the mixer, which is two boards connected by thick soldered wires.\n
    \n
    I have looked with magnifiers on at all the caps, none appear to be leaky or swole, but I’m assuming this has *something* to do with the power supply putting out a spike at power on. The power board has a lot of really tiny caps, I still don’t really understand power supplies that well. I need to do more studying of them I suppose, they’re pretty central.\n
    \n
    Edit: I have a little tiny oscilloscope that I bought years ago and haven’t used yet, just figured the day would come. This is probably that day, to measure that spike from the power supply. From the looks of it I’m pretty sure that if I can just get better quality, non-spiking power to those connectors it should be fine.\n
    \n
    Anyways this board would be very handy right this second if I felt like it was safe to let it touch my good kids, but at the moment it’s the unfavored child who won’t stop hitting the others. If anyone would like to see them I have/can take photos. The boards have codes on them, presumably codes that Mackie employees could use to dig up schematics, but will they? I suppose I’ll try to find out today. It’s past warranty of course.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702136056 {#1448
    date: 2023-12-09 16:34:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 3032
  -titleTs: "'loud':3 'make':2 'mixer':1 'pop':4 'power':6"
  -bodyTs: "'+15':105 '+48':109 '-15':107 '802':7 'agnd':106 'ago':204 'analog':88 'anyon':298 'anyway':257 'appear':95,133 'assum':67,142 'better':244 'big':82 'board':83,102,116,161,259,309 'bought':202 'cap':131,168 'central':192 'child':289 'code':311,315 'come':215 'connect':117 'connector':252 'could':58,319 'cours':342 'day':213,220 'dig':322 'edit':193 'either':45 'els':54 'employe':318 'feed':104 'felt':269 'figur':211 'find':60,334 'fine':256 'fix':55 'folk':2 'found':72 'get':243 'gnd':108 'good':279 'handi':263 'harvest':46 'have/can':305 'haven':75,206 'hey':1 'hit':294 'hole':51 'kid':280 'kill':27 'leaki':136 'let':275 'like':270,300 'littl':197 'll':331 'look':124,231 'lot':164 'm':21,141,235 'macki':6,317 'magnifi':126 'mani':48 'measur':222 'mixer':9,112 'moment':284 'monitor':34 'narsti':13 'need':180 'non':247 'non-spik':246 'none':132 'one':28 'organ':52 'oscilloscop':199 'other':296 'past':339 'photo':307 'pop':14 'power':100,150,157,160,175,227,249 'presum':314 'pretti':22,191,236 'probabl':218 'put':38,152 'qualiti':245 're':190 'realli':166,173 'right':264 'safe':273 'schemat':62,324 'second':266 'see':93,302 'separ':99 'servic':41 'solder':120 'someth':145 'spike':155,224,248 'still':170 'stop':293 'studi':184 'suppli':101,151,176,228 'suppos':188,329 'sure':23,237 'swole':138 'take':306 'thick':119 'through-hol':49 'tini':167,198 'today':336 'touch':277 'tri':332 'turn':17 'two':115 'understand':174 'unfavor':288 'use':208,320 'vlz4':8 'warranti':340 'well':178 'wire':121 'won':291 'woofer':31 'would':214,260,299 'year':203 'yet':77,209"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696560460
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6336836"
  +editedAt: DateTimeImmutable @1696510289 {#1457
    date: 2023-10-05 14:51:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1696509960 {#1455
    date: 2023-10-05 14:46:00.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
40 DENIED moderate
App\Entity\Entry {#1453
  +user: Proxies\__CG__\App\Entity\User {#1460 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1458 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Mixer-makes-loud-pop-when-powered-on"
  +title: "Mixer makes loud pop when powered on"
  +url: null
  +body: """
    Hey folks, I have a Mackie 802-VLZ4 mixer which does this narsty pop when you turn it on; I’m pretty sure it’s what killed one of the woofers in my monitors. It has been put out of service and I will either harvest its many through-hole organs or else fix it.\n
    \n
    I could not find a schematic, but I don’t assume it can’t be found, I just haven’t yet. It’s not a big board but it’s all analog from what I can see.\n
    \n
    There appears to be a separate power supply board which feeds\n
    \n
    +15 AGND -15 GND +48\n
    \n
    to the mixer, which is two boards connected by thick soldered wires.\n
    \n
    I have looked with magnifiers on at all the caps, none appear to be leaky or swole, but I’m assuming this has *something* to do with the power supply putting out a spike at power on. The power board has a lot of really tiny caps, I still don’t really understand power supplies that well. I need to do more studying of them I suppose, they’re pretty central.\n
    \n
    Edit: I have a little tiny oscilloscope that I bought years ago and haven’t used yet, just figured the day would come. This is probably that day, to measure that spike from the power supply. From the looks of it I’m pretty sure that if I can just get better quality, non-spiking power to those connectors it should be fine.\n
    \n
    Anyways this board would be very handy right this second if I felt like it was safe to let it touch my good kids, but at the moment it’s the unfavored child who won’t stop hitting the others. If anyone would like to see them I have/can take photos. The boards have codes on them, presumably codes that Mackie employees could use to dig up schematics, but will they? I suppose I’ll try to find out today. It’s past warranty of course.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702136056 {#1448
    date: 2023-12-09 16:34:16.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1459 …}
  +votes: Doctrine\ORM\PersistentCollection {#1439 …}
  +reports: Doctrine\ORM\PersistentCollection {#1437 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1428 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1430 …}
  +badges: Doctrine\ORM\PersistentCollection {#1431 …}
  +children: []
  -id: 3032
  -titleTs: "'loud':3 'make':2 'mixer':1 'pop':4 'power':6"
  -bodyTs: "'+15':105 '+48':109 '-15':107 '802':7 'agnd':106 'ago':204 'analog':88 'anyon':298 'anyway':257 'appear':95,133 'assum':67,142 'better':244 'big':82 'board':83,102,116,161,259,309 'bought':202 'cap':131,168 'central':192 'child':289 'code':311,315 'come':215 'connect':117 'connector':252 'could':58,319 'cours':342 'day':213,220 'dig':322 'edit':193 'either':45 'els':54 'employe':318 'feed':104 'felt':269 'figur':211 'find':60,334 'fine':256 'fix':55 'folk':2 'found':72 'get':243 'gnd':108 'good':279 'handi':263 'harvest':46 'have/can':305 'haven':75,206 'hey':1 'hit':294 'hole':51 'kid':280 'kill':27 'leaki':136 'let':275 'like':270,300 'littl':197 'll':331 'look':124,231 'lot':164 'm':21,141,235 'macki':6,317 'magnifi':126 'mani':48 'measur':222 'mixer':9,112 'moment':284 'monitor':34 'narsti':13 'need':180 'non':247 'non-spik':246 'none':132 'one':28 'organ':52 'oscilloscop':199 'other':296 'past':339 'photo':307 'pop':14 'power':100,150,157,160,175,227,249 'presum':314 'pretti':22,191,236 'probabl':218 'put':38,152 'qualiti':245 're':190 'realli':166,173 'right':264 'safe':273 'schemat':62,324 'second':266 'see':93,302 'separ':99 'servic':41 'solder':120 'someth':145 'spike':155,224,248 'still':170 'stop':293 'studi':184 'suppli':101,151,176,228 'suppos':188,329 'sure':23,237 'swole':138 'take':306 'thick':119 'through-hol':49 'tini':167,198 'today':336 'touch':277 'tri':332 'turn':17 'two':115 'understand':174 'unfavor':288 'use':208,320 'vlz4':8 'warranti':340 'well':178 'wire':121 'won':291 'woofer':31 'would':214,260,299 'year':203 'yet':77,209"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696560460
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6336836"
  +editedAt: DateTimeImmutable @1696510289 {#1457
    date: 2023-10-05 14:51:29.0 +02:00
  }
  +createdAt: DateTimeImmutable @1696509960 {#1455
    date: 2023-10-05 14:46:00.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
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 {#1694
  +user: Proxies\__CG__\App\Entity\User {#1703 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1700 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "mr-skeltal-disapproves-of-your-low-calcium-water"
  +title: "mr. skeltal disapproves of your low calcium water"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/8ea35e09-0709-46b6-92d1-6bbc767e98c7.png)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700397145 {#1438
    date: 2023-11-19 13:32:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1693 …}
  +votes: Doctrine\ORM\PersistentCollection {#1695 …}
  +reports: Doctrine\ORM\PersistentCollection {#1698 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1709 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1610 …}
  +badges: Doctrine\ORM\PersistentCollection {#1606 …}
  +children: []
  -id: 2571
  -titleTs: "'calcium':7 'disapprov':3 'low':6 'mr':1 'skeltal':2 'water':8"
  -bodyTs: "'/pictrs/image/8ea35e09-0709-46b6-92d1-6bbc767e98c7.png)':3 'lemmy.world':2 'lemmy.world/pictrs/image/8ea35e09-0709-46b6-92d1-6bbc767e98c7.png)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696413616
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6249086"
  +editedAt: DateTimeImmutable @1696372646 {#1429
    date: 2023-10-04 00:37:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1696372616 {#1699
    date: 2023-10-04 00:36:56.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
43 DENIED edit
App\Entity\Entry {#1694
  +user: Proxies\__CG__\App\Entity\User {#1703 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1700 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "mr-skeltal-disapproves-of-your-low-calcium-water"
  +title: "mr. skeltal disapproves of your low calcium water"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/8ea35e09-0709-46b6-92d1-6bbc767e98c7.png)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700397145 {#1438
    date: 2023-11-19 13:32:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1693 …}
  +votes: Doctrine\ORM\PersistentCollection {#1695 …}
  +reports: Doctrine\ORM\PersistentCollection {#1698 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1709 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1610 …}
  +badges: Doctrine\ORM\PersistentCollection {#1606 …}
  +children: []
  -id: 2571
  -titleTs: "'calcium':7 'disapprov':3 'low':6 'mr':1 'skeltal':2 'water':8"
  -bodyTs: "'/pictrs/image/8ea35e09-0709-46b6-92d1-6bbc767e98c7.png)':3 'lemmy.world':2 'lemmy.world/pictrs/image/8ea35e09-0709-46b6-92d1-6bbc767e98c7.png)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696413616
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6249086"
  +editedAt: DateTimeImmutable @1696372646 {#1429
    date: 2023-10-04 00:37:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1696372616 {#1699
    date: 2023-10-04 00:36:56.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
44 DENIED moderate
App\Entity\Entry {#1694
  +user: Proxies\__CG__\App\Entity\User {#1703 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1700 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "mr-skeltal-disapproves-of-your-low-calcium-water"
  +title: "mr. skeltal disapproves of your low calcium water"
  +url: null
  +body: "![](https://lemmy.world/pictrs/image/8ea35e09-0709-46b6-92d1-6bbc767e98c7.png)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 6
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700397145 {#1438
    date: 2023-11-19 13:32:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1693 …}
  +votes: Doctrine\ORM\PersistentCollection {#1695 …}
  +reports: Doctrine\ORM\PersistentCollection {#1698 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1709 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1610 …}
  +badges: Doctrine\ORM\PersistentCollection {#1606 …}
  +children: []
  -id: 2571
  -titleTs: "'calcium':7 'disapprov':3 'low':6 'mr':1 'skeltal':2 'water':8"
  -bodyTs: "'/pictrs/image/8ea35e09-0709-46b6-92d1-6bbc767e98c7.png)':3 'lemmy.world':2 'lemmy.world/pictrs/image/8ea35e09-0709-46b6-92d1-6bbc767e98c7.png)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696413616
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6249086"
  +editedAt: DateTimeImmutable @1696372646 {#1429
    date: 2023-10-04 00:37:26.0 +02:00
  }
  +createdAt: DateTimeImmutable @1696372616 {#1699
    date: 2023-10-04 00:36:56.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
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 {#1743
  +user: Proxies\__CG__\App\Entity\User {#1752 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1744 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-are-my-legal-rights-if-my-data-is-stored"
  +title: "What are my legal rights if my data is stored against my will?"
  +url: null
  +body: """
    I figured this is the right community to ask, since I assume you must know the legal stuff surrounding your passion. I am a EU citizen, if that matters.\n
    \n
    One of sites archiving other sites (one of which I used), among other things archived photos of myself. When I stopped using the site I was using, I deleted my account, including all the media, so it’s gone from the site I was using, but not from the site which archives it. The site archiving it never responded to my messages pleading to have my stuff taken down. Can I report them to some kind of an authority?\n
    \n
    The admin of the site offers to take down some content if you pay them, which basically amounts to them holding you hostage in a way and blackmailing you. I’d call it a revenge porn, but it doesn’t contain the revenge part and I don’t even know these people.\n
    \n
    I will appreciate no rude comments.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696364075 {#1612
    date: 2023-10-03 22:14:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1639 …}
  +votes: Doctrine\ORM\PersistentCollection {#1647 …}
  +reports: Doctrine\ORM\PersistentCollection {#1640 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1648 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1675 …}
  +badges: Doctrine\ORM\PersistentCollection {#1676 …}
  +children: []
  -id: 2550
  -titleTs: "'data':8 'legal':4 'right':5 'store':10"
  -bodyTs: "'account':60 'admin':110 'among':41 'amount':126 'appreci':163 'archiv':33,44,81,85 'ask':9 'assum':12 'author':108 'basic':125 'blackmail':136 'call':140 'citizen':26 'comment':166 'communiti':7 'contain':149 'content':119 'd':139 'delet':58 'doesn':147 'eu':25 'even':157 'figur':2 'gone':68 'hold':129 'hostag':131 'includ':61 'kind':105 'know':15,158 'legal':17 'matter':29 'media':64 'messag':91 'must':14 'never':87 'offer':114 'one':30,36 'part':152 'passion':21 'pay':122 'peopl':160 'photo':45 'plead':92 'porn':144 'report':101 'respond':88 'reveng':143,151 'right':6 'rude':165 'sinc':10 'site':32,35,53,71,79,84,113 'stop':50 'stuff':18,96 'surround':19 'take':116 'taken':97 'thing':43 'use':40,51,56,74 'way':134"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696426634
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/5945048"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696349134 {#1615
    date: 2023-10-03 18:05:34.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
47 DENIED edit
App\Entity\Entry {#1743
  +user: Proxies\__CG__\App\Entity\User {#1752 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1744 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-are-my-legal-rights-if-my-data-is-stored"
  +title: "What are my legal rights if my data is stored against my will?"
  +url: null
  +body: """
    I figured this is the right community to ask, since I assume you must know the legal stuff surrounding your passion. I am a EU citizen, if that matters.\n
    \n
    One of sites archiving other sites (one of which I used), among other things archived photos of myself. When I stopped using the site I was using, I deleted my account, including all the media, so it’s gone from the site I was using, but not from the site which archives it. The site archiving it never responded to my messages pleading to have my stuff taken down. Can I report them to some kind of an authority?\n
    \n
    The admin of the site offers to take down some content if you pay them, which basically amounts to them holding you hostage in a way and blackmailing you. I’d call it a revenge porn, but it doesn’t contain the revenge part and I don’t even know these people.\n
    \n
    I will appreciate no rude comments.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696364075 {#1612
    date: 2023-10-03 22:14:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1639 …}
  +votes: Doctrine\ORM\PersistentCollection {#1647 …}
  +reports: Doctrine\ORM\PersistentCollection {#1640 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1648 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1675 …}
  +badges: Doctrine\ORM\PersistentCollection {#1676 …}
  +children: []
  -id: 2550
  -titleTs: "'data':8 'legal':4 'right':5 'store':10"
  -bodyTs: "'account':60 'admin':110 'among':41 'amount':126 'appreci':163 'archiv':33,44,81,85 'ask':9 'assum':12 'author':108 'basic':125 'blackmail':136 'call':140 'citizen':26 'comment':166 'communiti':7 'contain':149 'content':119 'd':139 'delet':58 'doesn':147 'eu':25 'even':157 'figur':2 'gone':68 'hold':129 'hostag':131 'includ':61 'kind':105 'know':15,158 'legal':17 'matter':29 'media':64 'messag':91 'must':14 'never':87 'offer':114 'one':30,36 'part':152 'passion':21 'pay':122 'peopl':160 'photo':45 'plead':92 'porn':144 'report':101 'respond':88 'reveng':143,151 'right':6 'rude':165 'sinc':10 'site':32,35,53,71,79,84,113 'stop':50 'stuff':18,96 'surround':19 'take':116 'taken':97 'thing':43 'use':40,51,56,74 'way':134"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696426634
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/5945048"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696349134 {#1615
    date: 2023-10-03 18:05:34.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
48 DENIED moderate
App\Entity\Entry {#1743
  +user: Proxies\__CG__\App\Entity\User {#1752 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1744 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-are-my-legal-rights-if-my-data-is-stored"
  +title: "What are my legal rights if my data is stored against my will?"
  +url: null
  +body: """
    I figured this is the right community to ask, since I assume you must know the legal stuff surrounding your passion. I am a EU citizen, if that matters.\n
    \n
    One of sites archiving other sites (one of which I used), among other things archived photos of myself. When I stopped using the site I was using, I deleted my account, including all the media, so it’s gone from the site I was using, but not from the site which archives it. The site archiving it never responded to my messages pleading to have my stuff taken down. Can I report them to some kind of an authority?\n
    \n
    The admin of the site offers to take down some content if you pay them, which basically amounts to them holding you hostage in a way and blackmailing you. I’d call it a revenge porn, but it doesn’t contain the revenge part and I don’t even know these people.\n
    \n
    I will appreciate no rude comments.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 20
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696364075 {#1612
    date: 2023-10-03 22:14:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1639 …}
  +votes: Doctrine\ORM\PersistentCollection {#1647 …}
  +reports: Doctrine\ORM\PersistentCollection {#1640 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1648 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1675 …}
  +badges: Doctrine\ORM\PersistentCollection {#1676 …}
  +children: []
  -id: 2550
  -titleTs: "'data':8 'legal':4 'right':5 'store':10"
  -bodyTs: "'account':60 'admin':110 'among':41 'amount':126 'appreci':163 'archiv':33,44,81,85 'ask':9 'assum':12 'author':108 'basic':125 'blackmail':136 'call':140 'citizen':26 'comment':166 'communiti':7 'contain':149 'content':119 'd':139 'delet':58 'doesn':147 'eu':25 'even':157 'figur':2 'gone':68 'hold':129 'hostag':131 'includ':61 'kind':105 'know':15,158 'legal':17 'matter':29 'media':64 'messag':91 'must':14 'never':87 'offer':114 'one':30,36 'part':152 'passion':21 'pay':122 'peopl':160 'photo':45 'plead':92 'porn':144 'report':101 'respond':88 'reveng':143,151 'right':6 'rude':165 'sinc':10 'site':32,35,53,71,79,84,113 'stop':50 'stuff':18,96 'surround':19 'take':116 'taken':97 'thing':43 'use':40,51,56,74 'way':134"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696426634
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/5945048"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696349134 {#1615
    date: 2023-10-03 18:05:34.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
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 {#1678
  +user: Proxies\__CG__\App\Entity\User {#1669 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-s-a-company-that-objectively-improved-after-it-got-bought"
  +title: "What’s a company that objectively improved after it got “bought out?”"
  +url: null
  +body: "Everyone knows the tale of Brand X getting bought out by some faceless global conglomerate and going to shit, but does the opposite ever happen?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696178811 {#1673
    date: 2023-10-01 18:46:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1671 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1650 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  +badges: Doctrine\ORM\PersistentCollection {#1649 …}
  +children: []
  -id: 5724
  -titleTs: "'bought':11 'compani':4 'got':10 'improv':7 'object':6"
  -bodyTs: "'bought':9 'brand':6 'conglomer':15 'ever':24 'everyon':1 'faceless':13 'get':8 'global':14 'go':17 'happen':25 'know':2 'opposit':23 'shit':19 'tale':4 'x':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696074664
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6002514"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696042164 {#1677
    date: 2023-09-30 04:49:24.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
51 DENIED edit
App\Entity\Entry {#1678
  +user: Proxies\__CG__\App\Entity\User {#1669 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-s-a-company-that-objectively-improved-after-it-got-bought"
  +title: "What’s a company that objectively improved after it got “bought out?”"
  +url: null
  +body: "Everyone knows the tale of Brand X getting bought out by some faceless global conglomerate and going to shit, but does the opposite ever happen?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696178811 {#1673
    date: 2023-10-01 18:46:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1671 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1650 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  +badges: Doctrine\ORM\PersistentCollection {#1649 …}
  +children: []
  -id: 5724
  -titleTs: "'bought':11 'compani':4 'got':10 'improv':7 'object':6"
  -bodyTs: "'bought':9 'brand':6 'conglomer':15 'ever':24 'everyon':1 'faceless':13 'get':8 'global':14 'go':17 'happen':25 'know':2 'opposit':23 'shit':19 'tale':4 'x':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696074664
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6002514"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696042164 {#1677
    date: 2023-09-30 04:49:24.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
52 DENIED moderate
App\Entity\Entry {#1678
  +user: Proxies\__CG__\App\Entity\User {#1669 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-s-a-company-that-objectively-improved-after-it-got-bought"
  +title: "What’s a company that objectively improved after it got “bought out?”"
  +url: null
  +body: "Everyone knows the tale of Brand X getting bought out by some faceless global conglomerate and going to shit, but does the opposite ever happen?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1696178811 {#1673
    date: 2023-10-01 18:46:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1670 …}
  +votes: Doctrine\ORM\PersistentCollection {#1667 …}
  +reports: Doctrine\ORM\PersistentCollection {#1671 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1650 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  +badges: Doctrine\ORM\PersistentCollection {#1649 …}
  +children: []
  -id: 5724
  -titleTs: "'bought':11 'compani':4 'got':10 'improv':7 'object':6"
  -bodyTs: "'bought':9 'brand':6 'conglomer':15 'ever':24 'everyon':1 'faceless':13 'get':8 'global':14 'go':17 'happen':25 'know':2 'opposit':23 'shit':19 'tale':4 'x':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1696074664
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/6002514"
  +editedAt: null
  +createdAt: DateTimeImmutable @1696042164 {#1677
    date: 2023-09-30 04:49:24.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
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 {#1661
  +user: Proxies\__CG__\App\Entity\User {#1662 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1744 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Solved-How-to-backup-an-entire-blog-hosted-on-medium-com"
  +title: "[Solved] How to backup an entire blog hosted on medium.com?"
  +url: null
  +body: "Using Archive.org doesn’t work on medium posts and ideally I want to archive every post. The blog I’m trying to archive is [itsairborne.com](https://itsairborne.com) in case the posts go down. Googling how to backup medium posts only gives me articles on how to do it if it were my blog. I found this extension called [Monolith of Web](https://github.com/rhysd/monolith-of-web) that allows you to backup a website using the Rust tool [Monolith ](https://github.com/Y2Z/monolith)and I just went to each article and clicked the extension and saved them all one by one"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695793729 {#1653
    date: 2023-09-27 07:48:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1663 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1592 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
  +badges: Doctrine\ORM\PersistentCollection {#1578 …}
  +children: []
  -id: 2331
  -titleTs: "'backup':4 'blog':7 'entir':6 'host':8 'medium.com':10 'solv':1"
  -bodyTs: "'/rhysd/monolith-of-web)':63 '/y2z/monolith)and':78 'allow':65 'archiv':14,23 'archive.org':2 'articl':42,84 'backup':36,68 'blog':18,52 'call':57 'case':28 'click':86 'doesn':3 'everi':15 'extens':56,88 'found':54 'github.com':62,77 'github.com/rhysd/monolith-of-web)':61 'github.com/y2z/monolith)and':76 'give':40 'go':31 'googl':33 'ideal':10 'itsairborne.com':25,26 'm':20 'medium':7,37 'monolith':58,75 'one':93,95 'post':8,16,30,38 'rust':73 'save':90 'tool':74 'tri':21 'use':1,71 'want':12 'web':60 'websit':70 'went':81 'work':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695621178
  +visibility: "visible             "
  +apId: "https://merv.news/post/295451"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695589178 {#1656
    date: 2023-09-24 22:59:38.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
55 DENIED edit
App\Entity\Entry {#1661
  +user: Proxies\__CG__\App\Entity\User {#1662 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1744 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Solved-How-to-backup-an-entire-blog-hosted-on-medium-com"
  +title: "[Solved] How to backup an entire blog hosted on medium.com?"
  +url: null
  +body: "Using Archive.org doesn’t work on medium posts and ideally I want to archive every post. The blog I’m trying to archive is [itsairborne.com](https://itsairborne.com) in case the posts go down. Googling how to backup medium posts only gives me articles on how to do it if it were my blog. I found this extension called [Monolith of Web](https://github.com/rhysd/monolith-of-web) that allows you to backup a website using the Rust tool [Monolith ](https://github.com/Y2Z/monolith)and I just went to each article and clicked the extension and saved them all one by one"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695793729 {#1653
    date: 2023-09-27 07:48:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1663 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1592 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
  +badges: Doctrine\ORM\PersistentCollection {#1578 …}
  +children: []
  -id: 2331
  -titleTs: "'backup':4 'blog':7 'entir':6 'host':8 'medium.com':10 'solv':1"
  -bodyTs: "'/rhysd/monolith-of-web)':63 '/y2z/monolith)and':78 'allow':65 'archiv':14,23 'archive.org':2 'articl':42,84 'backup':36,68 'blog':18,52 'call':57 'case':28 'click':86 'doesn':3 'everi':15 'extens':56,88 'found':54 'github.com':62,77 'github.com/rhysd/monolith-of-web)':61 'github.com/y2z/monolith)and':76 'give':40 'go':31 'googl':33 'ideal':10 'itsairborne.com':25,26 'm':20 'medium':7,37 'monolith':58,75 'one':93,95 'post':8,16,30,38 'rust':73 'save':90 'tool':74 'tri':21 'use':1,71 'want':12 'web':60 'websit':70 'went':81 'work':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695621178
  +visibility: "visible             "
  +apId: "https://merv.news/post/295451"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695589178 {#1656
    date: 2023-09-24 22:59:38.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
56 DENIED moderate
App\Entity\Entry {#1661
  +user: Proxies\__CG__\App\Entity\User {#1662 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1744 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Solved-How-to-backup-an-entire-blog-hosted-on-medium-com"
  +title: "[Solved] How to backup an entire blog hosted on medium.com?"
  +url: null
  +body: "Using Archive.org doesn’t work on medium posts and ideally I want to archive every post. The blog I’m trying to archive is [itsairborne.com](https://itsairborne.com) in case the posts go down. Googling how to backup medium posts only gives me articles on how to do it if it were my blog. I found this extension called [Monolith of Web](https://github.com/rhysd/monolith-of-web) that allows you to backup a website using the Rust tool [Monolith ](https://github.com/Y2Z/monolith)and I just went to each article and clicked the extension and saved them all one by one"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1695793729 {#1653
    date: 2023-09-27 07:48:49.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1663 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1592 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1593 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
  +badges: Doctrine\ORM\PersistentCollection {#1578 …}
  +children: []
  -id: 2331
  -titleTs: "'backup':4 'blog':7 'entir':6 'host':8 'medium.com':10 'solv':1"
  -bodyTs: "'/rhysd/monolith-of-web)':63 '/y2z/monolith)and':78 'allow':65 'archiv':14,23 'archive.org':2 'articl':42,84 'backup':36,68 'blog':18,52 'call':57 'case':28 'click':86 'doesn':3 'everi':15 'extens':56,88 'found':54 'github.com':62,77 'github.com/rhysd/monolith-of-web)':61 'github.com/y2z/monolith)and':76 'give':40 'go':31 'googl':33 'ideal':10 'itsairborne.com':25,26 'm':20 'medium':7,37 'monolith':58,75 'one':93,95 'post':8,16,30,38 'rust':73 'save':90 'tool':74 'tri':21 'use':1,71 'want':12 'web':60 'websit':70 'went':81 'work':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695621178
  +visibility: "visible             "
  +apId: "https://merv.news/post/295451"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695589178 {#1656
    date: 2023-09-24 22:59:38.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
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 {#1579
  +user: Proxies\__CG__\App\Entity\User {#1584 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-are-some-hidden-gems-and-rare-pieces-of-media"
  +title: "What are some hidden gems and rare pieces of media? Maybe even deleted or lost on all legal distribution platforms?"
  +url: null
  +body: """
    What media have you found in best quality or even only with the methods of the high seas?\n
    \n
    I am not looking for: “I only use my super jellyfin and so on setup because its almost free”. But rather I want to hear if you found rare pieces of media which are maybe even lost otherwise.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723422420 {#1577
    date: 2024-08-12 02:27:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1572 …}
  +reports: Doctrine\ORM\PersistentCollection {#1575 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1585 …}
  +badges: Doctrine\ORM\PersistentCollection {#1551 …}
  +children: []
  -id: 6785
  -titleTs: "'delet':13 'distribut':19 'even':12 'gem':5 'hidden':4 'legal':18 'lost':15 'mayb':11 'media':10 'piec':8 'platform':20 'rare':7"
  -bodyTs: "'almost':36 'best':7 'even':10,54 'found':5,46 'free':37 'hear':43 'high':17 'jellyfin':29 'look':22 'lost':55 'mayb':53 'media':2,50 'method':14 'otherwis':56 'piec':48 'qualiti':8 'rare':47 'rather':39 'sea':18 'setup':33 'super':28 'use':26 'want':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695445838
  +visibility: "visible             "
  +apId: "https://feddit.de/post/3706276"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695413338 {#1580
    date: 2023-09-22 22:08:58.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
59 DENIED edit
App\Entity\Entry {#1579
  +user: Proxies\__CG__\App\Entity\User {#1584 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-are-some-hidden-gems-and-rare-pieces-of-media"
  +title: "What are some hidden gems and rare pieces of media? Maybe even deleted or lost on all legal distribution platforms?"
  +url: null
  +body: """
    What media have you found in best quality or even only with the methods of the high seas?\n
    \n
    I am not looking for: “I only use my super jellyfin and so on setup because its almost free”. But rather I want to hear if you found rare pieces of media which are maybe even lost otherwise.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723422420 {#1577
    date: 2024-08-12 02:27:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1572 …}
  +reports: Doctrine\ORM\PersistentCollection {#1575 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1585 …}
  +badges: Doctrine\ORM\PersistentCollection {#1551 …}
  +children: []
  -id: 6785
  -titleTs: "'delet':13 'distribut':19 'even':12 'gem':5 'hidden':4 'legal':18 'lost':15 'mayb':11 'media':10 'piec':8 'platform':20 'rare':7"
  -bodyTs: "'almost':36 'best':7 'even':10,54 'found':5,46 'free':37 'hear':43 'high':17 'jellyfin':29 'look':22 'lost':55 'mayb':53 'media':2,50 'method':14 'otherwis':56 'piec':48 'qualiti':8 'rare':47 'rather':39 'sea':18 'setup':33 'super':28 'use':26 'want':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695445838
  +visibility: "visible             "
  +apId: "https://feddit.de/post/3706276"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695413338 {#1580
    date: 2023-09-22 22:08:58.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
60 DENIED moderate
App\Entity\Entry {#1579
  +user: Proxies\__CG__\App\Entity\User {#1584 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-are-some-hidden-gems-and-rare-pieces-of-media"
  +title: "What are some hidden gems and rare pieces of media? Maybe even deleted or lost on all legal distribution platforms?"
  +url: null
  +body: """
    What media have you found in best quality or even only with the methods of the high seas?\n
    \n
    I am not looking for: “I only use my super jellyfin and so on setup because its almost free”. But rather I want to hear if you found rare pieces of media which are maybe even lost otherwise.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723422420 {#1577
    date: 2024-08-12 02:27:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1581 …}
  +votes: Doctrine\ORM\PersistentCollection {#1572 …}
  +reports: Doctrine\ORM\PersistentCollection {#1575 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1585 …}
  +badges: Doctrine\ORM\PersistentCollection {#1551 …}
  +children: []
  -id: 6785
  -titleTs: "'delet':13 'distribut':19 'even':12 'gem':5 'hidden':4 'legal':18 'lost':15 'mayb':11 'media':10 'piec':8 'platform':20 'rare':7"
  -bodyTs: "'almost':36 'best':7 'even':10,54 'found':5,46 'free':37 'hear':43 'high':17 'jellyfin':29 'look':22 'lost':55 'mayb':53 'media':2,50 'method':14 'otherwis':56 'piec':48 'qualiti':8 'rare':47 'rather':39 'sea':18 'setup':33 'super':28 'use':26 'want':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695445838
  +visibility: "visible             "
  +apId: "https://feddit.de/post/3706276"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695413338 {#1580
    date: 2023-09-22 22:08:58.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
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 {#1526
  +user: Proxies\__CG__\App\Entity\User {#1528 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1757 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "GDPR-and-Deletion-Requests-from-banned-accounts"
  +title: "GDPR and Deletion Requests from banned accounts"
  +url: null
  +body: "How does Lemmy deal with deletion requests for banned accounts? There does not appear to be any built in functionality to make this possible which makes compliance with the law more difficult."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698853197 {#1560
    date: 2023-11-01 16:39:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1527 …}
  +votes: Doctrine\ORM\PersistentCollection {#1525 …}
  +reports: Doctrine\ORM\PersistentCollection {#1550 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
  +badges: Doctrine\ORM\PersistentCollection {#1562 …}
  +children: []
  -id: 8329
  -titleTs: "'account':7 'ban':6 'delet':3 'gdpr':1 'request':4"
  -bodyTs: "'account':10 'appear':14 'ban':9 'built':18 'complianc':27 'deal':4 'delet':6 'difficult':32 'function':20 'law':30 'lemmi':3 'make':22,26 'possibl':24 'request':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695200366
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/5207938"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695177866 {#1568
    date: 2023-09-20 04:44:26.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
63 DENIED edit
App\Entity\Entry {#1526
  +user: Proxies\__CG__\App\Entity\User {#1528 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1757 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "GDPR-and-Deletion-Requests-from-banned-accounts"
  +title: "GDPR and Deletion Requests from banned accounts"
  +url: null
  +body: "How does Lemmy deal with deletion requests for banned accounts? There does not appear to be any built in functionality to make this possible which makes compliance with the law more difficult."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698853197 {#1560
    date: 2023-11-01 16:39:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1527 …}
  +votes: Doctrine\ORM\PersistentCollection {#1525 …}
  +reports: Doctrine\ORM\PersistentCollection {#1550 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
  +badges: Doctrine\ORM\PersistentCollection {#1562 …}
  +children: []
  -id: 8329
  -titleTs: "'account':7 'ban':6 'delet':3 'gdpr':1 'request':4"
  -bodyTs: "'account':10 'appear':14 'ban':9 'built':18 'complianc':27 'deal':4 'delet':6 'difficult':32 'function':20 'law':30 'lemmi':3 'make':22,26 'possibl':24 'request':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695200366
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/5207938"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695177866 {#1568
    date: 2023-09-20 04:44:26.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
64 DENIED moderate
App\Entity\Entry {#1526
  +user: Proxies\__CG__\App\Entity\User {#1528 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1757 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "GDPR-and-Deletion-Requests-from-banned-accounts"
  +title: "GDPR and Deletion Requests from banned accounts"
  +url: null
  +body: "How does Lemmy deal with deletion requests for banned accounts? There does not appear to be any built in functionality to make this possible which makes compliance with the law more difficult."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698853197 {#1560
    date: 2023-11-01 16:39:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1527 …}
  +votes: Doctrine\ORM\PersistentCollection {#1525 …}
  +reports: Doctrine\ORM\PersistentCollection {#1550 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1548 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
  +badges: Doctrine\ORM\PersistentCollection {#1562 …}
  +children: []
  -id: 8329
  -titleTs: "'account':7 'ban':6 'delet':3 'gdpr':1 'request':4"
  -bodyTs: "'account':10 'appear':14 'ban':9 'built':18 'complianc':27 'deal':4 'delet':6 'difficult':32 'function':20 'law':30 'lemmi':3 'make':22,26 'possibl':24 'request':7"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1695200366
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/5207938"
  +editedAt: null
  +createdAt: DateTimeImmutable @1695177866 {#1568
    date: 2023-09-20 04:44:26.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
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 {#1556
  +user: Proxies\__CG__\App\Entity\User {#1557 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Is-It-Farewell-To-The-Internet-Archive"
  +title: "Is It Farewell To The Internet Archive?"
  +url: null
  +body: """
    Another one is close to biting the dust. Sci-Hub is out, Z-Lib got ran off like a dog and now IA is going to remove a host of books because these publishers just can’t stop being money-hungry bastards.\n
    \n
    This is why I support piracy. Knowledge should be free. To go after a nonprofit organization that just wants to make digital books and other formats accessible to everyone when majority of uploads can’t be downloaded only borrowed, is just so devious and greedy.\n
    \n
    I’m so tired of it. Laws around copyright and intellectual property need to be reformed. I feel so helpless :c\n
    \n
    Link to blog post:\n
    \n
    <a href="">https://blog.archive.org/2023/08/17/what-the-hachette-v-internet-archive-decision-means-for-our-library/</a>
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694776594 {#1554
    date: 2023-09-15 13:16:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1555 …}
  +votes: Doctrine\ORM\PersistentCollection {#1620 …}
  +reports: Doctrine\ORM\PersistentCollection {#1604 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1619 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  +badges: Doctrine\ORM\PersistentCollection {#1687 …}
  +children: []
  -id: 5215
  -titleTs: "'archiv':7 'farewel':3 'internet':6"
  -bodyTs: "'/2023/08/17/what-the-hachette-v-internet-archive-decision-means-for-our-library/':118 'access':72 'anoth':1 'around':98 'bastard':45 'bite':6 'blog':114 'blog.archive.org':117 'blog.archive.org/2023/08/17/what-the-hachette-v-internet-archive-decision-means-for-our-library/':116 'book':33,68 'borrow':84 'c':111 'close':4 'copyright':99 'devious':88 'digit':67 'dog':22 'download':82 'dust':8 'everyon':74 'feel':108 'format':71 'free':55 'go':27,57 'got':17 'greedi':90 'helpless':110 'host':31 'hub':11 'hungri':44 'ia':25 'intellectu':101 'knowledg':52 'law':97 'lib':16 'like':20 'link':112 'm':92 'major':76 'make':66 'money':43 'money-hungri':42 'need':103 'nonprofit':60 'one':2 'organ':61 'piraci':51 'post':115 'properti':102 'publish':36 'ran':18 'reform':106 'remov':29 'sci':10 'sci-hub':9 'stop':40 'support':50 'tire':94 'upload':78 'want':64 'z':15 'z-lib':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694777224
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/4119556"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694759724 {#1558
    date: 2023-09-15 08:35:24.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
67 DENIED edit
App\Entity\Entry {#1556
  +user: Proxies\__CG__\App\Entity\User {#1557 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Is-It-Farewell-To-The-Internet-Archive"
  +title: "Is It Farewell To The Internet Archive?"
  +url: null
  +body: """
    Another one is close to biting the dust. Sci-Hub is out, Z-Lib got ran off like a dog and now IA is going to remove a host of books because these publishers just can’t stop being money-hungry bastards.\n
    \n
    This is why I support piracy. Knowledge should be free. To go after a nonprofit organization that just wants to make digital books and other formats accessible to everyone when majority of uploads can’t be downloaded only borrowed, is just so devious and greedy.\n
    \n
    I’m so tired of it. Laws around copyright and intellectual property need to be reformed. I feel so helpless :c\n
    \n
    Link to blog post:\n
    \n
    <a href="">https://blog.archive.org/2023/08/17/what-the-hachette-v-internet-archive-decision-means-for-our-library/</a>
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694776594 {#1554
    date: 2023-09-15 13:16:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1555 …}
  +votes: Doctrine\ORM\PersistentCollection {#1620 …}
  +reports: Doctrine\ORM\PersistentCollection {#1604 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1619 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  +badges: Doctrine\ORM\PersistentCollection {#1687 …}
  +children: []
  -id: 5215
  -titleTs: "'archiv':7 'farewel':3 'internet':6"
  -bodyTs: "'/2023/08/17/what-the-hachette-v-internet-archive-decision-means-for-our-library/':118 'access':72 'anoth':1 'around':98 'bastard':45 'bite':6 'blog':114 'blog.archive.org':117 'blog.archive.org/2023/08/17/what-the-hachette-v-internet-archive-decision-means-for-our-library/':116 'book':33,68 'borrow':84 'c':111 'close':4 'copyright':99 'devious':88 'digit':67 'dog':22 'download':82 'dust':8 'everyon':74 'feel':108 'format':71 'free':55 'go':27,57 'got':17 'greedi':90 'helpless':110 'host':31 'hub':11 'hungri':44 'ia':25 'intellectu':101 'knowledg':52 'law':97 'lib':16 'like':20 'link':112 'm':92 'major':76 'make':66 'money':43 'money-hungri':42 'need':103 'nonprofit':60 'one':2 'organ':61 'piraci':51 'post':115 'properti':102 'publish':36 'ran':18 'reform':106 'remov':29 'sci':10 'sci-hub':9 'stop':40 'support':50 'tire':94 'upload':78 'want':64 'z':15 'z-lib':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694777224
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/4119556"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694759724 {#1558
    date: 2023-09-15 08:35:24.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
68 DENIED moderate
App\Entity\Entry {#1556
  +user: Proxies\__CG__\App\Entity\User {#1557 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Is-It-Farewell-To-The-Internet-Archive"
  +title: "Is It Farewell To The Internet Archive?"
  +url: null
  +body: """
    Another one is close to biting the dust. Sci-Hub is out, Z-Lib got ran off like a dog and now IA is going to remove a host of books because these publishers just can’t stop being money-hungry bastards.\n
    \n
    This is why I support piracy. Knowledge should be free. To go after a nonprofit organization that just wants to make digital books and other formats accessible to everyone when majority of uploads can’t be downloaded only borrowed, is just so devious and greedy.\n
    \n
    I’m so tired of it. Laws around copyright and intellectual property need to be reformed. I feel so helpless :c\n
    \n
    Link to blog post:\n
    \n
    <a href="">https://blog.archive.org/2023/08/17/what-the-hachette-v-internet-archive-decision-means-for-our-library/</a>
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694776594 {#1554
    date: 2023-09-15 13:16:34.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1555 …}
  +votes: Doctrine\ORM\PersistentCollection {#1620 …}
  +reports: Doctrine\ORM\PersistentCollection {#1604 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1619 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  +badges: Doctrine\ORM\PersistentCollection {#1687 …}
  +children: []
  -id: 5215
  -titleTs: "'archiv':7 'farewel':3 'internet':6"
  -bodyTs: "'/2023/08/17/what-the-hachette-v-internet-archive-decision-means-for-our-library/':118 'access':72 'anoth':1 'around':98 'bastard':45 'bite':6 'blog':114 'blog.archive.org':117 'blog.archive.org/2023/08/17/what-the-hachette-v-internet-archive-decision-means-for-our-library/':116 'book':33,68 'borrow':84 'c':111 'close':4 'copyright':99 'devious':88 'digit':67 'dog':22 'download':82 'dust':8 'everyon':74 'feel':108 'format':71 'free':55 'go':27,57 'got':17 'greedi':90 'helpless':110 'host':31 'hub':11 'hungri':44 'ia':25 'intellectu':101 'knowledg':52 'law':97 'lib':16 'like':20 'link':112 'm':92 'major':76 'make':66 'money':43 'money-hungri':42 'need':103 'nonprofit':60 'one':2 'organ':61 'piraci':51 'post':115 'properti':102 'publish':36 'ran':18 'reform':106 'remov':29 'sci':10 'sci-hub':9 'stop':40 'support':50 'tire':94 'upload':78 'want':64 'z':15 'z-lib':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694777224
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/4119556"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694759724 {#1558
    date: 2023-09-15 08:35:24.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
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 {#1691
  +user: Proxies\__CG__\App\Entity\User {#1692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "repost-Want-an-empty-omelette-Sure"
  +title: "[repost] Want an empty omelette? Sure"
  +url: null
  +body: """
    So it was my first job was a server at a very popular 24 hour breakfast diner/chain. We had lots of colorful customers.\n
    \n
    One morning, I’m serving a woman sitting by herself. I ask her what I can get her, and she says she’d like an omelette. We have a list of pre-built omelettes, or you can build your own, so I ask her how she’d like her omelette. “Just a regular omelette, please” she tells me.\n
    \n
    “Okay, so you don’t want one of the signature omelettes, what would you like inside of yours?” I ask\n
    \n
    “Nothing, just a regular omelette.” She replies with a huff\n
    \n
    I pause for a second because this order does occur, but not often. Some people like their eggs scrambled and cooked, then rolled up. “So you’d like an omelette with nothing inside?”\n
    \n
    “YES! A plain omelette!” She snaps, now irritated that I’ve questioned her several times.\n
    \n
    *Cue malicious compliance.*\n
    \n
    So I enter the order, a 5-egg omelette with no fillings and no toppings. A few minutes later it comes out, and she is appalled. “What is THIS?!”\n
    \n
    “Your plain omelette,” I reply…\n
    \n
    “But where is the cheese, or the ham or the onions?!” She is irate.\n
    \n
    “Ma’am, you ordered an omelette with nothing inside…”\n
    \n
    She gets cocky and says, “An omelette is eggs rolled up with ham, cheese, and onions! Everything else is extra! You should know this, working at a breakfast place!”\n
    \n
    I look at her deadpan and inform her “Actually, ma’am, omelette is French for scrambled eggs that are fried and rolled or folded; everything else is extra.”\n
    \n
    I’m busy so I walk off and help other colorful customers, meanwhile she flags down a manager to complain, who confirms what I told her and points out that in the menu there is, very specifically, a ham cheese and onion omelette with a large picture in the middle of the page.\n
    \n
    Then tells her she has to re-order her meal and wait a second time.\n
    \n
    She didn’t leave a tip.\n
    \n
    **TL;DR: A customer ordered a “regular omelette” and got annoyed when I asked questions about fillings or toppings. So, I put in the order for a 5-egg plain omelette. She was so irritated and complained to the manager who backed me up. She had to order again and didn’t leave a tip.**\n
    \n
    [reposted from reddit]
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 86
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694664901 {#1689
    date: 2023-09-14 06:15:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1705 …}
  +votes: Doctrine\ORM\PersistentCollection {#1616 …}
  +reports: Doctrine\ORM\PersistentCollection {#1598 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  +badges: Doctrine\ORM\PersistentCollection {#1618 …}
  +children: []
  -id: 2172
  -titleTs: "'empti':4 'omelett':5 'repost':1 'sure':6 'want':2"
  -bodyTs: "'24':14 '5':170,380 'actual':258 'annoy':363 'appal':189 'ask':35,67,102,366 'back':394 'breakfast':16,248 'build':62 'built':57 'busi':280 'chees':202,234,317 'cocki':223 'color':22,288 'come':184 'complain':297,389 'complianc':163 'confirm':299 'cook':133 'cue':161 'custom':23,289,356 'd':46,71,139 'deadpan':254 'didn':348,403 'diner/chain':17 'dr':354 'egg':130,171,229,266,381 'els':238,275 'enter':166 'everyth':237,274 'extra':240,277 'fill':175,369 'first':5 'flag':292 'fold':273 'french':263 'fri':269 'get':40,222 'got':362 'ham':205,233,316 'help':286 'hour':15 'huff':112 'inform':256 'insid':98,145,220 'irat':211 'irrit':153,387 'job':6 'know':243 'larg':323 'later':182 'leav':350,405 'like':47,72,97,128,140 'list':53 'look':251 'lot':20 'm':27,279 'ma':212,259 'malici':162 'manag':295,392 'meal':341 'meanwhil':290 'menu':310 'middl':327 'minut':181 'morn':25 'noth':103,144,219 'occur':122 'often':125 'okay':83 'omelett':49,58,74,78,93,107,142,149,172,195,217,227,261,320,360,383 'one':24,89 'onion':208,236,319 'order':120,168,215,339,357,377,400 'page':330 'paus':114 'peopl':127 'pictur':324 'place':249 'plain':148,194,382 'pleas':79 'point':305 'popular':13 'pre':56 'pre-built':55 'put':374 'question':157,367 're':338 're-ord':337 'reddit':410 'regular':77,106,359 'repli':109,197 'repost':408 'roll':135,230,271 'say':44,225 'scrambl':131,265 'second':117,345 'serv':28 'server':9 'sever':159 'signatur':92 'sit':31 'snap':151 'specif':314 'tell':81,332 'time':160,346 'tip':352,407 'tl':353 'told':302 'top':178,371 've':156 'wait':343 'walk':283 'want':88 'woman':30 'work':245 'would':95 'yes':146"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694570124
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4895765"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694483724 {#1686
    date: 2023-09-12 03:55:24.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
71 DENIED edit
App\Entity\Entry {#1691
  +user: Proxies\__CG__\App\Entity\User {#1692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "repost-Want-an-empty-omelette-Sure"
  +title: "[repost] Want an empty omelette? Sure"
  +url: null
  +body: """
    So it was my first job was a server at a very popular 24 hour breakfast diner/chain. We had lots of colorful customers.\n
    \n
    One morning, I’m serving a woman sitting by herself. I ask her what I can get her, and she says she’d like an omelette. We have a list of pre-built omelettes, or you can build your own, so I ask her how she’d like her omelette. “Just a regular omelette, please” she tells me.\n
    \n
    “Okay, so you don’t want one of the signature omelettes, what would you like inside of yours?” I ask\n
    \n
    “Nothing, just a regular omelette.” She replies with a huff\n
    \n
    I pause for a second because this order does occur, but not often. Some people like their eggs scrambled and cooked, then rolled up. “So you’d like an omelette with nothing inside?”\n
    \n
    “YES! A plain omelette!” She snaps, now irritated that I’ve questioned her several times.\n
    \n
    *Cue malicious compliance.*\n
    \n
    So I enter the order, a 5-egg omelette with no fillings and no toppings. A few minutes later it comes out, and she is appalled. “What is THIS?!”\n
    \n
    “Your plain omelette,” I reply…\n
    \n
    “But where is the cheese, or the ham or the onions?!” She is irate.\n
    \n
    “Ma’am, you ordered an omelette with nothing inside…”\n
    \n
    She gets cocky and says, “An omelette is eggs rolled up with ham, cheese, and onions! Everything else is extra! You should know this, working at a breakfast place!”\n
    \n
    I look at her deadpan and inform her “Actually, ma’am, omelette is French for scrambled eggs that are fried and rolled or folded; everything else is extra.”\n
    \n
    I’m busy so I walk off and help other colorful customers, meanwhile she flags down a manager to complain, who confirms what I told her and points out that in the menu there is, very specifically, a ham cheese and onion omelette with a large picture in the middle of the page.\n
    \n
    Then tells her she has to re-order her meal and wait a second time.\n
    \n
    She didn’t leave a tip.\n
    \n
    **TL;DR: A customer ordered a “regular omelette” and got annoyed when I asked questions about fillings or toppings. So, I put in the order for a 5-egg plain omelette. She was so irritated and complained to the manager who backed me up. She had to order again and didn’t leave a tip.**\n
    \n
    [reposted from reddit]
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 86
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694664901 {#1689
    date: 2023-09-14 06:15:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1705 …}
  +votes: Doctrine\ORM\PersistentCollection {#1616 …}
  +reports: Doctrine\ORM\PersistentCollection {#1598 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  +badges: Doctrine\ORM\PersistentCollection {#1618 …}
  +children: []
  -id: 2172
  -titleTs: "'empti':4 'omelett':5 'repost':1 'sure':6 'want':2"
  -bodyTs: "'24':14 '5':170,380 'actual':258 'annoy':363 'appal':189 'ask':35,67,102,366 'back':394 'breakfast':16,248 'build':62 'built':57 'busi':280 'chees':202,234,317 'cocki':223 'color':22,288 'come':184 'complain':297,389 'complianc':163 'confirm':299 'cook':133 'cue':161 'custom':23,289,356 'd':46,71,139 'deadpan':254 'didn':348,403 'diner/chain':17 'dr':354 'egg':130,171,229,266,381 'els':238,275 'enter':166 'everyth':237,274 'extra':240,277 'fill':175,369 'first':5 'flag':292 'fold':273 'french':263 'fri':269 'get':40,222 'got':362 'ham':205,233,316 'help':286 'hour':15 'huff':112 'inform':256 'insid':98,145,220 'irat':211 'irrit':153,387 'job':6 'know':243 'larg':323 'later':182 'leav':350,405 'like':47,72,97,128,140 'list':53 'look':251 'lot':20 'm':27,279 'ma':212,259 'malici':162 'manag':295,392 'meal':341 'meanwhil':290 'menu':310 'middl':327 'minut':181 'morn':25 'noth':103,144,219 'occur':122 'often':125 'okay':83 'omelett':49,58,74,78,93,107,142,149,172,195,217,227,261,320,360,383 'one':24,89 'onion':208,236,319 'order':120,168,215,339,357,377,400 'page':330 'paus':114 'peopl':127 'pictur':324 'place':249 'plain':148,194,382 'pleas':79 'point':305 'popular':13 'pre':56 'pre-built':55 'put':374 'question':157,367 're':338 're-ord':337 'reddit':410 'regular':77,106,359 'repli':109,197 'repost':408 'roll':135,230,271 'say':44,225 'scrambl':131,265 'second':117,345 'serv':28 'server':9 'sever':159 'signatur':92 'sit':31 'snap':151 'specif':314 'tell':81,332 'time':160,346 'tip':352,407 'tl':353 'told':302 'top':178,371 've':156 'wait':343 'walk':283 'want':88 'woman':30 'work':245 'would':95 'yes':146"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694570124
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4895765"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694483724 {#1686
    date: 2023-09-12 03:55:24.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
72 DENIED moderate
App\Entity\Entry {#1691
  +user: Proxies\__CG__\App\Entity\User {#1692 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1795 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "repost-Want-an-empty-omelette-Sure"
  +title: "[repost] Want an empty omelette? Sure"
  +url: null
  +body: """
    So it was my first job was a server at a very popular 24 hour breakfast diner/chain. We had lots of colorful customers.\n
    \n
    One morning, I’m serving a woman sitting by herself. I ask her what I can get her, and she says she’d like an omelette. We have a list of pre-built omelettes, or you can build your own, so I ask her how she’d like her omelette. “Just a regular omelette, please” she tells me.\n
    \n
    “Okay, so you don’t want one of the signature omelettes, what would you like inside of yours?” I ask\n
    \n
    “Nothing, just a regular omelette.” She replies with a huff\n
    \n
    I pause for a second because this order does occur, but not often. Some people like their eggs scrambled and cooked, then rolled up. “So you’d like an omelette with nothing inside?”\n
    \n
    “YES! A plain omelette!” She snaps, now irritated that I’ve questioned her several times.\n
    \n
    *Cue malicious compliance.*\n
    \n
    So I enter the order, a 5-egg omelette with no fillings and no toppings. A few minutes later it comes out, and she is appalled. “What is THIS?!”\n
    \n
    “Your plain omelette,” I reply…\n
    \n
    “But where is the cheese, or the ham or the onions?!” She is irate.\n
    \n
    “Ma’am, you ordered an omelette with nothing inside…”\n
    \n
    She gets cocky and says, “An omelette is eggs rolled up with ham, cheese, and onions! Everything else is extra! You should know this, working at a breakfast place!”\n
    \n
    I look at her deadpan and inform her “Actually, ma’am, omelette is French for scrambled eggs that are fried and rolled or folded; everything else is extra.”\n
    \n
    I’m busy so I walk off and help other colorful customers, meanwhile she flags down a manager to complain, who confirms what I told her and points out that in the menu there is, very specifically, a ham cheese and onion omelette with a large picture in the middle of the page.\n
    \n
    Then tells her she has to re-order her meal and wait a second time.\n
    \n
    She didn’t leave a tip.\n
    \n
    **TL;DR: A customer ordered a “regular omelette” and got annoyed when I asked questions about fillings or toppings. So, I put in the order for a 5-egg plain omelette. She was so irritated and complained to the manager who backed me up. She had to order again and didn’t leave a tip.**\n
    \n
    [reposted from reddit]
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 86
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694664901 {#1689
    date: 2023-09-14 06:15:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1705 …}
  +votes: Doctrine\ORM\PersistentCollection {#1616 …}
  +reports: Doctrine\ORM\PersistentCollection {#1598 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1629 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  +badges: Doctrine\ORM\PersistentCollection {#1618 …}
  +children: []
  -id: 2172
  -titleTs: "'empti':4 'omelett':5 'repost':1 'sure':6 'want':2"
  -bodyTs: "'24':14 '5':170,380 'actual':258 'annoy':363 'appal':189 'ask':35,67,102,366 'back':394 'breakfast':16,248 'build':62 'built':57 'busi':280 'chees':202,234,317 'cocki':223 'color':22,288 'come':184 'complain':297,389 'complianc':163 'confirm':299 'cook':133 'cue':161 'custom':23,289,356 'd':46,71,139 'deadpan':254 'didn':348,403 'diner/chain':17 'dr':354 'egg':130,171,229,266,381 'els':238,275 'enter':166 'everyth':237,274 'extra':240,277 'fill':175,369 'first':5 'flag':292 'fold':273 'french':263 'fri':269 'get':40,222 'got':362 'ham':205,233,316 'help':286 'hour':15 'huff':112 'inform':256 'insid':98,145,220 'irat':211 'irrit':153,387 'job':6 'know':243 'larg':323 'later':182 'leav':350,405 'like':47,72,97,128,140 'list':53 'look':251 'lot':20 'm':27,279 'ma':212,259 'malici':162 'manag':295,392 'meal':341 'meanwhil':290 'menu':310 'middl':327 'minut':181 'morn':25 'noth':103,144,219 'occur':122 'often':125 'okay':83 'omelett':49,58,74,78,93,107,142,149,172,195,217,227,261,320,360,383 'one':24,89 'onion':208,236,319 'order':120,168,215,339,357,377,400 'page':330 'paus':114 'peopl':127 'pictur':324 'place':249 'plain':148,194,382 'pleas':79 'point':305 'popular':13 'pre':56 'pre-built':55 'put':374 'question':157,367 're':338 're-ord':337 'reddit':410 'regular':77,106,359 'repli':109,197 'repost':408 'roll':135,230,271 'say':44,225 'scrambl':131,265 'second':117,345 'serv':28 'server':9 'sever':159 'signatur':92 'sit':31 'snap':151 'specif':314 'tell':81,332 'time':160,346 'tip':352,407 'tl':353 'told':302 'top':178,371 've':156 'wait':343 'walk':283 'want':88 'woman':30 'work':245 'would':95 'yes':146"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694570124
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4895765"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694483724 {#1686
    date: 2023-09-12 03:55:24.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
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 {#1731
  +user: Proxies\__CG__\App\Entity\User {#1725 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Google-reading-signal-messages"
  +title: "Google reading signal messages?"
  +url: null
  +body: "When I get a message in signal that that it has specific wording that would make someone think that it’s a task then I get a notification to save it to keep how is Google doing this are they reading my signal my messages"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694206934 {#1597
    date: 2023-09-08 23:02:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1722 …}
  +votes: Doctrine\ORM\PersistentCollection {#1726 …}
  +reports: Doctrine\ORM\PersistentCollection {#1736 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
  +badges: Doctrine\ORM\PersistentCollection {#1735 …}
  +children: []
  -id: 5465
  -titleTs: "'googl':1 'messag':4 'read':2 'signal':3"
  -bodyTs: "'get':3,26 'googl':36 'keep':33 'make':16 'messag':5,45 'notif':28 'read':41 'save':30 'signal':7,43 'someon':17 'specif':12 'task':23 'think':18 'word':13 'would':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694217589
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4677918"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694185089 {#1617
    date: 2023-09-08 16:58: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
75 DENIED edit
App\Entity\Entry {#1731
  +user: Proxies\__CG__\App\Entity\User {#1725 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Google-reading-signal-messages"
  +title: "Google reading signal messages?"
  +url: null
  +body: "When I get a message in signal that that it has specific wording that would make someone think that it’s a task then I get a notification to save it to keep how is Google doing this are they reading my signal my messages"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694206934 {#1597
    date: 2023-09-08 23:02:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1722 …}
  +votes: Doctrine\ORM\PersistentCollection {#1726 …}
  +reports: Doctrine\ORM\PersistentCollection {#1736 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
  +badges: Doctrine\ORM\PersistentCollection {#1735 …}
  +children: []
  -id: 5465
  -titleTs: "'googl':1 'messag':4 'read':2 'signal':3"
  -bodyTs: "'get':3,26 'googl':36 'keep':33 'make':16 'messag':5,45 'notif':28 'read':41 'save':30 'signal':7,43 'someon':17 'specif':12 'task':23 'think':18 'word':13 'would':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694217589
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4677918"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694185089 {#1617
    date: 2023-09-08 16:58: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
76 DENIED moderate
App\Entity\Entry {#1731
  +user: Proxies\__CG__\App\Entity\User {#1725 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1723 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Google-reading-signal-messages"
  +title: "Google reading signal messages?"
  +url: null
  +body: "When I get a message in signal that that it has specific wording that would make someone think that it’s a task then I get a notification to save it to keep how is Google doing this are they reading my signal my messages"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694206934 {#1597
    date: 2023-09-08 23:02:14.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1722 …}
  +votes: Doctrine\ORM\PersistentCollection {#1726 …}
  +reports: Doctrine\ORM\PersistentCollection {#1736 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1732 …}
  +badges: Doctrine\ORM\PersistentCollection {#1735 …}
  +children: []
  -id: 5465
  -titleTs: "'googl':1 'messag':4 'read':2 'signal':3"
  -bodyTs: "'get':3,26 'googl':36 'keep':33 'make':16 'messag':5,45 'notif':28 'read':41 'save':30 'signal':7,43 'someon':17 'specif':12 'task':23 'think':18 'word':13 'would':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694217589
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4677918"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694185089 {#1617
    date: 2023-09-08 16:58: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
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 {#1719
  +user: Proxies\__CG__\App\Entity\User {#1715 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Who-is-your-favourite-Canadian"
  +title: "Who is your favourite Canadian?"
  +url: null
  +body: """
    I’m a Canadian visiting in America, the question came up and the answers were fascinating and not at all what I expected.\n
    \n
    Curious as to whom you folks think of!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691979498 {#1729
    date: 2023-08-14 04:18:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1720 …}
  +reports: Doctrine\ORM\PersistentCollection {#1717 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
  +badges: Doctrine\ORM\PersistentCollection {#2464 …}
  +children: []
  -id: 6502
  -titleTs: "'canadian':5 'favourit':4"
  -bodyTs: "'america':7 'answer':14 'came':10 'canadian':4 'curious':24 'expect':23 'fascin':16 'folk':29 'm':2 'question':9 'think':30 'visit':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691986420
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3143213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691953920 {#1724
    date: 2023-08-13 21:12:00.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
79 DENIED edit
App\Entity\Entry {#1719
  +user: Proxies\__CG__\App\Entity\User {#1715 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Who-is-your-favourite-Canadian"
  +title: "Who is your favourite Canadian?"
  +url: null
  +body: """
    I’m a Canadian visiting in America, the question came up and the answers were fascinating and not at all what I expected.\n
    \n
    Curious as to whom you folks think of!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691979498 {#1729
    date: 2023-08-14 04:18:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1720 …}
  +reports: Doctrine\ORM\PersistentCollection {#1717 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
  +badges: Doctrine\ORM\PersistentCollection {#2464 …}
  +children: []
  -id: 6502
  -titleTs: "'canadian':5 'favourit':4"
  -bodyTs: "'america':7 'answer':14 'came':10 'canadian':4 'curious':24 'expect':23 'fascin':16 'folk':29 'm':2 'question':9 'think':30 'visit':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691986420
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3143213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691953920 {#1724
    date: 2023-08-13 21:12:00.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
80 DENIED moderate
App\Entity\Entry {#1719
  +user: Proxies\__CG__\App\Entity\User {#1715 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Who-is-your-favourite-Canadian"
  +title: "Who is your favourite Canadian?"
  +url: null
  +body: """
    I’m a Canadian visiting in America, the question came up and the answers were fascinating and not at all what I expected.\n
    \n
    Curious as to whom you folks think of!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691979498 {#1729
    date: 2023-08-14 04:18:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1720 …}
  +reports: Doctrine\ORM\PersistentCollection {#1717 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1741 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1707 …}
  +badges: Doctrine\ORM\PersistentCollection {#2464 …}
  +children: []
  -id: 6502
  -titleTs: "'canadian':5 'favourit':4"
  -bodyTs: "'america':7 'answer':14 'came':10 'canadian':4 'curious':24 'expect':23 'fascin':16 'folk':29 'm':2 'question':9 'think':30 'visit':5"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691986420
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3143213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691953920 {#1724
    date: 2023-08-13 21:12:00.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
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 {#2447
  +user: Proxies\__CG__\App\Entity\User {#2422 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Baby-number-2-sleeping-peacefully"
  +title: "Baby number 2 sleeping peacefully"
  +url: null
  +body: "Hospital was having all kinds of problems today but the c section went smooth, the parade of family visiting is done, mom and baby are down for the count. Very happy to be scrunched up on this uncomfortable ass hospital chair"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691765047 {#2448
    date: 2023-08-11 16:44:07.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: 1773
  -titleTs: "'2':3 'babi':1 'number':2 'peac':5 'sleep':4"
  -bodyTs: "'ass':39 'babi':24 'c':11 'chair':41 'count':29 'done':21 'famili':18 'happi':31 'hospit':1,40 'kind':5 'mom':22 'parad':16 'problem':7 'scrunch':34 'section':12 'smooth':14 'today':8 'uncomfort':38 'visit':19 'went':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691720005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/3103737"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691633605 {#2411
    date: 2023-08-10 04:13:25.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 {#2447
  +user: Proxies\__CG__\App\Entity\User {#2422 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Baby-number-2-sleeping-peacefully"
  +title: "Baby number 2 sleeping peacefully"
  +url: null
  +body: "Hospital was having all kinds of problems today but the c section went smooth, the parade of family visiting is done, mom and baby are down for the count. Very happy to be scrunched up on this uncomfortable ass hospital chair"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691765047 {#2448
    date: 2023-08-11 16:44:07.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: 1773
  -titleTs: "'2':3 'babi':1 'number':2 'peac':5 'sleep':4"
  -bodyTs: "'ass':39 'babi':24 'c':11 'chair':41 'count':29 'done':21 'famili':18 'happi':31 'hospit':1,40 'kind':5 'mom':22 'parad':16 'problem':7 'scrunch':34 'section':12 'smooth':14 'today':8 'uncomfort':38 'visit':19 'went':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691720005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/3103737"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691633605 {#2411
    date: 2023-08-10 04:13:25.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 {#2447
  +user: Proxies\__CG__\App\Entity\User {#2422 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2462 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Baby-number-2-sleeping-peacefully"
  +title: "Baby number 2 sleeping peacefully"
  +url: null
  +body: "Hospital was having all kinds of problems today but the c section went smooth, the parade of family visiting is done, mom and baby are down for the count. Very happy to be scrunched up on this uncomfortable ass hospital chair"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691765047 {#2448
    date: 2023-08-11 16:44:07.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: 1773
  -titleTs: "'2':3 'babi':1 'number':2 'peac':5 'sleep':4"
  -bodyTs: "'ass':39 'babi':24 'c':11 'chair':41 'count':29 'done':21 'famili':18 'happi':31 'hospit':1,40 'kind':5 'mom':22 'parad':16 'problem':7 'scrunch':34 'section':12 'smooth':14 'today':8 'uncomfort':38 'visit':19 'went':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691720005
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/3103737"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691633605 {#2411
    date: 2023-08-10 04:13:25.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 {#2471
  +user: Proxies\__CG__\App\Entity\User {#2371 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-are-some-conspiracy-theories-you-absolutely-believe-to-be"
  +title: "What are some conspiracy theories you absolutely believe to be true?"
  +url: null
  +body: "Was reminded how Epstien not killing himself was/is so accepted yet it’s still a conspiracy theory. Is there any similar ones you guys believe to be completely true ?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691798186 {#2469
    date: 2023-08-12 01:56:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2363 …}
  +votes: Doctrine\ORM\PersistentCollection {#2377 …}
  +reports: Doctrine\ORM\PersistentCollection {#2359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2364 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2380 …}
  +badges: Doctrine\ORM\PersistentCollection {#2382 …}
  +children: []
  -id: 8875
  -titleTs: "'absolut':7 'believ':8 'conspiraci':4 'theori':5 'true':11"
  -bodyTs: "'accept':10 'believ':25 'complet':28 'conspiraci':16 'epstien':4 'guy':24 'kill':6 'one':22 'remind':2 'similar':21 'still':14 'theori':17 'true':29 'was/is':8 'yet':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691645899
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2935747"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691608899 {#2467
    date: 2023-08-09 21:21:39.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
87 DENIED edit
App\Entity\Entry {#2471
  +user: Proxies\__CG__\App\Entity\User {#2371 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-are-some-conspiracy-theories-you-absolutely-believe-to-be"
  +title: "What are some conspiracy theories you absolutely believe to be true?"
  +url: null
  +body: "Was reminded how Epstien not killing himself was/is so accepted yet it’s still a conspiracy theory. Is there any similar ones you guys believe to be completely true ?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691798186 {#2469
    date: 2023-08-12 01:56:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2363 …}
  +votes: Doctrine\ORM\PersistentCollection {#2377 …}
  +reports: Doctrine\ORM\PersistentCollection {#2359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2364 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2380 …}
  +badges: Doctrine\ORM\PersistentCollection {#2382 …}
  +children: []
  -id: 8875
  -titleTs: "'absolut':7 'believ':8 'conspiraci':4 'theori':5 'true':11"
  -bodyTs: "'accept':10 'believ':25 'complet':28 'conspiraci':16 'epstien':4 'guy':24 'kill':6 'one':22 'remind':2 'similar':21 'still':14 'theori':17 'true':29 'was/is':8 'yet':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691645899
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2935747"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691608899 {#2467
    date: 2023-08-09 21:21:39.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
88 DENIED moderate
App\Entity\Entry {#2471
  +user: Proxies\__CG__\App\Entity\User {#2371 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1623 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "What-are-some-conspiracy-theories-you-absolutely-believe-to-be"
  +title: "What are some conspiracy theories you absolutely believe to be true?"
  +url: null
  +body: "Was reminded how Epstien not killing himself was/is so accepted yet it’s still a conspiracy theory. Is there any similar ones you guys believe to be completely true ?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691798186 {#2469
    date: 2023-08-12 01:56:26.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2363 …}
  +votes: Doctrine\ORM\PersistentCollection {#2377 …}
  +reports: Doctrine\ORM\PersistentCollection {#2359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2364 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2380 …}
  +badges: Doctrine\ORM\PersistentCollection {#2382 …}
  +children: []
  -id: 8875
  -titleTs: "'absolut':7 'believ':8 'conspiraci':4 'theori':5 'true':11"
  -bodyTs: "'accept':10 'believ':25 'complet':28 'conspiraci':16 'epstien':4 'guy':24 'kill':6 'one':22 'remind':2 'similar':21 'still':14 'theori':17 'true':29 'was/is':8 'yet':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691645899
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/2935747"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691608899 {#2467
    date: 2023-08-09 21:21:39.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
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 {#2379
  +user: Proxies\__CG__\App\Entity\User {#2381 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Recommended-FLAC-converter"
  +title: "Recommended FLAC converter?"
  +url: null
  +body: """
    I have a collection of music in flac format and now I want to store them on my phone. flac files get too much space and downloading all the playlist in mp3 takes as much time as finding decent and real high quality flacs (there is plenty of songs on internet which only look like 320kbps and are not really high quality). So I decided to convert my flac files into mp3 and I prefer minimum amount of quality loss; what is the best software for it?\n
    \n
    - Doesn’t matter if conversion take some time if the quality would be decent.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691602662 {#2384
    date: 2023-08-09 19:37:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2383 …}
  +votes: Doctrine\ORM\PersistentCollection {#1906 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1410 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
  +badges: Doctrine\ORM\PersistentCollection {#1407 …}
  +children: []
  -id: 7155
  -titleTs: "'convert':3 'flac':2 'recommend':1"
  -bodyTs: "'320kbps':56 'amount':77 'best':84 'collect':4 'convers':92 'convert':67 'decent':39,101 'decid':65 'doesn':88 'download':27 'file':21,70 'find':38 'flac':8,20,44,69 'format':9 'get':22 'high':42,61 'internet':51 'like':55 'look':54 'loss':80 'matter':90 'minimum':76 'mp3':32,72 'much':24,35 'music':6 'phone':19 'playlist':30 'plenti':47 'prefer':75 'qualiti':43,62,79,98 'real':41 'realli':60 'softwar':85 'song':49 'space':25 'store':15 'take':33,93 'time':36,95 'want':13 'would':99"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691531185
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/1741476"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691508685 {#2378
    date: 2023-08-08 17:31:25.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
91 DENIED edit
App\Entity\Entry {#2379
  +user: Proxies\__CG__\App\Entity\User {#2381 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Recommended-FLAC-converter"
  +title: "Recommended FLAC converter?"
  +url: null
  +body: """
    I have a collection of music in flac format and now I want to store them on my phone. flac files get too much space and downloading all the playlist in mp3 takes as much time as finding decent and real high quality flacs (there is plenty of songs on internet which only look like 320kbps and are not really high quality). So I decided to convert my flac files into mp3 and I prefer minimum amount of quality loss; what is the best software for it?\n
    \n
    - Doesn’t matter if conversion take some time if the quality would be decent.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691602662 {#2384
    date: 2023-08-09 19:37:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2383 …}
  +votes: Doctrine\ORM\PersistentCollection {#1906 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1410 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
  +badges: Doctrine\ORM\PersistentCollection {#1407 …}
  +children: []
  -id: 7155
  -titleTs: "'convert':3 'flac':2 'recommend':1"
  -bodyTs: "'320kbps':56 'amount':77 'best':84 'collect':4 'convers':92 'convert':67 'decent':39,101 'decid':65 'doesn':88 'download':27 'file':21,70 'find':38 'flac':8,20,44,69 'format':9 'get':22 'high':42,61 'internet':51 'like':55 'look':54 'loss':80 'matter':90 'minimum':76 'mp3':32,72 'much':24,35 'music':6 'phone':19 'playlist':30 'plenti':47 'prefer':75 'qualiti':43,62,79,98 'real':41 'realli':60 'softwar':85 'song':49 'space':25 'store':15 'take':33,93 'time':36,95 'want':13 'would':99"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691531185
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/1741476"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691508685 {#2378
    date: 2023-08-08 17:31:25.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
92 DENIED moderate
App\Entity\Entry {#2379
  +user: Proxies\__CG__\App\Entity\User {#2381 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1748 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "Recommended-FLAC-converter"
  +title: "Recommended FLAC converter?"
  +url: null
  +body: """
    I have a collection of music in flac format and now I want to store them on my phone. flac files get too much space and downloading all the playlist in mp3 takes as much time as finding decent and real high quality flacs (there is plenty of songs on internet which only look like 320kbps and are not really high quality). So I decided to convert my flac files into mp3 and I prefer minimum amount of quality loss; what is the best software for it?\n
    \n
    - Doesn’t matter if conversion take some time if the quality would be decent.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1691602662 {#2384
    date: 2023-08-09 19:37:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2383 …}
  +votes: Doctrine\ORM\PersistentCollection {#1906 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1410 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1907 …}
  +badges: Doctrine\ORM\PersistentCollection {#1407 …}
  +children: []
  -id: 7155
  -titleTs: "'convert':3 'flac':2 'recommend':1"
  -bodyTs: "'320kbps':56 'amount':77 'best':84 'collect':4 'convers':92 'convert':67 'decent':39,101 'decid':65 'doesn':88 'download':27 'file':21,70 'find':38 'flac':8,20,44,69 'format':9 'get':22 'high':42,61 'internet':51 'like':55 'look':54 'loss':80 'matter':90 'minimum':76 'mp3':32,72 'much':24,35 'music':6 'phone':19 'playlist':30 'plenti':47 'prefer':75 'qualiti':43,62,79,98 'real':41 'realli':60 'softwar':85 'song':49 'space':25 'store':15 'take':33,93 'time':36,95 'want':13 'would':99"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1691531185
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/1741476"
  +editedAt: null
  +createdAt: DateTimeImmutable @1691508685 {#2378
    date: 2023-08-08 17:31:25.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
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 {#2369
  +user: Proxies\__CG__\App\Entity\User {#2387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2392 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "My-gf-was-raped-and-became-pregnant-I-broke-up"
  +title: "My gf was raped and became pregnant. I broke up with her because she wanted to keep the baby + Updates"
  +url: null
  +body: """
    *This is a repost. I am not the original author (see disclaimer at the bottom).*\n
    \n
    **Reminder : I am not the OP**\n
    ==============================\n
    \n
    [Original](https://www.reddit.com/r/relationship_advice/comments/bkft0r/my_gf_was_raped_and_became_pregnant_i_broke_up/) by [u/throwawaymyl1fepls](/u/throwawaymyl1fepls)\n
    \n
    Really, really shit situation.\n
    \n
    2 months ago, my GF was raped. It was done in a park. She didn’t want to report it and went into a full breakdown, wouldn’t speak to police, go to hospital etc. I couldn’t force her, so I just stayed with her.\n
    \n
    She was, obviously, in a really shit state since, and I’ve been with her, by her side, listening to her, helping her. We went to therapy, and she knows I’m there for her. She has a history of depression, and I’ve been really worried.\n
    \n
    Last week, we found out she was pregnant. I was abroad for 2 months before the rape on work, and can back early to care for her. So the baby definitely isn’t mine. She is 100% sure it’s the rapist’s.\n
    \n
    So we had a discussion. She is a devout Catholic. We initially decided on a abortion, but after she speak to her Mother, she has decided to keep the baby, saying that isn’t the baby’s fault.\n
    \n
    I flat out told her that I would not help raise a baby of a guy who raped her. She cried and begged me not to leave. I told she is the one making the choice - either she keeps the baby and I leave, or she aborts the baby and I stay. I would not let this go.\n
    \n
    She didn’t want either of those things to happen, so I told her we were done…\n
    \n
    I feel shit. Was i wrong?\n
    \n
    [Update 1](https://www.reddit.com/r/relationship_advice/comments/blird0/update_my_gf_was_raped_and_became_pregnant_i/)\n
    \n
    \u{200B}\n
    \n
    I’ll post the update first, since there has been some change since I last posted. Then I’ll respond to some general points made from the last thread, and the ton of PMs I received.\n
    \n
    Yesterday, I received a call from my GF. She was crying, and she begged me to listen to her. I told her that I still care for her, and that I’ll obviously listen to what she has to say.\n
    \n
    She told me that a few days after I told her we were done, she called up her Mother to talk about this. Apparently, what happened before was that she was pretty much decided on aborting, but then when she spoke to her Mother, her mother told her that under no accounts should she abort, and that I was actually manipulating her to do so. Her Mother went on to say that if she aborted the child, she would no longer consider my gf as her daughter.\n
    \n
    After I left her, my gf called her Mum up to talk about what went on. My GF said that she desperately wanted to abort the baby, and her Mother again said that if she does so, this is the last time they will ever speak again. My GF said she broke down on the phone, and her Mother kept asking her what she will do. The conversation then ended when my GF said she didn’t know.\n
    \n
    Then she started texting. After a few hours of thinking, my GF sent her mum a text saying she was going to abort. She was then blocked.\n
    \n
    My GF then called me, and told me everything.\n
    \n
    She will be having an abortion in 3 weeks.\n
    \n
    I discussed this with my GF, and we both completely agreed that I had not manipulated her in any way, and that she appreciated that I put my foot down, because had I not, she would have had a baby who would remind her of the worst time of her life. (Her words, not mine)\n
    \n
    She further went on to say that I am the best thing that has ever happened to her, and that she knew that even if she no longer had a Mum, if she had me, she could get through this. I broke down at this point.\n
    \n
    I love her so much. In truth, I probably would have gone back to her and raised the baby with her, even though I knew I’d resent it. I made the original thread to get some backing rather than anything, to see if I had made the right decision.\n
    \n
    I’m so relieved things had turned out the way they have.\n
    \n
    Also, screw any Mother who places religion over their own child. Friggin lunatics.\n
    \n
    Now to respond to some of your points from the last thread:\n
    \n
    1: No. My GF did not cheat on me. I am almost certain about this. Not only because she had the conscience of a fragile angel, but also because we both know each others’ schedules really well, and we often talk to friends who can corroborate timings. Moreover, her roommate took photos of my GF after she came home assaulted. It’s not “rough sex” as some of you dicks put it.\n
    \n
    2: I don’t give a rat’s arse if you think abortion is a sin or the killing of a baby. Come and raise the baby or give us money to raise the baby or hire us a live in maid to tend to my GFs every need while she pregnant if you’re so sanctimonious. Talk the talk, then walk the walk you wanking tit-baboons.\n
    \n
    3: My GF was absolutely clear she wanted to raise the baby (probably influenced by the Mum).\n
    \n
    4: Thanks for all the people telling me I did the right thing. It was really difficult. I’m very glad it turned out the way it has though.\n
    \n
    5: To the people who PM’d me telling me I’m a monstrous baby killer - I fail to see what my hobbies have to do with this issue.\n
    \n
    Thanks Reddit.\n
    \n
    [Update 2](https://www.reddit.com/r/relationship_advice/comments/boai5u/update2_my_gf_was_raped_and_became_pregnant_i/)\n
    \n
    \u{200B}\n
    \n
    I was hoping to post here again after the abortion (still scheduled for two weeks time), but I thought I should provide an update on some recent events from a Mother from the pits of Satan’s rectum.\n
    \n
    On Saturday, I answered my door and stood face to face with two police officers. They asked me if I was who I was, and I replied I was. They then said they were looking for my GF. I called her over, and the police officer said that he needs to have a word with her.\n
    \n
    The officers then split, one taking the GF to the living room (we let them in) and the other took me into my bedroom.\n
    \n
    The officer who took me started asking me questions about how long GF had been here. If she had any contact with anyone else. If she had left the house at all…and a few other questions. I answered, and then asked what this was about, but the officer just said they received a report to check in on GF. I asked who reported, and the officer said he couldn’t say.\n
    \n
    After a while, the other officer was done, and they both left. The moment they left, my GF told me that she was outrightly asked if she was in danger, and if I had been hurting her. She was also asked if she was being held against her will. She said no to everything, of course. She said that the police received a call from her Mother saying she might be in danger, and that I could be abusive her.\n
    \n
    I was fucking livid. I immediately said I was going to press charges against her - for what? I dunno. Harrassment probably?\n
    \n
    My GF begged me to not, and said that it would all just blow over, and that she just needs time to “calm down”.\n
    \n
    Wtf? She sent police to my house to get me arrested. How is that sane thinking? I could lose my job if I was arrested and charged. What the hell is she thinking?\n
    \n
    I told GF that if the Mother does anything like this again, I will definitely press charges. So the GF decides on Sunday to talk to the Mum to not do anything like this again.\n
    \n
    They had a conversation for about 2 minutes, then I start hearing sobs. Immediately, I walked into the room, saw my GF was crying, still holding the phone against her ear.\n
    \n
    I plucked he phone from her hand, and held her for a bit as I heard “hello?” From the phone. Then I put it on me, and said “you’re a disgrace of a Mother” and hung up.\n
    \n
    Then I held the GF for what felt like an hour before we started talking.\n
    \n
    Apparently, the Mother was telling GF how if she continues with the abortion, she will never see the Mother again, or her brother, or her deceased Father (who is in heaven, even though he died a drink violent alcoholic who beat GF, but hey, repent your sins at death, amiright?) because GF would be going to damnation.\n
    \n
    I told GF that if she was going to hell, then she should save me a seat, and we’d be nice and toasty together. I love her smile.\n
    \n
    What do you think, if anything, should I do about the Mother? No doubt my words to her will have some reactions.\n
    \n
    Response to some people from previous threads and PMs after thread was locked:\n
    \n
    1 - Abortion was never an option. GF was adamant she wanted to raise the baby, influenced by her Mother. And if you suggest adoption anyway, then you truly do not understand just how taxing a normal pregnancy is, let alone one dipped in a beautiful cocktail of rape depression.\n
    \n
    2 - You can believe my GF cheated on me if that makes you feel better about your lives, I suppose. Just FYI, the pictures and roommates report showed she had a bloodied nose, black eyes, cuts and bruises against her arms, hands and knees, torn coat and top, bruises around her neck. Cheating…right…\n
    \n
    Edit: 3 - My GF and I are still going to therapy about all of this.\n
    \n
    [Update 3](https://www.reddit.com/r/relationship_advice/comments/bwxccc/final_update_my_gf_was_raped_and_became_pregnant/)\n
    \n
    \u{200B}\n
    \n
    I just wanted to update folk on this whole saga. This will be my final update.\n
    \n
    A few days ago, the abortion was carried out. During the weeks beforehand, my GF went to a counsellor and talked to a nurse about why she wanted an abortion. She was also tested for any STIs (she’s clear!).\n
    \n
    She went ahead with the abortion after getting the all clear. A few days ago it was successfully carried out.\n
    \n
    They went for the surgical abortion method, which involved using a vacuum to suck the pregnancy out. GF said it was pretty painless, and she was able to return home after just a few hours.\n
    \n
    When she came home, she cried and cried and cried. She says she feels like a huge weight had been lifted, and she can finally look to moving on with her life.\n
    \n
    We took the whole week of work, and yesterday we went camping (it rained). While in the tent, she talked about how difficult life was sometimes, but she was really glad things turned out the way they did, because even though things were bad, she came out the other side, probably stronger than before.\n
    \n
    She’s amazing, man. Seriously.\n
    \n
    Update on the Mum! So my GF received a call from her Mum, who was asking if she went through with the abortion.\n
    \n
    My GF and I have an agreement that if Mum calls, either hang up or give it to me. In this instance, she answered, didn’t know what to say, and gave it to me.\n
    \n
    I told the Mum that the abortion went perfectly, and smiled as she cursed at me for about a minute. I then said “How Jesus of you” at which point she hung up.\n
    \n
    My GF didn’t find it funny…\n
    \n
    Anyway, that’s it.\n
    \n
    Good luck to everyone in their lives.\n
    \n
    Also, if you’re going to message and insult me via PM, just be warned: I’ve killed a baby before.\n
    \n
    *Disclaimer*\n
    \n
    *This is a repost from reddit. I really missed this sub so I decided to post some top articles from time to time until hopefully one day this community will be large enough to produce its own content.*\n
    \n
    Read the original [here](https://www.reddit.com//r/BestofRedditorUpdates/comments/t7alnh/my_gf_was_raped_and_became_pregnant_i_broke_up/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 58
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1690485594 {#2391
    date: 2023-07-27 21:19:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2394 …}
  +votes: Doctrine\ORM\PersistentCollection {#2393 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
  +badges: Doctrine\ORM\PersistentCollection {#1401 …}
  +children: []
  -id: 1468
  -titleTs: "'babi':19 'becam':6 'broke':9 'gf':2 'keep':17 'pregnant':7 'rape':4 'updat':20 'want':15"
  -bodyTs: "'//r/bestofredditorupdates/comments/t7alnh/my_gf_was_raped_and_became_pregnant_i_broke_up/)':2078 '/r/relationship_advice/comments/bkft0r/my_gf_was_raped_and_became_pregnant_i_broke_up/)':25 '/r/relationship_advice/comments/blird0/update_my_gf_was_raped_and_became_pregnant_i/)':292 '/r/relationship_advice/comments/boai5u/update2_my_gf_was_raped_and_became_pregnant_i/)':989 '/r/relationship_advice/comments/bwxccc/final_update_my_gf_was_raped_and_became_pregnant/)':1700 '/u/throwawaymyl1fepls':28 '1':289,767,1578 '100':162 '2':33,138,839,986,1379,1627 '3':577,908,1682,1697 '4':925 '5':954 'abl':1803 'abort':184,253,404,423,443,480,556,575,851,999,1469,1579,1722,1746,1762,1782,1925,1967 'abroad':136 'absolut':912 'abus':1258 'account':420 'actual':428 'adam':1586 'adopt':1601 'ago':35,1720,1771 'agre':589 'agreement':1932 'ahead':1759 'alcohol':1495 'almost':778 'alon':1617 'also':742,794,1219,1749,2012 'amaz':1900 'amiright':1506 'angel':792 'answer':1031,1146,1949 'anyon':1130 'anyth':720,1346,1369,1548 'anyway':1602,2001 'appar':392,1457 'appreci':602 'arm':1667 'around':1676 'arrest':1315,1329 'ars':847 'articl':2052 'ask':516,1044,1114,1149,1169,1204,1220,1918 'assault':826 'author':10 'babi':155,198,204,219,247,255,482,618,698,860,865,873,919,968,1592,2031 'baboon':907 'back':147,692,717 'bad':1887 'beat':1497 'beauti':1622 'bedroom':1107 'beforehand':1729 'beg':229,342,1283 'believ':1630 'best':644 'better':1641 'bit':1416 'black':1660 'block':560 'bloodi':1658 'blow':1294 'bottom':15 'breakdown':58 'broke':507,675 'brother':1479 'bruis':1664,1675 'call':333,384,462,564,1067,1243,1912,1936 'calm':1303 'came':824,1814,1889 'camp':1855 'care':150,354 'carri':1724,1775 'cathol':178 'certain':779 'chang':304 'charg':1272,1331,1354 'cheat':773,1633,1679 'check':1164 'child':445,752 'choic':242 'clear':913,1756,1767 'coat':1672 'cocktail':1623 'come':861 'communiti':2062 'complet':588 'conscienc':788 'consid':450 'contact':1128 'content':2071 'continu':1466 'convers':523,1376 'corrobor':812 'could':670,1256,1322 'couldn':69,1177 'counsellor':1735 'cours':1235 'cri':227,339,1396,1817,1819,1821 'curs':1974 'cut':1662 'd':706,960,1533 'damnat':1513 'danger':1209,1252 'daughter':455 'day':375,1719,1770,2060 'death':1505 'deceas':1482 'decid':181,194,402,1358,2047 'decis':729 'definit':156,1352 'depress':119,1626 'desper':477 'devout':177 'dick':836 'didn':47,266,531,1950,1996 'die':1491 'difficult':941,1866 'dip':1619 'disclaim':12,2033 'discuss':173,580 'disgrac':1435 'done':42,281,382,1187 'door':1033 'doubt':1556 'drink':1493 'dunno':1278 'ear':1403 'earli':148 'edit':1681 'either':243,269,1937 'els':1131 'end':525 'enough':2066 'etc':67 'even':657,701,1488,1883 'event':1017 'ever':500,648 'everi':886 'everyon':2008 'everyth':569,1233 'eye':1661 'face':1036,1038 'fail':971 'father':1483 'fault':206 'feel':283,1640,1825 'felt':1449 'final':1715,1836 'find':1998 'first':298 'flat':208 'folk':1706 'foot':607 'forc':71 'found':129 'fragil':791 'friend':809 'friggin':753 'fuck':1262 'full':57 'funni':2000 'fyi':1648 'gave':1957 'general':315 'get':671,715,1313,1764 'gf':37,336,452,461,473,504,528,545,562,584,770,821,910,1065,1091,1120,1167,1197,1282,1340,1357,1394,1446,1462,1498,1508,1516,1584,1632,1684,1731,1794,1909,1927,1995 'gfs':885 'give':843,867,1941 'glad':945,1874 'go':64,264,554,1269,1511,1521,1689,2016 'gone':691 'good':2005 'guy':222 'hand':1410,1668 'hang':1938 'happen':274,394,649 'harrass':1279 'hear':1384 'heard':1419 'heaven':1487 'held':1225,1412,1444 'hell':1334,1523 'hello':1420 'help':100,216 'hey':1500 'hire':875 'histori':117 'hobbi':976 'hold':1398 'home':825,1806,1815 'hope':992,2058 'hospit':66 'hour':541,1452,1811 'hous':1137,1311 'huge':1828 'hung':1440,1992 'hurt':1215 'immedi':1265,1386 'influenc':921,1593 'initi':180 'instanc':1947 'insult':2020 'involv':1785 'isn':157,201 'issu':982 'jesus':1985 'job':1325 'keep':196,245 'kept':515 'kill':857,2029 'killer':969 'knee':1670 'knew':655,704 'know':108,533,798,1952 'larg':2065 'last':126,307,320,496,765 'leav':233,250 'left':458,1135,1191,1195 'let':262,1097,1616 'life':629,1843,1867 'lift':1832 'like':1347,1370,1450,1826 'listen':97,345,362 'live':878,1094,1644,2011 'livid':1263 'll':294,311,360 'lock':1577 'long':1119 'longer':449,661 'look':1062,1837 'lose':1323 'love':681,1540 'luck':2006 'lunat':754 'm':110,731,943,965 'made':317,710,726 'maid':880 'make':240,1638 'man':1901 'manipul':429,594 'messag':2018 'method':1783 'might':1249 'mine':159,633 'minut':1380,1980 'miss':2042 'moment':1193 'money':869 'monstrous':967 'month':34,139 'moreov':814 'mother':191,387,412,414,435,485,514,745,1020,1246,1344,1438,1459,1475,1554,1596 'move':1839 'much':401,684 'mum':464,548,664,924,1365,1906,1915,1935,1964 'neck':1678 'need':887,1077,1300 'never':1472,1581 'nice':1535 'normal':1613 'nose':1659 'nurs':1740 'obvious':81,361 'offic':1042,1073,1085,1109,1156,1174,1185 'often':806 'one':239,1088,1618,2059 'op':21 'option':1583 'origin':9,22,712,2074 'other':800 'outright':1203 'painless':1799 'park':45 'peopl':930,957,1568 'perfect':1969 'phone':511,1400,1407,1423 'photo':818 'pictur':1650 'pit':1023 'place':747 'pluck':1405 'pm':959,2023 'pms':326,1573 'point':316,679,762,1990 'polic':63,1041,1072,1240,1308 'post':295,308,994,2049 'pregnanc':1614,1792 'pregnant':133,890 'press':1271,1353 'pretti':400,1798 'previous':1570 'probabl':688,920,1280,1894 'produc':2068 'provid':1011 'put':605,837,1426 'question':1116,1144 'rain':1857 'rais':217,696,863,871,917,1590 'rape':39,142,224,1625 'rapist':167 'rat':845 'rather':718 're':893,1433,2015 'reaction':1564 'read':2072 'realli':29,30,84,124,802,940,1873,2041 'receiv':328,331,1160,1241,1910 'recent':1016 'rectum':1027 'reddit':984,2039 'reliev':733 'religion':748 'remind':16,621 'repent':1501 'repli':1054 'report':51,1162,1171,1653 'repost':4,2037 'resent':707 'respond':312,757 'respons':1565 'return':1805 'right':728,936,1680 'room':1095,1391 'roommat':816,1652 'rough':830 'saga':1710 'said':474,487,505,529,1059,1074,1158,1175,1230,1237,1266,1288,1431,1795,1983 'sanctimoni':895 'sane':1319 'satan':1025 'saturday':1029 'save':1527 'saw':1392 'say':199,368,439,551,639,1179,1247,1823,1955 'schedul':801,1001 'screw':743 'seat':1530 'see':11,722,973,1473 'sent':546,1307 'serious':1902 'sex':831 'shit':31,85,284 'show':1654 'side':96,1893 'sin':854,1503 'sinc':87,299,305 'situat':32 'smile':1542,1971 'sob':1385 'sometim':1869 'speak':61,188,501 'split':1087 'spoke':409 'start':536,1113,1383,1455 'state':86 'stay':76,258 'still':353,1000,1397,1688 'stis':1753 'stood':1035 'stronger':1895 'sub':2044 'success':1774 'suck':1790 'suggest':1600 'sunday':1360 'suppos':1646 'sure':163 'surgic':1781 'take':1089 'talk':389,467,807,896,898,1362,1456,1737,1863 'tax':1611 'tell':931,962,1461 'tend':882 'tent':1861 'test':1750 'text':537,550 'thank':926,983 'therapi':105,1691 'thing':272,645,734,937,1875,1885 'think':543,850,1320,1337,1546 'though':702,953,1489,1884 'thought':1008 'thread':321,713,766,1571,1575 'time':497,626,813,1005,1301,2054,2056 'tit':906 'tit-baboon':905 'toasti':1537 'togeth':1538 'told':210,235,277,349,370,378,415,567,1198,1339,1515,1962 'ton':324 'took':817,1103,1111,1845 'top':1674,2051 'torn':1671 'truli':1605 'truth':686 'turn':736,947,1876 'two':1003,1040 'u/throwawaymyl1fepls':27 'understand':1608 'updat':288,297,985,1013,1696,1705,1716,1903 'us':868,876 'use':1786 'vacuum':1788 've':90,122,2028 'via':2022 'violent':1494 'walk':900,902,1388 'wank':904 'want':49,268,478,915,1588,1703,1744 'warn':2026 'way':598,739,950,1879 'week':127,578,1004,1728,1848 'weight':1829 'well':803 'went':54,103,436,470,636,1732,1758,1778,1854,1921,1968 'whole':1709,1847 'word':631,1081,1558 'work':144,1850 'worri':125 'worst':625 'would':214,260,447,614,620,689,1291,1509 'wouldn':59 'wrong':287 'wtf':1305 'www.reddit.com':24,291,988,1699,2077 'www.reddit.com//r/bestofredditorupdates/comments/t7alnh/my_gf_was_raped_and_became_pregnant_i_broke_up/)':2076 'www.reddit.com/r/relationship_advice/comments/bkft0r/my_gf_was_raped_and_became_pregnant_i_broke_up/)':23 'www.reddit.com/r/relationship_advice/comments/blird0/update_my_gf_was_raped_and_became_pregnant_i/)':290 'www.reddit.com/r/relationship_advice/comments/boai5u/update2_my_gf_was_raped_and_became_pregnant_i/)':987 'www.reddit.com/r/relationship_advice/comments/bwxccc/final_update_my_gf_was_raped_and_became_pregnant/)':1698 'yesterday':329,1852"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689949753
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1869746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689863353 {#2389
    date: 2023-07-20 16:29:13.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
95 DENIED edit
App\Entity\Entry {#2369
  +user: Proxies\__CG__\App\Entity\User {#2387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2392 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "My-gf-was-raped-and-became-pregnant-I-broke-up"
  +title: "My gf was raped and became pregnant. I broke up with her because she wanted to keep the baby + Updates"
  +url: null
  +body: """
    *This is a repost. I am not the original author (see disclaimer at the bottom).*\n
    \n
    **Reminder : I am not the OP**\n
    ==============================\n
    \n
    [Original](https://www.reddit.com/r/relationship_advice/comments/bkft0r/my_gf_was_raped_and_became_pregnant_i_broke_up/) by [u/throwawaymyl1fepls](/u/throwawaymyl1fepls)\n
    \n
    Really, really shit situation.\n
    \n
    2 months ago, my GF was raped. It was done in a park. She didn’t want to report it and went into a full breakdown, wouldn’t speak to police, go to hospital etc. I couldn’t force her, so I just stayed with her.\n
    \n
    She was, obviously, in a really shit state since, and I’ve been with her, by her side, listening to her, helping her. We went to therapy, and she knows I’m there for her. She has a history of depression, and I’ve been really worried.\n
    \n
    Last week, we found out she was pregnant. I was abroad for 2 months before the rape on work, and can back early to care for her. So the baby definitely isn’t mine. She is 100% sure it’s the rapist’s.\n
    \n
    So we had a discussion. She is a devout Catholic. We initially decided on a abortion, but after she speak to her Mother, she has decided to keep the baby, saying that isn’t the baby’s fault.\n
    \n
    I flat out told her that I would not help raise a baby of a guy who raped her. She cried and begged me not to leave. I told she is the one making the choice - either she keeps the baby and I leave, or she aborts the baby and I stay. I would not let this go.\n
    \n
    She didn’t want either of those things to happen, so I told her we were done…\n
    \n
    I feel shit. Was i wrong?\n
    \n
    [Update 1](https://www.reddit.com/r/relationship_advice/comments/blird0/update_my_gf_was_raped_and_became_pregnant_i/)\n
    \n
    \u{200B}\n
    \n
    I’ll post the update first, since there has been some change since I last posted. Then I’ll respond to some general points made from the last thread, and the ton of PMs I received.\n
    \n
    Yesterday, I received a call from my GF. She was crying, and she begged me to listen to her. I told her that I still care for her, and that I’ll obviously listen to what she has to say.\n
    \n
    She told me that a few days after I told her we were done, she called up her Mother to talk about this. Apparently, what happened before was that she was pretty much decided on aborting, but then when she spoke to her Mother, her mother told her that under no accounts should she abort, and that I was actually manipulating her to do so. Her Mother went on to say that if she aborted the child, she would no longer consider my gf as her daughter.\n
    \n
    After I left her, my gf called her Mum up to talk about what went on. My GF said that she desperately wanted to abort the baby, and her Mother again said that if she does so, this is the last time they will ever speak again. My GF said she broke down on the phone, and her Mother kept asking her what she will do. The conversation then ended when my GF said she didn’t know.\n
    \n
    Then she started texting. After a few hours of thinking, my GF sent her mum a text saying she was going to abort. She was then blocked.\n
    \n
    My GF then called me, and told me everything.\n
    \n
    She will be having an abortion in 3 weeks.\n
    \n
    I discussed this with my GF, and we both completely agreed that I had not manipulated her in any way, and that she appreciated that I put my foot down, because had I not, she would have had a baby who would remind her of the worst time of her life. (Her words, not mine)\n
    \n
    She further went on to say that I am the best thing that has ever happened to her, and that she knew that even if she no longer had a Mum, if she had me, she could get through this. I broke down at this point.\n
    \n
    I love her so much. In truth, I probably would have gone back to her and raised the baby with her, even though I knew I’d resent it. I made the original thread to get some backing rather than anything, to see if I had made the right decision.\n
    \n
    I’m so relieved things had turned out the way they have.\n
    \n
    Also, screw any Mother who places religion over their own child. Friggin lunatics.\n
    \n
    Now to respond to some of your points from the last thread:\n
    \n
    1: No. My GF did not cheat on me. I am almost certain about this. Not only because she had the conscience of a fragile angel, but also because we both know each others’ schedules really well, and we often talk to friends who can corroborate timings. Moreover, her roommate took photos of my GF after she came home assaulted. It’s not “rough sex” as some of you dicks put it.\n
    \n
    2: I don’t give a rat’s arse if you think abortion is a sin or the killing of a baby. Come and raise the baby or give us money to raise the baby or hire us a live in maid to tend to my GFs every need while she pregnant if you’re so sanctimonious. Talk the talk, then walk the walk you wanking tit-baboons.\n
    \n
    3: My GF was absolutely clear she wanted to raise the baby (probably influenced by the Mum).\n
    \n
    4: Thanks for all the people telling me I did the right thing. It was really difficult. I’m very glad it turned out the way it has though.\n
    \n
    5: To the people who PM’d me telling me I’m a monstrous baby killer - I fail to see what my hobbies have to do with this issue.\n
    \n
    Thanks Reddit.\n
    \n
    [Update 2](https://www.reddit.com/r/relationship_advice/comments/boai5u/update2_my_gf_was_raped_and_became_pregnant_i/)\n
    \n
    \u{200B}\n
    \n
    I was hoping to post here again after the abortion (still scheduled for two weeks time), but I thought I should provide an update on some recent events from a Mother from the pits of Satan’s rectum.\n
    \n
    On Saturday, I answered my door and stood face to face with two police officers. They asked me if I was who I was, and I replied I was. They then said they were looking for my GF. I called her over, and the police officer said that he needs to have a word with her.\n
    \n
    The officers then split, one taking the GF to the living room (we let them in) and the other took me into my bedroom.\n
    \n
    The officer who took me started asking me questions about how long GF had been here. If she had any contact with anyone else. If she had left the house at all…and a few other questions. I answered, and then asked what this was about, but the officer just said they received a report to check in on GF. I asked who reported, and the officer said he couldn’t say.\n
    \n
    After a while, the other officer was done, and they both left. The moment they left, my GF told me that she was outrightly asked if she was in danger, and if I had been hurting her. She was also asked if she was being held against her will. She said no to everything, of course. She said that the police received a call from her Mother saying she might be in danger, and that I could be abusive her.\n
    \n
    I was fucking livid. I immediately said I was going to press charges against her - for what? I dunno. Harrassment probably?\n
    \n
    My GF begged me to not, and said that it would all just blow over, and that she just needs time to “calm down”.\n
    \n
    Wtf? She sent police to my house to get me arrested. How is that sane thinking? I could lose my job if I was arrested and charged. What the hell is she thinking?\n
    \n
    I told GF that if the Mother does anything like this again, I will definitely press charges. So the GF decides on Sunday to talk to the Mum to not do anything like this again.\n
    \n
    They had a conversation for about 2 minutes, then I start hearing sobs. Immediately, I walked into the room, saw my GF was crying, still holding the phone against her ear.\n
    \n
    I plucked he phone from her hand, and held her for a bit as I heard “hello?” From the phone. Then I put it on me, and said “you’re a disgrace of a Mother” and hung up.\n
    \n
    Then I held the GF for what felt like an hour before we started talking.\n
    \n
    Apparently, the Mother was telling GF how if she continues with the abortion, she will never see the Mother again, or her brother, or her deceased Father (who is in heaven, even though he died a drink violent alcoholic who beat GF, but hey, repent your sins at death, amiright?) because GF would be going to damnation.\n
    \n
    I told GF that if she was going to hell, then she should save me a seat, and we’d be nice and toasty together. I love her smile.\n
    \n
    What do you think, if anything, should I do about the Mother? No doubt my words to her will have some reactions.\n
    \n
    Response to some people from previous threads and PMs after thread was locked:\n
    \n
    1 - Abortion was never an option. GF was adamant she wanted to raise the baby, influenced by her Mother. And if you suggest adoption anyway, then you truly do not understand just how taxing a normal pregnancy is, let alone one dipped in a beautiful cocktail of rape depression.\n
    \n
    2 - You can believe my GF cheated on me if that makes you feel better about your lives, I suppose. Just FYI, the pictures and roommates report showed she had a bloodied nose, black eyes, cuts and bruises against her arms, hands and knees, torn coat and top, bruises around her neck. Cheating…right…\n
    \n
    Edit: 3 - My GF and I are still going to therapy about all of this.\n
    \n
    [Update 3](https://www.reddit.com/r/relationship_advice/comments/bwxccc/final_update_my_gf_was_raped_and_became_pregnant/)\n
    \n
    \u{200B}\n
    \n
    I just wanted to update folk on this whole saga. This will be my final update.\n
    \n
    A few days ago, the abortion was carried out. During the weeks beforehand, my GF went to a counsellor and talked to a nurse about why she wanted an abortion. She was also tested for any STIs (she’s clear!).\n
    \n
    She went ahead with the abortion after getting the all clear. A few days ago it was successfully carried out.\n
    \n
    They went for the surgical abortion method, which involved using a vacuum to suck the pregnancy out. GF said it was pretty painless, and she was able to return home after just a few hours.\n
    \n
    When she came home, she cried and cried and cried. She says she feels like a huge weight had been lifted, and she can finally look to moving on with her life.\n
    \n
    We took the whole week of work, and yesterday we went camping (it rained). While in the tent, she talked about how difficult life was sometimes, but she was really glad things turned out the way they did, because even though things were bad, she came out the other side, probably stronger than before.\n
    \n
    She’s amazing, man. Seriously.\n
    \n
    Update on the Mum! So my GF received a call from her Mum, who was asking if she went through with the abortion.\n
    \n
    My GF and I have an agreement that if Mum calls, either hang up or give it to me. In this instance, she answered, didn’t know what to say, and gave it to me.\n
    \n
    I told the Mum that the abortion went perfectly, and smiled as she cursed at me for about a minute. I then said “How Jesus of you” at which point she hung up.\n
    \n
    My GF didn’t find it funny…\n
    \n
    Anyway, that’s it.\n
    \n
    Good luck to everyone in their lives.\n
    \n
    Also, if you’re going to message and insult me via PM, just be warned: I’ve killed a baby before.\n
    \n
    *Disclaimer*\n
    \n
    *This is a repost from reddit. I really missed this sub so I decided to post some top articles from time to time until hopefully one day this community will be large enough to produce its own content.*\n
    \n
    Read the original [here](https://www.reddit.com//r/BestofRedditorUpdates/comments/t7alnh/my_gf_was_raped_and_became_pregnant_i_broke_up/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 58
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1690485594 {#2391
    date: 2023-07-27 21:19:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2394 …}
  +votes: Doctrine\ORM\PersistentCollection {#2393 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
  +badges: Doctrine\ORM\PersistentCollection {#1401 …}
  +children: []
  -id: 1468
  -titleTs: "'babi':19 'becam':6 'broke':9 'gf':2 'keep':17 'pregnant':7 'rape':4 'updat':20 'want':15"
  -bodyTs: "'//r/bestofredditorupdates/comments/t7alnh/my_gf_was_raped_and_became_pregnant_i_broke_up/)':2078 '/r/relationship_advice/comments/bkft0r/my_gf_was_raped_and_became_pregnant_i_broke_up/)':25 '/r/relationship_advice/comments/blird0/update_my_gf_was_raped_and_became_pregnant_i/)':292 '/r/relationship_advice/comments/boai5u/update2_my_gf_was_raped_and_became_pregnant_i/)':989 '/r/relationship_advice/comments/bwxccc/final_update_my_gf_was_raped_and_became_pregnant/)':1700 '/u/throwawaymyl1fepls':28 '1':289,767,1578 '100':162 '2':33,138,839,986,1379,1627 '3':577,908,1682,1697 '4':925 '5':954 'abl':1803 'abort':184,253,404,423,443,480,556,575,851,999,1469,1579,1722,1746,1762,1782,1925,1967 'abroad':136 'absolut':912 'abus':1258 'account':420 'actual':428 'adam':1586 'adopt':1601 'ago':35,1720,1771 'agre':589 'agreement':1932 'ahead':1759 'alcohol':1495 'almost':778 'alon':1617 'also':742,794,1219,1749,2012 'amaz':1900 'amiright':1506 'angel':792 'answer':1031,1146,1949 'anyon':1130 'anyth':720,1346,1369,1548 'anyway':1602,2001 'appar':392,1457 'appreci':602 'arm':1667 'around':1676 'arrest':1315,1329 'ars':847 'articl':2052 'ask':516,1044,1114,1149,1169,1204,1220,1918 'assault':826 'author':10 'babi':155,198,204,219,247,255,482,618,698,860,865,873,919,968,1592,2031 'baboon':907 'back':147,692,717 'bad':1887 'beat':1497 'beauti':1622 'bedroom':1107 'beforehand':1729 'beg':229,342,1283 'believ':1630 'best':644 'better':1641 'bit':1416 'black':1660 'block':560 'bloodi':1658 'blow':1294 'bottom':15 'breakdown':58 'broke':507,675 'brother':1479 'bruis':1664,1675 'call':333,384,462,564,1067,1243,1912,1936 'calm':1303 'came':824,1814,1889 'camp':1855 'care':150,354 'carri':1724,1775 'cathol':178 'certain':779 'chang':304 'charg':1272,1331,1354 'cheat':773,1633,1679 'check':1164 'child':445,752 'choic':242 'clear':913,1756,1767 'coat':1672 'cocktail':1623 'come':861 'communiti':2062 'complet':588 'conscienc':788 'consid':450 'contact':1128 'content':2071 'continu':1466 'convers':523,1376 'corrobor':812 'could':670,1256,1322 'couldn':69,1177 'counsellor':1735 'cours':1235 'cri':227,339,1396,1817,1819,1821 'curs':1974 'cut':1662 'd':706,960,1533 'damnat':1513 'danger':1209,1252 'daughter':455 'day':375,1719,1770,2060 'death':1505 'deceas':1482 'decid':181,194,402,1358,2047 'decis':729 'definit':156,1352 'depress':119,1626 'desper':477 'devout':177 'dick':836 'didn':47,266,531,1950,1996 'die':1491 'difficult':941,1866 'dip':1619 'disclaim':12,2033 'discuss':173,580 'disgrac':1435 'done':42,281,382,1187 'door':1033 'doubt':1556 'drink':1493 'dunno':1278 'ear':1403 'earli':148 'edit':1681 'either':243,269,1937 'els':1131 'end':525 'enough':2066 'etc':67 'even':657,701,1488,1883 'event':1017 'ever':500,648 'everi':886 'everyon':2008 'everyth':569,1233 'eye':1661 'face':1036,1038 'fail':971 'father':1483 'fault':206 'feel':283,1640,1825 'felt':1449 'final':1715,1836 'find':1998 'first':298 'flat':208 'folk':1706 'foot':607 'forc':71 'found':129 'fragil':791 'friend':809 'friggin':753 'fuck':1262 'full':57 'funni':2000 'fyi':1648 'gave':1957 'general':315 'get':671,715,1313,1764 'gf':37,336,452,461,473,504,528,545,562,584,770,821,910,1065,1091,1120,1167,1197,1282,1340,1357,1394,1446,1462,1498,1508,1516,1584,1632,1684,1731,1794,1909,1927,1995 'gfs':885 'give':843,867,1941 'glad':945,1874 'go':64,264,554,1269,1511,1521,1689,2016 'gone':691 'good':2005 'guy':222 'hand':1410,1668 'hang':1938 'happen':274,394,649 'harrass':1279 'hear':1384 'heard':1419 'heaven':1487 'held':1225,1412,1444 'hell':1334,1523 'hello':1420 'help':100,216 'hey':1500 'hire':875 'histori':117 'hobbi':976 'hold':1398 'home':825,1806,1815 'hope':992,2058 'hospit':66 'hour':541,1452,1811 'hous':1137,1311 'huge':1828 'hung':1440,1992 'hurt':1215 'immedi':1265,1386 'influenc':921,1593 'initi':180 'instanc':1947 'insult':2020 'involv':1785 'isn':157,201 'issu':982 'jesus':1985 'job':1325 'keep':196,245 'kept':515 'kill':857,2029 'killer':969 'knee':1670 'knew':655,704 'know':108,533,798,1952 'larg':2065 'last':126,307,320,496,765 'leav':233,250 'left':458,1135,1191,1195 'let':262,1097,1616 'life':629,1843,1867 'lift':1832 'like':1347,1370,1450,1826 'listen':97,345,362 'live':878,1094,1644,2011 'livid':1263 'll':294,311,360 'lock':1577 'long':1119 'longer':449,661 'look':1062,1837 'lose':1323 'love':681,1540 'luck':2006 'lunat':754 'm':110,731,943,965 'made':317,710,726 'maid':880 'make':240,1638 'man':1901 'manipul':429,594 'messag':2018 'method':1783 'might':1249 'mine':159,633 'minut':1380,1980 'miss':2042 'moment':1193 'money':869 'monstrous':967 'month':34,139 'moreov':814 'mother':191,387,412,414,435,485,514,745,1020,1246,1344,1438,1459,1475,1554,1596 'move':1839 'much':401,684 'mum':464,548,664,924,1365,1906,1915,1935,1964 'neck':1678 'need':887,1077,1300 'never':1472,1581 'nice':1535 'normal':1613 'nose':1659 'nurs':1740 'obvious':81,361 'offic':1042,1073,1085,1109,1156,1174,1185 'often':806 'one':239,1088,1618,2059 'op':21 'option':1583 'origin':9,22,712,2074 'other':800 'outright':1203 'painless':1799 'park':45 'peopl':930,957,1568 'perfect':1969 'phone':511,1400,1407,1423 'photo':818 'pictur':1650 'pit':1023 'place':747 'pluck':1405 'pm':959,2023 'pms':326,1573 'point':316,679,762,1990 'polic':63,1041,1072,1240,1308 'post':295,308,994,2049 'pregnanc':1614,1792 'pregnant':133,890 'press':1271,1353 'pretti':400,1798 'previous':1570 'probabl':688,920,1280,1894 'produc':2068 'provid':1011 'put':605,837,1426 'question':1116,1144 'rain':1857 'rais':217,696,863,871,917,1590 'rape':39,142,224,1625 'rapist':167 'rat':845 'rather':718 're':893,1433,2015 'reaction':1564 'read':2072 'realli':29,30,84,124,802,940,1873,2041 'receiv':328,331,1160,1241,1910 'recent':1016 'rectum':1027 'reddit':984,2039 'reliev':733 'religion':748 'remind':16,621 'repent':1501 'repli':1054 'report':51,1162,1171,1653 'repost':4,2037 'resent':707 'respond':312,757 'respons':1565 'return':1805 'right':728,936,1680 'room':1095,1391 'roommat':816,1652 'rough':830 'saga':1710 'said':474,487,505,529,1059,1074,1158,1175,1230,1237,1266,1288,1431,1795,1983 'sanctimoni':895 'sane':1319 'satan':1025 'saturday':1029 'save':1527 'saw':1392 'say':199,368,439,551,639,1179,1247,1823,1955 'schedul':801,1001 'screw':743 'seat':1530 'see':11,722,973,1473 'sent':546,1307 'serious':1902 'sex':831 'shit':31,85,284 'show':1654 'side':96,1893 'sin':854,1503 'sinc':87,299,305 'situat':32 'smile':1542,1971 'sob':1385 'sometim':1869 'speak':61,188,501 'split':1087 'spoke':409 'start':536,1113,1383,1455 'state':86 'stay':76,258 'still':353,1000,1397,1688 'stis':1753 'stood':1035 'stronger':1895 'sub':2044 'success':1774 'suck':1790 'suggest':1600 'sunday':1360 'suppos':1646 'sure':163 'surgic':1781 'take':1089 'talk':389,467,807,896,898,1362,1456,1737,1863 'tax':1611 'tell':931,962,1461 'tend':882 'tent':1861 'test':1750 'text':537,550 'thank':926,983 'therapi':105,1691 'thing':272,645,734,937,1875,1885 'think':543,850,1320,1337,1546 'though':702,953,1489,1884 'thought':1008 'thread':321,713,766,1571,1575 'time':497,626,813,1005,1301,2054,2056 'tit':906 'tit-baboon':905 'toasti':1537 'togeth':1538 'told':210,235,277,349,370,378,415,567,1198,1339,1515,1962 'ton':324 'took':817,1103,1111,1845 'top':1674,2051 'torn':1671 'truli':1605 'truth':686 'turn':736,947,1876 'two':1003,1040 'u/throwawaymyl1fepls':27 'understand':1608 'updat':288,297,985,1013,1696,1705,1716,1903 'us':868,876 'use':1786 'vacuum':1788 've':90,122,2028 'via':2022 'violent':1494 'walk':900,902,1388 'wank':904 'want':49,268,478,915,1588,1703,1744 'warn':2026 'way':598,739,950,1879 'week':127,578,1004,1728,1848 'weight':1829 'well':803 'went':54,103,436,470,636,1732,1758,1778,1854,1921,1968 'whole':1709,1847 'word':631,1081,1558 'work':144,1850 'worri':125 'worst':625 'would':214,260,447,614,620,689,1291,1509 'wouldn':59 'wrong':287 'wtf':1305 'www.reddit.com':24,291,988,1699,2077 'www.reddit.com//r/bestofredditorupdates/comments/t7alnh/my_gf_was_raped_and_became_pregnant_i_broke_up/)':2076 'www.reddit.com/r/relationship_advice/comments/bkft0r/my_gf_was_raped_and_became_pregnant_i_broke_up/)':23 'www.reddit.com/r/relationship_advice/comments/blird0/update_my_gf_was_raped_and_became_pregnant_i/)':290 'www.reddit.com/r/relationship_advice/comments/boai5u/update2_my_gf_was_raped_and_became_pregnant_i/)':987 'www.reddit.com/r/relationship_advice/comments/bwxccc/final_update_my_gf_was_raped_and_became_pregnant/)':1698 'yesterday':329,1852"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689949753
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1869746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689863353 {#2389
    date: 2023-07-20 16:29:13.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
96 DENIED moderate
App\Entity\Entry {#2369
  +user: Proxies\__CG__\App\Entity\User {#2387 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2392 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "My-gf-was-raped-and-became-pregnant-I-broke-up"
  +title: "My gf was raped and became pregnant. I broke up with her because she wanted to keep the baby + Updates"
  +url: null
  +body: """
    *This is a repost. I am not the original author (see disclaimer at the bottom).*\n
    \n
    **Reminder : I am not the OP**\n
    ==============================\n
    \n
    [Original](https://www.reddit.com/r/relationship_advice/comments/bkft0r/my_gf_was_raped_and_became_pregnant_i_broke_up/) by [u/throwawaymyl1fepls](/u/throwawaymyl1fepls)\n
    \n
    Really, really shit situation.\n
    \n
    2 months ago, my GF was raped. It was done in a park. She didn’t want to report it and went into a full breakdown, wouldn’t speak to police, go to hospital etc. I couldn’t force her, so I just stayed with her.\n
    \n
    She was, obviously, in a really shit state since, and I’ve been with her, by her side, listening to her, helping her. We went to therapy, and she knows I’m there for her. She has a history of depression, and I’ve been really worried.\n
    \n
    Last week, we found out she was pregnant. I was abroad for 2 months before the rape on work, and can back early to care for her. So the baby definitely isn’t mine. She is 100% sure it’s the rapist’s.\n
    \n
    So we had a discussion. She is a devout Catholic. We initially decided on a abortion, but after she speak to her Mother, she has decided to keep the baby, saying that isn’t the baby’s fault.\n
    \n
    I flat out told her that I would not help raise a baby of a guy who raped her. She cried and begged me not to leave. I told she is the one making the choice - either she keeps the baby and I leave, or she aborts the baby and I stay. I would not let this go.\n
    \n
    She didn’t want either of those things to happen, so I told her we were done…\n
    \n
    I feel shit. Was i wrong?\n
    \n
    [Update 1](https://www.reddit.com/r/relationship_advice/comments/blird0/update_my_gf_was_raped_and_became_pregnant_i/)\n
    \n
    \u{200B}\n
    \n
    I’ll post the update first, since there has been some change since I last posted. Then I’ll respond to some general points made from the last thread, and the ton of PMs I received.\n
    \n
    Yesterday, I received a call from my GF. She was crying, and she begged me to listen to her. I told her that I still care for her, and that I’ll obviously listen to what she has to say.\n
    \n
    She told me that a few days after I told her we were done, she called up her Mother to talk about this. Apparently, what happened before was that she was pretty much decided on aborting, but then when she spoke to her Mother, her mother told her that under no accounts should she abort, and that I was actually manipulating her to do so. Her Mother went on to say that if she aborted the child, she would no longer consider my gf as her daughter.\n
    \n
    After I left her, my gf called her Mum up to talk about what went on. My GF said that she desperately wanted to abort the baby, and her Mother again said that if she does so, this is the last time they will ever speak again. My GF said she broke down on the phone, and her Mother kept asking her what she will do. The conversation then ended when my GF said she didn’t know.\n
    \n
    Then she started texting. After a few hours of thinking, my GF sent her mum a text saying she was going to abort. She was then blocked.\n
    \n
    My GF then called me, and told me everything.\n
    \n
    She will be having an abortion in 3 weeks.\n
    \n
    I discussed this with my GF, and we both completely agreed that I had not manipulated her in any way, and that she appreciated that I put my foot down, because had I not, she would have had a baby who would remind her of the worst time of her life. (Her words, not mine)\n
    \n
    She further went on to say that I am the best thing that has ever happened to her, and that she knew that even if she no longer had a Mum, if she had me, she could get through this. I broke down at this point.\n
    \n
    I love her so much. In truth, I probably would have gone back to her and raised the baby with her, even though I knew I’d resent it. I made the original thread to get some backing rather than anything, to see if I had made the right decision.\n
    \n
    I’m so relieved things had turned out the way they have.\n
    \n
    Also, screw any Mother who places religion over their own child. Friggin lunatics.\n
    \n
    Now to respond to some of your points from the last thread:\n
    \n
    1: No. My GF did not cheat on me. I am almost certain about this. Not only because she had the conscience of a fragile angel, but also because we both know each others’ schedules really well, and we often talk to friends who can corroborate timings. Moreover, her roommate took photos of my GF after she came home assaulted. It’s not “rough sex” as some of you dicks put it.\n
    \n
    2: I don’t give a rat’s arse if you think abortion is a sin or the killing of a baby. Come and raise the baby or give us money to raise the baby or hire us a live in maid to tend to my GFs every need while she pregnant if you’re so sanctimonious. Talk the talk, then walk the walk you wanking tit-baboons.\n
    \n
    3: My GF was absolutely clear she wanted to raise the baby (probably influenced by the Mum).\n
    \n
    4: Thanks for all the people telling me I did the right thing. It was really difficult. I’m very glad it turned out the way it has though.\n
    \n
    5: To the people who PM’d me telling me I’m a monstrous baby killer - I fail to see what my hobbies have to do with this issue.\n
    \n
    Thanks Reddit.\n
    \n
    [Update 2](https://www.reddit.com/r/relationship_advice/comments/boai5u/update2_my_gf_was_raped_and_became_pregnant_i/)\n
    \n
    \u{200B}\n
    \n
    I was hoping to post here again after the abortion (still scheduled for two weeks time), but I thought I should provide an update on some recent events from a Mother from the pits of Satan’s rectum.\n
    \n
    On Saturday, I answered my door and stood face to face with two police officers. They asked me if I was who I was, and I replied I was. They then said they were looking for my GF. I called her over, and the police officer said that he needs to have a word with her.\n
    \n
    The officers then split, one taking the GF to the living room (we let them in) and the other took me into my bedroom.\n
    \n
    The officer who took me started asking me questions about how long GF had been here. If she had any contact with anyone else. If she had left the house at all…and a few other questions. I answered, and then asked what this was about, but the officer just said they received a report to check in on GF. I asked who reported, and the officer said he couldn’t say.\n
    \n
    After a while, the other officer was done, and they both left. The moment they left, my GF told me that she was outrightly asked if she was in danger, and if I had been hurting her. She was also asked if she was being held against her will. She said no to everything, of course. She said that the police received a call from her Mother saying she might be in danger, and that I could be abusive her.\n
    \n
    I was fucking livid. I immediately said I was going to press charges against her - for what? I dunno. Harrassment probably?\n
    \n
    My GF begged me to not, and said that it would all just blow over, and that she just needs time to “calm down”.\n
    \n
    Wtf? She sent police to my house to get me arrested. How is that sane thinking? I could lose my job if I was arrested and charged. What the hell is she thinking?\n
    \n
    I told GF that if the Mother does anything like this again, I will definitely press charges. So the GF decides on Sunday to talk to the Mum to not do anything like this again.\n
    \n
    They had a conversation for about 2 minutes, then I start hearing sobs. Immediately, I walked into the room, saw my GF was crying, still holding the phone against her ear.\n
    \n
    I plucked he phone from her hand, and held her for a bit as I heard “hello?” From the phone. Then I put it on me, and said “you’re a disgrace of a Mother” and hung up.\n
    \n
    Then I held the GF for what felt like an hour before we started talking.\n
    \n
    Apparently, the Mother was telling GF how if she continues with the abortion, she will never see the Mother again, or her brother, or her deceased Father (who is in heaven, even though he died a drink violent alcoholic who beat GF, but hey, repent your sins at death, amiright?) because GF would be going to damnation.\n
    \n
    I told GF that if she was going to hell, then she should save me a seat, and we’d be nice and toasty together. I love her smile.\n
    \n
    What do you think, if anything, should I do about the Mother? No doubt my words to her will have some reactions.\n
    \n
    Response to some people from previous threads and PMs after thread was locked:\n
    \n
    1 - Abortion was never an option. GF was adamant she wanted to raise the baby, influenced by her Mother. And if you suggest adoption anyway, then you truly do not understand just how taxing a normal pregnancy is, let alone one dipped in a beautiful cocktail of rape depression.\n
    \n
    2 - You can believe my GF cheated on me if that makes you feel better about your lives, I suppose. Just FYI, the pictures and roommates report showed she had a bloodied nose, black eyes, cuts and bruises against her arms, hands and knees, torn coat and top, bruises around her neck. Cheating…right…\n
    \n
    Edit: 3 - My GF and I are still going to therapy about all of this.\n
    \n
    [Update 3](https://www.reddit.com/r/relationship_advice/comments/bwxccc/final_update_my_gf_was_raped_and_became_pregnant/)\n
    \n
    \u{200B}\n
    \n
    I just wanted to update folk on this whole saga. This will be my final update.\n
    \n
    A few days ago, the abortion was carried out. During the weeks beforehand, my GF went to a counsellor and talked to a nurse about why she wanted an abortion. She was also tested for any STIs (she’s clear!).\n
    \n
    She went ahead with the abortion after getting the all clear. A few days ago it was successfully carried out.\n
    \n
    They went for the surgical abortion method, which involved using a vacuum to suck the pregnancy out. GF said it was pretty painless, and she was able to return home after just a few hours.\n
    \n
    When she came home, she cried and cried and cried. She says she feels like a huge weight had been lifted, and she can finally look to moving on with her life.\n
    \n
    We took the whole week of work, and yesterday we went camping (it rained). While in the tent, she talked about how difficult life was sometimes, but she was really glad things turned out the way they did, because even though things were bad, she came out the other side, probably stronger than before.\n
    \n
    She’s amazing, man. Seriously.\n
    \n
    Update on the Mum! So my GF received a call from her Mum, who was asking if she went through with the abortion.\n
    \n
    My GF and I have an agreement that if Mum calls, either hang up or give it to me. In this instance, she answered, didn’t know what to say, and gave it to me.\n
    \n
    I told the Mum that the abortion went perfectly, and smiled as she cursed at me for about a minute. I then said “How Jesus of you” at which point she hung up.\n
    \n
    My GF didn’t find it funny…\n
    \n
    Anyway, that’s it.\n
    \n
    Good luck to everyone in their lives.\n
    \n
    Also, if you’re going to message and insult me via PM, just be warned: I’ve killed a baby before.\n
    \n
    *Disclaimer*\n
    \n
    *This is a repost from reddit. I really missed this sub so I decided to post some top articles from time to time until hopefully one day this community will be large enough to produce its own content.*\n
    \n
    Read the original [here](https://www.reddit.com//r/BestofRedditorUpdates/comments/t7alnh/my_gf_was_raped_and_became_pregnant_i_broke_up/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 58
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1690485594 {#2391
    date: 2023-07-27 21:19:54.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2394 …}
  +votes: Doctrine\ORM\PersistentCollection {#2393 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
  +badges: Doctrine\ORM\PersistentCollection {#1401 …}
  +children: []
  -id: 1468
  -titleTs: "'babi':19 'becam':6 'broke':9 'gf':2 'keep':17 'pregnant':7 'rape':4 'updat':20 'want':15"
  -bodyTs: "'//r/bestofredditorupdates/comments/t7alnh/my_gf_was_raped_and_became_pregnant_i_broke_up/)':2078 '/r/relationship_advice/comments/bkft0r/my_gf_was_raped_and_became_pregnant_i_broke_up/)':25 '/r/relationship_advice/comments/blird0/update_my_gf_was_raped_and_became_pregnant_i/)':292 '/r/relationship_advice/comments/boai5u/update2_my_gf_was_raped_and_became_pregnant_i/)':989 '/r/relationship_advice/comments/bwxccc/final_update_my_gf_was_raped_and_became_pregnant/)':1700 '/u/throwawaymyl1fepls':28 '1':289,767,1578 '100':162 '2':33,138,839,986,1379,1627 '3':577,908,1682,1697 '4':925 '5':954 'abl':1803 'abort':184,253,404,423,443,480,556,575,851,999,1469,1579,1722,1746,1762,1782,1925,1967 'abroad':136 'absolut':912 'abus':1258 'account':420 'actual':428 'adam':1586 'adopt':1601 'ago':35,1720,1771 'agre':589 'agreement':1932 'ahead':1759 'alcohol':1495 'almost':778 'alon':1617 'also':742,794,1219,1749,2012 'amaz':1900 'amiright':1506 'angel':792 'answer':1031,1146,1949 'anyon':1130 'anyth':720,1346,1369,1548 'anyway':1602,2001 'appar':392,1457 'appreci':602 'arm':1667 'around':1676 'arrest':1315,1329 'ars':847 'articl':2052 'ask':516,1044,1114,1149,1169,1204,1220,1918 'assault':826 'author':10 'babi':155,198,204,219,247,255,482,618,698,860,865,873,919,968,1592,2031 'baboon':907 'back':147,692,717 'bad':1887 'beat':1497 'beauti':1622 'bedroom':1107 'beforehand':1729 'beg':229,342,1283 'believ':1630 'best':644 'better':1641 'bit':1416 'black':1660 'block':560 'bloodi':1658 'blow':1294 'bottom':15 'breakdown':58 'broke':507,675 'brother':1479 'bruis':1664,1675 'call':333,384,462,564,1067,1243,1912,1936 'calm':1303 'came':824,1814,1889 'camp':1855 'care':150,354 'carri':1724,1775 'cathol':178 'certain':779 'chang':304 'charg':1272,1331,1354 'cheat':773,1633,1679 'check':1164 'child':445,752 'choic':242 'clear':913,1756,1767 'coat':1672 'cocktail':1623 'come':861 'communiti':2062 'complet':588 'conscienc':788 'consid':450 'contact':1128 'content':2071 'continu':1466 'convers':523,1376 'corrobor':812 'could':670,1256,1322 'couldn':69,1177 'counsellor':1735 'cours':1235 'cri':227,339,1396,1817,1819,1821 'curs':1974 'cut':1662 'd':706,960,1533 'damnat':1513 'danger':1209,1252 'daughter':455 'day':375,1719,1770,2060 'death':1505 'deceas':1482 'decid':181,194,402,1358,2047 'decis':729 'definit':156,1352 'depress':119,1626 'desper':477 'devout':177 'dick':836 'didn':47,266,531,1950,1996 'die':1491 'difficult':941,1866 'dip':1619 'disclaim':12,2033 'discuss':173,580 'disgrac':1435 'done':42,281,382,1187 'door':1033 'doubt':1556 'drink':1493 'dunno':1278 'ear':1403 'earli':148 'edit':1681 'either':243,269,1937 'els':1131 'end':525 'enough':2066 'etc':67 'even':657,701,1488,1883 'event':1017 'ever':500,648 'everi':886 'everyon':2008 'everyth':569,1233 'eye':1661 'face':1036,1038 'fail':971 'father':1483 'fault':206 'feel':283,1640,1825 'felt':1449 'final':1715,1836 'find':1998 'first':298 'flat':208 'folk':1706 'foot':607 'forc':71 'found':129 'fragil':791 'friend':809 'friggin':753 'fuck':1262 'full':57 'funni':2000 'fyi':1648 'gave':1957 'general':315 'get':671,715,1313,1764 'gf':37,336,452,461,473,504,528,545,562,584,770,821,910,1065,1091,1120,1167,1197,1282,1340,1357,1394,1446,1462,1498,1508,1516,1584,1632,1684,1731,1794,1909,1927,1995 'gfs':885 'give':843,867,1941 'glad':945,1874 'go':64,264,554,1269,1511,1521,1689,2016 'gone':691 'good':2005 'guy':222 'hand':1410,1668 'hang':1938 'happen':274,394,649 'harrass':1279 'hear':1384 'heard':1419 'heaven':1487 'held':1225,1412,1444 'hell':1334,1523 'hello':1420 'help':100,216 'hey':1500 'hire':875 'histori':117 'hobbi':976 'hold':1398 'home':825,1806,1815 'hope':992,2058 'hospit':66 'hour':541,1452,1811 'hous':1137,1311 'huge':1828 'hung':1440,1992 'hurt':1215 'immedi':1265,1386 'influenc':921,1593 'initi':180 'instanc':1947 'insult':2020 'involv':1785 'isn':157,201 'issu':982 'jesus':1985 'job':1325 'keep':196,245 'kept':515 'kill':857,2029 'killer':969 'knee':1670 'knew':655,704 'know':108,533,798,1952 'larg':2065 'last':126,307,320,496,765 'leav':233,250 'left':458,1135,1191,1195 'let':262,1097,1616 'life':629,1843,1867 'lift':1832 'like':1347,1370,1450,1826 'listen':97,345,362 'live':878,1094,1644,2011 'livid':1263 'll':294,311,360 'lock':1577 'long':1119 'longer':449,661 'look':1062,1837 'lose':1323 'love':681,1540 'luck':2006 'lunat':754 'm':110,731,943,965 'made':317,710,726 'maid':880 'make':240,1638 'man':1901 'manipul':429,594 'messag':2018 'method':1783 'might':1249 'mine':159,633 'minut':1380,1980 'miss':2042 'moment':1193 'money':869 'monstrous':967 'month':34,139 'moreov':814 'mother':191,387,412,414,435,485,514,745,1020,1246,1344,1438,1459,1475,1554,1596 'move':1839 'much':401,684 'mum':464,548,664,924,1365,1906,1915,1935,1964 'neck':1678 'need':887,1077,1300 'never':1472,1581 'nice':1535 'normal':1613 'nose':1659 'nurs':1740 'obvious':81,361 'offic':1042,1073,1085,1109,1156,1174,1185 'often':806 'one':239,1088,1618,2059 'op':21 'option':1583 'origin':9,22,712,2074 'other':800 'outright':1203 'painless':1799 'park':45 'peopl':930,957,1568 'perfect':1969 'phone':511,1400,1407,1423 'photo':818 'pictur':1650 'pit':1023 'place':747 'pluck':1405 'pm':959,2023 'pms':326,1573 'point':316,679,762,1990 'polic':63,1041,1072,1240,1308 'post':295,308,994,2049 'pregnanc':1614,1792 'pregnant':133,890 'press':1271,1353 'pretti':400,1798 'previous':1570 'probabl':688,920,1280,1894 'produc':2068 'provid':1011 'put':605,837,1426 'question':1116,1144 'rain':1857 'rais':217,696,863,871,917,1590 'rape':39,142,224,1625 'rapist':167 'rat':845 'rather':718 're':893,1433,2015 'reaction':1564 'read':2072 'realli':29,30,84,124,802,940,1873,2041 'receiv':328,331,1160,1241,1910 'recent':1016 'rectum':1027 'reddit':984,2039 'reliev':733 'religion':748 'remind':16,621 'repent':1501 'repli':1054 'report':51,1162,1171,1653 'repost':4,2037 'resent':707 'respond':312,757 'respons':1565 'return':1805 'right':728,936,1680 'room':1095,1391 'roommat':816,1652 'rough':830 'saga':1710 'said':474,487,505,529,1059,1074,1158,1175,1230,1237,1266,1288,1431,1795,1983 'sanctimoni':895 'sane':1319 'satan':1025 'saturday':1029 'save':1527 'saw':1392 'say':199,368,439,551,639,1179,1247,1823,1955 'schedul':801,1001 'screw':743 'seat':1530 'see':11,722,973,1473 'sent':546,1307 'serious':1902 'sex':831 'shit':31,85,284 'show':1654 'side':96,1893 'sin':854,1503 'sinc':87,299,305 'situat':32 'smile':1542,1971 'sob':1385 'sometim':1869 'speak':61,188,501 'split':1087 'spoke':409 'start':536,1113,1383,1455 'state':86 'stay':76,258 'still':353,1000,1397,1688 'stis':1753 'stood':1035 'stronger':1895 'sub':2044 'success':1774 'suck':1790 'suggest':1600 'sunday':1360 'suppos':1646 'sure':163 'surgic':1781 'take':1089 'talk':389,467,807,896,898,1362,1456,1737,1863 'tax':1611 'tell':931,962,1461 'tend':882 'tent':1861 'test':1750 'text':537,550 'thank':926,983 'therapi':105,1691 'thing':272,645,734,937,1875,1885 'think':543,850,1320,1337,1546 'though':702,953,1489,1884 'thought':1008 'thread':321,713,766,1571,1575 'time':497,626,813,1005,1301,2054,2056 'tit':906 'tit-baboon':905 'toasti':1537 'togeth':1538 'told':210,235,277,349,370,378,415,567,1198,1339,1515,1962 'ton':324 'took':817,1103,1111,1845 'top':1674,2051 'torn':1671 'truli':1605 'truth':686 'turn':736,947,1876 'two':1003,1040 'u/throwawaymyl1fepls':27 'understand':1608 'updat':288,297,985,1013,1696,1705,1716,1903 'us':868,876 'use':1786 'vacuum':1788 've':90,122,2028 'via':2022 'violent':1494 'walk':900,902,1388 'wank':904 'want':49,268,478,915,1588,1703,1744 'warn':2026 'way':598,739,950,1879 'week':127,578,1004,1728,1848 'weight':1829 'well':803 'went':54,103,436,470,636,1732,1758,1778,1854,1921,1968 'whole':1709,1847 'word':631,1081,1558 'work':144,1850 'worri':125 'worst':625 'would':214,260,447,614,620,689,1291,1509 'wouldn':59 'wrong':287 'wtf':1305 'www.reddit.com':24,291,988,1699,2077 'www.reddit.com//r/bestofredditorupdates/comments/t7alnh/my_gf_was_raped_and_became_pregnant_i_broke_up/)':2076 'www.reddit.com/r/relationship_advice/comments/bkft0r/my_gf_was_raped_and_became_pregnant_i_broke_up/)':23 'www.reddit.com/r/relationship_advice/comments/blird0/update_my_gf_was_raped_and_became_pregnant_i/)':290 'www.reddit.com/r/relationship_advice/comments/boai5u/update2_my_gf_was_raped_and_became_pregnant_i/)':987 'www.reddit.com/r/relationship_advice/comments/bwxccc/final_update_my_gf_was_raped_and_became_pregnant/)':1698 'yesterday':329,1852"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689949753
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1869746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689863353 {#2389
    date: 2023-07-20 16:29:13.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
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 {#1362
  +user: Proxies\__CG__\App\Entity\User {#1403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "My-little-brother-loves-the-dualboot-setup-I-installed-for"
  +title: "My little brother loves the dualboot setup I installed for him. He says "It's like iOS""
  +url: null
  +body: """
    My brother is 12 and just like other people of his age he can’t use a computer properly because he is only familiar with mobile devices and dumbed-down computers\n
    \n
    I recently dual-booted Fedora KDE and Windows 10 on his laptop. Showed him Discovery and told him, “This is the app store. Everything you’ll ever need is here, and if you can’t find something just tell me and I’ll add it there”. I also set up bottles telling him “Your non-steam games are here”. He installed Steam and other apps himself\n
    \n
    I guess he is a better Linux user than Linus Sebastian since he installed Steam without breaking his OS…\n
    \n
    The tech support questions and stuff like “Can you install this for me?” or “Is this a virus?” dropped to zero. He only asks me things like “What was the name of PowerPoint for Linux” once in a while\n
    \n
    After a week I have hardly ever seen my brother use Windows. He says Fedora is “like iOS” and he absolutely loved it\n
    \n
    I use Arch and he keeps telling me “Why are you doing that nerdy terminal stuff just use Fedora”. He also keeps explaining to me why Fedora better than my “nerd OS”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689923590 {#1363
    date: 2023-07-21 09:13:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  +badges: Doctrine\ORM\PersistentCollection {#2033 …}
  +children: []
  -id: 12270
  -titleTs: "'brother':3 'dualboot':6 'instal':9 'io':17 'like':16 'littl':2 'love':4 'say':13 'setup':7"
  -bodyTs: "'10':42 '12':4 'absolut':179 'add':77 'age':12 'also':81,202 'app':55,99 'arch':184 'ask':143 'better':106,209 'boot':37 'bottl':84 'break':117 'brother':2,168 'comput':18,32 'devic':27 'discoveri':48 'drop':138 'dual':36 'dual-boot':35 'dumb':30 'dumbed-down':29 'ever':60,165 'everyth':57 'explain':204 'familiar':24 'fedora':38,173,200,208 'find':69 'game':91 'guess':102 'hard':164 'instal':95,114,129 'io':176 'kde':39 'keep':187,203 'laptop':45 'like':7,126,146,175 'linus':110 'linux':107,154 'll':59,76 'love':180 'mobil':26 'name':150 'need':61 'nerd':212 'nerdi':195 'non':89 'non-steam':88 'os':119,213 'peopl':9 'powerpoint':152 'proper':19 'question':123 'recent':34 'say':172 'sebastian':111 'seen':166 'set':82 'show':46 'sinc':112 'someth':70 'steam':90,96,115 'store':56 'stuff':125,197 'support':122 'tech':121 'tell':72,85,188 'termin':196 'thing':145 'told':50 'use':16,169,183,199 'user':108 'virus':137 'week':161 'window':41,170 'without':116 'zero':140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689908152
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1853794"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689853152 {#1361
    date: 2023-07-20 13:39:12.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
99 DENIED edit
App\Entity\Entry {#1362
  +user: Proxies\__CG__\App\Entity\User {#1403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "My-little-brother-loves-the-dualboot-setup-I-installed-for"
  +title: "My little brother loves the dualboot setup I installed for him. He says "It's like iOS""
  +url: null
  +body: """
    My brother is 12 and just like other people of his age he can’t use a computer properly because he is only familiar with mobile devices and dumbed-down computers\n
    \n
    I recently dual-booted Fedora KDE and Windows 10 on his laptop. Showed him Discovery and told him, “This is the app store. Everything you’ll ever need is here, and if you can’t find something just tell me and I’ll add it there”. I also set up bottles telling him “Your non-steam games are here”. He installed Steam and other apps himself\n
    \n
    I guess he is a better Linux user than Linus Sebastian since he installed Steam without breaking his OS…\n
    \n
    The tech support questions and stuff like “Can you install this for me?” or “Is this a virus?” dropped to zero. He only asks me things like “What was the name of PowerPoint for Linux” once in a while\n
    \n
    After a week I have hardly ever seen my brother use Windows. He says Fedora is “like iOS” and he absolutely loved it\n
    \n
    I use Arch and he keeps telling me “Why are you doing that nerdy terminal stuff just use Fedora”. He also keeps explaining to me why Fedora better than my “nerd OS”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689923590 {#1363
    date: 2023-07-21 09:13:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  +badges: Doctrine\ORM\PersistentCollection {#2033 …}
  +children: []
  -id: 12270
  -titleTs: "'brother':3 'dualboot':6 'instal':9 'io':17 'like':16 'littl':2 'love':4 'say':13 'setup':7"
  -bodyTs: "'10':42 '12':4 'absolut':179 'add':77 'age':12 'also':81,202 'app':55,99 'arch':184 'ask':143 'better':106,209 'boot':37 'bottl':84 'break':117 'brother':2,168 'comput':18,32 'devic':27 'discoveri':48 'drop':138 'dual':36 'dual-boot':35 'dumb':30 'dumbed-down':29 'ever':60,165 'everyth':57 'explain':204 'familiar':24 'fedora':38,173,200,208 'find':69 'game':91 'guess':102 'hard':164 'instal':95,114,129 'io':176 'kde':39 'keep':187,203 'laptop':45 'like':7,126,146,175 'linus':110 'linux':107,154 'll':59,76 'love':180 'mobil':26 'name':150 'need':61 'nerd':212 'nerdi':195 'non':89 'non-steam':88 'os':119,213 'peopl':9 'powerpoint':152 'proper':19 'question':123 'recent':34 'say':172 'sebastian':111 'seen':166 'set':82 'show':46 'sinc':112 'someth':70 'steam':90,96,115 'store':56 'stuff':125,197 'support':122 'tech':121 'tell':72,85,188 'termin':196 'thing':145 'told':50 'use':16,169,183,199 'user':108 'virus':137 'week':161 'window':41,170 'without':116 'zero':140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689908152
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1853794"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689853152 {#1361
    date: 2023-07-20 13:39:12.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
100 DENIED moderate
App\Entity\Entry {#1362
  +user: Proxies\__CG__\App\Entity\User {#1403 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1960 …}
  +image: null
  +domain: App\Entity\Domain {#278 …}
  +slug: "My-little-brother-loves-the-dualboot-setup-I-installed-for"
  +title: "My little brother loves the dualboot setup I installed for him. He says "It's like iOS""
  +url: null
  +body: """
    My brother is 12 and just like other people of his age he can’t use a computer properly because he is only familiar with mobile devices and dumbed-down computers\n
    \n
    I recently dual-booted Fedora KDE and Windows 10 on his laptop. Showed him Discovery and told him, “This is the app store. Everything you’ll ever need is here, and if you can’t find something just tell me and I’ll add it there”. I also set up bottles telling him “Your non-steam games are here”. He installed Steam and other apps himself\n
    \n
    I guess he is a better Linux user than Linus Sebastian since he installed Steam without breaking his OS…\n
    \n
    The tech support questions and stuff like “Can you install this for me?” or “Is this a virus?” dropped to zero. He only asks me things like “What was the name of PowerPoint for Linux” once in a while\n
    \n
    After a week I have hardly ever seen my brother use Windows. He says Fedora is “like iOS” and he absolutely loved it\n
    \n
    I use Arch and he keeps telling me “Why are you doing that nerdy terminal stuff just use Fedora”. He also keeps explaining to me why Fedora better than my “nerd OS”
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689923590 {#1363
    date: 2023-07-21 09:13:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  +badges: Doctrine\ORM\PersistentCollection {#2033 …}
  +children: []
  -id: 12270
  -titleTs: "'brother':3 'dualboot':6 'instal':9 'io':17 'like':16 'littl':2 'love':4 'say':13 'setup':7"
  -bodyTs: "'10':42 '12':4 'absolut':179 'add':77 'age':12 'also':81,202 'app':55,99 'arch':184 'ask':143 'better':106,209 'boot':37 'bottl':84 'break':117 'brother':2,168 'comput':18,32 'devic':27 'discoveri':48 'drop':138 'dual':36 'dual-boot':35 'dumb':30 'dumbed-down':29 'ever':60,165 'everyth':57 'explain':204 'familiar':24 'fedora':38,173,200,208 'find':69 'game':91 'guess':102 'hard':164 'instal':95,114,129 'io':176 'kde':39 'keep':187,203 'laptop':45 'like':7,126,146,175 'linus':110 'linux':107,154 'll':59,76 'love':180 'mobil':26 'name':150 'need':61 'nerd':212 'nerdi':195 'non':89 'non-steam':88 'os':119,213 'peopl':9 'powerpoint':152 'proper':19 'question':123 'recent':34 'say':172 'sebastian':111 'seen':166 'set':82 'show':46 'sinc':112 'someth':70 'steam':90,96,115 'store':56 'stuff':125,197 'support':122 'tech':121 'tell':72,85,188 'termin':196 'thing':145 'told':50 'use':16,169,183,199 'user':108 'virus':137 'week':161 'window':41,170 'without':116 'zero':140"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689908152
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/1853794"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689853152 {#1361
    date: 2023-07-20 13:39:12.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