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

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.21 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.04 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 {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Connect-1-0-150-Released"
  +title: "Connect 1.0.150 Released"
  +url: null
  +body: """
    Hi, this update is mostly focused on some performance updates to Image rendering and memory management. I stripped out the old plugin I had doing this and am now handling things a bit more manually. Hopefully this should improve the experience of long scrolling sessions. I did refactor a lot so if you see any bugs here please let me know! Large new additions in this release are URL domain filters, and video zoom. I’m starting work on settings import/export but it’s not ready just yet.\n
    \n
    ### Added\n
    \n
    - Added URL Domain filters\n
    - Added video zoom (double tap, pinch)\n
    - Added a link icon to posts without thumbnails\n
    - Added None as a comment long press action\n
    - Better handling when proxied comment resolve fails\n
    \n
    ### Fixed\n
    \n
    - Fixed voting on posts refreshing the video player\n
    - Fixed some issues with image heights not fitting correctly\n
    - Minor hotfix to change the link icon on posts to be centered and not left aligned\n
    - Improved the list of subscriptions for large lists\n
    - Fixed an issue where images would sometimes not free from memory\n
    - Fixed photo view not expanding\n
    - Fixed a small screen flash on image expand\n
    - improved performance of large images\n
    - All Snackbars now last for 5 seconds\n
    - Fixed markdown not loading in some cases when it should\n
    - URL confirmation prompt now also applies to external links\n
    - Fixed an issue with switching accounts when uing an email to log in\n
    - Fixed an issue with Spoiler tag sometimes not appearing\n
    - shouldInstanceBlockIncludeUsers no longer defaults to on\n
    - Fixed reply swipe gesture\n
    - Improved freeing of memory in some cases for preloaded images\n
    - Fixed comment navigator when showing all comments\n
    - Create comment screen no longer has discard prompt if drafts are enabled\n
    \n
    Thank you everyone for all of the support and suggestions, please keep them coming and we’ll continue to make Connect the best app for browsing Lemmy!\n
    \n
    Links:\n
    ======\n
    \n
    - [Google play](https://play.google.com/store/apps/details?id=com.kuroneko.lemmy_connect)\n
    - [you can support me here](https://www.buymeacoffee.com/kurononeko)\n
    \n
    -kuroneko
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720622633 {#183
    date: 2024-07-10 16:43:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#204 …}
  +votes: Doctrine\ORM\PersistentCollection {#157 …}
  +reports: Doctrine\ORM\PersistentCollection {#1834 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1968 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1884 …}
  +badges: Doctrine\ORM\PersistentCollection {#1408 …}
  +children: []
  -id: 14423
  -titleTs: "'1.0.150':2 'connect':1 'releas':3"
  -bodyTs: "'/kurononeko)':321 '/store/apps/details?id=com.kuroneko.lemmy_connect)':313 '5':199 'account':225 'action':115 'ad':89,90,94,100,108 'addit':64 'align':156 'also':215 'app':304 'appear':241 'appli':216 'best':303 'better':116 'bit':33 'brows':306 'bug':56 'case':207,258 'center':152 'chang':144 'come':294 'comment':112,120,263,268,270 'confirm':212 'connect':301 'continu':298 'correct':140 'creat':269 'default':245 'discard':275 'domain':70,92 'doubl':97 'draft':278 'email':229 'enabl':280 'everyon':283 'expand':180,188 'experi':41 'extern':218 'fail':122 'filter':71,93 'fit':139 'fix':123,124,132,165,176,181,201,220,233,248,262 'flash':185 'focus':6 'free':173,253 'gestur':251 'googl':309 'handl':30,117 'height':137 'hi':1 'hope':36 'hotfix':142 'icon':103,147 'imag':12,136,169,187,193,261 'import/export':81 'improv':39,157,189,252 'issu':134,167,222,235 'keep':292 'know':61 'kuroneko':322 'larg':62,163,192 'last':197 'left':155 'lemmi':307 'let':59 'link':102,146,219,308 'list':159,164 'll':297 'load':204 'log':231 'long':43,113 'longer':244,273 'lot':50 'm':76 'make':300 'manag':16 'manual':35 'markdown':202 'memori':15,175,255 'minor':141 'most':5 'navig':264 'new':63 'none':109 'old':21 'perform':9,190 'photo':177 'pinch':99 'play':310 'play.google.com':312 'play.google.com/store/apps/details?id=com.kuroneko.lemmy_connect)':311 'player':131 'pleas':58,291 'plugin':22 'post':105,127,149 'preload':260 'press':114 'prompt':213,276 'proxi':119 'readi':86 'refactor':48 'refresh':128 'releas':67 'render':13 'repli':249 'resolv':121 'screen':184,271 'scroll':44 'second':200 'see':54 'session':45 'set':80 'shouldinstanceblockincludeus':242 'show':266 'small':183 'snackbar':195 'sometim':171,239 'spoiler':237 'start':77 'strip':18 'subscript':161 'suggest':290 'support':288,316 'swipe':250 'switch':224 'tag':238 'tap':98 'thank':281 'thing':31 'thumbnail':107 'u':227 'updat':3,10 'url':69,91,211 'video':73,95,130 'view':178 'vote':125 'without':106 'work':78 'would':170 'www.buymeacoffee.com':320 'www.buymeacoffee.com/kurononeko)':319 'yet':88 'zoom':74,96"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693275947
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/4132728"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693225947 {#247
    date: 2023-08-28 14:32:27.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 {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Connect-1-0-150-Released"
  +title: "Connect 1.0.150 Released"
  +url: null
  +body: """
    Hi, this update is mostly focused on some performance updates to Image rendering and memory management. I stripped out the old plugin I had doing this and am now handling things a bit more manually. Hopefully this should improve the experience of long scrolling sessions. I did refactor a lot so if you see any bugs here please let me know! Large new additions in this release are URL domain filters, and video zoom. I’m starting work on settings import/export but it’s not ready just yet.\n
    \n
    ### Added\n
    \n
    - Added URL Domain filters\n
    - Added video zoom (double tap, pinch)\n
    - Added a link icon to posts without thumbnails\n
    - Added None as a comment long press action\n
    - Better handling when proxied comment resolve fails\n
    \n
    ### Fixed\n
    \n
    - Fixed voting on posts refreshing the video player\n
    - Fixed some issues with image heights not fitting correctly\n
    - Minor hotfix to change the link icon on posts to be centered and not left aligned\n
    - Improved the list of subscriptions for large lists\n
    - Fixed an issue where images would sometimes not free from memory\n
    - Fixed photo view not expanding\n
    - Fixed a small screen flash on image expand\n
    - improved performance of large images\n
    - All Snackbars now last for 5 seconds\n
    - Fixed markdown not loading in some cases when it should\n
    - URL confirmation prompt now also applies to external links\n
    - Fixed an issue with switching accounts when uing an email to log in\n
    - Fixed an issue with Spoiler tag sometimes not appearing\n
    - shouldInstanceBlockIncludeUsers no longer defaults to on\n
    - Fixed reply swipe gesture\n
    - Improved freeing of memory in some cases for preloaded images\n
    - Fixed comment navigator when showing all comments\n
    - Create comment screen no longer has discard prompt if drafts are enabled\n
    \n
    Thank you everyone for all of the support and suggestions, please keep them coming and we’ll continue to make Connect the best app for browsing Lemmy!\n
    \n
    Links:\n
    ======\n
    \n
    - [Google play](https://play.google.com/store/apps/details?id=com.kuroneko.lemmy_connect)\n
    - [you can support me here](https://www.buymeacoffee.com/kurononeko)\n
    \n
    -kuroneko
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720622633 {#183
    date: 2024-07-10 16:43:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#204 …}
  +votes: Doctrine\ORM\PersistentCollection {#157 …}
  +reports: Doctrine\ORM\PersistentCollection {#1834 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1968 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1884 …}
  +badges: Doctrine\ORM\PersistentCollection {#1408 …}
  +children: []
  -id: 14423
  -titleTs: "'1.0.150':2 'connect':1 'releas':3"
  -bodyTs: "'/kurononeko)':321 '/store/apps/details?id=com.kuroneko.lemmy_connect)':313 '5':199 'account':225 'action':115 'ad':89,90,94,100,108 'addit':64 'align':156 'also':215 'app':304 'appear':241 'appli':216 'best':303 'better':116 'bit':33 'brows':306 'bug':56 'case':207,258 'center':152 'chang':144 'come':294 'comment':112,120,263,268,270 'confirm':212 'connect':301 'continu':298 'correct':140 'creat':269 'default':245 'discard':275 'domain':70,92 'doubl':97 'draft':278 'email':229 'enabl':280 'everyon':283 'expand':180,188 'experi':41 'extern':218 'fail':122 'filter':71,93 'fit':139 'fix':123,124,132,165,176,181,201,220,233,248,262 'flash':185 'focus':6 'free':173,253 'gestur':251 'googl':309 'handl':30,117 'height':137 'hi':1 'hope':36 'hotfix':142 'icon':103,147 'imag':12,136,169,187,193,261 'import/export':81 'improv':39,157,189,252 'issu':134,167,222,235 'keep':292 'know':61 'kuroneko':322 'larg':62,163,192 'last':197 'left':155 'lemmi':307 'let':59 'link':102,146,219,308 'list':159,164 'll':297 'load':204 'log':231 'long':43,113 'longer':244,273 'lot':50 'm':76 'make':300 'manag':16 'manual':35 'markdown':202 'memori':15,175,255 'minor':141 'most':5 'navig':264 'new':63 'none':109 'old':21 'perform':9,190 'photo':177 'pinch':99 'play':310 'play.google.com':312 'play.google.com/store/apps/details?id=com.kuroneko.lemmy_connect)':311 'player':131 'pleas':58,291 'plugin':22 'post':105,127,149 'preload':260 'press':114 'prompt':213,276 'proxi':119 'readi':86 'refactor':48 'refresh':128 'releas':67 'render':13 'repli':249 'resolv':121 'screen':184,271 'scroll':44 'second':200 'see':54 'session':45 'set':80 'shouldinstanceblockincludeus':242 'show':266 'small':183 'snackbar':195 'sometim':171,239 'spoiler':237 'start':77 'strip':18 'subscript':161 'suggest':290 'support':288,316 'swipe':250 'switch':224 'tag':238 'tap':98 'thank':281 'thing':31 'thumbnail':107 'u':227 'updat':3,10 'url':69,91,211 'video':73,95,130 'view':178 'vote':125 'without':106 'work':78 'would':170 'www.buymeacoffee.com':320 'www.buymeacoffee.com/kurononeko)':319 'yet':88 'zoom':74,96"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693275947
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/4132728"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693225947 {#247
    date: 2023-08-28 14:32:27.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 {#238
  +user: Proxies\__CG__\App\Entity\User {#158 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Connect-1-0-150-Released"
  +title: "Connect 1.0.150 Released"
  +url: null
  +body: """
    Hi, this update is mostly focused on some performance updates to Image rendering and memory management. I stripped out the old plugin I had doing this and am now handling things a bit more manually. Hopefully this should improve the experience of long scrolling sessions. I did refactor a lot so if you see any bugs here please let me know! Large new additions in this release are URL domain filters, and video zoom. I’m starting work on settings import/export but it’s not ready just yet.\n
    \n
    ### Added\n
    \n
    - Added URL Domain filters\n
    - Added video zoom (double tap, pinch)\n
    - Added a link icon to posts without thumbnails\n
    - Added None as a comment long press action\n
    - Better handling when proxied comment resolve fails\n
    \n
    ### Fixed\n
    \n
    - Fixed voting on posts refreshing the video player\n
    - Fixed some issues with image heights not fitting correctly\n
    - Minor hotfix to change the link icon on posts to be centered and not left aligned\n
    - Improved the list of subscriptions for large lists\n
    - Fixed an issue where images would sometimes not free from memory\n
    - Fixed photo view not expanding\n
    - Fixed a small screen flash on image expand\n
    - improved performance of large images\n
    - All Snackbars now last for 5 seconds\n
    - Fixed markdown not loading in some cases when it should\n
    - URL confirmation prompt now also applies to external links\n
    - Fixed an issue with switching accounts when uing an email to log in\n
    - Fixed an issue with Spoiler tag sometimes not appearing\n
    - shouldInstanceBlockIncludeUsers no longer defaults to on\n
    - Fixed reply swipe gesture\n
    - Improved freeing of memory in some cases for preloaded images\n
    - Fixed comment navigator when showing all comments\n
    - Create comment screen no longer has discard prompt if drafts are enabled\n
    \n
    Thank you everyone for all of the support and suggestions, please keep them coming and we’ll continue to make Connect the best app for browsing Lemmy!\n
    \n
    Links:\n
    ======\n
    \n
    - [Google play](https://play.google.com/store/apps/details?id=com.kuroneko.lemmy_connect)\n
    - [you can support me here](https://www.buymeacoffee.com/kurononeko)\n
    \n
    -kuroneko
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 8
  +favouriteCount: 8
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1720622633 {#183
    date: 2024-07-10 16:43:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#204 …}
  +votes: Doctrine\ORM\PersistentCollection {#157 …}
  +reports: Doctrine\ORM\PersistentCollection {#1834 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1968 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1884 …}
  +badges: Doctrine\ORM\PersistentCollection {#1408 …}
  +children: []
  -id: 14423
  -titleTs: "'1.0.150':2 'connect':1 'releas':3"
  -bodyTs: "'/kurononeko)':321 '/store/apps/details?id=com.kuroneko.lemmy_connect)':313 '5':199 'account':225 'action':115 'ad':89,90,94,100,108 'addit':64 'align':156 'also':215 'app':304 'appear':241 'appli':216 'best':303 'better':116 'bit':33 'brows':306 'bug':56 'case':207,258 'center':152 'chang':144 'come':294 'comment':112,120,263,268,270 'confirm':212 'connect':301 'continu':298 'correct':140 'creat':269 'default':245 'discard':275 'domain':70,92 'doubl':97 'draft':278 'email':229 'enabl':280 'everyon':283 'expand':180,188 'experi':41 'extern':218 'fail':122 'filter':71,93 'fit':139 'fix':123,124,132,165,176,181,201,220,233,248,262 'flash':185 'focus':6 'free':173,253 'gestur':251 'googl':309 'handl':30,117 'height':137 'hi':1 'hope':36 'hotfix':142 'icon':103,147 'imag':12,136,169,187,193,261 'import/export':81 'improv':39,157,189,252 'issu':134,167,222,235 'keep':292 'know':61 'kuroneko':322 'larg':62,163,192 'last':197 'left':155 'lemmi':307 'let':59 'link':102,146,219,308 'list':159,164 'll':297 'load':204 'log':231 'long':43,113 'longer':244,273 'lot':50 'm':76 'make':300 'manag':16 'manual':35 'markdown':202 'memori':15,175,255 'minor':141 'most':5 'navig':264 'new':63 'none':109 'old':21 'perform':9,190 'photo':177 'pinch':99 'play':310 'play.google.com':312 'play.google.com/store/apps/details?id=com.kuroneko.lemmy_connect)':311 'player':131 'pleas':58,291 'plugin':22 'post':105,127,149 'preload':260 'press':114 'prompt':213,276 'proxi':119 'readi':86 'refactor':48 'refresh':128 'releas':67 'render':13 'repli':249 'resolv':121 'screen':184,271 'scroll':44 'second':200 'see':54 'session':45 'set':80 'shouldinstanceblockincludeus':242 'show':266 'small':183 'snackbar':195 'sometim':171,239 'spoiler':237 'start':77 'strip':18 'subscript':161 'suggest':290 'support':288,316 'swipe':250 'switch':224 'tag':238 'tap':98 'thank':281 'thing':31 'thumbnail':107 'u':227 'updat':3,10 'url':69,91,211 'video':73,95,130 'view':178 'vote':125 'without':106 'work':78 'would':170 'www.buymeacoffee.com':320 'www.buymeacoffee.com/kurononeko)':319 'yet':88 'zoom':74,96"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693275947
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/4132728"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693225947 {#247
    date: 2023-08-28 14:32:27.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 {#1877
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "AITA-for-walking-out-of-the-Airport-when-I-saw"
  +title: "AITA for walking out of the Airport when I saw my husband's mom standing there with her luggage?"
  +url: null
  +body: """
    I am not the original poster. Original post by u/RoadIsland123 in r/AmItheAsshole.\n
    \n
    **Wed, May 11, 2022**\n
    \n
    > I F30 don’t have the best relationship with my husband’s mom. Since day one she tried to make remarks and compare me to her ??. She then tried to get on my good side and started overly praising everything I do and sometimes even copying me like that one time when she LITERALLY dyed her hair purple just like mine and when everyone pointed out how ridiculous she looked, she actually blamed me and accused me of trying to make a joke out of her.\n
    > \n
    > So, Anyways! My husband and I took 2 weeks off work to go visit some places out of the country - tourism in other words. Thing is I was the one who saved up for and arranged for the trip (my husband was responsible for booking the tickets). My husband’s mom wanted to come along and threw temper tantrums when I said no. She called, texted, sent people to talk to me into letting her come, even threatened to call the police and make some complaint up to get us to stay if she can’t come. My husband said we should just take her but I told him he was wrong to tell her about the trip in the first place. He gave me an ultimatum. said he wouldn’t go if she can’t come and I told him I’d gladly call his bluff which made him take his words back and say “FINE! I will tell her to stop it because we won’t take her”.\n
    > \n
    > Things got quieter, suspiciously quieter. the day of the trip came and we got to the airport at 2pm. My husband was walking ahead of me and was looking left and right like he was looking for someone. I asked him but he didn’t respond. He lead me to the waiting area and first thing I saw was his mom standing there with her luggage . I froze in my spot, I felt a cold wave washing over me and I was fuming inside. She and my husband were hugging that’s when I quietly turned around and started walking towards the exit. My husband followed me while shouting at me to stop. he tried to stop me but I told him off the harshest way possible. He tried to say I was overreacting and that his mom was there “anyway” and I should let it go and not mess the trip up for us. I told him he and his mom could still go and that I was going home.\n
    > \n
    > I went home and sobbed into my dog’s fur for several minutes. turned out he booked her a ticket without me knowing. an hour later he came home yelling and raging about how pathetic and spiteful I was to walk out and go home and ruin the trip last minute. I told him he caused this to happen. he said that I was being so hard on his mom it’s ridiculous. I refused to fight any more but he kept on berating me then called my family to tell them that the trip was cancelled and that it was because of me. My family said that I shouldn’t have ruined it for myself and should’ve sucked it up and done my best to enjoy.\n
    > \n
    > Did I really overreact?\n
    \n
    Judgement: Not the A-hole\n
    \n
    **UPDATE AITA for walking out of the Airport when I saw my husband’s mom standing there with her luggage?**\n
    \n
    **Mon, May 16, 2022**\n
    \n
    > Hello!.\n
    > \n
    > I don’t know where to begin…it’s been an absolute nightmare recently. And I feel like I was losing my sanity.\n
    > \n
    > So for more details about my situation. I have to admit that my husband’s mom favors him over all his siblings. this affected his relationship with them and me as well. He’s never seen an issue with how differently his mom treats him, it bothered me and made me feel uncomfortable. The whole dynamic made me feel uncomfortable. Going Low contact has never even been an option. Like he has to see her or call her everyday.\n
    > \n
    > Most of his siblings don’t talk to him and I 100% believe it’s because of his mom’s favoritism like I said. He does bare some blame for not seeing how wrong this is till this day.\n
    > \n
    > In many instances I found myself making excuses for his behavior. Even in my post. I did it spontaneously and I don’t know why. But I guess it’s because of how much I love him and because I really really wanted to be able to work things this type of things out without letting them affect our marriage.\n
    > \n
    > Regarding what happened with the trip, He tried to have a talk with me and most of what he said came from place of blame, Blame towards me. I just couldn’t continue with this argument. I told him I needed space and that I would be going to stay with my sister for a while. He didn’t take it well, he literally got up from the couch and opened the door telling me to go right then. In that moment and seeing how he was still not even anywhere near understanding what he has done just… made things perfectly clear to me. I just had pictured years and years of my life being lived like that and I was like no…I can’t do it, Can’t take anymore of it especially when he keeps focusing on being right every time. His mom can do no wrong. I’m always the aggressive, crazy, jealous, pathetic, overreactor.\n
    > \n
    > All these people’s opinions, advice and concerns were like a spark…like the wake up call I really needed. Though I wish that it didn’t get this far but what’s done is done.\n
    > \n
    > Right now I’m staying with my sister (I brought my dog with me as well) He sent me his last message telling I’m the one choosing to end what we had together but I believe it’s the other way around, especially with how he keeps making his mom the victim in this situation. It’s become clear now that we keep going in circles with no end in reach and I’m just so exhausted and overwhelmed. I’m not mad at him and don’t expect him to change but… at least I’m given options to decide what’s best for me and my future even if it’s separation and divorce.\n
    > \n
    > A big thank you to those who reached out with resources that I feel very very lucky to have come across. Just wanted to give you an update since many of you asked for it.\n
    \n
    I am not OOP\n
    \n
    [Source](https://reddit.com/r/BestofRedditorUpdates/comments/15r3n8y/aita_for_walking_out_of_the_airport_when_i_saw_my/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698071438 {#1866
    date: 2023-10-23 16:30:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1876 …}
  +votes: Doctrine\ORM\PersistentCollection {#1878 …}
  +reports: Doctrine\ORM\PersistentCollection {#1899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1895 …}
  +badges: Doctrine\ORM\PersistentCollection {#1897 …}
  +children: []
  -id: 1977
  -titleTs: "'airport':7 'aita':1 'husband':12 'luggag':19 'mom':14 'saw':10 'stand':15 'walk':3"
  -bodyTs: "'/r/bestofredditorupdates/comments/15r3n8y/aita_for_walking_out_of_the_airport_when_i_saw_my/)':1162 '100':720 '11':15 '16':604 '2':110 '2022':16,605 '2pm':291 'a-hol':579 'abl':793 'absolut':618 'accus':92 'across':1140 'actual':88 'admit':640 'advic':972 'affect':653,805 'aggress':962 'ahead':296 'airport':289,589 'aita':583 'along':157 'alway':960 'anymor':939 'anyway':104,413 'anywher':898 'area':325 'argument':843 'around':369,1045 'arrang':138 'ask':312,1152 'back':256 'bare':735 'becom':1061 'begin':613 'behavior':758 'believ':721,1039 'berat':527 'best':23,569,1107 'big':1121 'blame':89,737,832,833 'bluff':249 'book':147,460 'bother':676 'brought':1012 'call':167,182,247,530,706,983 'came':283,471,828 'cancel':540 'caus':499 'chang':1095 'choos':1030 'circl':1069 'clear':909,1062 'cold':347 'come':156,178,199,239,1139 'compar':39 'complaint':188 'concern':974 'contact':692 'continu':840 'copi':62 'couch':876 'could':435 'couldn':838 'countri':122 'crazi':963 'd':245 'day':31,279,747 'decid':1104 'detail':633 'didn':316,865,992 'differ':670 'divorc':1119 'dog':451,1014 'done':567,904,1000,1002 'door':880 'dy':71 'dynam':685 'end':1032,1072 'enjoy':571 'especi':942,1046 'even':61,179,695,759,897,1113 'everi':950 'everyday':708 'everyon':80 'everyth':56 'excus':755 'exhaust':1080 'exit':375 'expect':1092 'f30':18 'famili':532,549 'far':996 'favor':646 'favorit':729 'feel':623,681,688,1133 'felt':345 'fight':520 'fine':259 'first':223,327 'focus':946 'follow':378 'found':752 'froze':340 'fume':355 'fur':453 'futur':1112 'gave':226 'get':47,191,994 'give':1144 'given':1101 'glad':246 'go':115,234,419,437,442,487,690,855,884,1067 'good':50 'got':274,286,872 'guess':775 'hair':73 'happen':502,810 'hard':510 'harshest':397 'hello':606 'hole':581 'home':443,446,472,488 'hour':468 'hug':362 'husband':27,106,143,151,201,293,360,377,594,643 'insid':356 'instanc':750 'issu':667 'jealous':964 'joke':99 'judgement':576 'keep':945,1050,1066 'kept':525 'know':466,610,771 'last':493,1023 'later':469 'lead':320 'least':1098 'left':302 'let':176,417,803 'life':921 'like':64,76,305,624,699,730,924,929,976,979 'liter':70,871 'live':923 'look':86,301,308 'lose':627 'love':783 'low':691 'lucki':1136 'luggag':338,601 'm':959,1006,1027,1077,1084,1100 'mad':1086 'made':251,679,686,906 'make':36,97,186,754,1051 'mani':749,1149 'marriag':807 'may':14,603 'mess':422 'messag':1024 'mine':77 'minut':456,494 'mom':29,153,333,410,434,513,596,645,672,727,953,1053 'moment':889 'mon':602 'much':781 'near':899 'need':848,986 'never':664,694 'nightmar':619 'one':32,66,132,1029 'oop':1158 'open':878 'opinion':971 'option':698,1102 'origin':5,7 'over':54 'overreact':406,575 'overreactor':966 'overwhelm':1082 'pathet':478,965 'peopl':170,969 'perfect':908 'pictur':915 'place':118,224,830 'point':81 'polic':184 'possibl':399 'post':8,762 'poster':6 'prais':55 'purpl':74 'quiet':367 'quieter':275,277 'r/amitheasshole':12 'rage':475 'reach':1074,1127 'realli':574,788,789,985 'recent':620 'reddit.com':1161 'reddit.com/r/bestofredditorupdates/comments/15r3n8y/aita_for_walking_out_of_the_airport_when_i_saw_my/)':1160 'refus':518 'regard':808 'relationship':24,655 'remark':37 'resourc':1130 'respond':318 'respons':145 'ridicul':84,516 'right':304,885,949,1003 'ruin':490,556 'said':164,202,230,504,550,732,827 'saniti':629 'save':134 'saw':330,592 'say':258,403 'see':703,740,891 'seen':665 'sent':169,1020 'separ':1117 'sever':455 'shouldn':553 'shout':381 'sibl':651,712 'side':51 'sinc':30,1148 'sister':860,1010 'situat':636,1058 'sob':448 'someon':310 'sometim':60 'sourc':1159 'space':849 'spark':978 'spite':480 'spontan':766 'spot':343 'stand':334,597 'start':53,371 'stay':194,857,1007 'still':436,895 'stop':265,385,389 'suck':563 'suspici':276 'take':206,253,271,867,938 'talk':172,715,819 'tantrum':161 'tell':216,262,534,881,1025 'temper':160 'text':168 'thank':1122 'thing':127,273,328,796,800,907 'though':987 'threaten':180 'threw':159 'ticket':149,463 'till':745 'time':67,951 'togeth':1036 'told':210,242,393,429,496,845 'took':109 'tourism':123 'toward':373,834 'treat':673 'tri':34,45,95,387,401,815 'trip':141,220,282,424,492,538,813 'turn':368,457 'type':798 'u/roadisland123':10 'ultimatum':229 'uncomfort':682,689 'understand':900 'updat':582,1147 'us':192,427 've':562 'victim':1055 'visit':116 'wait':324 'wake':981 'walk':295,372,484,585 'want':154,790,1142 'wash':349 'wave':348 'way':398,1044 'wed':13 'week':111 'well':661,869,1018 'went':445 'whole':684 'wish':989 'without':464,802 'won':269 'word':126,255 'work':113,795 'would':853 'wouldn':232 'wrong':214,742,957 'year':916,918 'yell':473"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693271471
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5726350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693185071 {#1881
    date: 2023-08-28 03:11: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
7 DENIED edit
App\Entity\Entry {#1877
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "AITA-for-walking-out-of-the-Airport-when-I-saw"
  +title: "AITA for walking out of the Airport when I saw my husband's mom standing there with her luggage?"
  +url: null
  +body: """
    I am not the original poster. Original post by u/RoadIsland123 in r/AmItheAsshole.\n
    \n
    **Wed, May 11, 2022**\n
    \n
    > I F30 don’t have the best relationship with my husband’s mom. Since day one she tried to make remarks and compare me to her ??. She then tried to get on my good side and started overly praising everything I do and sometimes even copying me like that one time when she LITERALLY dyed her hair purple just like mine and when everyone pointed out how ridiculous she looked, she actually blamed me and accused me of trying to make a joke out of her.\n
    > \n
    > So, Anyways! My husband and I took 2 weeks off work to go visit some places out of the country - tourism in other words. Thing is I was the one who saved up for and arranged for the trip (my husband was responsible for booking the tickets). My husband’s mom wanted to come along and threw temper tantrums when I said no. She called, texted, sent people to talk to me into letting her come, even threatened to call the police and make some complaint up to get us to stay if she can’t come. My husband said we should just take her but I told him he was wrong to tell her about the trip in the first place. He gave me an ultimatum. said he wouldn’t go if she can’t come and I told him I’d gladly call his bluff which made him take his words back and say “FINE! I will tell her to stop it because we won’t take her”.\n
    > \n
    > Things got quieter, suspiciously quieter. the day of the trip came and we got to the airport at 2pm. My husband was walking ahead of me and was looking left and right like he was looking for someone. I asked him but he didn’t respond. He lead me to the waiting area and first thing I saw was his mom standing there with her luggage . I froze in my spot, I felt a cold wave washing over me and I was fuming inside. She and my husband were hugging that’s when I quietly turned around and started walking towards the exit. My husband followed me while shouting at me to stop. he tried to stop me but I told him off the harshest way possible. He tried to say I was overreacting and that his mom was there “anyway” and I should let it go and not mess the trip up for us. I told him he and his mom could still go and that I was going home.\n
    > \n
    > I went home and sobbed into my dog’s fur for several minutes. turned out he booked her a ticket without me knowing. an hour later he came home yelling and raging about how pathetic and spiteful I was to walk out and go home and ruin the trip last minute. I told him he caused this to happen. he said that I was being so hard on his mom it’s ridiculous. I refused to fight any more but he kept on berating me then called my family to tell them that the trip was cancelled and that it was because of me. My family said that I shouldn’t have ruined it for myself and should’ve sucked it up and done my best to enjoy.\n
    > \n
    > Did I really overreact?\n
    \n
    Judgement: Not the A-hole\n
    \n
    **UPDATE AITA for walking out of the Airport when I saw my husband’s mom standing there with her luggage?**\n
    \n
    **Mon, May 16, 2022**\n
    \n
    > Hello!.\n
    > \n
    > I don’t know where to begin…it’s been an absolute nightmare recently. And I feel like I was losing my sanity.\n
    > \n
    > So for more details about my situation. I have to admit that my husband’s mom favors him over all his siblings. this affected his relationship with them and me as well. He’s never seen an issue with how differently his mom treats him, it bothered me and made me feel uncomfortable. The whole dynamic made me feel uncomfortable. Going Low contact has never even been an option. Like he has to see her or call her everyday.\n
    > \n
    > Most of his siblings don’t talk to him and I 100% believe it’s because of his mom’s favoritism like I said. He does bare some blame for not seeing how wrong this is till this day.\n
    > \n
    > In many instances I found myself making excuses for his behavior. Even in my post. I did it spontaneously and I don’t know why. But I guess it’s because of how much I love him and because I really really wanted to be able to work things this type of things out without letting them affect our marriage.\n
    > \n
    > Regarding what happened with the trip, He tried to have a talk with me and most of what he said came from place of blame, Blame towards me. I just couldn’t continue with this argument. I told him I needed space and that I would be going to stay with my sister for a while. He didn’t take it well, he literally got up from the couch and opened the door telling me to go right then. In that moment and seeing how he was still not even anywhere near understanding what he has done just… made things perfectly clear to me. I just had pictured years and years of my life being lived like that and I was like no…I can’t do it, Can’t take anymore of it especially when he keeps focusing on being right every time. His mom can do no wrong. I’m always the aggressive, crazy, jealous, pathetic, overreactor.\n
    > \n
    > All these people’s opinions, advice and concerns were like a spark…like the wake up call I really needed. Though I wish that it didn’t get this far but what’s done is done.\n
    > \n
    > Right now I’m staying with my sister (I brought my dog with me as well) He sent me his last message telling I’m the one choosing to end what we had together but I believe it’s the other way around, especially with how he keeps making his mom the victim in this situation. It’s become clear now that we keep going in circles with no end in reach and I’m just so exhausted and overwhelmed. I’m not mad at him and don’t expect him to change but… at least I’m given options to decide what’s best for me and my future even if it’s separation and divorce.\n
    > \n
    > A big thank you to those who reached out with resources that I feel very very lucky to have come across. Just wanted to give you an update since many of you asked for it.\n
    \n
    I am not OOP\n
    \n
    [Source](https://reddit.com/r/BestofRedditorUpdates/comments/15r3n8y/aita_for_walking_out_of_the_airport_when_i_saw_my/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698071438 {#1866
    date: 2023-10-23 16:30:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1876 …}
  +votes: Doctrine\ORM\PersistentCollection {#1878 …}
  +reports: Doctrine\ORM\PersistentCollection {#1899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1895 …}
  +badges: Doctrine\ORM\PersistentCollection {#1897 …}
  +children: []
  -id: 1977
  -titleTs: "'airport':7 'aita':1 'husband':12 'luggag':19 'mom':14 'saw':10 'stand':15 'walk':3"
  -bodyTs: "'/r/bestofredditorupdates/comments/15r3n8y/aita_for_walking_out_of_the_airport_when_i_saw_my/)':1162 '100':720 '11':15 '16':604 '2':110 '2022':16,605 '2pm':291 'a-hol':579 'abl':793 'absolut':618 'accus':92 'across':1140 'actual':88 'admit':640 'advic':972 'affect':653,805 'aggress':962 'ahead':296 'airport':289,589 'aita':583 'along':157 'alway':960 'anymor':939 'anyway':104,413 'anywher':898 'area':325 'argument':843 'around':369,1045 'arrang':138 'ask':312,1152 'back':256 'bare':735 'becom':1061 'begin':613 'behavior':758 'believ':721,1039 'berat':527 'best':23,569,1107 'big':1121 'blame':89,737,832,833 'bluff':249 'book':147,460 'bother':676 'brought':1012 'call':167,182,247,530,706,983 'came':283,471,828 'cancel':540 'caus':499 'chang':1095 'choos':1030 'circl':1069 'clear':909,1062 'cold':347 'come':156,178,199,239,1139 'compar':39 'complaint':188 'concern':974 'contact':692 'continu':840 'copi':62 'couch':876 'could':435 'couldn':838 'countri':122 'crazi':963 'd':245 'day':31,279,747 'decid':1104 'detail':633 'didn':316,865,992 'differ':670 'divorc':1119 'dog':451,1014 'done':567,904,1000,1002 'door':880 'dy':71 'dynam':685 'end':1032,1072 'enjoy':571 'especi':942,1046 'even':61,179,695,759,897,1113 'everi':950 'everyday':708 'everyon':80 'everyth':56 'excus':755 'exhaust':1080 'exit':375 'expect':1092 'f30':18 'famili':532,549 'far':996 'favor':646 'favorit':729 'feel':623,681,688,1133 'felt':345 'fight':520 'fine':259 'first':223,327 'focus':946 'follow':378 'found':752 'froze':340 'fume':355 'fur':453 'futur':1112 'gave':226 'get':47,191,994 'give':1144 'given':1101 'glad':246 'go':115,234,419,437,442,487,690,855,884,1067 'good':50 'got':274,286,872 'guess':775 'hair':73 'happen':502,810 'hard':510 'harshest':397 'hello':606 'hole':581 'home':443,446,472,488 'hour':468 'hug':362 'husband':27,106,143,151,201,293,360,377,594,643 'insid':356 'instanc':750 'issu':667 'jealous':964 'joke':99 'judgement':576 'keep':945,1050,1066 'kept':525 'know':466,610,771 'last':493,1023 'later':469 'lead':320 'least':1098 'left':302 'let':176,417,803 'life':921 'like':64,76,305,624,699,730,924,929,976,979 'liter':70,871 'live':923 'look':86,301,308 'lose':627 'love':783 'low':691 'lucki':1136 'luggag':338,601 'm':959,1006,1027,1077,1084,1100 'mad':1086 'made':251,679,686,906 'make':36,97,186,754,1051 'mani':749,1149 'marriag':807 'may':14,603 'mess':422 'messag':1024 'mine':77 'minut':456,494 'mom':29,153,333,410,434,513,596,645,672,727,953,1053 'moment':889 'mon':602 'much':781 'near':899 'need':848,986 'never':664,694 'nightmar':619 'one':32,66,132,1029 'oop':1158 'open':878 'opinion':971 'option':698,1102 'origin':5,7 'over':54 'overreact':406,575 'overreactor':966 'overwhelm':1082 'pathet':478,965 'peopl':170,969 'perfect':908 'pictur':915 'place':118,224,830 'point':81 'polic':184 'possibl':399 'post':8,762 'poster':6 'prais':55 'purpl':74 'quiet':367 'quieter':275,277 'r/amitheasshole':12 'rage':475 'reach':1074,1127 'realli':574,788,789,985 'recent':620 'reddit.com':1161 'reddit.com/r/bestofredditorupdates/comments/15r3n8y/aita_for_walking_out_of_the_airport_when_i_saw_my/)':1160 'refus':518 'regard':808 'relationship':24,655 'remark':37 'resourc':1130 'respond':318 'respons':145 'ridicul':84,516 'right':304,885,949,1003 'ruin':490,556 'said':164,202,230,504,550,732,827 'saniti':629 'save':134 'saw':330,592 'say':258,403 'see':703,740,891 'seen':665 'sent':169,1020 'separ':1117 'sever':455 'shouldn':553 'shout':381 'sibl':651,712 'side':51 'sinc':30,1148 'sister':860,1010 'situat':636,1058 'sob':448 'someon':310 'sometim':60 'sourc':1159 'space':849 'spark':978 'spite':480 'spontan':766 'spot':343 'stand':334,597 'start':53,371 'stay':194,857,1007 'still':436,895 'stop':265,385,389 'suck':563 'suspici':276 'take':206,253,271,867,938 'talk':172,715,819 'tantrum':161 'tell':216,262,534,881,1025 'temper':160 'text':168 'thank':1122 'thing':127,273,328,796,800,907 'though':987 'threaten':180 'threw':159 'ticket':149,463 'till':745 'time':67,951 'togeth':1036 'told':210,242,393,429,496,845 'took':109 'tourism':123 'toward':373,834 'treat':673 'tri':34,45,95,387,401,815 'trip':141,220,282,424,492,538,813 'turn':368,457 'type':798 'u/roadisland123':10 'ultimatum':229 'uncomfort':682,689 'understand':900 'updat':582,1147 'us':192,427 've':562 'victim':1055 'visit':116 'wait':324 'wake':981 'walk':295,372,484,585 'want':154,790,1142 'wash':349 'wave':348 'way':398,1044 'wed':13 'week':111 'well':661,869,1018 'went':445 'whole':684 'wish':989 'without':464,802 'won':269 'word':126,255 'work':113,795 'would':853 'wouldn':232 'wrong':214,742,957 'year':916,918 'yell':473"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693271471
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5726350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693185071 {#1881
    date: 2023-08-28 03:11: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
8 DENIED moderate
App\Entity\Entry {#1877
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "AITA-for-walking-out-of-the-Airport-when-I-saw"
  +title: "AITA for walking out of the Airport when I saw my husband's mom standing there with her luggage?"
  +url: null
  +body: """
    I am not the original poster. Original post by u/RoadIsland123 in r/AmItheAsshole.\n
    \n
    **Wed, May 11, 2022**\n
    \n
    > I F30 don’t have the best relationship with my husband’s mom. Since day one she tried to make remarks and compare me to her ??. She then tried to get on my good side and started overly praising everything I do and sometimes even copying me like that one time when she LITERALLY dyed her hair purple just like mine and when everyone pointed out how ridiculous she looked, she actually blamed me and accused me of trying to make a joke out of her.\n
    > \n
    > So, Anyways! My husband and I took 2 weeks off work to go visit some places out of the country - tourism in other words. Thing is I was the one who saved up for and arranged for the trip (my husband was responsible for booking the tickets). My husband’s mom wanted to come along and threw temper tantrums when I said no. She called, texted, sent people to talk to me into letting her come, even threatened to call the police and make some complaint up to get us to stay if she can’t come. My husband said we should just take her but I told him he was wrong to tell her about the trip in the first place. He gave me an ultimatum. said he wouldn’t go if she can’t come and I told him I’d gladly call his bluff which made him take his words back and say “FINE! I will tell her to stop it because we won’t take her”.\n
    > \n
    > Things got quieter, suspiciously quieter. the day of the trip came and we got to the airport at 2pm. My husband was walking ahead of me and was looking left and right like he was looking for someone. I asked him but he didn’t respond. He lead me to the waiting area and first thing I saw was his mom standing there with her luggage . I froze in my spot, I felt a cold wave washing over me and I was fuming inside. She and my husband were hugging that’s when I quietly turned around and started walking towards the exit. My husband followed me while shouting at me to stop. he tried to stop me but I told him off the harshest way possible. He tried to say I was overreacting and that his mom was there “anyway” and I should let it go and not mess the trip up for us. I told him he and his mom could still go and that I was going home.\n
    > \n
    > I went home and sobbed into my dog’s fur for several minutes. turned out he booked her a ticket without me knowing. an hour later he came home yelling and raging about how pathetic and spiteful I was to walk out and go home and ruin the trip last minute. I told him he caused this to happen. he said that I was being so hard on his mom it’s ridiculous. I refused to fight any more but he kept on berating me then called my family to tell them that the trip was cancelled and that it was because of me. My family said that I shouldn’t have ruined it for myself and should’ve sucked it up and done my best to enjoy.\n
    > \n
    > Did I really overreact?\n
    \n
    Judgement: Not the A-hole\n
    \n
    **UPDATE AITA for walking out of the Airport when I saw my husband’s mom standing there with her luggage?**\n
    \n
    **Mon, May 16, 2022**\n
    \n
    > Hello!.\n
    > \n
    > I don’t know where to begin…it’s been an absolute nightmare recently. And I feel like I was losing my sanity.\n
    > \n
    > So for more details about my situation. I have to admit that my husband’s mom favors him over all his siblings. this affected his relationship with them and me as well. He’s never seen an issue with how differently his mom treats him, it bothered me and made me feel uncomfortable. The whole dynamic made me feel uncomfortable. Going Low contact has never even been an option. Like he has to see her or call her everyday.\n
    > \n
    > Most of his siblings don’t talk to him and I 100% believe it’s because of his mom’s favoritism like I said. He does bare some blame for not seeing how wrong this is till this day.\n
    > \n
    > In many instances I found myself making excuses for his behavior. Even in my post. I did it spontaneously and I don’t know why. But I guess it’s because of how much I love him and because I really really wanted to be able to work things this type of things out without letting them affect our marriage.\n
    > \n
    > Regarding what happened with the trip, He tried to have a talk with me and most of what he said came from place of blame, Blame towards me. I just couldn’t continue with this argument. I told him I needed space and that I would be going to stay with my sister for a while. He didn’t take it well, he literally got up from the couch and opened the door telling me to go right then. In that moment and seeing how he was still not even anywhere near understanding what he has done just… made things perfectly clear to me. I just had pictured years and years of my life being lived like that and I was like no…I can’t do it, Can’t take anymore of it especially when he keeps focusing on being right every time. His mom can do no wrong. I’m always the aggressive, crazy, jealous, pathetic, overreactor.\n
    > \n
    > All these people’s opinions, advice and concerns were like a spark…like the wake up call I really needed. Though I wish that it didn’t get this far but what’s done is done.\n
    > \n
    > Right now I’m staying with my sister (I brought my dog with me as well) He sent me his last message telling I’m the one choosing to end what we had together but I believe it’s the other way around, especially with how he keeps making his mom the victim in this situation. It’s become clear now that we keep going in circles with no end in reach and I’m just so exhausted and overwhelmed. I’m not mad at him and don’t expect him to change but… at least I’m given options to decide what’s best for me and my future even if it’s separation and divorce.\n
    > \n
    > A big thank you to those who reached out with resources that I feel very very lucky to have come across. Just wanted to give you an update since many of you asked for it.\n
    \n
    I am not OOP\n
    \n
    [Source](https://reddit.com/r/BestofRedditorUpdates/comments/15r3n8y/aita_for_walking_out_of_the_airport_when_i_saw_my/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 7
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698071438 {#1866
    date: 2023-10-23 16:30:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1876 …}
  +votes: Doctrine\ORM\PersistentCollection {#1878 …}
  +reports: Doctrine\ORM\PersistentCollection {#1899 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1894 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1895 …}
  +badges: Doctrine\ORM\PersistentCollection {#1897 …}
  +children: []
  -id: 1977
  -titleTs: "'airport':7 'aita':1 'husband':12 'luggag':19 'mom':14 'saw':10 'stand':15 'walk':3"
  -bodyTs: "'/r/bestofredditorupdates/comments/15r3n8y/aita_for_walking_out_of_the_airport_when_i_saw_my/)':1162 '100':720 '11':15 '16':604 '2':110 '2022':16,605 '2pm':291 'a-hol':579 'abl':793 'absolut':618 'accus':92 'across':1140 'actual':88 'admit':640 'advic':972 'affect':653,805 'aggress':962 'ahead':296 'airport':289,589 'aita':583 'along':157 'alway':960 'anymor':939 'anyway':104,413 'anywher':898 'area':325 'argument':843 'around':369,1045 'arrang':138 'ask':312,1152 'back':256 'bare':735 'becom':1061 'begin':613 'behavior':758 'believ':721,1039 'berat':527 'best':23,569,1107 'big':1121 'blame':89,737,832,833 'bluff':249 'book':147,460 'bother':676 'brought':1012 'call':167,182,247,530,706,983 'came':283,471,828 'cancel':540 'caus':499 'chang':1095 'choos':1030 'circl':1069 'clear':909,1062 'cold':347 'come':156,178,199,239,1139 'compar':39 'complaint':188 'concern':974 'contact':692 'continu':840 'copi':62 'couch':876 'could':435 'couldn':838 'countri':122 'crazi':963 'd':245 'day':31,279,747 'decid':1104 'detail':633 'didn':316,865,992 'differ':670 'divorc':1119 'dog':451,1014 'done':567,904,1000,1002 'door':880 'dy':71 'dynam':685 'end':1032,1072 'enjoy':571 'especi':942,1046 'even':61,179,695,759,897,1113 'everi':950 'everyday':708 'everyon':80 'everyth':56 'excus':755 'exhaust':1080 'exit':375 'expect':1092 'f30':18 'famili':532,549 'far':996 'favor':646 'favorit':729 'feel':623,681,688,1133 'felt':345 'fight':520 'fine':259 'first':223,327 'focus':946 'follow':378 'found':752 'froze':340 'fume':355 'fur':453 'futur':1112 'gave':226 'get':47,191,994 'give':1144 'given':1101 'glad':246 'go':115,234,419,437,442,487,690,855,884,1067 'good':50 'got':274,286,872 'guess':775 'hair':73 'happen':502,810 'hard':510 'harshest':397 'hello':606 'hole':581 'home':443,446,472,488 'hour':468 'hug':362 'husband':27,106,143,151,201,293,360,377,594,643 'insid':356 'instanc':750 'issu':667 'jealous':964 'joke':99 'judgement':576 'keep':945,1050,1066 'kept':525 'know':466,610,771 'last':493,1023 'later':469 'lead':320 'least':1098 'left':302 'let':176,417,803 'life':921 'like':64,76,305,624,699,730,924,929,976,979 'liter':70,871 'live':923 'look':86,301,308 'lose':627 'love':783 'low':691 'lucki':1136 'luggag':338,601 'm':959,1006,1027,1077,1084,1100 'mad':1086 'made':251,679,686,906 'make':36,97,186,754,1051 'mani':749,1149 'marriag':807 'may':14,603 'mess':422 'messag':1024 'mine':77 'minut':456,494 'mom':29,153,333,410,434,513,596,645,672,727,953,1053 'moment':889 'mon':602 'much':781 'near':899 'need':848,986 'never':664,694 'nightmar':619 'one':32,66,132,1029 'oop':1158 'open':878 'opinion':971 'option':698,1102 'origin':5,7 'over':54 'overreact':406,575 'overreactor':966 'overwhelm':1082 'pathet':478,965 'peopl':170,969 'perfect':908 'pictur':915 'place':118,224,830 'point':81 'polic':184 'possibl':399 'post':8,762 'poster':6 'prais':55 'purpl':74 'quiet':367 'quieter':275,277 'r/amitheasshole':12 'rage':475 'reach':1074,1127 'realli':574,788,789,985 'recent':620 'reddit.com':1161 'reddit.com/r/bestofredditorupdates/comments/15r3n8y/aita_for_walking_out_of_the_airport_when_i_saw_my/)':1160 'refus':518 'regard':808 'relationship':24,655 'remark':37 'resourc':1130 'respond':318 'respons':145 'ridicul':84,516 'right':304,885,949,1003 'ruin':490,556 'said':164,202,230,504,550,732,827 'saniti':629 'save':134 'saw':330,592 'say':258,403 'see':703,740,891 'seen':665 'sent':169,1020 'separ':1117 'sever':455 'shouldn':553 'shout':381 'sibl':651,712 'side':51 'sinc':30,1148 'sister':860,1010 'situat':636,1058 'sob':448 'someon':310 'sometim':60 'sourc':1159 'space':849 'spark':978 'spite':480 'spontan':766 'spot':343 'stand':334,597 'start':53,371 'stay':194,857,1007 'still':436,895 'stop':265,385,389 'suck':563 'suspici':276 'take':206,253,271,867,938 'talk':172,715,819 'tantrum':161 'tell':216,262,534,881,1025 'temper':160 'text':168 'thank':1122 'thing':127,273,328,796,800,907 'though':987 'threaten':180 'threw':159 'ticket':149,463 'till':745 'time':67,951 'togeth':1036 'told':210,242,393,429,496,845 'took':109 'tourism':123 'toward':373,834 'treat':673 'tri':34,45,95,387,401,815 'trip':141,220,282,424,492,538,813 'turn':368,457 'type':798 'u/roadisland123':10 'ultimatum':229 'uncomfort':682,689 'understand':900 'updat':582,1147 'us':192,427 've':562 'victim':1055 'visit':116 'wait':324 'wake':981 'walk':295,372,484,585 'want':154,790,1142 'wash':349 'wave':348 'way':398,1044 'wed':13 'week':111 'well':661,869,1018 'went':445 'whole':684 'wish':989 'without':464,802 'won':269 'word':126,255 'work':113,795 'would':853 'wouldn':232 'wrong':214,742,957 'year':916,918 'yell':473"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693271471
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5726350"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693185071 {#1881
    date: 2023-08-28 03:11: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
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 {#1958
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Save-corruption"
  +title: "Save corruption?"
  +url: null
  +body: "When will the patches be stable enough that one would -with a reasonable degree of certainty- no longer expect save corruption anymore in the process? Because I will not, can not, do the first couple hours yet again at this point. I may roll another character when things have settled down and any further twiddling will be mostly cosmetic, but right now, no. BG3 is on hold for me now."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700679653 {#1395
    date: 2023-11-22 20:00:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 20798
  -titleTs: "'corrupt':2 'save':1"
  -bodyTs: "'anoth':45 'anymor':22 'bg3':64 'certainti':16 'charact':46 'corrupt':21 'cosmet':59 'coupl':35 'degre':14 'enough':7 'expect':19 'first':34 'hold':67 'hour':36 'longer':18 'may':43 'most':58 'one':9 'patch':4 'point':41 'process':25 'reason':13 'right':61 'roll':44 'save':20 'settl':50 'stabl':6 'thing':48 'twiddl':55 'would':10 'yet':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693258221
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4024075"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693251721 {#1950
    date: 2023-08-28 21:42:01.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 {#1958
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Save-corruption"
  +title: "Save corruption?"
  +url: null
  +body: "When will the patches be stable enough that one would -with a reasonable degree of certainty- no longer expect save corruption anymore in the process? Because I will not, can not, do the first couple hours yet again at this point. I may roll another character when things have settled down and any further twiddling will be mostly cosmetic, but right now, no. BG3 is on hold for me now."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700679653 {#1395
    date: 2023-11-22 20:00:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 20798
  -titleTs: "'corrupt':2 'save':1"
  -bodyTs: "'anoth':45 'anymor':22 'bg3':64 'certainti':16 'charact':46 'corrupt':21 'cosmet':59 'coupl':35 'degre':14 'enough':7 'expect':19 'first':34 'hold':67 'hour':36 'longer':18 'may':43 'most':58 'one':9 'patch':4 'point':41 'process':25 'reason':13 'right':61 'roll':44 'save':20 'settl':50 'stabl':6 'thing':48 'twiddl':55 'would':10 'yet':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693258221
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4024075"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693251721 {#1950
    date: 2023-08-28 21:42:01.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 {#1958
  +user: Proxies\__CG__\App\Entity\User {#1928 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1944 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Save-corruption"
  +title: "Save corruption?"
  +url: null
  +body: "When will the patches be stable enough that one would -with a reasonable degree of certainty- no longer expect save corruption anymore in the process? Because I will not, can not, do the first couple hours yet again at this point. I may roll another character when things have settled down and any further twiddling will be mostly cosmetic, but right now, no. BG3 is on hold for me now."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700679653 {#1395
    date: 2023-11-22 20:00:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1954 …}
  +votes: Doctrine\ORM\PersistentCollection {#1977 …}
  +reports: Doctrine\ORM\PersistentCollection {#1967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1953 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1962 …}
  +badges: Doctrine\ORM\PersistentCollection {#1970 …}
  +children: []
  -id: 20798
  -titleTs: "'corrupt':2 'save':1"
  -bodyTs: "'anoth':45 'anymor':22 'bg3':64 'certainti':16 'charact':46 'corrupt':21 'cosmet':59 'coupl':35 'degre':14 'enough':7 'expect':19 'first':34 'hold':67 'hour':36 'longer':18 'may':43 'most':58 'one':9 'patch':4 'point':41 'process':25 'reason':13 'right':61 'roll':44 'save':20 'settl':50 'stabl':6 'thing':48 'twiddl':55 'would':10 'yet':37"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693258221
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/4024075"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693251721 {#1950
    date: 2023-08-28 21:42:01.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 {#1961
  +user: Proxies\__CG__\App\Entity\User {#1934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-the-ways-to-play-minecraft-offline-single-player"
  +title: "What are the ways to play minecraft offline (single player)?"
  +url: null
  +body: "Edit: without any account!!!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693404128 {#1973
    date: 2023-08-30 16:02:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1932 …}
  +votes: Doctrine\ORM\PersistentCollection {#1933 …}
  +reports: Doctrine\ORM\PersistentCollection {#1390 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1397 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1387 …}
  +badges: Doctrine\ORM\PersistentCollection {#1380 …}
  +children: []
  -id: 8944
  -titleTs: "'minecraft':7 'offlin':8 'play':6 'player':10 'singl':9 'way':4"
  -bodyTs: "'account':4 'edit':1 'without':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693254750
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/2524766"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693235250 {#1966
    date: 2023-08-28 17:07:30.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 {#1961
  +user: Proxies\__CG__\App\Entity\User {#1934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-the-ways-to-play-minecraft-offline-single-player"
  +title: "What are the ways to play minecraft offline (single player)?"
  +url: null
  +body: "Edit: without any account!!!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693404128 {#1973
    date: 2023-08-30 16:02:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1932 …}
  +votes: Doctrine\ORM\PersistentCollection {#1933 …}
  +reports: Doctrine\ORM\PersistentCollection {#1390 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1397 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1387 …}
  +badges: Doctrine\ORM\PersistentCollection {#1380 …}
  +children: []
  -id: 8944
  -titleTs: "'minecraft':7 'offlin':8 'play':6 'player':10 'singl':9 'way':4"
  -bodyTs: "'account':4 'edit':1 'without':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693254750
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/2524766"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693235250 {#1966
    date: 2023-08-28 17:07:30.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 {#1961
  +user: Proxies\__CG__\App\Entity\User {#1934 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-are-the-ways-to-play-minecraft-offline-single-player"
  +title: "What are the ways to play minecraft offline (single player)?"
  +url: null
  +body: "Edit: without any account!!!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 3
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693404128 {#1973
    date: 2023-08-30 16:02:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1932 …}
  +votes: Doctrine\ORM\PersistentCollection {#1933 …}
  +reports: Doctrine\ORM\PersistentCollection {#1390 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1397 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1387 …}
  +badges: Doctrine\ORM\PersistentCollection {#1380 …}
  +children: []
  -id: 8944
  -titleTs: "'minecraft':7 'offlin':8 'play':6 'player':10 'singl':9 'way':4"
  -bodyTs: "'account':4 'edit':1 'without':2"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693254750
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/2524766"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693235250 {#1966
    date: 2023-08-28 17:07:30.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 {#1392
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "AITA-for-taking-my-agoraphobic-son-out-of-the-house"
  +title: "AITA for taking my agoraphobic son out of the house?"
  +url: null
  +body: """
    I am not The OOP, OOP is u/No-Idea4550 on Reddit\n
    \n
    AITA for taking my agoraphobic son out of the house?\n
    \n
    Originally posted to r/AmItheAsshole\n
    \n
    TRIGGER WARNING: controlling behavior\n
    \n
    **Original Post June 22, 2023**\n
    \n
    > I have seen some people post some stories here so I decided to make an account and look for an outside perspective:\n
    > \n
    > I(31F) have a son(15M) that I gave birth to at 16. It was a dumb mistake and it gave me a bunch of struggles but I don’t regret it now.\n
    > \n
    > My son is agoraphobc and only gets out of the house to go to school. He has been on summer break for the past week but he didn’t go to school in his last week so he had been insiide for the past about 2 weeks.\n
    > \n
    > I made a habbit that whenever I walk my dog I ask him if he wants to come and he has denied me for the past 2 weeks. He doesn’t come most of the time but usualy does so about once a week.\n
    > \n
    > Today when I was getting ready he came up to me and asked if he could come with us and of course I said yes.\n
    > \n
    > On the other hand, my boyfriend(34M) has a big problem with this for whatever reason.\n
    > \n
    > Sometimes my son get overstimulated and decides that he doesn’t was to go a few minutes into our walk so we just cut it short and today was 1 of these days.\n
    > \n
    > My boyfriend asked why we were back so early and I said that son didn’t feel comfortable so we came back and he flipped out on me, saying that is my fault and that I told him to get out so much that he felt pressed to come with me when he clearly didn’t want to.\n
    > \n
    > I don’t know what to think. I don’t see what I did as wrong, I only asked if he wanted to come with me, never told him to. Did I do something wrong here?\n
    > \n
    > EDIT: for the people asking/telling me to put my son in therapy: he is and has been for the past few months.\n
    \n
    VERDICT: NOT THE ASSHOLE\n
    \n
    RELEVANT COMMENTS\n
    \n
    Travelcat67\n
    \n
    > Info: is your son being treated for his agoraphobia?\n
    \n
    OOP replied\n
    \n
    > Yes, he goes to a terapist about it and I’m also trying to get him more comfortable with coming out of the house by trying to take him with me.\n
    \n
    - \n
    \n
    StAlvis\n
    \n
    > INFO What strategies has your son’s psychologist advised for dealing with this disorder?\n
    \n
    OOP replied\n
    \n
    > I had to ask him to make sure I get everything right bet here you go:\n
    > \n
    > - going on walks and trying to make all of them a bit longer than the last one.\n
    > - breathing exercises to help with his panick attacks and learning how to control them.\n
    > - playing outside/ on the balcony(context: plays guitar and his room has a balcony).\n
    > \n
    > Along a few other things that I don’t know over the top of my head.\n
    \n
    **Update Aug 20, 2023**\n
    \n
    > Hello everyone, I will start off by thanking you for all the comments on my last post, due to some problems in the relationship with my boyfriend I sometimes had a hard time realising when I was in the wrong or when I didn’t do anything bad, as for the case in my previous post.\n
    > \n
    > I broke up with him over a month ago, partially thanks to the comments that made me pay more attention to him and realize how manipulative he was and a heated argument he had with my son while I was walking the dog. I could stand a lot from him and regret how many times I told myself to suck it up when he’d say something to me but always drew the line at my kid. It didn’t happen before but it does not need to happen more than once for him to make a habit out of it so I put it to a stop as I felt like it was the safest way.\n
    > \n
    > Regarding my son, he is doing good now and thanks to his therapist he has been getting better. He got his diagnosis in January and this Thursday he broke his record for our longest walk since, almost three hours. He also started getting out without me, thanks to one of his friends whom he met on a game about a year ago who recently moved to our city, I met him and his parents and they seem like amazing people so we did hand out at each other’s houses since.\n
    > \n
    > We do still have a lot to work on but I am happy to say that things are getting much better.\n
    \n
    RELEVANT COMMENTS\n
    \n
    Arcadia7235\n
    \n
    > Do you think it’s a coincidence that your son is now progressing mentally now that the boyfriend is gone?\n
    \n
    OOP replied\n
    \n
    > Personally I think is mostly terapy, as he was progressing even with my boyfriend around but I won’t say is out of the quiestion. I didn’t catch it before and and I asked him(both then and some time later) if he’s sure it was the first time and he said yes.\n
    > \n
    > Now truth is that they had arguments before but not anything very serious as far as I am aware yet the case for this post is a physical fight but I was not allowed to say it in the post due to the subs rules being zero violence and updates are checked by admins before being posted so I was told to remove it.\n
    \n
    THIS IS A REPOST - I AM NOT THE OOP\n
    \n
    Original: [reddit.com/…/aita_for_taking_my_agoraphobic_son_o…](https://reddit.com/r/BestofRedditorUpdates/comments/162fysg/aita_for_taking_my_agoraphobic_son_out_of_the/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693173938 {#1903
    date: 2023-08-28 00:05:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 1974
  -titleTs: "'agoraphob':5 'aita':1 'hous':10 'son':6 'take':3"
  -bodyTs: "'/aita_for_taking_my_agoraphobic_son_o':957 '/r/bestofredditorupdates/comments/162fysg/aita_for_taking_my_agoraphobic_son_out_of_the/)':960 '1':250 '15m':61 '16':68 '2':134,162 '20':515 '2023':33,516 '22':32 '31f':57 '34m':211 'account':49 'admin':935 'advis':428 'ago':581,751 'agoraphob':15 'agoraphobc':92 'agoraphobia':385 'aita':11 'allow':915 'almost':726 'along':497 'also':399,730 'alway':643 'amaz':768 'anyth':563,892 'arcadia7235':804 'argument':604,888 'around':841 'ask':147,192,256,330,439,861 'asking/telling':352 'asshol':373 'attack':476 'attent':592 'aug':514 'awar':900 'back':260,275 'bad':564 'balconi':487,496 'behavior':28 'bet':448 'better':707,801 'big':214 'birth':65 'bit':463 'boyfriend':210,255,543,822,840 'break':109 'breath':469 'broke':574,718 'bunch':79 'came':187,274 'case':568,903 'catch':855 'check':933 'citi':757 'clear':307 'coincid':811 'come':153,167,196,302,335,407 'comfort':271,405 'comment':375,529,586,803 'context':488 'control':27,481 'could':195,617 'cours':201 'cut':244 'd':637 'day':253 'deal':430 'decid':45,227 'deni':157 'diagnosi':711 'didn':116,268,308,560,651,853 'disord':433 'doesn':165,230 'dog':145,615 'drew':644 'due':534,922 'dumb':72 'earli':262 'edit':348 'even':837 'everyon':518 'everyth':446 'exercis':470 'far':896 'fault':286 'feel':270 'felt':299,683 'fight':910 'first':876 'flip':278 'friend':741 'game':747 'gave':64,76 'get':95,184,224,293,402,445,706,732,799 'go':101,118,234,451,452 'goe':390 'gone':824 'good':696 'got':709 'guitar':490 'habbit':139 'habit':670 'hand':208,773 'happen':653,661 'happi':793 'hard':548 'head':512 'heat':603 'hello':517 'help':472 'hour':728 'hous':20,99,411,779 'info':377,420 'insiid':129 'januari':713 'june':31 'kid':649 'know':315,506 'last':123,467,532 'later':868 'learn':478 'like':684,767 'line':646 'longer':464 'longest':723 'look':51 'lot':620,786 'm':398 'made':137,588 'make':47,442,458,668 'mani':626 'manipul':598 'mental':818 'met':744,759 'minut':237 'mistak':73 'month':369,580 'most':831 'move':754 'much':296,800 'need':659 'never':338 'one':468,738 'oop':5,6,386,434,825,954 'origin':21,29,955 'outsid':54,484 'overstimul':225 'panick':475 'parent':763 'partial':582 'past':112,132,161,367 'pay':590 'peopl':38,351,769 'person':827 'perspect':55 'physic':909 'play':483,489 'post':22,30,39,533,572,906,921,938 'press':300 'previous':571 'problem':215,537 'progress':817,836 'psychologist':427 'put':355,676 'quiestion':851 'r/amitheasshole':24 'readi':185 'realis':550 'realiz':596 'reason':220 'recent':753 'record':720 'reddit':10 'reddit.com':956,959 'reddit.com/r/bestofredditorupdates/comments/162fysg/aita_for_taking_my_agoraphobic_son_out_of_the/)':958 'regard':690 'regret':86,624 'relationship':540 'relev':374,802 'remov':944 'repli':387,435,826 'repost':949 'right':447 'room':493 'rule':926 'safest':688 'said':203,265,880 'say':282,638,795,846,917 'school':103,120 'see':322 'seem':766 'seen':36 'serious':894 'short':246 'sinc':725,780 'someth':345,639 'sometim':221,545 'son':16,60,90,223,267,357,380,425,609,692,814 'stalvi':419 'stand':618 'start':521,731 'still':783 'stop':680 'stori':41 'strategi':422 'struggl':81 'sub':925 'suck':632 'summer':108 'sure':443,872 'take':13,415 'terapi':832 'terapist':393 'thank':524,583,699,736 'therapi':359 'therapist':702 'thing':501,797 'think':318,807,829 'three':727 'thursday':716 'time':171,549,627,867,877 'today':180,248 'told':290,339,629,942 'top':509 'travelcat67':376 'treat':382 'tri':400,413,456 'trigger':25 'truth':883 'u/no-idea4550':8 'updat':513,931 'us':198 'usuali':173 'verdict':370 'violenc':929 'walk':143,240,454,613,724 'want':151,310,333 'warn':26 'way':689 'week':113,124,135,163,179 'whatev':219 'whenev':141 'without':734 'won':844 'work':788 'wrong':327,346,556 'year':750 'yes':204,388,881 'yet':901 'zero':928"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693245938
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5712631"
  +editedAt: DateTimeImmutable @1693181019 {#1935
    date: 2023-08-28 02:03:39.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693173938 {#1364
    date: 2023-08-28 00:05: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
19 DENIED edit
App\Entity\Entry {#1392
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "AITA-for-taking-my-agoraphobic-son-out-of-the-house"
  +title: "AITA for taking my agoraphobic son out of the house?"
  +url: null
  +body: """
    I am not The OOP, OOP is u/No-Idea4550 on Reddit\n
    \n
    AITA for taking my agoraphobic son out of the house?\n
    \n
    Originally posted to r/AmItheAsshole\n
    \n
    TRIGGER WARNING: controlling behavior\n
    \n
    **Original Post June 22, 2023**\n
    \n
    > I have seen some people post some stories here so I decided to make an account and look for an outside perspective:\n
    > \n
    > I(31F) have a son(15M) that I gave birth to at 16. It was a dumb mistake and it gave me a bunch of struggles but I don’t regret it now.\n
    > \n
    > My son is agoraphobc and only gets out of the house to go to school. He has been on summer break for the past week but he didn’t go to school in his last week so he had been insiide for the past about 2 weeks.\n
    > \n
    > I made a habbit that whenever I walk my dog I ask him if he wants to come and he has denied me for the past 2 weeks. He doesn’t come most of the time but usualy does so about once a week.\n
    > \n
    > Today when I was getting ready he came up to me and asked if he could come with us and of course I said yes.\n
    > \n
    > On the other hand, my boyfriend(34M) has a big problem with this for whatever reason.\n
    > \n
    > Sometimes my son get overstimulated and decides that he doesn’t was to go a few minutes into our walk so we just cut it short and today was 1 of these days.\n
    > \n
    > My boyfriend asked why we were back so early and I said that son didn’t feel comfortable so we came back and he flipped out on me, saying that is my fault and that I told him to get out so much that he felt pressed to come with me when he clearly didn’t want to.\n
    > \n
    > I don’t know what to think. I don’t see what I did as wrong, I only asked if he wanted to come with me, never told him to. Did I do something wrong here?\n
    > \n
    > EDIT: for the people asking/telling me to put my son in therapy: he is and has been for the past few months.\n
    \n
    VERDICT: NOT THE ASSHOLE\n
    \n
    RELEVANT COMMENTS\n
    \n
    Travelcat67\n
    \n
    > Info: is your son being treated for his agoraphobia?\n
    \n
    OOP replied\n
    \n
    > Yes, he goes to a terapist about it and I’m also trying to get him more comfortable with coming out of the house by trying to take him with me.\n
    \n
    - \n
    \n
    StAlvis\n
    \n
    > INFO What strategies has your son’s psychologist advised for dealing with this disorder?\n
    \n
    OOP replied\n
    \n
    > I had to ask him to make sure I get everything right bet here you go:\n
    > \n
    > - going on walks and trying to make all of them a bit longer than the last one.\n
    > - breathing exercises to help with his panick attacks and learning how to control them.\n
    > - playing outside/ on the balcony(context: plays guitar and his room has a balcony).\n
    > \n
    > Along a few other things that I don’t know over the top of my head.\n
    \n
    **Update Aug 20, 2023**\n
    \n
    > Hello everyone, I will start off by thanking you for all the comments on my last post, due to some problems in the relationship with my boyfriend I sometimes had a hard time realising when I was in the wrong or when I didn’t do anything bad, as for the case in my previous post.\n
    > \n
    > I broke up with him over a month ago, partially thanks to the comments that made me pay more attention to him and realize how manipulative he was and a heated argument he had with my son while I was walking the dog. I could stand a lot from him and regret how many times I told myself to suck it up when he’d say something to me but always drew the line at my kid. It didn’t happen before but it does not need to happen more than once for him to make a habit out of it so I put it to a stop as I felt like it was the safest way.\n
    > \n
    > Regarding my son, he is doing good now and thanks to his therapist he has been getting better. He got his diagnosis in January and this Thursday he broke his record for our longest walk since, almost three hours. He also started getting out without me, thanks to one of his friends whom he met on a game about a year ago who recently moved to our city, I met him and his parents and they seem like amazing people so we did hand out at each other’s houses since.\n
    > \n
    > We do still have a lot to work on but I am happy to say that things are getting much better.\n
    \n
    RELEVANT COMMENTS\n
    \n
    Arcadia7235\n
    \n
    > Do you think it’s a coincidence that your son is now progressing mentally now that the boyfriend is gone?\n
    \n
    OOP replied\n
    \n
    > Personally I think is mostly terapy, as he was progressing even with my boyfriend around but I won’t say is out of the quiestion. I didn’t catch it before and and I asked him(both then and some time later) if he’s sure it was the first time and he said yes.\n
    > \n
    > Now truth is that they had arguments before but not anything very serious as far as I am aware yet the case for this post is a physical fight but I was not allowed to say it in the post due to the subs rules being zero violence and updates are checked by admins before being posted so I was told to remove it.\n
    \n
    THIS IS A REPOST - I AM NOT THE OOP\n
    \n
    Original: [reddit.com/…/aita_for_taking_my_agoraphobic_son_o…](https://reddit.com/r/BestofRedditorUpdates/comments/162fysg/aita_for_taking_my_agoraphobic_son_out_of_the/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693173938 {#1903
    date: 2023-08-28 00:05:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 1974
  -titleTs: "'agoraphob':5 'aita':1 'hous':10 'son':6 'take':3"
  -bodyTs: "'/aita_for_taking_my_agoraphobic_son_o':957 '/r/bestofredditorupdates/comments/162fysg/aita_for_taking_my_agoraphobic_son_out_of_the/)':960 '1':250 '15m':61 '16':68 '2':134,162 '20':515 '2023':33,516 '22':32 '31f':57 '34m':211 'account':49 'admin':935 'advis':428 'ago':581,751 'agoraphob':15 'agoraphobc':92 'agoraphobia':385 'aita':11 'allow':915 'almost':726 'along':497 'also':399,730 'alway':643 'amaz':768 'anyth':563,892 'arcadia7235':804 'argument':604,888 'around':841 'ask':147,192,256,330,439,861 'asking/telling':352 'asshol':373 'attack':476 'attent':592 'aug':514 'awar':900 'back':260,275 'bad':564 'balconi':487,496 'behavior':28 'bet':448 'better':707,801 'big':214 'birth':65 'bit':463 'boyfriend':210,255,543,822,840 'break':109 'breath':469 'broke':574,718 'bunch':79 'came':187,274 'case':568,903 'catch':855 'check':933 'citi':757 'clear':307 'coincid':811 'come':153,167,196,302,335,407 'comfort':271,405 'comment':375,529,586,803 'context':488 'control':27,481 'could':195,617 'cours':201 'cut':244 'd':637 'day':253 'deal':430 'decid':45,227 'deni':157 'diagnosi':711 'didn':116,268,308,560,651,853 'disord':433 'doesn':165,230 'dog':145,615 'drew':644 'due':534,922 'dumb':72 'earli':262 'edit':348 'even':837 'everyon':518 'everyth':446 'exercis':470 'far':896 'fault':286 'feel':270 'felt':299,683 'fight':910 'first':876 'flip':278 'friend':741 'game':747 'gave':64,76 'get':95,184,224,293,402,445,706,732,799 'go':101,118,234,451,452 'goe':390 'gone':824 'good':696 'got':709 'guitar':490 'habbit':139 'habit':670 'hand':208,773 'happen':653,661 'happi':793 'hard':548 'head':512 'heat':603 'hello':517 'help':472 'hour':728 'hous':20,99,411,779 'info':377,420 'insiid':129 'januari':713 'june':31 'kid':649 'know':315,506 'last':123,467,532 'later':868 'learn':478 'like':684,767 'line':646 'longer':464 'longest':723 'look':51 'lot':620,786 'm':398 'made':137,588 'make':47,442,458,668 'mani':626 'manipul':598 'mental':818 'met':744,759 'minut':237 'mistak':73 'month':369,580 'most':831 'move':754 'much':296,800 'need':659 'never':338 'one':468,738 'oop':5,6,386,434,825,954 'origin':21,29,955 'outsid':54,484 'overstimul':225 'panick':475 'parent':763 'partial':582 'past':112,132,161,367 'pay':590 'peopl':38,351,769 'person':827 'perspect':55 'physic':909 'play':483,489 'post':22,30,39,533,572,906,921,938 'press':300 'previous':571 'problem':215,537 'progress':817,836 'psychologist':427 'put':355,676 'quiestion':851 'r/amitheasshole':24 'readi':185 'realis':550 'realiz':596 'reason':220 'recent':753 'record':720 'reddit':10 'reddit.com':956,959 'reddit.com/r/bestofredditorupdates/comments/162fysg/aita_for_taking_my_agoraphobic_son_out_of_the/)':958 'regard':690 'regret':86,624 'relationship':540 'relev':374,802 'remov':944 'repli':387,435,826 'repost':949 'right':447 'room':493 'rule':926 'safest':688 'said':203,265,880 'say':282,638,795,846,917 'school':103,120 'see':322 'seem':766 'seen':36 'serious':894 'short':246 'sinc':725,780 'someth':345,639 'sometim':221,545 'son':16,60,90,223,267,357,380,425,609,692,814 'stalvi':419 'stand':618 'start':521,731 'still':783 'stop':680 'stori':41 'strategi':422 'struggl':81 'sub':925 'suck':632 'summer':108 'sure':443,872 'take':13,415 'terapi':832 'terapist':393 'thank':524,583,699,736 'therapi':359 'therapist':702 'thing':501,797 'think':318,807,829 'three':727 'thursday':716 'time':171,549,627,867,877 'today':180,248 'told':290,339,629,942 'top':509 'travelcat67':376 'treat':382 'tri':400,413,456 'trigger':25 'truth':883 'u/no-idea4550':8 'updat':513,931 'us':198 'usuali':173 'verdict':370 'violenc':929 'walk':143,240,454,613,724 'want':151,310,333 'warn':26 'way':689 'week':113,124,135,163,179 'whatev':219 'whenev':141 'without':734 'won':844 'work':788 'wrong':327,346,556 'year':750 'yes':204,388,881 'yet':901 'zero':928"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693245938
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5712631"
  +editedAt: DateTimeImmutable @1693181019 {#1935
    date: 2023-08-28 02:03:39.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693173938 {#1364
    date: 2023-08-28 00:05: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
20 DENIED moderate
App\Entity\Entry {#1392
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "AITA-for-taking-my-agoraphobic-son-out-of-the-house"
  +title: "AITA for taking my agoraphobic son out of the house?"
  +url: null
  +body: """
    I am not The OOP, OOP is u/No-Idea4550 on Reddit\n
    \n
    AITA for taking my agoraphobic son out of the house?\n
    \n
    Originally posted to r/AmItheAsshole\n
    \n
    TRIGGER WARNING: controlling behavior\n
    \n
    **Original Post June 22, 2023**\n
    \n
    > I have seen some people post some stories here so I decided to make an account and look for an outside perspective:\n
    > \n
    > I(31F) have a son(15M) that I gave birth to at 16. It was a dumb mistake and it gave me a bunch of struggles but I don’t regret it now.\n
    > \n
    > My son is agoraphobc and only gets out of the house to go to school. He has been on summer break for the past week but he didn’t go to school in his last week so he had been insiide for the past about 2 weeks.\n
    > \n
    > I made a habbit that whenever I walk my dog I ask him if he wants to come and he has denied me for the past 2 weeks. He doesn’t come most of the time but usualy does so about once a week.\n
    > \n
    > Today when I was getting ready he came up to me and asked if he could come with us and of course I said yes.\n
    > \n
    > On the other hand, my boyfriend(34M) has a big problem with this for whatever reason.\n
    > \n
    > Sometimes my son get overstimulated and decides that he doesn’t was to go a few minutes into our walk so we just cut it short and today was 1 of these days.\n
    > \n
    > My boyfriend asked why we were back so early and I said that son didn’t feel comfortable so we came back and he flipped out on me, saying that is my fault and that I told him to get out so much that he felt pressed to come with me when he clearly didn’t want to.\n
    > \n
    > I don’t know what to think. I don’t see what I did as wrong, I only asked if he wanted to come with me, never told him to. Did I do something wrong here?\n
    > \n
    > EDIT: for the people asking/telling me to put my son in therapy: he is and has been for the past few months.\n
    \n
    VERDICT: NOT THE ASSHOLE\n
    \n
    RELEVANT COMMENTS\n
    \n
    Travelcat67\n
    \n
    > Info: is your son being treated for his agoraphobia?\n
    \n
    OOP replied\n
    \n
    > Yes, he goes to a terapist about it and I’m also trying to get him more comfortable with coming out of the house by trying to take him with me.\n
    \n
    - \n
    \n
    StAlvis\n
    \n
    > INFO What strategies has your son’s psychologist advised for dealing with this disorder?\n
    \n
    OOP replied\n
    \n
    > I had to ask him to make sure I get everything right bet here you go:\n
    > \n
    > - going on walks and trying to make all of them a bit longer than the last one.\n
    > - breathing exercises to help with his panick attacks and learning how to control them.\n
    > - playing outside/ on the balcony(context: plays guitar and his room has a balcony).\n
    > \n
    > Along a few other things that I don’t know over the top of my head.\n
    \n
    **Update Aug 20, 2023**\n
    \n
    > Hello everyone, I will start off by thanking you for all the comments on my last post, due to some problems in the relationship with my boyfriend I sometimes had a hard time realising when I was in the wrong or when I didn’t do anything bad, as for the case in my previous post.\n
    > \n
    > I broke up with him over a month ago, partially thanks to the comments that made me pay more attention to him and realize how manipulative he was and a heated argument he had with my son while I was walking the dog. I could stand a lot from him and regret how many times I told myself to suck it up when he’d say something to me but always drew the line at my kid. It didn’t happen before but it does not need to happen more than once for him to make a habit out of it so I put it to a stop as I felt like it was the safest way.\n
    > \n
    > Regarding my son, he is doing good now and thanks to his therapist he has been getting better. He got his diagnosis in January and this Thursday he broke his record for our longest walk since, almost three hours. He also started getting out without me, thanks to one of his friends whom he met on a game about a year ago who recently moved to our city, I met him and his parents and they seem like amazing people so we did hand out at each other’s houses since.\n
    > \n
    > We do still have a lot to work on but I am happy to say that things are getting much better.\n
    \n
    RELEVANT COMMENTS\n
    \n
    Arcadia7235\n
    \n
    > Do you think it’s a coincidence that your son is now progressing mentally now that the boyfriend is gone?\n
    \n
    OOP replied\n
    \n
    > Personally I think is mostly terapy, as he was progressing even with my boyfriend around but I won’t say is out of the quiestion. I didn’t catch it before and and I asked him(both then and some time later) if he’s sure it was the first time and he said yes.\n
    > \n
    > Now truth is that they had arguments before but not anything very serious as far as I am aware yet the case for this post is a physical fight but I was not allowed to say it in the post due to the subs rules being zero violence and updates are checked by admins before being posted so I was told to remove it.\n
    \n
    THIS IS A REPOST - I AM NOT THE OOP\n
    \n
    Original: [reddit.com/…/aita_for_taking_my_agoraphobic_son_o…](https://reddit.com/r/BestofRedditorUpdates/comments/162fysg/aita_for_taking_my_agoraphobic_son_out_of_the/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693173938 {#1903
    date: 2023-08-28 00:05:38.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1398 …}
  +votes: Doctrine\ORM\PersistentCollection {#1389 …}
  +reports: Doctrine\ORM\PersistentCollection {#1376 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1969 …}
  +badges: Doctrine\ORM\PersistentCollection {#1942 …}
  +children: []
  -id: 1974
  -titleTs: "'agoraphob':5 'aita':1 'hous':10 'son':6 'take':3"
  -bodyTs: "'/aita_for_taking_my_agoraphobic_son_o':957 '/r/bestofredditorupdates/comments/162fysg/aita_for_taking_my_agoraphobic_son_out_of_the/)':960 '1':250 '15m':61 '16':68 '2':134,162 '20':515 '2023':33,516 '22':32 '31f':57 '34m':211 'account':49 'admin':935 'advis':428 'ago':581,751 'agoraphob':15 'agoraphobc':92 'agoraphobia':385 'aita':11 'allow':915 'almost':726 'along':497 'also':399,730 'alway':643 'amaz':768 'anyth':563,892 'arcadia7235':804 'argument':604,888 'around':841 'ask':147,192,256,330,439,861 'asking/telling':352 'asshol':373 'attack':476 'attent':592 'aug':514 'awar':900 'back':260,275 'bad':564 'balconi':487,496 'behavior':28 'bet':448 'better':707,801 'big':214 'birth':65 'bit':463 'boyfriend':210,255,543,822,840 'break':109 'breath':469 'broke':574,718 'bunch':79 'came':187,274 'case':568,903 'catch':855 'check':933 'citi':757 'clear':307 'coincid':811 'come':153,167,196,302,335,407 'comfort':271,405 'comment':375,529,586,803 'context':488 'control':27,481 'could':195,617 'cours':201 'cut':244 'd':637 'day':253 'deal':430 'decid':45,227 'deni':157 'diagnosi':711 'didn':116,268,308,560,651,853 'disord':433 'doesn':165,230 'dog':145,615 'drew':644 'due':534,922 'dumb':72 'earli':262 'edit':348 'even':837 'everyon':518 'everyth':446 'exercis':470 'far':896 'fault':286 'feel':270 'felt':299,683 'fight':910 'first':876 'flip':278 'friend':741 'game':747 'gave':64,76 'get':95,184,224,293,402,445,706,732,799 'go':101,118,234,451,452 'goe':390 'gone':824 'good':696 'got':709 'guitar':490 'habbit':139 'habit':670 'hand':208,773 'happen':653,661 'happi':793 'hard':548 'head':512 'heat':603 'hello':517 'help':472 'hour':728 'hous':20,99,411,779 'info':377,420 'insiid':129 'januari':713 'june':31 'kid':649 'know':315,506 'last':123,467,532 'later':868 'learn':478 'like':684,767 'line':646 'longer':464 'longest':723 'look':51 'lot':620,786 'm':398 'made':137,588 'make':47,442,458,668 'mani':626 'manipul':598 'mental':818 'met':744,759 'minut':237 'mistak':73 'month':369,580 'most':831 'move':754 'much':296,800 'need':659 'never':338 'one':468,738 'oop':5,6,386,434,825,954 'origin':21,29,955 'outsid':54,484 'overstimul':225 'panick':475 'parent':763 'partial':582 'past':112,132,161,367 'pay':590 'peopl':38,351,769 'person':827 'perspect':55 'physic':909 'play':483,489 'post':22,30,39,533,572,906,921,938 'press':300 'previous':571 'problem':215,537 'progress':817,836 'psychologist':427 'put':355,676 'quiestion':851 'r/amitheasshole':24 'readi':185 'realis':550 'realiz':596 'reason':220 'recent':753 'record':720 'reddit':10 'reddit.com':956,959 'reddit.com/r/bestofredditorupdates/comments/162fysg/aita_for_taking_my_agoraphobic_son_out_of_the/)':958 'regard':690 'regret':86,624 'relationship':540 'relev':374,802 'remov':944 'repli':387,435,826 'repost':949 'right':447 'room':493 'rule':926 'safest':688 'said':203,265,880 'say':282,638,795,846,917 'school':103,120 'see':322 'seem':766 'seen':36 'serious':894 'short':246 'sinc':725,780 'someth':345,639 'sometim':221,545 'son':16,60,90,223,267,357,380,425,609,692,814 'stalvi':419 'stand':618 'start':521,731 'still':783 'stop':680 'stori':41 'strategi':422 'struggl':81 'sub':925 'suck':632 'summer':108 'sure':443,872 'take':13,415 'terapi':832 'terapist':393 'thank':524,583,699,736 'therapi':359 'therapist':702 'thing':501,797 'think':318,807,829 'three':727 'thursday':716 'time':171,549,627,867,877 'today':180,248 'told':290,339,629,942 'top':509 'travelcat67':376 'treat':382 'tri':400,413,456 'trigger':25 'truth':883 'u/no-idea4550':8 'updat':513,931 'us':198 'usuali':173 'verdict':370 'violenc':929 'walk':143,240,454,613,724 'want':151,310,333 'warn':26 'way':689 'week':113,124,135,163,179 'whatev':219 'whenev':141 'without':734 'won':844 'work':788 'wrong':327,346,556 'year':750 'yes':204,388,881 'yet':901 'zero':928"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693245938
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5712631"
  +editedAt: DateTimeImmutable @1693181019 {#1935
    date: 2023-08-28 02:03:39.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693173938 {#1364
    date: 2023-08-28 00:05: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
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 {#1399
  +user: Proxies\__CG__\App\Entity\User {#1396 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Someone-knows-what-happened-to-lemmyshitpost-at-lemmy-world"
  +title: "Someone knows what happened to lemmyshitpost@lemmy.world?"
  +url: null
  +body: """
    I suppose the community was unfortunately eliminated because of the politics of the instance where it is hosted, but I am not sure, if I directly go to the community there is nothing, it does not seem to exist anymore. And maybe it’s related to one of the post of a mod no long ago, which was asking someone to join as a mod because “Someone has been uploading illegal content to the community”\n
    \n
    Does anyone know more about it, or do you know any community like that? There are many communities of shitpost but that was the only active, the others have posts 20 or more days ago.\n
    \n
    Edit: Thanks for the answers, I hate that we can never have anything good because someone always has to shit on everything for having a miserable life.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693245253 {#1927
    date: 2023-08-28 19:54:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 11284
  -titleTs: "'happen':4 'know':2 'lemmyshitpost@lemmy.world':6 'someon':1"
  -bodyTs: "'20':106 'activ':101 'ago':56,110 'alway':127 'answer':115 'anymor':40 'anyon':77 'anyth':123 'ask':59 'communiti':4,30,75,87,93 'content':72 'day':109 'direct':26 'edit':111 'elimin':7 'everyth':132 'exist':39 'go':27 'good':124 'hate':117 'host':18 'illeg':71 'instanc':14 'join':62 'know':78,85 'life':137 'like':88 'long':55 'mani':92 'mayb':42 'miser':136 'mod':53,65 'never':121 'noth':33 'one':47 'other':103 'polit':11 'post':50,105 'relat':45 'seem':37 'shit':130 'shitpost':95 'someon':60,67,126 'suppos':2 'sure':23 'thank':112 'unfortun':6 'upload':70"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693245253
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/2914609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693245253 {#1368
    date: 2023-08-28 19:54: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
23 DENIED edit
App\Entity\Entry {#1399
  +user: Proxies\__CG__\App\Entity\User {#1396 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Someone-knows-what-happened-to-lemmyshitpost-at-lemmy-world"
  +title: "Someone knows what happened to lemmyshitpost@lemmy.world?"
  +url: null
  +body: """
    I suppose the community was unfortunately eliminated because of the politics of the instance where it is hosted, but I am not sure, if I directly go to the community there is nothing, it does not seem to exist anymore. And maybe it’s related to one of the post of a mod no long ago, which was asking someone to join as a mod because “Someone has been uploading illegal content to the community”\n
    \n
    Does anyone know more about it, or do you know any community like that? There are many communities of shitpost but that was the only active, the others have posts 20 or more days ago.\n
    \n
    Edit: Thanks for the answers, I hate that we can never have anything good because someone always has to shit on everything for having a miserable life.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693245253 {#1927
    date: 2023-08-28 19:54:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 11284
  -titleTs: "'happen':4 'know':2 'lemmyshitpost@lemmy.world':6 'someon':1"
  -bodyTs: "'20':106 'activ':101 'ago':56,110 'alway':127 'answer':115 'anymor':40 'anyon':77 'anyth':123 'ask':59 'communiti':4,30,75,87,93 'content':72 'day':109 'direct':26 'edit':111 'elimin':7 'everyth':132 'exist':39 'go':27 'good':124 'hate':117 'host':18 'illeg':71 'instanc':14 'join':62 'know':78,85 'life':137 'like':88 'long':55 'mani':92 'mayb':42 'miser':136 'mod':53,65 'never':121 'noth':33 'one':47 'other':103 'polit':11 'post':50,105 'relat':45 'seem':37 'shit':130 'shitpost':95 'someon':60,67,126 'suppos':2 'sure':23 'thank':112 'unfortun':6 'upload':70"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693245253
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/2914609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693245253 {#1368
    date: 2023-08-28 19:54: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
24 DENIED moderate
App\Entity\Entry {#1399
  +user: Proxies\__CG__\App\Entity\User {#1396 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Someone-knows-what-happened-to-lemmyshitpost-at-lemmy-world"
  +title: "Someone knows what happened to lemmyshitpost@lemmy.world?"
  +url: null
  +body: """
    I suppose the community was unfortunately eliminated because of the politics of the instance where it is hosted, but I am not sure, if I directly go to the community there is nothing, it does not seem to exist anymore. And maybe it’s related to one of the post of a mod no long ago, which was asking someone to join as a mod because “Someone has been uploading illegal content to the community”\n
    \n
    Does anyone know more about it, or do you know any community like that? There are many communities of shitpost but that was the only active, the others have posts 20 or more days ago.\n
    \n
    Edit: Thanks for the answers, I hate that we can never have anything good because someone always has to shit on everything for having a miserable life.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693245253 {#1927
    date: 2023-08-28 19:54:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1366 …}
  +votes: Doctrine\ORM\PersistentCollection {#1365 …}
  +reports: Doctrine\ORM\PersistentCollection {#1378 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1371 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1379 …}
  +badges: Doctrine\ORM\PersistentCollection {#1367 …}
  +children: []
  -id: 11284
  -titleTs: "'happen':4 'know':2 'lemmyshitpost@lemmy.world':6 'someon':1"
  -bodyTs: "'20':106 'activ':101 'ago':56,110 'alway':127 'answer':115 'anymor':40 'anyon':77 'anyth':123 'ask':59 'communiti':4,30,75,87,93 'content':72 'day':109 'direct':26 'edit':111 'elimin':7 'everyth':132 'exist':39 'go':27 'good':124 'hate':117 'host':18 'illeg':71 'instanc':14 'join':62 'know':78,85 'life':137 'like':88 'long':55 'mani':92 'mayb':42 'miser':136 'mod':53,65 'never':121 'noth':33 'one':47 'other':103 'polit':11 'post':50,105 'relat':45 'seem':37 'shit':130 'shitpost':95 'someon':60,67,126 'suppos':2 'sure':23 'thank':112 'unfortun':6 'upload':70"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693245253
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/2914609"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693245253 {#1368
    date: 2023-08-28 19:54: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
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 {#1904
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "I-m20-purchased-my-sister-f13-tickets-to-Simone-Biles-s-Gold-Over"
  +title: "I(m20) purchased my sister(f13) tickets to Simone Biles's "Gold Over America" tour for her birthday, but my mom punished her for wanting to go"
  +url: null
  +body: """
    I am not the OP. These posts were made by u/throwramalo on Reddit\n
    \n
    OOP’s original post was made to r/ relationship advice in 2021 before the subreddit implemented a rule for 18+ posts only. So when OOP tried to make a new update, he wasn’t allowed to, so he instead added it to the bottom of the post she shared on his own subreddit\n
    \n
    **Original Post: October 22nd, 2021**\n
    \n
    > I don’t live with my parents and moved into a dorm when I went to college. I’m attending out of state and moved out for personal reasons, but I moved out on decent terms because I compromised after something happened in high school. One of the reasons I moved out was because of an argument that came at the tail end of other personal things from over the years. My parents are heavily involved in their church (they’re both leaders), and long story short, they weren’t crazy about my girlfriend and preferred I date someone from the church who would share the same belief. I met my ex-girlfriend at a job I worked in high school, and it’s important to note that my sister and I were homeschooled through a group that is associated with our church. So, they didn’t like when I found someone outside of that circle and began to tell me that they “shouldn’t have let me get a job” at 16\n
    > \n
    > So, as a result, they began to treat my sister differently and said that they wouldn’t let her work until she graduated, and they have been more adamant about keeping her social interaction to within the church only since I was 16ish with my ex. They also made her go through a purity course that I didn’t have to along with telling her lies about my ex being someone who slept around (at 16), and they constantly used her as an example too. I only introduced them to my ex-girlfriend out of respect I felt I owed them at the time, but if I could do it over, I wouldn’t because of how it caused them to treat my sister differently. From only church friends to purity and not letting her wear certain swimsuits or fitted clothes that “looks like something my girlfriend would wear” as they once said, I regretted it because they were strict on her because of me, and they hated my ex because she wasn’t religious and said she was why I stopped going to church around that age\n
    > \n
    > After my girlfriend and I broke up eventually (when we were still in high school), I became close with my sister and tried to spend more time with her, and I also decided to attend a weeknight Bible study and take her to youth to get back in their graces, and we bonded on those drives and had some good talks (where I vented about my parents), and they even eased up on my sister somewhat after we broke up (letting her go to a sports camp in the summer that wasn’t a part of our church). I knew I wasn’t religious, but going to church felt familiar when I was depressed, and my parents easing up felt like another plus. If it meant she’d have it easier, I figured it was bearable. So, I continued to attend through graduation until I moved out and went to college on good terms, and I kept a connection with her as a result until I screwed it up recently, and that’s why I’m looking for advice\n
    > \n
    > My sister wanted tickets to Simone Biles’s “Gold Over America” tour for her birthday, and she told me during one of our usual calls as I’m on dorm. However, I’ve quickly come to regret it since coming home for her birthday like I always had, and I’m not sure if I’ll be able to anymore. When I purchased the tickets, I surprised her with a premium pass that allowed her to be on the floor with the other performers during the final act to dance alongside them, and it also comes with a Q&A meeting among other things too. She was really excited when she received everything, and her parents seemed excited too. However, her parents called me a few days later once I went back to my dorm, and their stance was different from the night she received it. They said that they weren’t allowing her to go and pointed to the olympics as the reason why, and they blamed me for buying the tickets and said I “should’ve known better”.\n
    > \n
    > They pointed to how Simone Biles withdrew and said that she was “teaching girls to be soft” and compared it to participation trophies that are “supposed to make you feel good about mediocrity”. They also said that Simone was “getting a pass because everyone who’s black currently is”, and they said it was the “same as George Floyd” because people “overlooked his criminal past to push the BLM message”. They also said that “society is encouraging you to be a victim by praising her for withdrawing”, and they even said that Serena Williams got a “pass for her meltdowns because she’s black” and even called her a “bad role-model”. They also said that the phrase mental health is “being thrown around like the girls who claim Me Too” because they think that the victims are at fault, and talking to them was like talking to a brick wall no matter what I refuted. For future context, mom’s black and dad is hispanic\n
    > \n
    > I was not aware of their stance on Simone until they called, but I knew their stance on BLM and even talked to my sister in the past about how it was wrong during 2020 especially. I just didn’t expect them to rope their rant about Simone into it, and they said I wasn’t allowed to see her anymore because I “should’ve known better” before purchasing the tickets. My sister also hasn’t answered her phone since I spoke to them, and I fully believe that they are responsible for it. I just need advice on how to fix this situation because I feel like they’re serious about not letting me see her anymore, and I’m open to anything to fix this situation\n
    \n
    **Update: March 21st, 2022**\n
    \n
    > As of writing, I’m currently on a break from school to focus more on work, but I plan to go back soon to finish my bachelors. I also haven’t been able to see my sister since my last update where my parents said they didn’t want me around her anymore, and that included taking her to church too. I was really hard on myself for giving the tickets because I felt it ruined everything we had, but I’ve since found a therapist who’s been really helpful, and she is the reason I’m updating. I was very sheltered growing up because of homeschooling, but talking to her has really been eye-opening too\n
    > \n
    > My therapist helped me realize my mistake in going back to church in high school for the reasons that I did; the breakup with my high school ex that had me really down, and because I felt guilty for my parents being strict on my sister as a result of me getting a girlfriend. I convinced myself that I could make her life easier by returning to church and getting to drive her (to youth) that gave us time to talk in the car away from my parents (about many of their harmful views), but my therapist said that my parents never eased up; they simply dangled privileges because their love was conditional and based on church. She also said that they were a ticking time bomb because their end goal was probably to get me to return to church more than just Wednesday Bible study, but me buying the tickets was probably their last straw\n
    > \n
    > She said that my parent’s treatment of my sister was not my fault, but solely theirs because I was in high school and that I felt the need to take it on myself. I’m trying to do better while continuing with my therapist, and we established that I’ll no longer keep any communication with my parents. In regards to my sister, she said she could probably find ways to reach me if she truly wanted to someday (from friends who know me or when she gets her own devices someday). My therapist also told me not to beat myself up because until meeting her, I barely had any outside opinions that could give advice (I knew people at my job in high school, but we weren’t close except for my ex, and I was introverted in college too). She also said that religious people can be really conditional in their love and especially in the case of really religious parents, and talking to her has taught me so much that I never knew from being homeschooled. I believe I’ll hear from her again someday, but my therapist is suggesting working on myself at the moment and trying to be stable enough to be able to give her a place one day potentially since my parents won’t let her work, and that’s pretty much my only goal right now\n
    \n
    I am not OOP\n
    \n
    Original: [reddit.com/…/im20_purchased_my_sisterf13_tickets_…](https://reddit.com/r/BestofRedditorUpdates/comments/16185s9/im20_purchased_my_sisterf13_tickets_to_simone/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693180959 {#1898
    date: 2023-08-28 02:02:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1956 …}
  +votes: Doctrine\ORM\PersistentCollection {#1848 …}
  +reports: Doctrine\ORM\PersistentCollection {#2429 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2428 …}
  +badges: Doctrine\ORM\PersistentCollection {#2433 …}
  +children: []
  -id: 1975
  -titleTs: "'america':14 'bile':10 'birthday':18 'f13':6 'go':27 'gold':12 'm20':2 'mom':21 'punish':22 'purchas':3 'simon':9 'sister':5 'ticket':7 'tour':15 'want':25"
  -bodyTs: "'/im20_purchased_my_sisterf13_tickets_':1609 '/r/bestofredditorupdates/comments/16185s9/im20_purchased_my_sisterf13_tickets_to_simone/)':1612 '16':245,321 '16ish':288 '18':33 '2020':995 '2021':25,71 '2022':1092 '21st':1091 '22nd':70 'abl':671,1125,1576 'act':701 'ad':53 'adam':274 'advic':23,613,1058,1484 'age':434 'allow':48,687,766,1017 'along':307 'alongsid':704 'also':293,466,708,828,865,908,1034,1121,1330,1463,1511 'alway':660 'america':624 'among':715 'anoth':556 'answer':1037 'anymor':673,1021,1078,1145 'anyth':1084 'argument':128 'around':319,432,918,1143 'associ':212 'attend':91,469,575 'awar':964 'away':1296 'bachelor':1119 'back':481,745,1114,1221 'bad':903 'bare':1476 'base':1326 'bearabl':570 'beat':1468 'becam':451 'began':230,251 'belief':179 'believ':1048,1549 'better':793,1027,1407 'bibl':472,1356 'bile':620,799 'birthday':628,657 'black':840,897,956 'blame':781 'blm':862,979 'bomb':1338 'bond':487 'bottom':57 'break':1101 'breakup':1234 'brick':944 'broke':440,513 'buy':784,1360 'call':638,736,900,972 'came':130 'camp':521 'car':1295 'case':1527 'caus':365 'certain':383 'church':150,173,215,283,374,431,532,542,1152,1223,1279,1328,1351 'circl':228 'claim':923 'close':452,1498 'cloth':387 'colleg':88,585,1508 'come':648,653,709 'communic':1423 'compar':812 'compromis':110 'condit':1324,1519 'connect':593 'constant':324 'context':953 'continu':573,1409 'convinc':1267 'could':354,1271,1435,1482 'cours':300 'crazi':162 'crimin':857 'current':841,1098 'd':562 'dad':958 'danc':703 'dangl':1318 'date':169 'day':740,1583 'decent':106 'decid':467 'depress':548 'devic':1459 'didn':218,303,999,1139 'differ':256,371,753 'dorm':83,643,748 'drive':490,1283 'eas':505,552,1314 'easier':565,1275 'encourag':870 'end':134,1341 'enough':1573 'especi':996,1524 'establish':1415 'even':504,883,899,981 'eventu':442 'everyon':837 'everyth':726,1169 'ex':184,291,314,338,416,1239,1502 'ex-girlfriend':183,337 'exampl':329 'except':1499 'excit':722,731 'expect':1001 'eye':1209 'eye-open':1208 'familiar':544 'fault':934,1381 'feel':823,1067 'felt':344,543,554,1166,1248,1394 'figur':567 'final':700 'find':1437 'finish':1117 'fit':386 'fix':1062,1086 'floor':693 'floyd':852 'focus':1105 'found':223,1176 'friend':375,1449 'fulli':1047 'futur':952 'gave':1288 'georg':851 'get':241,480,833,1263,1281,1346,1456 'girl':807,921 'girlfriend':165,185,339,393,437,1265 'give':1161,1483,1578 'go':296,429,517,540,769,1113,1220 'goal':1342,1600 'gold':622 'good':494,587,824 'got':888 'grace':484 'graduat':268,577 'group':209 'grow':1196 'guilti':1249 'happen':113 'hard':1157 'harm':1304 'hasn':1035 'hate':414 'haven':1122 'health':914 'hear':1552 'heavili':146 'help':1183,1214 'high':115,192,448,1225,1237,1389,1492 'hispan':960 'home':654 'homeschool':206,1200,1547 'howev':644,733 'implement':29 'import':197 'includ':1148 'instead':52 'interact':279 'introduc':333 'introvert':1506 'involv':147 'job':188,243,1490 'keep':276,1421 'kept':591 'knew':534,975,1486,1544 'know':1451 'known':792,1026 'last':1132,1366 'later':741 'leader':154 'let':239,263,380,515,1074,1590 'lie':311 'life':1274 'like':220,390,555,658,919,940,1068 'live':75 'll':669,1418,1551 'long':156 'longer':1420 'look':389,611 'love':1322,1522 'm':90,610,641,664,1081,1097,1190,1403 'made':9,19,294 'make':41,821,1272 'mani':1301 'march':1090 'matter':947 'meant':560 'mediocr':826 'meet':714,1473 'meltdown':893 'mental':913 'messag':863 'met':181 'mistak':1218 'model':906 'mom':954 'moment':1567 'move':80,96,103,122,580 'much':1540,1597 'need':1057,1396 'never':1313,1543 'new':43 'night':756 'note':199 'octob':69 'olymp':774 'one':117,634,1582 'oop':14,38,1606 'op':5 'open':1082,1210 'opinion':1480 'origin':16,67,1607 'outsid':225,1479 'overlook':855 'owe':346 'parent':78,144,501,551,729,735,1136,1252,1299,1312,1372,1426,1531,1587 'part':529 'particip':815 'pass':685,835,890 'past':858,988 'peopl':854,1487,1515 'perform':697 'person':99,137 'phone':1039 'phrase':912 'place':1581 'plan':1111 'plus':557 'point':771,795 'post':7,17,34,60,68 'potenti':1584 'prais':877 'prefer':167 'premium':684 'pretti':1596 'privileg':1319 'probabl':1344,1364,1436 'purchas':676,1029 'puriti':299,377 'push':860 'q':712 'quick':647 'r':21 'rant':1006 're':152,1070 'reach':1440 'realiz':1216 'realli':721,1156,1182,1206,1243,1518,1529 'reason':100,120,777,1188,1229 'receiv':725,758 'recent':604 'reddit':13 'reddit.com':1608,1611 'reddit.com/r/bestofredditorupdates/comments/16185s9/im20_purchased_my_sisterf13_tickets_to_simone/)':1610 'refut':950 'regard':1428 'regret':401,650 'relationship':22 'religi':421,538,1514,1530 'respect':342 'respons':1052 'result':249,598,1260 'return':1277,1349 'right':1601 'role':905 'role-model':904 'rope':1004 'ruin':1168 'rule':31 'said':258,399,423,761,788,802,829,845,866,884,909,1013,1137,1309,1331,1369,1433,1512 'school':116,193,449,1103,1226,1238,1390,1493 'screw':601 'see':1019,1076,1127 'seem':730 'serena':886 'serious':1071 'share':62,176 'shelter':1195 'short':158 'shouldn':236 'simon':619,798,831,969,1008 'simpli':1317 'sinc':285,652,1040,1130,1175,1585 'sister':202,255,370,455,509,615,985,1033,1129,1257,1377,1431 'situat':1064,1088 'slept':318 'social':278 'societi':868 'soft':810 'sole':1383 'someday':1447,1460,1556 'someon':170,224,316 'someth':112,391 'somewhat':510 'soon':1115 'spend':459 'spoke':1042 'sport':520 'stabl':1572 'stanc':751,967,977 'state':94 'still':446 'stop':428 'stori':157 'straw':1367 'strict':406,1254 'studi':473,1357 'subreddit':28,66 'suggest':1561 'summer':524 'suppos':819 'sure':666 'surpris':680 'swimsuit':384 'tail':133 'take':475,1149,1398 'talk':495,936,941,982,1202,1292,1533 'taught':1537 'teach':806 'tell':232,309 'term':107,588 'therapist':1178,1213,1308,1412,1462,1559 'thing':138,717 'think':928 'thrown':917 'tick':1336 'ticket':617,678,786,1031,1163,1362 'time':350,461,1290,1337 'told':631,1464 'tour':625 'treat':253,368 'treatment':1374 'tri':39,457,1404,1569 'trophi':816 'truli':1444 'u/throwramalo':11 'updat':44,1089,1133,1191 'us':1289 'use':325 'usual':637 've':646,791,1025,1174 'vent':498 'victim':875,931 'view':1305 'wall':945 'want':616,1141,1445 'wasn':46,419,526,536,1015 'way':1438 'wear':382,395 'wednesday':1355 'weeknight':471 'went':86,583,744 'weren':160,764,1496 'william':887 'withdraw':880 'withdrew':800 'within':281 'won':1588 'work':190,265,1108,1562,1592 'would':175,394 'wouldn':261,359 'write':1095 'wrong':993 'year':142 'youth':478,1286"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693243959
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5720908"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693180959 {#1891
    date: 2023-08-28 02:02: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
27 DENIED edit
App\Entity\Entry {#1904
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "I-m20-purchased-my-sister-f13-tickets-to-Simone-Biles-s-Gold-Over"
  +title: "I(m20) purchased my sister(f13) tickets to Simone Biles's "Gold Over America" tour for her birthday, but my mom punished her for wanting to go"
  +url: null
  +body: """
    I am not the OP. These posts were made by u/throwramalo on Reddit\n
    \n
    OOP’s original post was made to r/ relationship advice in 2021 before the subreddit implemented a rule for 18+ posts only. So when OOP tried to make a new update, he wasn’t allowed to, so he instead added it to the bottom of the post she shared on his own subreddit\n
    \n
    **Original Post: October 22nd, 2021**\n
    \n
    > I don’t live with my parents and moved into a dorm when I went to college. I’m attending out of state and moved out for personal reasons, but I moved out on decent terms because I compromised after something happened in high school. One of the reasons I moved out was because of an argument that came at the tail end of other personal things from over the years. My parents are heavily involved in their church (they’re both leaders), and long story short, they weren’t crazy about my girlfriend and preferred I date someone from the church who would share the same belief. I met my ex-girlfriend at a job I worked in high school, and it’s important to note that my sister and I were homeschooled through a group that is associated with our church. So, they didn’t like when I found someone outside of that circle and began to tell me that they “shouldn’t have let me get a job” at 16\n
    > \n
    > So, as a result, they began to treat my sister differently and said that they wouldn’t let her work until she graduated, and they have been more adamant about keeping her social interaction to within the church only since I was 16ish with my ex. They also made her go through a purity course that I didn’t have to along with telling her lies about my ex being someone who slept around (at 16), and they constantly used her as an example too. I only introduced them to my ex-girlfriend out of respect I felt I owed them at the time, but if I could do it over, I wouldn’t because of how it caused them to treat my sister differently. From only church friends to purity and not letting her wear certain swimsuits or fitted clothes that “looks like something my girlfriend would wear” as they once said, I regretted it because they were strict on her because of me, and they hated my ex because she wasn’t religious and said she was why I stopped going to church around that age\n
    > \n
    > After my girlfriend and I broke up eventually (when we were still in high school), I became close with my sister and tried to spend more time with her, and I also decided to attend a weeknight Bible study and take her to youth to get back in their graces, and we bonded on those drives and had some good talks (where I vented about my parents), and they even eased up on my sister somewhat after we broke up (letting her go to a sports camp in the summer that wasn’t a part of our church). I knew I wasn’t religious, but going to church felt familiar when I was depressed, and my parents easing up felt like another plus. If it meant she’d have it easier, I figured it was bearable. So, I continued to attend through graduation until I moved out and went to college on good terms, and I kept a connection with her as a result until I screwed it up recently, and that’s why I’m looking for advice\n
    > \n
    > My sister wanted tickets to Simone Biles’s “Gold Over America” tour for her birthday, and she told me during one of our usual calls as I’m on dorm. However, I’ve quickly come to regret it since coming home for her birthday like I always had, and I’m not sure if I’ll be able to anymore. When I purchased the tickets, I surprised her with a premium pass that allowed her to be on the floor with the other performers during the final act to dance alongside them, and it also comes with a Q&A meeting among other things too. She was really excited when she received everything, and her parents seemed excited too. However, her parents called me a few days later once I went back to my dorm, and their stance was different from the night she received it. They said that they weren’t allowing her to go and pointed to the olympics as the reason why, and they blamed me for buying the tickets and said I “should’ve known better”.\n
    > \n
    > They pointed to how Simone Biles withdrew and said that she was “teaching girls to be soft” and compared it to participation trophies that are “supposed to make you feel good about mediocrity”. They also said that Simone was “getting a pass because everyone who’s black currently is”, and they said it was the “same as George Floyd” because people “overlooked his criminal past to push the BLM message”. They also said that “society is encouraging you to be a victim by praising her for withdrawing”, and they even said that Serena Williams got a “pass for her meltdowns because she’s black” and even called her a “bad role-model”. They also said that the phrase mental health is “being thrown around like the girls who claim Me Too” because they think that the victims are at fault, and talking to them was like talking to a brick wall no matter what I refuted. For future context, mom’s black and dad is hispanic\n
    > \n
    > I was not aware of their stance on Simone until they called, but I knew their stance on BLM and even talked to my sister in the past about how it was wrong during 2020 especially. I just didn’t expect them to rope their rant about Simone into it, and they said I wasn’t allowed to see her anymore because I “should’ve known better” before purchasing the tickets. My sister also hasn’t answered her phone since I spoke to them, and I fully believe that they are responsible for it. I just need advice on how to fix this situation because I feel like they’re serious about not letting me see her anymore, and I’m open to anything to fix this situation\n
    \n
    **Update: March 21st, 2022**\n
    \n
    > As of writing, I’m currently on a break from school to focus more on work, but I plan to go back soon to finish my bachelors. I also haven’t been able to see my sister since my last update where my parents said they didn’t want me around her anymore, and that included taking her to church too. I was really hard on myself for giving the tickets because I felt it ruined everything we had, but I’ve since found a therapist who’s been really helpful, and she is the reason I’m updating. I was very sheltered growing up because of homeschooling, but talking to her has really been eye-opening too\n
    > \n
    > My therapist helped me realize my mistake in going back to church in high school for the reasons that I did; the breakup with my high school ex that had me really down, and because I felt guilty for my parents being strict on my sister as a result of me getting a girlfriend. I convinced myself that I could make her life easier by returning to church and getting to drive her (to youth) that gave us time to talk in the car away from my parents (about many of their harmful views), but my therapist said that my parents never eased up; they simply dangled privileges because their love was conditional and based on church. She also said that they were a ticking time bomb because their end goal was probably to get me to return to church more than just Wednesday Bible study, but me buying the tickets was probably their last straw\n
    > \n
    > She said that my parent’s treatment of my sister was not my fault, but solely theirs because I was in high school and that I felt the need to take it on myself. I’m trying to do better while continuing with my therapist, and we established that I’ll no longer keep any communication with my parents. In regards to my sister, she said she could probably find ways to reach me if she truly wanted to someday (from friends who know me or when she gets her own devices someday). My therapist also told me not to beat myself up because until meeting her, I barely had any outside opinions that could give advice (I knew people at my job in high school, but we weren’t close except for my ex, and I was introverted in college too). She also said that religious people can be really conditional in their love and especially in the case of really religious parents, and talking to her has taught me so much that I never knew from being homeschooled. I believe I’ll hear from her again someday, but my therapist is suggesting working on myself at the moment and trying to be stable enough to be able to give her a place one day potentially since my parents won’t let her work, and that’s pretty much my only goal right now\n
    \n
    I am not OOP\n
    \n
    Original: [reddit.com/…/im20_purchased_my_sisterf13_tickets_…](https://reddit.com/r/BestofRedditorUpdates/comments/16185s9/im20_purchased_my_sisterf13_tickets_to_simone/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693180959 {#1898
    date: 2023-08-28 02:02:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1956 …}
  +votes: Doctrine\ORM\PersistentCollection {#1848 …}
  +reports: Doctrine\ORM\PersistentCollection {#2429 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2428 …}
  +badges: Doctrine\ORM\PersistentCollection {#2433 …}
  +children: []
  -id: 1975
  -titleTs: "'america':14 'bile':10 'birthday':18 'f13':6 'go':27 'gold':12 'm20':2 'mom':21 'punish':22 'purchas':3 'simon':9 'sister':5 'ticket':7 'tour':15 'want':25"
  -bodyTs: "'/im20_purchased_my_sisterf13_tickets_':1609 '/r/bestofredditorupdates/comments/16185s9/im20_purchased_my_sisterf13_tickets_to_simone/)':1612 '16':245,321 '16ish':288 '18':33 '2020':995 '2021':25,71 '2022':1092 '21st':1091 '22nd':70 'abl':671,1125,1576 'act':701 'ad':53 'adam':274 'advic':23,613,1058,1484 'age':434 'allow':48,687,766,1017 'along':307 'alongsid':704 'also':293,466,708,828,865,908,1034,1121,1330,1463,1511 'alway':660 'america':624 'among':715 'anoth':556 'answer':1037 'anymor':673,1021,1078,1145 'anyth':1084 'argument':128 'around':319,432,918,1143 'associ':212 'attend':91,469,575 'awar':964 'away':1296 'bachelor':1119 'back':481,745,1114,1221 'bad':903 'bare':1476 'base':1326 'bearabl':570 'beat':1468 'becam':451 'began':230,251 'belief':179 'believ':1048,1549 'better':793,1027,1407 'bibl':472,1356 'bile':620,799 'birthday':628,657 'black':840,897,956 'blame':781 'blm':862,979 'bomb':1338 'bond':487 'bottom':57 'break':1101 'breakup':1234 'brick':944 'broke':440,513 'buy':784,1360 'call':638,736,900,972 'came':130 'camp':521 'car':1295 'case':1527 'caus':365 'certain':383 'church':150,173,215,283,374,431,532,542,1152,1223,1279,1328,1351 'circl':228 'claim':923 'close':452,1498 'cloth':387 'colleg':88,585,1508 'come':648,653,709 'communic':1423 'compar':812 'compromis':110 'condit':1324,1519 'connect':593 'constant':324 'context':953 'continu':573,1409 'convinc':1267 'could':354,1271,1435,1482 'cours':300 'crazi':162 'crimin':857 'current':841,1098 'd':562 'dad':958 'danc':703 'dangl':1318 'date':169 'day':740,1583 'decent':106 'decid':467 'depress':548 'devic':1459 'didn':218,303,999,1139 'differ':256,371,753 'dorm':83,643,748 'drive':490,1283 'eas':505,552,1314 'easier':565,1275 'encourag':870 'end':134,1341 'enough':1573 'especi':996,1524 'establish':1415 'even':504,883,899,981 'eventu':442 'everyon':837 'everyth':726,1169 'ex':184,291,314,338,416,1239,1502 'ex-girlfriend':183,337 'exampl':329 'except':1499 'excit':722,731 'expect':1001 'eye':1209 'eye-open':1208 'familiar':544 'fault':934,1381 'feel':823,1067 'felt':344,543,554,1166,1248,1394 'figur':567 'final':700 'find':1437 'finish':1117 'fit':386 'fix':1062,1086 'floor':693 'floyd':852 'focus':1105 'found':223,1176 'friend':375,1449 'fulli':1047 'futur':952 'gave':1288 'georg':851 'get':241,480,833,1263,1281,1346,1456 'girl':807,921 'girlfriend':165,185,339,393,437,1265 'give':1161,1483,1578 'go':296,429,517,540,769,1113,1220 'goal':1342,1600 'gold':622 'good':494,587,824 'got':888 'grace':484 'graduat':268,577 'group':209 'grow':1196 'guilti':1249 'happen':113 'hard':1157 'harm':1304 'hasn':1035 'hate':414 'haven':1122 'health':914 'hear':1552 'heavili':146 'help':1183,1214 'high':115,192,448,1225,1237,1389,1492 'hispan':960 'home':654 'homeschool':206,1200,1547 'howev':644,733 'implement':29 'import':197 'includ':1148 'instead':52 'interact':279 'introduc':333 'introvert':1506 'involv':147 'job':188,243,1490 'keep':276,1421 'kept':591 'knew':534,975,1486,1544 'know':1451 'known':792,1026 'last':1132,1366 'later':741 'leader':154 'let':239,263,380,515,1074,1590 'lie':311 'life':1274 'like':220,390,555,658,919,940,1068 'live':75 'll':669,1418,1551 'long':156 'longer':1420 'look':389,611 'love':1322,1522 'm':90,610,641,664,1081,1097,1190,1403 'made':9,19,294 'make':41,821,1272 'mani':1301 'march':1090 'matter':947 'meant':560 'mediocr':826 'meet':714,1473 'meltdown':893 'mental':913 'messag':863 'met':181 'mistak':1218 'model':906 'mom':954 'moment':1567 'move':80,96,103,122,580 'much':1540,1597 'need':1057,1396 'never':1313,1543 'new':43 'night':756 'note':199 'octob':69 'olymp':774 'one':117,634,1582 'oop':14,38,1606 'op':5 'open':1082,1210 'opinion':1480 'origin':16,67,1607 'outsid':225,1479 'overlook':855 'owe':346 'parent':78,144,501,551,729,735,1136,1252,1299,1312,1372,1426,1531,1587 'part':529 'particip':815 'pass':685,835,890 'past':858,988 'peopl':854,1487,1515 'perform':697 'person':99,137 'phone':1039 'phrase':912 'place':1581 'plan':1111 'plus':557 'point':771,795 'post':7,17,34,60,68 'potenti':1584 'prais':877 'prefer':167 'premium':684 'pretti':1596 'privileg':1319 'probabl':1344,1364,1436 'purchas':676,1029 'puriti':299,377 'push':860 'q':712 'quick':647 'r':21 'rant':1006 're':152,1070 'reach':1440 'realiz':1216 'realli':721,1156,1182,1206,1243,1518,1529 'reason':100,120,777,1188,1229 'receiv':725,758 'recent':604 'reddit':13 'reddit.com':1608,1611 'reddit.com/r/bestofredditorupdates/comments/16185s9/im20_purchased_my_sisterf13_tickets_to_simone/)':1610 'refut':950 'regard':1428 'regret':401,650 'relationship':22 'religi':421,538,1514,1530 'respect':342 'respons':1052 'result':249,598,1260 'return':1277,1349 'right':1601 'role':905 'role-model':904 'rope':1004 'ruin':1168 'rule':31 'said':258,399,423,761,788,802,829,845,866,884,909,1013,1137,1309,1331,1369,1433,1512 'school':116,193,449,1103,1226,1238,1390,1493 'screw':601 'see':1019,1076,1127 'seem':730 'serena':886 'serious':1071 'share':62,176 'shelter':1195 'short':158 'shouldn':236 'simon':619,798,831,969,1008 'simpli':1317 'sinc':285,652,1040,1130,1175,1585 'sister':202,255,370,455,509,615,985,1033,1129,1257,1377,1431 'situat':1064,1088 'slept':318 'social':278 'societi':868 'soft':810 'sole':1383 'someday':1447,1460,1556 'someon':170,224,316 'someth':112,391 'somewhat':510 'soon':1115 'spend':459 'spoke':1042 'sport':520 'stabl':1572 'stanc':751,967,977 'state':94 'still':446 'stop':428 'stori':157 'straw':1367 'strict':406,1254 'studi':473,1357 'subreddit':28,66 'suggest':1561 'summer':524 'suppos':819 'sure':666 'surpris':680 'swimsuit':384 'tail':133 'take':475,1149,1398 'talk':495,936,941,982,1202,1292,1533 'taught':1537 'teach':806 'tell':232,309 'term':107,588 'therapist':1178,1213,1308,1412,1462,1559 'thing':138,717 'think':928 'thrown':917 'tick':1336 'ticket':617,678,786,1031,1163,1362 'time':350,461,1290,1337 'told':631,1464 'tour':625 'treat':253,368 'treatment':1374 'tri':39,457,1404,1569 'trophi':816 'truli':1444 'u/throwramalo':11 'updat':44,1089,1133,1191 'us':1289 'use':325 'usual':637 've':646,791,1025,1174 'vent':498 'victim':875,931 'view':1305 'wall':945 'want':616,1141,1445 'wasn':46,419,526,536,1015 'way':1438 'wear':382,395 'wednesday':1355 'weeknight':471 'went':86,583,744 'weren':160,764,1496 'william':887 'withdraw':880 'withdrew':800 'within':281 'won':1588 'work':190,265,1108,1562,1592 'would':175,394 'wouldn':261,359 'write':1095 'wrong':993 'year':142 'youth':478,1286"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693243959
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5720908"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693180959 {#1891
    date: 2023-08-28 02:02: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
28 DENIED moderate
App\Entity\Entry {#1904
  +user: Proxies\__CG__\App\Entity\User {#1920 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1925 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "I-m20-purchased-my-sister-f13-tickets-to-Simone-Biles-s-Gold-Over"
  +title: "I(m20) purchased my sister(f13) tickets to Simone Biles's "Gold Over America" tour for her birthday, but my mom punished her for wanting to go"
  +url: null
  +body: """
    I am not the OP. These posts were made by u/throwramalo on Reddit\n
    \n
    OOP’s original post was made to r/ relationship advice in 2021 before the subreddit implemented a rule for 18+ posts only. So when OOP tried to make a new update, he wasn’t allowed to, so he instead added it to the bottom of the post she shared on his own subreddit\n
    \n
    **Original Post: October 22nd, 2021**\n
    \n
    > I don’t live with my parents and moved into a dorm when I went to college. I’m attending out of state and moved out for personal reasons, but I moved out on decent terms because I compromised after something happened in high school. One of the reasons I moved out was because of an argument that came at the tail end of other personal things from over the years. My parents are heavily involved in their church (they’re both leaders), and long story short, they weren’t crazy about my girlfriend and preferred I date someone from the church who would share the same belief. I met my ex-girlfriend at a job I worked in high school, and it’s important to note that my sister and I were homeschooled through a group that is associated with our church. So, they didn’t like when I found someone outside of that circle and began to tell me that they “shouldn’t have let me get a job” at 16\n
    > \n
    > So, as a result, they began to treat my sister differently and said that they wouldn’t let her work until she graduated, and they have been more adamant about keeping her social interaction to within the church only since I was 16ish with my ex. They also made her go through a purity course that I didn’t have to along with telling her lies about my ex being someone who slept around (at 16), and they constantly used her as an example too. I only introduced them to my ex-girlfriend out of respect I felt I owed them at the time, but if I could do it over, I wouldn’t because of how it caused them to treat my sister differently. From only church friends to purity and not letting her wear certain swimsuits or fitted clothes that “looks like something my girlfriend would wear” as they once said, I regretted it because they were strict on her because of me, and they hated my ex because she wasn’t religious and said she was why I stopped going to church around that age\n
    > \n
    > After my girlfriend and I broke up eventually (when we were still in high school), I became close with my sister and tried to spend more time with her, and I also decided to attend a weeknight Bible study and take her to youth to get back in their graces, and we bonded on those drives and had some good talks (where I vented about my parents), and they even eased up on my sister somewhat after we broke up (letting her go to a sports camp in the summer that wasn’t a part of our church). I knew I wasn’t religious, but going to church felt familiar when I was depressed, and my parents easing up felt like another plus. If it meant she’d have it easier, I figured it was bearable. So, I continued to attend through graduation until I moved out and went to college on good terms, and I kept a connection with her as a result until I screwed it up recently, and that’s why I’m looking for advice\n
    > \n
    > My sister wanted tickets to Simone Biles’s “Gold Over America” tour for her birthday, and she told me during one of our usual calls as I’m on dorm. However, I’ve quickly come to regret it since coming home for her birthday like I always had, and I’m not sure if I’ll be able to anymore. When I purchased the tickets, I surprised her with a premium pass that allowed her to be on the floor with the other performers during the final act to dance alongside them, and it also comes with a Q&A meeting among other things too. She was really excited when she received everything, and her parents seemed excited too. However, her parents called me a few days later once I went back to my dorm, and their stance was different from the night she received it. They said that they weren’t allowing her to go and pointed to the olympics as the reason why, and they blamed me for buying the tickets and said I “should’ve known better”.\n
    > \n
    > They pointed to how Simone Biles withdrew and said that she was “teaching girls to be soft” and compared it to participation trophies that are “supposed to make you feel good about mediocrity”. They also said that Simone was “getting a pass because everyone who’s black currently is”, and they said it was the “same as George Floyd” because people “overlooked his criminal past to push the BLM message”. They also said that “society is encouraging you to be a victim by praising her for withdrawing”, and they even said that Serena Williams got a “pass for her meltdowns because she’s black” and even called her a “bad role-model”. They also said that the phrase mental health is “being thrown around like the girls who claim Me Too” because they think that the victims are at fault, and talking to them was like talking to a brick wall no matter what I refuted. For future context, mom’s black and dad is hispanic\n
    > \n
    > I was not aware of their stance on Simone until they called, but I knew their stance on BLM and even talked to my sister in the past about how it was wrong during 2020 especially. I just didn’t expect them to rope their rant about Simone into it, and they said I wasn’t allowed to see her anymore because I “should’ve known better” before purchasing the tickets. My sister also hasn’t answered her phone since I spoke to them, and I fully believe that they are responsible for it. I just need advice on how to fix this situation because I feel like they’re serious about not letting me see her anymore, and I’m open to anything to fix this situation\n
    \n
    **Update: March 21st, 2022**\n
    \n
    > As of writing, I’m currently on a break from school to focus more on work, but I plan to go back soon to finish my bachelors. I also haven’t been able to see my sister since my last update where my parents said they didn’t want me around her anymore, and that included taking her to church too. I was really hard on myself for giving the tickets because I felt it ruined everything we had, but I’ve since found a therapist who’s been really helpful, and she is the reason I’m updating. I was very sheltered growing up because of homeschooling, but talking to her has really been eye-opening too\n
    > \n
    > My therapist helped me realize my mistake in going back to church in high school for the reasons that I did; the breakup with my high school ex that had me really down, and because I felt guilty for my parents being strict on my sister as a result of me getting a girlfriend. I convinced myself that I could make her life easier by returning to church and getting to drive her (to youth) that gave us time to talk in the car away from my parents (about many of their harmful views), but my therapist said that my parents never eased up; they simply dangled privileges because their love was conditional and based on church. She also said that they were a ticking time bomb because their end goal was probably to get me to return to church more than just Wednesday Bible study, but me buying the tickets was probably their last straw\n
    > \n
    > She said that my parent’s treatment of my sister was not my fault, but solely theirs because I was in high school and that I felt the need to take it on myself. I’m trying to do better while continuing with my therapist, and we established that I’ll no longer keep any communication with my parents. In regards to my sister, she said she could probably find ways to reach me if she truly wanted to someday (from friends who know me or when she gets her own devices someday). My therapist also told me not to beat myself up because until meeting her, I barely had any outside opinions that could give advice (I knew people at my job in high school, but we weren’t close except for my ex, and I was introverted in college too). She also said that religious people can be really conditional in their love and especially in the case of really religious parents, and talking to her has taught me so much that I never knew from being homeschooled. I believe I’ll hear from her again someday, but my therapist is suggesting working on myself at the moment and trying to be stable enough to be able to give her a place one day potentially since my parents won’t let her work, and that’s pretty much my only goal right now\n
    \n
    I am not OOP\n
    \n
    Original: [reddit.com/…/im20_purchased_my_sisterf13_tickets_…](https://reddit.com/r/BestofRedditorUpdates/comments/16185s9/im20_purchased_my_sisterf13_tickets_to_simone/)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 29
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693180959 {#1898
    date: 2023-08-28 02:02:39.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1956 …}
  +votes: Doctrine\ORM\PersistentCollection {#1848 …}
  +reports: Doctrine\ORM\PersistentCollection {#2429 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2424 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2428 …}
  +badges: Doctrine\ORM\PersistentCollection {#2433 …}
  +children: []
  -id: 1975
  -titleTs: "'america':14 'bile':10 'birthday':18 'f13':6 'go':27 'gold':12 'm20':2 'mom':21 'punish':22 'purchas':3 'simon':9 'sister':5 'ticket':7 'tour':15 'want':25"
  -bodyTs: "'/im20_purchased_my_sisterf13_tickets_':1609 '/r/bestofredditorupdates/comments/16185s9/im20_purchased_my_sisterf13_tickets_to_simone/)':1612 '16':245,321 '16ish':288 '18':33 '2020':995 '2021':25,71 '2022':1092 '21st':1091 '22nd':70 'abl':671,1125,1576 'act':701 'ad':53 'adam':274 'advic':23,613,1058,1484 'age':434 'allow':48,687,766,1017 'along':307 'alongsid':704 'also':293,466,708,828,865,908,1034,1121,1330,1463,1511 'alway':660 'america':624 'among':715 'anoth':556 'answer':1037 'anymor':673,1021,1078,1145 'anyth':1084 'argument':128 'around':319,432,918,1143 'associ':212 'attend':91,469,575 'awar':964 'away':1296 'bachelor':1119 'back':481,745,1114,1221 'bad':903 'bare':1476 'base':1326 'bearabl':570 'beat':1468 'becam':451 'began':230,251 'belief':179 'believ':1048,1549 'better':793,1027,1407 'bibl':472,1356 'bile':620,799 'birthday':628,657 'black':840,897,956 'blame':781 'blm':862,979 'bomb':1338 'bond':487 'bottom':57 'break':1101 'breakup':1234 'brick':944 'broke':440,513 'buy':784,1360 'call':638,736,900,972 'came':130 'camp':521 'car':1295 'case':1527 'caus':365 'certain':383 'church':150,173,215,283,374,431,532,542,1152,1223,1279,1328,1351 'circl':228 'claim':923 'close':452,1498 'cloth':387 'colleg':88,585,1508 'come':648,653,709 'communic':1423 'compar':812 'compromis':110 'condit':1324,1519 'connect':593 'constant':324 'context':953 'continu':573,1409 'convinc':1267 'could':354,1271,1435,1482 'cours':300 'crazi':162 'crimin':857 'current':841,1098 'd':562 'dad':958 'danc':703 'dangl':1318 'date':169 'day':740,1583 'decent':106 'decid':467 'depress':548 'devic':1459 'didn':218,303,999,1139 'differ':256,371,753 'dorm':83,643,748 'drive':490,1283 'eas':505,552,1314 'easier':565,1275 'encourag':870 'end':134,1341 'enough':1573 'especi':996,1524 'establish':1415 'even':504,883,899,981 'eventu':442 'everyon':837 'everyth':726,1169 'ex':184,291,314,338,416,1239,1502 'ex-girlfriend':183,337 'exampl':329 'except':1499 'excit':722,731 'expect':1001 'eye':1209 'eye-open':1208 'familiar':544 'fault':934,1381 'feel':823,1067 'felt':344,543,554,1166,1248,1394 'figur':567 'final':700 'find':1437 'finish':1117 'fit':386 'fix':1062,1086 'floor':693 'floyd':852 'focus':1105 'found':223,1176 'friend':375,1449 'fulli':1047 'futur':952 'gave':1288 'georg':851 'get':241,480,833,1263,1281,1346,1456 'girl':807,921 'girlfriend':165,185,339,393,437,1265 'give':1161,1483,1578 'go':296,429,517,540,769,1113,1220 'goal':1342,1600 'gold':622 'good':494,587,824 'got':888 'grace':484 'graduat':268,577 'group':209 'grow':1196 'guilti':1249 'happen':113 'hard':1157 'harm':1304 'hasn':1035 'hate':414 'haven':1122 'health':914 'hear':1552 'heavili':146 'help':1183,1214 'high':115,192,448,1225,1237,1389,1492 'hispan':960 'home':654 'homeschool':206,1200,1547 'howev':644,733 'implement':29 'import':197 'includ':1148 'instead':52 'interact':279 'introduc':333 'introvert':1506 'involv':147 'job':188,243,1490 'keep':276,1421 'kept':591 'knew':534,975,1486,1544 'know':1451 'known':792,1026 'last':1132,1366 'later':741 'leader':154 'let':239,263,380,515,1074,1590 'lie':311 'life':1274 'like':220,390,555,658,919,940,1068 'live':75 'll':669,1418,1551 'long':156 'longer':1420 'look':389,611 'love':1322,1522 'm':90,610,641,664,1081,1097,1190,1403 'made':9,19,294 'make':41,821,1272 'mani':1301 'march':1090 'matter':947 'meant':560 'mediocr':826 'meet':714,1473 'meltdown':893 'mental':913 'messag':863 'met':181 'mistak':1218 'model':906 'mom':954 'moment':1567 'move':80,96,103,122,580 'much':1540,1597 'need':1057,1396 'never':1313,1543 'new':43 'night':756 'note':199 'octob':69 'olymp':774 'one':117,634,1582 'oop':14,38,1606 'op':5 'open':1082,1210 'opinion':1480 'origin':16,67,1607 'outsid':225,1479 'overlook':855 'owe':346 'parent':78,144,501,551,729,735,1136,1252,1299,1312,1372,1426,1531,1587 'part':529 'particip':815 'pass':685,835,890 'past':858,988 'peopl':854,1487,1515 'perform':697 'person':99,137 'phone':1039 'phrase':912 'place':1581 'plan':1111 'plus':557 'point':771,795 'post':7,17,34,60,68 'potenti':1584 'prais':877 'prefer':167 'premium':684 'pretti':1596 'privileg':1319 'probabl':1344,1364,1436 'purchas':676,1029 'puriti':299,377 'push':860 'q':712 'quick':647 'r':21 'rant':1006 're':152,1070 'reach':1440 'realiz':1216 'realli':721,1156,1182,1206,1243,1518,1529 'reason':100,120,777,1188,1229 'receiv':725,758 'recent':604 'reddit':13 'reddit.com':1608,1611 'reddit.com/r/bestofredditorupdates/comments/16185s9/im20_purchased_my_sisterf13_tickets_to_simone/)':1610 'refut':950 'regard':1428 'regret':401,650 'relationship':22 'religi':421,538,1514,1530 'respect':342 'respons':1052 'result':249,598,1260 'return':1277,1349 'right':1601 'role':905 'role-model':904 'rope':1004 'ruin':1168 'rule':31 'said':258,399,423,761,788,802,829,845,866,884,909,1013,1137,1309,1331,1369,1433,1512 'school':116,193,449,1103,1226,1238,1390,1493 'screw':601 'see':1019,1076,1127 'seem':730 'serena':886 'serious':1071 'share':62,176 'shelter':1195 'short':158 'shouldn':236 'simon':619,798,831,969,1008 'simpli':1317 'sinc':285,652,1040,1130,1175,1585 'sister':202,255,370,455,509,615,985,1033,1129,1257,1377,1431 'situat':1064,1088 'slept':318 'social':278 'societi':868 'soft':810 'sole':1383 'someday':1447,1460,1556 'someon':170,224,316 'someth':112,391 'somewhat':510 'soon':1115 'spend':459 'spoke':1042 'sport':520 'stabl':1572 'stanc':751,967,977 'state':94 'still':446 'stop':428 'stori':157 'straw':1367 'strict':406,1254 'studi':473,1357 'subreddit':28,66 'suggest':1561 'summer':524 'suppos':819 'sure':666 'surpris':680 'swimsuit':384 'tail':133 'take':475,1149,1398 'talk':495,936,941,982,1202,1292,1533 'taught':1537 'teach':806 'tell':232,309 'term':107,588 'therapist':1178,1213,1308,1412,1462,1559 'thing':138,717 'think':928 'thrown':917 'tick':1336 'ticket':617,678,786,1031,1163,1362 'time':350,461,1290,1337 'told':631,1464 'tour':625 'treat':253,368 'treatment':1374 'tri':39,457,1404,1569 'trophi':816 'truli':1444 'u/throwramalo':11 'updat':44,1089,1133,1191 'us':1289 'use':325 'usual':637 've':646,791,1025,1174 'vent':498 'victim':875,931 'view':1305 'wall':945 'want':616,1141,1445 'wasn':46,419,526,536,1015 'way':1438 'wear':382,395 'wednesday':1355 'weeknight':471 'went':86,583,744 'weren':160,764,1496 'william':887 'withdraw':880 'withdrew':800 'within':281 'won':1588 'work':190,265,1108,1562,1592 'would':175,394 'wouldn':261,359 'write':1095 'wrong':993 'year':142 'youth':478,1286"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693243959
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5720908"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693180959 {#1891
    date: 2023-08-28 02:02: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
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 {#2426
  +user: Proxies\__CG__\App\Entity\User {#2440 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Saved-Posts-to-RSS"
  +title: "Saved Posts to RSS"
  +url: null
  +body: "I’m trying to figure out how to pull posts that I have saved into my RSS reader. I grabbed the RSS link from the saved posts page of my profile and added it to my RSS reader but nothing comes across except for my actual posts. I can’t seem to figure it out and feel I’m missing something completely obvious as it can’t be this complicated. Appreciate any insight as I feel like I’m going crazy!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693231832 {#2443
    date: 2023-08-28 16:10:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2439 …}
  +votes: Doctrine\ORM\PersistentCollection {#2357 …}
  +reports: Doctrine\ORM\PersistentCollection {#2167 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2476 …}
  +badges: Doctrine\ORM\PersistentCollection {#2451 …}
  +children: []
  -id: 11285
  -titleTs: "'post':2 'rss':4 'save':1"
  -bodyTs: "'across':42 'actual':46 'ad':33 'appreci':71 'come':41 'complet':62 'complic':70 'crazi':81 'except':43 'feel':57,76 'figur':5,53 'go':80 'grab':20 'insight':73 'like':77 'link':23 'm':2,59,79 'miss':60 'noth':40 'obvious':63 'page':28 'post':10,27,47 'profil':31 'pull':9 'reader':18,38 'rss':17,22,37 'save':14,26 'seem':51 'someth':61 'tri':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693231832
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/4031144"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693231832 {#2442
    date: 2023-08-28 16:10:32.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 {#2426
  +user: Proxies\__CG__\App\Entity\User {#2440 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Saved-Posts-to-RSS"
  +title: "Saved Posts to RSS"
  +url: null
  +body: "I’m trying to figure out how to pull posts that I have saved into my RSS reader. I grabbed the RSS link from the saved posts page of my profile and added it to my RSS reader but nothing comes across except for my actual posts. I can’t seem to figure it out and feel I’m missing something completely obvious as it can’t be this complicated. Appreciate any insight as I feel like I’m going crazy!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693231832 {#2443
    date: 2023-08-28 16:10:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2439 …}
  +votes: Doctrine\ORM\PersistentCollection {#2357 …}
  +reports: Doctrine\ORM\PersistentCollection {#2167 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2476 …}
  +badges: Doctrine\ORM\PersistentCollection {#2451 …}
  +children: []
  -id: 11285
  -titleTs: "'post':2 'rss':4 'save':1"
  -bodyTs: "'across':42 'actual':46 'ad':33 'appreci':71 'come':41 'complet':62 'complic':70 'crazi':81 'except':43 'feel':57,76 'figur':5,53 'go':80 'grab':20 'insight':73 'like':77 'link':23 'm':2,59,79 'miss':60 'noth':40 'obvious':63 'page':28 'post':10,27,47 'profil':31 'pull':9 'reader':18,38 'rss':17,22,37 'save':14,26 'seem':51 'someth':61 'tri':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693231832
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/4031144"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693231832 {#2442
    date: 2023-08-28 16:10:32.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 {#2426
  +user: Proxies\__CG__\App\Entity\User {#2440 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Saved-Posts-to-RSS"
  +title: "Saved Posts to RSS"
  +url: null
  +body: "I’m trying to figure out how to pull posts that I have saved into my RSS reader. I grabbed the RSS link from the saved posts page of my profile and added it to my RSS reader but nothing comes across except for my actual posts. I can’t seem to figure it out and feel I’m missing something completely obvious as it can’t be this complicated. Appreciate any insight as I feel like I’m going crazy!"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693231832 {#2443
    date: 2023-08-28 16:10:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2439 …}
  +votes: Doctrine\ORM\PersistentCollection {#2357 …}
  +reports: Doctrine\ORM\PersistentCollection {#2167 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2355 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2476 …}
  +badges: Doctrine\ORM\PersistentCollection {#2451 …}
  +children: []
  -id: 11285
  -titleTs: "'post':2 'rss':4 'save':1"
  -bodyTs: "'across':42 'actual':46 'ad':33 'appreci':71 'come':41 'complet':62 'complic':70 'crazi':81 'except':43 'feel':57,76 'figur':5,53 'go':80 'grab':20 'insight':73 'like':77 'link':23 'm':2,59,79 'miss':60 'noth':40 'obvious':63 'page':28 'post':10,27,47 'profil':31 'pull':9 'reader':18,38 'rss':17,22,37 'save':14,26 'seem':51 'someth':61 'tri':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693231832
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/4031144"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693231832 {#2442
    date: 2023-08-28 16:10:32.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 {#2450
  +user: Proxies\__CG__\App\Entity\User {#2449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-s-up-with-all-these-immutable-distributions-What-are-the"
  +title: "What's up with all these immutable distributions? What are the benefits and disadvantages of them?"
  +url: null
  +body: "For once I feel a little out of touch after I took a bit of a break from following the news to focus on studying, and suddenly everyone is talking about immutable distributions. What are they exactly? What are the benefits and the disadvantages of immutable systems?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693226640 {#2475
    date: 2023-08-28 14:44:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2483 …}
  +votes: Doctrine\ORM\PersistentCollection {#2358 …}
  +reports: Doctrine\ORM\PersistentCollection {#2485 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1359 …}
  +badges: Doctrine\ORM\PersistentCollection {#2490 …}
  +children: []
  -id: 13432
  -titleTs: "'benefit':12 'disadvantag':14 'distribut':8 'immut':7"
  -bodyTs: "'benefit':41 'bit':14 'break':17 'disadvantag':44 'distribut':33 'everyon':28 'exact':37 'feel':4 'focus':23 'follow':19 'immut':32,46 'littl':6 'news':21 'studi':25 'sudden':27 'system':47 'talk':30 'took':12 'touch':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693231418
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/4027023"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693224918 {#2472
    date: 2023-08-28 14:15:18.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 {#2450
  +user: Proxies\__CG__\App\Entity\User {#2449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-s-up-with-all-these-immutable-distributions-What-are-the"
  +title: "What's up with all these immutable distributions? What are the benefits and disadvantages of them?"
  +url: null
  +body: "For once I feel a little out of touch after I took a bit of a break from following the news to focus on studying, and suddenly everyone is talking about immutable distributions. What are they exactly? What are the benefits and the disadvantages of immutable systems?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693226640 {#2475
    date: 2023-08-28 14:44:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2483 …}
  +votes: Doctrine\ORM\PersistentCollection {#2358 …}
  +reports: Doctrine\ORM\PersistentCollection {#2485 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1359 …}
  +badges: Doctrine\ORM\PersistentCollection {#2490 …}
  +children: []
  -id: 13432
  -titleTs: "'benefit':12 'disadvantag':14 'distribut':8 'immut':7"
  -bodyTs: "'benefit':41 'bit':14 'break':17 'disadvantag':44 'distribut':33 'everyon':28 'exact':37 'feel':4 'focus':23 'follow':19 'immut':32,46 'littl':6 'news':21 'studi':25 'sudden':27 'system':47 'talk':30 'took':12 'touch':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693231418
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/4027023"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693224918 {#2472
    date: 2023-08-28 14:15:18.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 {#2450
  +user: Proxies\__CG__\App\Entity\User {#2449 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "What-s-up-with-all-these-immutable-distributions-What-are-the"
  +title: "What's up with all these immutable distributions? What are the benefits and disadvantages of them?"
  +url: null
  +body: "For once I feel a little out of touch after I took a bit of a break from following the news to focus on studying, and suddenly everyone is talking about immutable distributions. What are they exactly? What are the benefits and the disadvantages of immutable systems?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 0
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693226640 {#2475
    date: 2023-08-28 14:44:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2483 …}
  +votes: Doctrine\ORM\PersistentCollection {#2358 …}
  +reports: Doctrine\ORM\PersistentCollection {#2485 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2409 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1359 …}
  +badges: Doctrine\ORM\PersistentCollection {#2490 …}
  +children: []
  -id: 13432
  -titleTs: "'benefit':12 'disadvantag':14 'distribut':8 'immut':7"
  -bodyTs: "'benefit':41 'bit':14 'break':17 'disadvantag':44 'distribut':33 'everyon':28 'exact':37 'feel':4 'focus':23 'follow':19 'immut':32,46 'littl':6 'news':21 'studi':25 'sudden':27 'system':47 'talk':30 'took':12 'touch':9"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693231418
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/4027023"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693224918 {#2472
    date: 2023-08-28 14:15:18.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 {#1923
  +user: Proxies\__CG__\App\Entity\User {#2484 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Request-lightweight-distro"
  +title: "[Request] lightweight distro"
  +url: null
  +body: "For a old laptop with Intel atom processor and I think 2gb ram."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693203355 {#2473
    date: 2023-08-28 08:15:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1391 …}
  +votes: Doctrine\ORM\PersistentCollection {#1512 …}
  +reports: Doctrine\ORM\PersistentCollection {#1524 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1500 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1514 …}
  +badges: Doctrine\ORM\PersistentCollection {#1502 …}
  +children: []
  -id: 12204
  -titleTs: "'distro':3 'lightweight':2 'request':1"
  -bodyTs: "'2gb':12 'atom':7 'intel':6 'laptop':4 'old':3 'processor':8 'ram':13 'think':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693203355
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/4017496"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693203355 {#2474
    date: 2023-08-28 08:15:55.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 {#1923
  +user: Proxies\__CG__\App\Entity\User {#2484 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Request-lightweight-distro"
  +title: "[Request] lightweight distro"
  +url: null
  +body: "For a old laptop with Intel atom processor and I think 2gb ram."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693203355 {#2473
    date: 2023-08-28 08:15:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1391 …}
  +votes: Doctrine\ORM\PersistentCollection {#1512 …}
  +reports: Doctrine\ORM\PersistentCollection {#1524 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1500 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1514 …}
  +badges: Doctrine\ORM\PersistentCollection {#1502 …}
  +children: []
  -id: 12204
  -titleTs: "'distro':3 'lightweight':2 'request':1"
  -bodyTs: "'2gb':12 'atom':7 'intel':6 'laptop':4 'old':3 'processor':8 'ram':13 'think':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693203355
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/4017496"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693203355 {#2474
    date: 2023-08-28 08:15:55.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 {#1923
  +user: Proxies\__CG__\App\Entity\User {#2484 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2477 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Request-lightweight-distro"
  +title: "[Request] lightweight distro"
  +url: null
  +body: "For a old laptop with Intel atom processor and I think 2gb ram."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693203355 {#2473
    date: 2023-08-28 08:15:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1391 …}
  +votes: Doctrine\ORM\PersistentCollection {#1512 …}
  +reports: Doctrine\ORM\PersistentCollection {#1524 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1500 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1514 …}
  +badges: Doctrine\ORM\PersistentCollection {#1502 …}
  +children: []
  -id: 12204
  -titleTs: "'distro':3 'lightweight':2 'request':1"
  -bodyTs: "'2gb':12 'atom':7 'intel':6 'laptop':4 'old':3 'processor':8 'ram':13 'think':11"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693203355
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/4017496"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693203355 {#2474
    date: 2023-08-28 08:15:55.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 {#1481
  +user: Proxies\__CG__\App\Entity\User {#1482 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1511 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Chinese-people-picked-the-first-logo-they-found-for-ARC"
  +title: "Chinese people picked the first logo they found for ARC having no idea what is that"
  +url: null
  +body: "![](https://lemmy.dbzer0.com/pictrs/image/7a2bbe19-fb61-499c-bb13-2b4575f65792.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 151
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693240295 {#1544
    date: 2023-08-28 18:31:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1523 …}
  +votes: Doctrine\ORM\PersistentCollection {#1522 …}
  +reports: Doctrine\ORM\PersistentCollection {#1506 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1504 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1505 …}
  +badges: Doctrine\ORM\PersistentCollection {#1532 …}
  +children: []
  -id: 1968
  -titleTs: "'arc':10 'chines':1 'first':5 'found':8 'idea':13 'logo':6 'peopl':2 'pick':3"
  -bodyTs: "'/pictrs/image/7a2bbe19-fb61-499c-bb13-2b4575f65792.jpeg)':3 'lemmy.dbzer0.com':2 'lemmy.dbzer0.com/pictrs/image/7a2bbe19-fb61-499c-bb13-2b4575f65792.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693200223
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/2825776"
  +editedAt: DateTimeImmutable @1693118702 {#1545
    date: 2023-08-27 08:45:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693113823 {#1547
    date: 2023-08-27 07:23:43.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 {#1481
  +user: Proxies\__CG__\App\Entity\User {#1482 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1511 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Chinese-people-picked-the-first-logo-they-found-for-ARC"
  +title: "Chinese people picked the first logo they found for ARC having no idea what is that"
  +url: null
  +body: "![](https://lemmy.dbzer0.com/pictrs/image/7a2bbe19-fb61-499c-bb13-2b4575f65792.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 151
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693240295 {#1544
    date: 2023-08-28 18:31:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1523 …}
  +votes: Doctrine\ORM\PersistentCollection {#1522 …}
  +reports: Doctrine\ORM\PersistentCollection {#1506 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1504 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1505 …}
  +badges: Doctrine\ORM\PersistentCollection {#1532 …}
  +children: []
  -id: 1968
  -titleTs: "'arc':10 'chines':1 'first':5 'found':8 'idea':13 'logo':6 'peopl':2 'pick':3"
  -bodyTs: "'/pictrs/image/7a2bbe19-fb61-499c-bb13-2b4575f65792.jpeg)':3 'lemmy.dbzer0.com':2 'lemmy.dbzer0.com/pictrs/image/7a2bbe19-fb61-499c-bb13-2b4575f65792.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693200223
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/2825776"
  +editedAt: DateTimeImmutable @1693118702 {#1545
    date: 2023-08-27 08:45:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693113823 {#1547
    date: 2023-08-27 07:23:43.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 {#1481
  +user: Proxies\__CG__\App\Entity\User {#1482 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1511 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Chinese-people-picked-the-first-logo-they-found-for-ARC"
  +title: "Chinese people picked the first logo they found for ARC having no idea what is that"
  +url: null
  +body: "![](https://lemmy.dbzer0.com/pictrs/image/7a2bbe19-fb61-499c-bb13-2b4575f65792.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 29
  +favouriteCount: 151
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693240295 {#1544
    date: 2023-08-28 18:31:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1523 …}
  +votes: Doctrine\ORM\PersistentCollection {#1522 …}
  +reports: Doctrine\ORM\PersistentCollection {#1506 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1504 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1505 …}
  +badges: Doctrine\ORM\PersistentCollection {#1532 …}
  +children: []
  -id: 1968
  -titleTs: "'arc':10 'chines':1 'first':5 'found':8 'idea':13 'logo':6 'peopl':2 'pick':3"
  -bodyTs: "'/pictrs/image/7a2bbe19-fb61-499c-bb13-2b4575f65792.jpeg)':3 'lemmy.dbzer0.com':2 'lemmy.dbzer0.com/pictrs/image/7a2bbe19-fb61-499c-bb13-2b4575f65792.jpeg)':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693200223
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/2825776"
  +editedAt: DateTimeImmutable @1693118702 {#1545
    date: 2023-08-27 08:45:02.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693113823 {#1547
    date: 2023-08-27 07:23:43.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 {#1540
  +user: Proxies\__CG__\App\Entity\User {#1538 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1533 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Riser-mount-for-smd-component"
  +title: "Riser mount for smd component"
  +url: null
  +body: """
    I did not know about this mounting method. Probably it’s a way to improve passive cooling capabilities?\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/fc13c944-5354-491c-a592-03720e778c33.jpeg)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693401530 {#1534
    date: 2023-08-30 15:18:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1539 …}
  +votes: Doctrine\ORM\PersistentCollection {#1529 …}
  +reports: Doctrine\ORM\PersistentCollection {#1530 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1536 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1516 …}
  +badges: Doctrine\ORM\PersistentCollection {#1519 …}
  +children: []
  -id: 1969
  -titleTs: "'compon':5 'mount':2 'riser':1 'smd':4"
  -bodyTs: "'/pictrs/image/fc13c944-5354-491c-a592-03720e778c33.jpeg)':21 'capabl':18 'cool':17 'discuss.tchncs.de':20 'discuss.tchncs.de/pictrs/image/fc13c944-5354-491c-a592-03720e778c33.jpeg)':19 'improv':15 'know':4 'method':8 'mount':7 'passiv':16 'probabl':9 'way':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693199192
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2404436"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693129692 {#1542
    date: 2023-08-27 11:48: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
47 DENIED edit
App\Entity\Entry {#1540
  +user: Proxies\__CG__\App\Entity\User {#1538 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1533 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Riser-mount-for-smd-component"
  +title: "Riser mount for smd component"
  +url: null
  +body: """
    I did not know about this mounting method. Probably it’s a way to improve passive cooling capabilities?\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/fc13c944-5354-491c-a592-03720e778c33.jpeg)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693401530 {#1534
    date: 2023-08-30 15:18:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1539 …}
  +votes: Doctrine\ORM\PersistentCollection {#1529 …}
  +reports: Doctrine\ORM\PersistentCollection {#1530 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1536 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1516 …}
  +badges: Doctrine\ORM\PersistentCollection {#1519 …}
  +children: []
  -id: 1969
  -titleTs: "'compon':5 'mount':2 'riser':1 'smd':4"
  -bodyTs: "'/pictrs/image/fc13c944-5354-491c-a592-03720e778c33.jpeg)':21 'capabl':18 'cool':17 'discuss.tchncs.de':20 'discuss.tchncs.de/pictrs/image/fc13c944-5354-491c-a592-03720e778c33.jpeg)':19 'improv':15 'know':4 'method':8 'mount':7 'passiv':16 'probabl':9 'way':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693199192
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2404436"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693129692 {#1542
    date: 2023-08-27 11:48: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
48 DENIED moderate
App\Entity\Entry {#1540
  +user: Proxies\__CG__\App\Entity\User {#1538 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1533 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Riser-mount-for-smd-component"
  +title: "Riser mount for smd component"
  +url: null
  +body: """
    I did not know about this mounting method. Probably it’s a way to improve passive cooling capabilities?\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/fc13c944-5354-491c-a592-03720e778c33.jpeg)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 18
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693401530 {#1534
    date: 2023-08-30 15:18:50.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1539 …}
  +votes: Doctrine\ORM\PersistentCollection {#1529 …}
  +reports: Doctrine\ORM\PersistentCollection {#1530 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1536 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1516 …}
  +badges: Doctrine\ORM\PersistentCollection {#1519 …}
  +children: []
  -id: 1969
  -titleTs: "'compon':5 'mount':2 'riser':1 'smd':4"
  -bodyTs: "'/pictrs/image/fc13c944-5354-491c-a592-03720e778c33.jpeg)':21 'capabl':18 'cool':17 'discuss.tchncs.de':20 'discuss.tchncs.de/pictrs/image/fc13c944-5354-491c-a592-03720e778c33.jpeg)':19 'improv':15 'know':4 'method':8 'mount':7 'passiv':16 'probabl':9 'way':13"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693199192
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2404436"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693129692 {#1542
    date: 2023-08-27 11:48: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
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 {#1623
  +user: Proxies\__CG__\App\Entity\User {#1631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1406 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "c-InsanePeopleFacebook-Screenshots-of-people-being-insane-on-Facebook"
  +title: "c/InsanePeopleFacebook - Screenshots of people being insane on Facebook"
  +url: null
  +body: """
    [InsanePeopleFacebook](/c/insanepeoplefacebook@lemmy.world)\n
    \n
    !insanepeoplefacebook@lemmy.world\n
    \n
    Pretty self explanatory I think. Feel free to post Facebook insanity - with user names and pics censored of course!\n
    \n
    Edit: for clarity, this is not specifically for people with mental illness.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693177062 {#1517
    date: 2023-08-28 00:57:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1704 …}
  +votes: Doctrine\ORM\PersistentCollection {#1712 …}
  +reports: Doctrine\ORM\PersistentCollection {#1706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1657 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1745 …}
  +badges: Doctrine\ORM\PersistentCollection {#1738 …}
  +children: []
  -id: 9100
  -titleTs: "'c/insanepeoplefacebook':1 'facebook':8 'insan':6 'peopl':4 'screenshot':2"
  -bodyTs: "'/c/insanepeoplefacebook':2 'censor':21 'clariti':26 'cours':23 'edit':24 'explanatori':7 'facebook':14 'feel':10 'free':11 'ill':35 'insan':15 'insanepeoplefacebook':1 'insanepeoplefacebook@lemmy.world':4 'lemmy.world':3 'mental':34 'name':18 'peopl':32 'pic':20 'post':13 'pretti':5 'self':6 'specif':30 'think':9 'user':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693181562
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3977911"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693177062 {#1632
    date: 2023-08-28 00:57:42.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 {#1623
  +user: Proxies\__CG__\App\Entity\User {#1631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1406 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "c-InsanePeopleFacebook-Screenshots-of-people-being-insane-on-Facebook"
  +title: "c/InsanePeopleFacebook - Screenshots of people being insane on Facebook"
  +url: null
  +body: """
    [InsanePeopleFacebook](/c/insanepeoplefacebook@lemmy.world)\n
    \n
    !insanepeoplefacebook@lemmy.world\n
    \n
    Pretty self explanatory I think. Feel free to post Facebook insanity - with user names and pics censored of course!\n
    \n
    Edit: for clarity, this is not specifically for people with mental illness.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693177062 {#1517
    date: 2023-08-28 00:57:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1704 …}
  +votes: Doctrine\ORM\PersistentCollection {#1712 …}
  +reports: Doctrine\ORM\PersistentCollection {#1706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1657 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1745 …}
  +badges: Doctrine\ORM\PersistentCollection {#1738 …}
  +children: []
  -id: 9100
  -titleTs: "'c/insanepeoplefacebook':1 'facebook':8 'insan':6 'peopl':4 'screenshot':2"
  -bodyTs: "'/c/insanepeoplefacebook':2 'censor':21 'clariti':26 'cours':23 'edit':24 'explanatori':7 'facebook':14 'feel':10 'free':11 'ill':35 'insan':15 'insanepeoplefacebook':1 'insanepeoplefacebook@lemmy.world':4 'lemmy.world':3 'mental':34 'name':18 'peopl':32 'pic':20 'post':13 'pretti':5 'self':6 'specif':30 'think':9 'user':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693181562
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3977911"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693177062 {#1632
    date: 2023-08-28 00:57:42.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 {#1623
  +user: Proxies\__CG__\App\Entity\User {#1631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1406 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "c-InsanePeopleFacebook-Screenshots-of-people-being-insane-on-Facebook"
  +title: "c/InsanePeopleFacebook - Screenshots of people being insane on Facebook"
  +url: null
  +body: """
    [InsanePeopleFacebook](/c/insanepeoplefacebook@lemmy.world)\n
    \n
    !insanepeoplefacebook@lemmy.world\n
    \n
    Pretty self explanatory I think. Feel free to post Facebook insanity - with user names and pics censored of course!\n
    \n
    Edit: for clarity, this is not specifically for people with mental illness.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693177062 {#1517
    date: 2023-08-28 00:57:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1704 …}
  +votes: Doctrine\ORM\PersistentCollection {#1712 …}
  +reports: Doctrine\ORM\PersistentCollection {#1706 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1657 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1745 …}
  +badges: Doctrine\ORM\PersistentCollection {#1738 …}
  +children: []
  -id: 9100
  -titleTs: "'c/insanepeoplefacebook':1 'facebook':8 'insan':6 'peopl':4 'screenshot':2"
  -bodyTs: "'/c/insanepeoplefacebook':2 'censor':21 'clariti':26 'cours':23 'edit':24 'explanatori':7 'facebook':14 'feel':10 'free':11 'ill':35 'insan':15 'insanepeoplefacebook':1 'insanepeoplefacebook@lemmy.world':4 'lemmy.world':3 'mental':34 'name':18 'peopl':32 'pic':20 'post':13 'pretti':5 'self':6 'specif':30 'think':9 'user':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693181562
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3977911"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693177062 {#1632
    date: 2023-08-28 00:57:42.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 {#1750
  +user: Proxies\__CG__\App\Entity\User {#1748 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1468 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "People-looking-for-content-outside-of-news-tech-memes-and"
  +title: "People looking for content outside of news, tech, memes and politics, do you know where to find communities?"
  +url: null
  +body: """
    Asking this to the general audience because that’s a comment I’ve seen quite a lot recently.\n
    \n
    So, let’s start with a list of communities that could be interesting to a wide audience, sorted by monthly active users (MAU), the most active being on top.\n
    \n
    - [!moviesandtv@lemmy.film](https://lemmy.film/c/moviesandtv) (1.6k MAU)\n
    - [!casualconversation@lemmy.world](https://lemmy.world/c/casualconversation) (521 MAU)\n
    - [!personalfinance@lemmy.ml](https://lemmy.ml/c/personalfinance) (453 MAU)\n
    - [!fiction@literature.cafe](https://literature.cafe/c/fiction) (140 MAU)\n
    - [!gardening@thegarden.land](https://thegarden.land/c/gardening) (133 MAU)\n
    - [!relationship_advice@lemmy.world](https://lemmy.world/c/relationship_advice) (130 MAU)\n
    - [!recipes@lemmy.world](https://lemmy.world/c/recipes) (69 MAU)\n
    - [!parenting@lemmy.world](https://lemmy.world/c/parenting) (56 MAU)\n
    - [!skincareaddiction@sh.itjust.works](https://sh.itjust.works/c/skincareaddiction) (31 MAU)\n
    - [!longreads@sh.itjust.works](https://sh.itjust.works/c/longreads) (24 MAU)\n
    - [!malefashionadvice@lemmy.world](https://lemmy.world/c/malefashionadvice) (12 MAU)\n
    - [!femalefashionadvice@lemmy.world](https://lemmy.world/c/femalefashionadvice) (9 MAU)\n
    \n
    Those numbers may seem low, but remember that those are active users, who at least commented or posted in the last month. So even if you are afraid to be shouting to the abyss, there will be other people next to you to keep the ball rolling.\n
    \n
    Also, please note that those communities are suffering from the current tedious discoverability of new content on Lemmy. I’m hoping to make them more popular with this post, as I’m sure those are topics that can interest a lot of people.\n
    \n
    Another thing to keep in mind is that Lemmy cannot replace 18 years of content creation overnight. It will take time for those communities to grow to the same level of content and activity than there counterpart, but with a bit of time, we’ll get there.\n
    \n
    In addition, there are a few places to look out for new communities.\n
    \n
    The first place to look for is [lemmyverse.net](https://lemmyverse.net), but Lemmy.world communities are currently excluded for some reason ([github.com/tgxn/lemmy-explorer/issues/139](https://github.com/tgxn/lemmy-explorer/issues/139)).\n
    \n
    A second place is this community: [!newcommunities@lemmy.world](https://lemmy.world/c/newcommunities). People tend to promote their communities there, you can also ask for a community you are looking for.\n
    \n
    Finally, [!trendingcommunities@feddit.nl](https://feddit.nl/c/trendingcommunities) provides a daily report of communities becoming popular.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693142017 {#1746
    date: 2023-08-27 15:13:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1474 …}
  +votes: Doctrine\ORM\PersistentCollection {#1471 …}
  +reports: Doctrine\ORM\PersistentCollection {#1470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1473 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1483 …}
  +badges: Doctrine\ORM\PersistentCollection {#1484 …}
  +children: []
  -id: 8548
  -titleTs: "'communiti':18 'content':4 'find':17 'know':14 'look':2 'meme':9 'news':7 'outsid':5 'peopl':1 'polit':11 'tech':8"
  -bodyTs: "'/c/casualconversation)':58 '/c/femalefashionadvice)':118 '/c/fiction)':70 '/c/gardening)':76 '/c/longreads)':106 '/c/malefashionadvice)':112 '/c/moviesandtv)':51 '/c/newcommunities).':301 '/c/parenting)':94 '/c/personalfinance)':64 '/c/recipes)':88 '/c/relationship_advice)':82 '/c/skincareaddiction)':100 '/c/trendingcommunities)':324 '/tgxn/lemmy-explorer/issues/139](https://github.com/tgxn/lemmy-explorer/issues/139)).':291 '1.6':52 '12':113 '130':83 '133':77 '140':71 '18':222 '24':107 '31':101 '453':65 '521':59 '56':95 '69':89 '9':119 'abyss':154 'activ':39,44,131,244 'addit':259 'afraid':148 'also':168,311 'anoth':211 'ask':1,312 'audienc':6,35 'ball':166 'becom':331 'bit':251 'cannot':220 'casualconversation@lemmy.world':55 'comment':11,136 'communiti':27,173,234,270,282,297,307,315,330 'content':183,225,242 'could':29 'counterpart':247 'creation':226 'current':178,284 'daili':327 'discover':180 'even':144 'exclud':285 'feddit.nl':323 'feddit.nl/c/trendingcommunities)':322 'femalefashionadvice@lemmy.world':115 'fiction@literature.cafe':67 'final':320 'first':272 'gardening@thegarden.land':73 'general':5 'get':256 'github.com':290 'github.com/tgxn/lemmy-explorer/issues/139](https://github.com/tgxn/lemmy-explorer/issues/139)).':289 'grow':236 'hope':188 'interest':31,206 'k':53 'keep':164,214 'last':141 'least':135 'lemmi':185,219 'lemmy.film':50 'lemmy.film/c/moviesandtv)':49 'lemmy.ml':63 'lemmy.ml/c/personalfinance)':62 'lemmy.world':57,81,87,93,111,117,281,300 'lemmy.world/c/casualconversation)':56 'lemmy.world/c/femalefashionadvice)':116 'lemmy.world/c/malefashionadvice)':110 'lemmy.world/c/newcommunities).':299 'lemmy.world/c/parenting)':92 'lemmy.world/c/recipes)':86 'lemmy.world/c/relationship_advice)':80 'lemmyverse.net':278,279 'let':20 'level':240 'list':25 'literature.cafe':69 'literature.cafe/c/fiction)':68 'll':255 'longreads@sh.itjust.works':103 'look':266,275,318 'lot':17,208 'low':125 'm':187,199 'make':190 'malefashionadvice@lemmy.world':109 'mau':41,54,60,66,72,78,84,90,96,102,108,114,120 'may':123 'mind':216 'month':38,142 'moviesandtv@lemmy.film':48 'new':182,269 'newcommunities@lemmy.world':298 'next':160 'note':170 'number':122 'overnight':227 'parenting@lemmy.world':91 'peopl':159,210,302 'personalfinance@lemmy.ml':61 'place':264,273,294 'pleas':169 'popular':193,332 'post':138,196 'promot':305 'provid':325 'quit':15 'reason':288 'recent':18 'recipes@lemmy.world':85 'relationship_advice@lemmy.world':79 'rememb':127 'replac':221 'report':328 'roll':167 'second':293 'seem':124 'seen':14 'sh.itjust.works':99,105 'sh.itjust.works/c/longreads)':104 'sh.itjust.works/c/skincareaddiction)':98 'shout':151 'skincareaddiction@sh.itjust.works':97 'sort':36 'start':22 'suffer':175 'sure':200 'take':230 'tedious':179 'tend':303 'thegarden.land':75 'thegarden.land/c/gardening)':74 'thing':212 'time':231,253 'top':47 'topic':203 'trendingcommunities@feddit.nl':321 'user':40,132 've':13 'wide':34 'year':223"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693146517
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2410183"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693142017 {#1749
    date: 2023-08-27 15:13:37.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 {#1750
  +user: Proxies\__CG__\App\Entity\User {#1748 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1468 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "People-looking-for-content-outside-of-news-tech-memes-and"
  +title: "People looking for content outside of news, tech, memes and politics, do you know where to find communities?"
  +url: null
  +body: """
    Asking this to the general audience because that’s a comment I’ve seen quite a lot recently.\n
    \n
    So, let’s start with a list of communities that could be interesting to a wide audience, sorted by monthly active users (MAU), the most active being on top.\n
    \n
    - [!moviesandtv@lemmy.film](https://lemmy.film/c/moviesandtv) (1.6k MAU)\n
    - [!casualconversation@lemmy.world](https://lemmy.world/c/casualconversation) (521 MAU)\n
    - [!personalfinance@lemmy.ml](https://lemmy.ml/c/personalfinance) (453 MAU)\n
    - [!fiction@literature.cafe](https://literature.cafe/c/fiction) (140 MAU)\n
    - [!gardening@thegarden.land](https://thegarden.land/c/gardening) (133 MAU)\n
    - [!relationship_advice@lemmy.world](https://lemmy.world/c/relationship_advice) (130 MAU)\n
    - [!recipes@lemmy.world](https://lemmy.world/c/recipes) (69 MAU)\n
    - [!parenting@lemmy.world](https://lemmy.world/c/parenting) (56 MAU)\n
    - [!skincareaddiction@sh.itjust.works](https://sh.itjust.works/c/skincareaddiction) (31 MAU)\n
    - [!longreads@sh.itjust.works](https://sh.itjust.works/c/longreads) (24 MAU)\n
    - [!malefashionadvice@lemmy.world](https://lemmy.world/c/malefashionadvice) (12 MAU)\n
    - [!femalefashionadvice@lemmy.world](https://lemmy.world/c/femalefashionadvice) (9 MAU)\n
    \n
    Those numbers may seem low, but remember that those are active users, who at least commented or posted in the last month. So even if you are afraid to be shouting to the abyss, there will be other people next to you to keep the ball rolling.\n
    \n
    Also, please note that those communities are suffering from the current tedious discoverability of new content on Lemmy. I’m hoping to make them more popular with this post, as I’m sure those are topics that can interest a lot of people.\n
    \n
    Another thing to keep in mind is that Lemmy cannot replace 18 years of content creation overnight. It will take time for those communities to grow to the same level of content and activity than there counterpart, but with a bit of time, we’ll get there.\n
    \n
    In addition, there are a few places to look out for new communities.\n
    \n
    The first place to look for is [lemmyverse.net](https://lemmyverse.net), but Lemmy.world communities are currently excluded for some reason ([github.com/tgxn/lemmy-explorer/issues/139](https://github.com/tgxn/lemmy-explorer/issues/139)).\n
    \n
    A second place is this community: [!newcommunities@lemmy.world](https://lemmy.world/c/newcommunities). People tend to promote their communities there, you can also ask for a community you are looking for.\n
    \n
    Finally, [!trendingcommunities@feddit.nl](https://feddit.nl/c/trendingcommunities) provides a daily report of communities becoming popular.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693142017 {#1746
    date: 2023-08-27 15:13:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1474 …}
  +votes: Doctrine\ORM\PersistentCollection {#1471 …}
  +reports: Doctrine\ORM\PersistentCollection {#1470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1473 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1483 …}
  +badges: Doctrine\ORM\PersistentCollection {#1484 …}
  +children: []
  -id: 8548
  -titleTs: "'communiti':18 'content':4 'find':17 'know':14 'look':2 'meme':9 'news':7 'outsid':5 'peopl':1 'polit':11 'tech':8"
  -bodyTs: "'/c/casualconversation)':58 '/c/femalefashionadvice)':118 '/c/fiction)':70 '/c/gardening)':76 '/c/longreads)':106 '/c/malefashionadvice)':112 '/c/moviesandtv)':51 '/c/newcommunities).':301 '/c/parenting)':94 '/c/personalfinance)':64 '/c/recipes)':88 '/c/relationship_advice)':82 '/c/skincareaddiction)':100 '/c/trendingcommunities)':324 '/tgxn/lemmy-explorer/issues/139](https://github.com/tgxn/lemmy-explorer/issues/139)).':291 '1.6':52 '12':113 '130':83 '133':77 '140':71 '18':222 '24':107 '31':101 '453':65 '521':59 '56':95 '69':89 '9':119 'abyss':154 'activ':39,44,131,244 'addit':259 'afraid':148 'also':168,311 'anoth':211 'ask':1,312 'audienc':6,35 'ball':166 'becom':331 'bit':251 'cannot':220 'casualconversation@lemmy.world':55 'comment':11,136 'communiti':27,173,234,270,282,297,307,315,330 'content':183,225,242 'could':29 'counterpart':247 'creation':226 'current':178,284 'daili':327 'discover':180 'even':144 'exclud':285 'feddit.nl':323 'feddit.nl/c/trendingcommunities)':322 'femalefashionadvice@lemmy.world':115 'fiction@literature.cafe':67 'final':320 'first':272 'gardening@thegarden.land':73 'general':5 'get':256 'github.com':290 'github.com/tgxn/lemmy-explorer/issues/139](https://github.com/tgxn/lemmy-explorer/issues/139)).':289 'grow':236 'hope':188 'interest':31,206 'k':53 'keep':164,214 'last':141 'least':135 'lemmi':185,219 'lemmy.film':50 'lemmy.film/c/moviesandtv)':49 'lemmy.ml':63 'lemmy.ml/c/personalfinance)':62 'lemmy.world':57,81,87,93,111,117,281,300 'lemmy.world/c/casualconversation)':56 'lemmy.world/c/femalefashionadvice)':116 'lemmy.world/c/malefashionadvice)':110 'lemmy.world/c/newcommunities).':299 'lemmy.world/c/parenting)':92 'lemmy.world/c/recipes)':86 'lemmy.world/c/relationship_advice)':80 'lemmyverse.net':278,279 'let':20 'level':240 'list':25 'literature.cafe':69 'literature.cafe/c/fiction)':68 'll':255 'longreads@sh.itjust.works':103 'look':266,275,318 'lot':17,208 'low':125 'm':187,199 'make':190 'malefashionadvice@lemmy.world':109 'mau':41,54,60,66,72,78,84,90,96,102,108,114,120 'may':123 'mind':216 'month':38,142 'moviesandtv@lemmy.film':48 'new':182,269 'newcommunities@lemmy.world':298 'next':160 'note':170 'number':122 'overnight':227 'parenting@lemmy.world':91 'peopl':159,210,302 'personalfinance@lemmy.ml':61 'place':264,273,294 'pleas':169 'popular':193,332 'post':138,196 'promot':305 'provid':325 'quit':15 'reason':288 'recent':18 'recipes@lemmy.world':85 'relationship_advice@lemmy.world':79 'rememb':127 'replac':221 'report':328 'roll':167 'second':293 'seem':124 'seen':14 'sh.itjust.works':99,105 'sh.itjust.works/c/longreads)':104 'sh.itjust.works/c/skincareaddiction)':98 'shout':151 'skincareaddiction@sh.itjust.works':97 'sort':36 'start':22 'suffer':175 'sure':200 'take':230 'tedious':179 'tend':303 'thegarden.land':75 'thegarden.land/c/gardening)':74 'thing':212 'time':231,253 'top':47 'topic':203 'trendingcommunities@feddit.nl':321 'user':40,132 've':13 'wide':34 'year':223"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693146517
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2410183"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693142017 {#1749
    date: 2023-08-27 15:13:37.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 {#1750
  +user: Proxies\__CG__\App\Entity\User {#1748 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1468 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "People-looking-for-content-outside-of-news-tech-memes-and"
  +title: "People looking for content outside of news, tech, memes and politics, do you know where to find communities?"
  +url: null
  +body: """
    Asking this to the general audience because that’s a comment I’ve seen quite a lot recently.\n
    \n
    So, let’s start with a list of communities that could be interesting to a wide audience, sorted by monthly active users (MAU), the most active being on top.\n
    \n
    - [!moviesandtv@lemmy.film](https://lemmy.film/c/moviesandtv) (1.6k MAU)\n
    - [!casualconversation@lemmy.world](https://lemmy.world/c/casualconversation) (521 MAU)\n
    - [!personalfinance@lemmy.ml](https://lemmy.ml/c/personalfinance) (453 MAU)\n
    - [!fiction@literature.cafe](https://literature.cafe/c/fiction) (140 MAU)\n
    - [!gardening@thegarden.land](https://thegarden.land/c/gardening) (133 MAU)\n
    - [!relationship_advice@lemmy.world](https://lemmy.world/c/relationship_advice) (130 MAU)\n
    - [!recipes@lemmy.world](https://lemmy.world/c/recipes) (69 MAU)\n
    - [!parenting@lemmy.world](https://lemmy.world/c/parenting) (56 MAU)\n
    - [!skincareaddiction@sh.itjust.works](https://sh.itjust.works/c/skincareaddiction) (31 MAU)\n
    - [!longreads@sh.itjust.works](https://sh.itjust.works/c/longreads) (24 MAU)\n
    - [!malefashionadvice@lemmy.world](https://lemmy.world/c/malefashionadvice) (12 MAU)\n
    - [!femalefashionadvice@lemmy.world](https://lemmy.world/c/femalefashionadvice) (9 MAU)\n
    \n
    Those numbers may seem low, but remember that those are active users, who at least commented or posted in the last month. So even if you are afraid to be shouting to the abyss, there will be other people next to you to keep the ball rolling.\n
    \n
    Also, please note that those communities are suffering from the current tedious discoverability of new content on Lemmy. I’m hoping to make them more popular with this post, as I’m sure those are topics that can interest a lot of people.\n
    \n
    Another thing to keep in mind is that Lemmy cannot replace 18 years of content creation overnight. It will take time for those communities to grow to the same level of content and activity than there counterpart, but with a bit of time, we’ll get there.\n
    \n
    In addition, there are a few places to look out for new communities.\n
    \n
    The first place to look for is [lemmyverse.net](https://lemmyverse.net), but Lemmy.world communities are currently excluded for some reason ([github.com/tgxn/lemmy-explorer/issues/139](https://github.com/tgxn/lemmy-explorer/issues/139)).\n
    \n
    A second place is this community: [!newcommunities@lemmy.world](https://lemmy.world/c/newcommunities). People tend to promote their communities there, you can also ask for a community you are looking for.\n
    \n
    Finally, [!trendingcommunities@feddit.nl](https://feddit.nl/c/trendingcommunities) provides a daily report of communities becoming popular.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693142017 {#1746
    date: 2023-08-27 15:13:37.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1474 …}
  +votes: Doctrine\ORM\PersistentCollection {#1471 …}
  +reports: Doctrine\ORM\PersistentCollection {#1470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1473 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1483 …}
  +badges: Doctrine\ORM\PersistentCollection {#1484 …}
  +children: []
  -id: 8548
  -titleTs: "'communiti':18 'content':4 'find':17 'know':14 'look':2 'meme':9 'news':7 'outsid':5 'peopl':1 'polit':11 'tech':8"
  -bodyTs: "'/c/casualconversation)':58 '/c/femalefashionadvice)':118 '/c/fiction)':70 '/c/gardening)':76 '/c/longreads)':106 '/c/malefashionadvice)':112 '/c/moviesandtv)':51 '/c/newcommunities).':301 '/c/parenting)':94 '/c/personalfinance)':64 '/c/recipes)':88 '/c/relationship_advice)':82 '/c/skincareaddiction)':100 '/c/trendingcommunities)':324 '/tgxn/lemmy-explorer/issues/139](https://github.com/tgxn/lemmy-explorer/issues/139)).':291 '1.6':52 '12':113 '130':83 '133':77 '140':71 '18':222 '24':107 '31':101 '453':65 '521':59 '56':95 '69':89 '9':119 'abyss':154 'activ':39,44,131,244 'addit':259 'afraid':148 'also':168,311 'anoth':211 'ask':1,312 'audienc':6,35 'ball':166 'becom':331 'bit':251 'cannot':220 'casualconversation@lemmy.world':55 'comment':11,136 'communiti':27,173,234,270,282,297,307,315,330 'content':183,225,242 'could':29 'counterpart':247 'creation':226 'current':178,284 'daili':327 'discover':180 'even':144 'exclud':285 'feddit.nl':323 'feddit.nl/c/trendingcommunities)':322 'femalefashionadvice@lemmy.world':115 'fiction@literature.cafe':67 'final':320 'first':272 'gardening@thegarden.land':73 'general':5 'get':256 'github.com':290 'github.com/tgxn/lemmy-explorer/issues/139](https://github.com/tgxn/lemmy-explorer/issues/139)).':289 'grow':236 'hope':188 'interest':31,206 'k':53 'keep':164,214 'last':141 'least':135 'lemmi':185,219 'lemmy.film':50 'lemmy.film/c/moviesandtv)':49 'lemmy.ml':63 'lemmy.ml/c/personalfinance)':62 'lemmy.world':57,81,87,93,111,117,281,300 'lemmy.world/c/casualconversation)':56 'lemmy.world/c/femalefashionadvice)':116 'lemmy.world/c/malefashionadvice)':110 'lemmy.world/c/newcommunities).':299 'lemmy.world/c/parenting)':92 'lemmy.world/c/recipes)':86 'lemmy.world/c/relationship_advice)':80 'lemmyverse.net':278,279 'let':20 'level':240 'list':25 'literature.cafe':69 'literature.cafe/c/fiction)':68 'll':255 'longreads@sh.itjust.works':103 'look':266,275,318 'lot':17,208 'low':125 'm':187,199 'make':190 'malefashionadvice@lemmy.world':109 'mau':41,54,60,66,72,78,84,90,96,102,108,114,120 'may':123 'mind':216 'month':38,142 'moviesandtv@lemmy.film':48 'new':182,269 'newcommunities@lemmy.world':298 'next':160 'note':170 'number':122 'overnight':227 'parenting@lemmy.world':91 'peopl':159,210,302 'personalfinance@lemmy.ml':61 'place':264,273,294 'pleas':169 'popular':193,332 'post':138,196 'promot':305 'provid':325 'quit':15 'reason':288 'recent':18 'recipes@lemmy.world':85 'relationship_advice@lemmy.world':79 'rememb':127 'replac':221 'report':328 'roll':167 'second':293 'seem':124 'seen':14 'sh.itjust.works':99,105 'sh.itjust.works/c/longreads)':104 'sh.itjust.works/c/skincareaddiction)':98 'shout':151 'skincareaddiction@sh.itjust.works':97 'sort':36 'start':22 'suffer':175 'sure':200 'take':230 'tedious':179 'tend':303 'thegarden.land':75 'thegarden.land/c/gardening)':74 'thing':212 'time':231,253 'top':47 'topic':203 'trendingcommunities@feddit.nl':321 'user':40,132 've':13 'wide':34 'year':223"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693146517
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2410183"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693142017 {#1749
    date: 2023-08-27 15:13:37.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 {#1485
  +user: Proxies\__CG__\App\Entity\User {#1489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Gluetun-qBittorrent-Port-Forwarding"
  +title: "Gluetun/qBittorrent Port Forwarding"
  +url: null
  +body: """
    Hello people I recently set up a qBittorrent + Arr setup that is being run through a Gluetun container. I also got a port from AirVPN and added it as the `FIREWALL_VPN_INPUT_PORTS` environment variable to the docker-compose file. I am also able to see it on canyouseeme.\n
    \n
    Gluetun is running on the port 6881 and the “Port used for incoming connections” is also 6881 in the qBittorrent settings. Should I change the incoming port to the one I got from AirVPN in the qBittorrent or is Gluetun already handling it for me?\n
    \n
    Also should I run the Gluetun on the port I got from the AirVPN or is 6881 fine?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693094644 {#1488
    date: 2023-08-27 02:04:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1496 …}
  +votes: Doctrine\ORM\PersistentCollection {#1490 …}
  +reports: Doctrine\ORM\PersistentCollection {#1493 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1492 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1477 …}
  +badges: Doctrine\ORM\PersistentCollection {#1761 …}
  +children: []
  -id: 15338
  -titleTs: "'forward':3 'gluetun/qbittorrent':1 'port':2"
  -bodyTs: "'6881':58,68,113 'abl':46 'ad':27 'airvpn':25,85,110 'alreadi':92 'also':20,45,67,97 'arr':9 'canyouseem':51 'chang':75 'compos':41 'connect':65 'contain':18 'docker':40 'docker-compos':39 'environ':35 'file':42 'fine':114 'firewal':31 'gluetun':17,52,91,102 'got':21,83,107 'handl':93 'hello':1 'incom':64,77 'input':33 'one':81 'peopl':2 'port':23,34,57,61,78,105 'qbittorr':8,71,88 'recent':4 'run':14,54,100 'see':48 'set':5,72 'setup':10 'use':62 'variabl':36 'vpn':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693094644
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/2813759"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693094644 {#1487
    date: 2023-08-27 02:04:04.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 {#1485
  +user: Proxies\__CG__\App\Entity\User {#1489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Gluetun-qBittorrent-Port-Forwarding"
  +title: "Gluetun/qBittorrent Port Forwarding"
  +url: null
  +body: """
    Hello people I recently set up a qBittorrent + Arr setup that is being run through a Gluetun container. I also got a port from AirVPN and added it as the `FIREWALL_VPN_INPUT_PORTS` environment variable to the docker-compose file. I am also able to see it on canyouseeme.\n
    \n
    Gluetun is running on the port 6881 and the “Port used for incoming connections” is also 6881 in the qBittorrent settings. Should I change the incoming port to the one I got from AirVPN in the qBittorrent or is Gluetun already handling it for me?\n
    \n
    Also should I run the Gluetun on the port I got from the AirVPN or is 6881 fine?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693094644 {#1488
    date: 2023-08-27 02:04:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1496 …}
  +votes: Doctrine\ORM\PersistentCollection {#1490 …}
  +reports: Doctrine\ORM\PersistentCollection {#1493 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1492 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1477 …}
  +badges: Doctrine\ORM\PersistentCollection {#1761 …}
  +children: []
  -id: 15338
  -titleTs: "'forward':3 'gluetun/qbittorrent':1 'port':2"
  -bodyTs: "'6881':58,68,113 'abl':46 'ad':27 'airvpn':25,85,110 'alreadi':92 'also':20,45,67,97 'arr':9 'canyouseem':51 'chang':75 'compos':41 'connect':65 'contain':18 'docker':40 'docker-compos':39 'environ':35 'file':42 'fine':114 'firewal':31 'gluetun':17,52,91,102 'got':21,83,107 'handl':93 'hello':1 'incom':64,77 'input':33 'one':81 'peopl':2 'port':23,34,57,61,78,105 'qbittorr':8,71,88 'recent':4 'run':14,54,100 'see':48 'set':5,72 'setup':10 'use':62 'variabl':36 'vpn':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693094644
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/2813759"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693094644 {#1487
    date: 2023-08-27 02:04:04.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 {#1485
  +user: Proxies\__CG__\App\Entity\User {#1489 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Gluetun-qBittorrent-Port-Forwarding"
  +title: "Gluetun/qBittorrent Port Forwarding"
  +url: null
  +body: """
    Hello people I recently set up a qBittorrent + Arr setup that is being run through a Gluetun container. I also got a port from AirVPN and added it as the `FIREWALL_VPN_INPUT_PORTS` environment variable to the docker-compose file. I am also able to see it on canyouseeme.\n
    \n
    Gluetun is running on the port 6881 and the “Port used for incoming connections” is also 6881 in the qBittorrent settings. Should I change the incoming port to the one I got from AirVPN in the qBittorrent or is Gluetun already handling it for me?\n
    \n
    Also should I run the Gluetun on the port I got from the AirVPN or is 6881 fine?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693094644 {#1488
    date: 2023-08-27 02:04:04.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1496 …}
  +votes: Doctrine\ORM\PersistentCollection {#1490 …}
  +reports: Doctrine\ORM\PersistentCollection {#1493 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1492 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1477 …}
  +badges: Doctrine\ORM\PersistentCollection {#1761 …}
  +children: []
  -id: 15338
  -titleTs: "'forward':3 'gluetun/qbittorrent':1 'port':2"
  -bodyTs: "'6881':58,68,113 'abl':46 'ad':27 'airvpn':25,85,110 'alreadi':92 'also':20,45,67,97 'arr':9 'canyouseem':51 'chang':75 'compos':41 'connect':65 'contain':18 'docker':40 'docker-compos':39 'environ':35 'file':42 'fine':114 'firewal':31 'gluetun':17,52,91,102 'got':21,83,107 'handl':93 'hello':1 'incom':64,77 'input':33 'one':81 'peopl':2 'port':23,34,57,61,78,105 'qbittorr':8,71,88 'recent':4 'run':14,54,100 'see':48 'set':5,72 'setup':10 'use':62 'variabl':36 'vpn':32"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693094644
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/2813759"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693094644 {#1487
    date: 2023-08-27 02:04:04.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 {#1760
  +user: Proxies\__CG__\App\Entity\User {#1757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1763 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Any-privacy-respecting-Instagram-frontends"
  +title: "Any privacy respecting Instagram frontends?"
  +url: null
  +body: """
    Since Bibliogram is dead, has any new project popped up?  \n
    I found [imgsed](https://imgsed.com/about/) just now, but it doesn’t look like it’s open source as far as I can tell
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693086439 {#1754
    date: 2023-08-26 23:47:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1756 …}
  +votes: Doctrine\ORM\PersistentCollection {#1759 …}
  +reports: Doctrine\ORM\PersistentCollection {#1751 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1772 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1778 …}
  +badges: Doctrine\ORM\PersistentCollection {#1777 …}
  +children: []
  -id: 3550
  -titleTs: "'frontend':5 'instagram':4 'privaci':2 'respect':3"
  -bodyTs: "'/about/)':16 'bibliogram':2 'dead':4 'doesn':21 'far':30 'found':12 'imgs':13 'imgsed.com':15 'imgsed.com/about/)':14 'like':24 'look':23 'new':7 'open':27 'pop':9 'project':8 'sinc':1 'sourc':28 'tell':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693092510
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/5116116"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693086010 {#1755
    date: 2023-08-26 23:40:10.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 {#1760
  +user: Proxies\__CG__\App\Entity\User {#1757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1763 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Any-privacy-respecting-Instagram-frontends"
  +title: "Any privacy respecting Instagram frontends?"
  +url: null
  +body: """
    Since Bibliogram is dead, has any new project popped up?  \n
    I found [imgsed](https://imgsed.com/about/) just now, but it doesn’t look like it’s open source as far as I can tell
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693086439 {#1754
    date: 2023-08-26 23:47:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1756 …}
  +votes: Doctrine\ORM\PersistentCollection {#1759 …}
  +reports: Doctrine\ORM\PersistentCollection {#1751 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1772 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1778 …}
  +badges: Doctrine\ORM\PersistentCollection {#1777 …}
  +children: []
  -id: 3550
  -titleTs: "'frontend':5 'instagram':4 'privaci':2 'respect':3"
  -bodyTs: "'/about/)':16 'bibliogram':2 'dead':4 'doesn':21 'far':30 'found':12 'imgs':13 'imgsed.com':15 'imgsed.com/about/)':14 'like':24 'look':23 'new':7 'open':27 'pop':9 'project':8 'sinc':1 'sourc':28 'tell':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693092510
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/5116116"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693086010 {#1755
    date: 2023-08-26 23:40:10.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 {#1760
  +user: Proxies\__CG__\App\Entity\User {#1757 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1763 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Any-privacy-respecting-Instagram-frontends"
  +title: "Any privacy respecting Instagram frontends?"
  +url: null
  +body: """
    Since Bibliogram is dead, has any new project popped up?  \n
    I found [imgsed](https://imgsed.com/about/) just now, but it doesn’t look like it’s open source as far as I can tell
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 1
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693086439 {#1754
    date: 2023-08-26 23:47:19.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1756 …}
  +votes: Doctrine\ORM\PersistentCollection {#1759 …}
  +reports: Doctrine\ORM\PersistentCollection {#1751 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1772 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1778 …}
  +badges: Doctrine\ORM\PersistentCollection {#1777 …}
  +children: []
  -id: 3550
  -titleTs: "'frontend':5 'instagram':4 'privaci':2 'respect':3"
  -bodyTs: "'/about/)':16 'bibliogram':2 'dead':4 'doesn':21 'far':30 'found':12 'imgs':13 'imgsed.com':15 'imgsed.com/about/)':14 'like':24 'look':23 'new':7 'open':27 'pop':9 'project':8 'sinc':1 'sourc':28 'tell':34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693092510
  +visibility: "visible             "
  +apId: "https://lemy.lol/post/5116116"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693086010 {#1755
    date: 2023-08-26 23:40:10.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 {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1783 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "That-time-I-followed-my-employment-contract-to-the-letter"
  +title: "That time I followed my employment contract to the letter"
  +url: null
  +body: """
    It’s a 3 months long malicious compliance but it was the first time I didn’t cave in front of a bullying team of managers:\n
    \n
    My last job became very toxic with managers insulting employees and telling me to do stuff that was neither ethical nor legal. It was not a matter of life and death, but I could have been sued for trying to destroy the company if I had followed their orders. For a lot of reasons, I decided to give my resignation letter and, since I’m in France, I had to work 3 additional months for them while they were finding someone to replace me.\n
    \n
    I also asked for some WFH since I could do everything remotely but they forbid it to get some revenge. They told me that WFH was not a part of my contract, and that’s when I read my contract again with some interesting details…\n
    \n
    - My job was well specified in the contract.\n
    - I was salaried (and not “hourly”) which means that I didn’t have specific hours to work.\n
    \n
    Since I changed my position in the company without changing the contract (and without a raise), I was free to do almost nothing or at least refuse what they asked. They couldn’t fire me because they were waiting for a savior that never came. And without specific hours, I worked from 10 AM to 11 AM in the morning, and from 3 PM to 4 PM in the afternoon after a well deserved lunch break. I sat on a chair doing nothing for 2 hours every day. I was still fixing non-responsive servers because the other employees were not guilty, but nothing more. No one was happy but they shut up because they were freaking out while trying to find a replacement who came during the last week I was there.\n
    \n
    My manager told me to train the new guy but, once again, it was not in my contract, and this guy knew nothing about what the job was (even if I had dutifully documented absolutely everything). For example, he was a junior who only dabbled with Windows servers, and we only used Linux servers. They were fucked and they knew it.\n
    \n
    On the last day, I went home without saying goodbye. Some employees wondered where I left since I helped them a lot. I saw my old manager a month later, and I thanked him my for the massive raise that I got at my new job. It felt good to tell him that I now earned more than him.\n
    \n
    Thanks for reading my rant!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 439
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693195364 {#1773
    date: 2023-08-28 06:02:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1785 …}
  +votes: Doctrine\ORM\PersistentCollection {#1786 …}
  +reports: Doctrine\ORM\PersistentCollection {#1764 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1766 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1681 …}
  +badges: Doctrine\ORM\PersistentCollection {#1466 …}
  +children: []
  -id: 1950
  -titleTs: "'contract':7 'employ':6 'follow':4 'letter':10 'time':2"
  -bodyTs: "'10':233 '11':236 '2':265 '3':4,98,243 '4':246 'absolut':349 'addit':99 'afternoon':250 'almost':202 'also':112 'ask':113,210 'becam':30 'break':256 'bulli':23 'came':225,307 'cave':18 'chair':261 'chang':183,190 'compani':69,188 'complianc':8 'contract':142,150,163,192,332 'could':60,119 'couldn':212 'dabbl':359 'day':268,379 'death':57 'decid':82 'deserv':254 'destroy':67 'detail':155 'didn':16,174 'document':348 'duti':347 'earn':431 'employe':36,280,387 'ethic':46 'even':343 'everi':267 'everyth':121,350 'exampl':352 'felt':423 'find':106,303 'fire':214 'first':13 'fix':272 'follow':73 'forbid':125 'franc':93 'freak':298 'free':199 'front':20 'fuck':371 'get':128 'give':84 'good':424 'goodby':385 'got':417 'guilti':283 'guy':323,335 'happi':290 'help':394 'home':382 'hour':169,178,229,266 'insult':35 'interest':154 'job':29,157,341,421 'junior':356 'knew':336,374 'last':28,310,378 'later':405 'least':206 'left':391 'legal':48 'letter':87 'life':55 'linux':367 'long':6 'lot':78,397 'lunch':255 'm':91 'malici':7 'manag':26,34,316,402 'massiv':413 'matter':53 'mean':171 'month':5,100,404 'morn':240 'neither':45 'never':224 'new':322,420 'non':274 'non-respons':273 'noth':203,263,285,337 'old':401 'one':288 'order':75 'part':139 'pm':244,247 'posit':185 'rais':196,414 'rant':439 'read':148,437 'reason':80 'refus':207 'remot':122 'replac':109,305 'resign':86 'respons':275 'reveng':130 'salari':166 'sat':258 'savior':222 'saw':399 'say':384 'server':276,362,368 'shut':293 'sinc':89,117,181,392 'someon':107 'specif':177,228 'specifi':160 'still':271 'stuff':42 'su':63 'team':24 'tell':38,426 'thank':408,435 'time':14 'told':132,317 'toxic':32 'train':320 'tri':65,301 'use':366 'wait':219 'week':311 'well':159,253 'went':381 'wfh':116,135 'window':361 'without':189,194,227,383 'wonder':388 'work':97,180,231"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693088263
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/2738783"
  +editedAt: DateTimeImmutable @1693001999 {#1775
    date: 2023-08-26 00:19:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693001863 {#1776
    date: 2023-08-26 00:17:43.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 {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1783 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "That-time-I-followed-my-employment-contract-to-the-letter"
  +title: "That time I followed my employment contract to the letter"
  +url: null
  +body: """
    It’s a 3 months long malicious compliance but it was the first time I didn’t cave in front of a bullying team of managers:\n
    \n
    My last job became very toxic with managers insulting employees and telling me to do stuff that was neither ethical nor legal. It was not a matter of life and death, but I could have been sued for trying to destroy the company if I had followed their orders. For a lot of reasons, I decided to give my resignation letter and, since I’m in France, I had to work 3 additional months for them while they were finding someone to replace me.\n
    \n
    I also asked for some WFH since I could do everything remotely but they forbid it to get some revenge. They told me that WFH was not a part of my contract, and that’s when I read my contract again with some interesting details…\n
    \n
    - My job was well specified in the contract.\n
    - I was salaried (and not “hourly”) which means that I didn’t have specific hours to work.\n
    \n
    Since I changed my position in the company without changing the contract (and without a raise), I was free to do almost nothing or at least refuse what they asked. They couldn’t fire me because they were waiting for a savior that never came. And without specific hours, I worked from 10 AM to 11 AM in the morning, and from 3 PM to 4 PM in the afternoon after a well deserved lunch break. I sat on a chair doing nothing for 2 hours every day. I was still fixing non-responsive servers because the other employees were not guilty, but nothing more. No one was happy but they shut up because they were freaking out while trying to find a replacement who came during the last week I was there.\n
    \n
    My manager told me to train the new guy but, once again, it was not in my contract, and this guy knew nothing about what the job was (even if I had dutifully documented absolutely everything). For example, he was a junior who only dabbled with Windows servers, and we only used Linux servers. They were fucked and they knew it.\n
    \n
    On the last day, I went home without saying goodbye. Some employees wondered where I left since I helped them a lot. I saw my old manager a month later, and I thanked him my for the massive raise that I got at my new job. It felt good to tell him that I now earned more than him.\n
    \n
    Thanks for reading my rant!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 439
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693195364 {#1773
    date: 2023-08-28 06:02:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1785 …}
  +votes: Doctrine\ORM\PersistentCollection {#1786 …}
  +reports: Doctrine\ORM\PersistentCollection {#1764 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1766 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1681 …}
  +badges: Doctrine\ORM\PersistentCollection {#1466 …}
  +children: []
  -id: 1950
  -titleTs: "'contract':7 'employ':6 'follow':4 'letter':10 'time':2"
  -bodyTs: "'10':233 '11':236 '2':265 '3':4,98,243 '4':246 'absolut':349 'addit':99 'afternoon':250 'almost':202 'also':112 'ask':113,210 'becam':30 'break':256 'bulli':23 'came':225,307 'cave':18 'chair':261 'chang':183,190 'compani':69,188 'complianc':8 'contract':142,150,163,192,332 'could':60,119 'couldn':212 'dabbl':359 'day':268,379 'death':57 'decid':82 'deserv':254 'destroy':67 'detail':155 'didn':16,174 'document':348 'duti':347 'earn':431 'employe':36,280,387 'ethic':46 'even':343 'everi':267 'everyth':121,350 'exampl':352 'felt':423 'find':106,303 'fire':214 'first':13 'fix':272 'follow':73 'forbid':125 'franc':93 'freak':298 'free':199 'front':20 'fuck':371 'get':128 'give':84 'good':424 'goodby':385 'got':417 'guilti':283 'guy':323,335 'happi':290 'help':394 'home':382 'hour':169,178,229,266 'insult':35 'interest':154 'job':29,157,341,421 'junior':356 'knew':336,374 'last':28,310,378 'later':405 'least':206 'left':391 'legal':48 'letter':87 'life':55 'linux':367 'long':6 'lot':78,397 'lunch':255 'm':91 'malici':7 'manag':26,34,316,402 'massiv':413 'matter':53 'mean':171 'month':5,100,404 'morn':240 'neither':45 'never':224 'new':322,420 'non':274 'non-respons':273 'noth':203,263,285,337 'old':401 'one':288 'order':75 'part':139 'pm':244,247 'posit':185 'rais':196,414 'rant':439 'read':148,437 'reason':80 'refus':207 'remot':122 'replac':109,305 'resign':86 'respons':275 'reveng':130 'salari':166 'sat':258 'savior':222 'saw':399 'say':384 'server':276,362,368 'shut':293 'sinc':89,117,181,392 'someon':107 'specif':177,228 'specifi':160 'still':271 'stuff':42 'su':63 'team':24 'tell':38,426 'thank':408,435 'time':14 'told':132,317 'toxic':32 'train':320 'tri':65,301 'use':366 'wait':219 'week':311 'well':159,253 'went':381 'wfh':116,135 'window':361 'without':189,194,227,383 'wonder':388 'work':97,180,231"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693088263
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/2738783"
  +editedAt: DateTimeImmutable @1693001999 {#1775
    date: 2023-08-26 00:19:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693001863 {#1776
    date: 2023-08-26 00:17:43.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 {#1781
  +user: Proxies\__CG__\App\Entity\User {#1782 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1783 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "That-time-I-followed-my-employment-contract-to-the-letter"
  +title: "That time I followed my employment contract to the letter"
  +url: null
  +body: """
    It’s a 3 months long malicious compliance but it was the first time I didn’t cave in front of a bullying team of managers:\n
    \n
    My last job became very toxic with managers insulting employees and telling me to do stuff that was neither ethical nor legal. It was not a matter of life and death, but I could have been sued for trying to destroy the company if I had followed their orders. For a lot of reasons, I decided to give my resignation letter and, since I’m in France, I had to work 3 additional months for them while they were finding someone to replace me.\n
    \n
    I also asked for some WFH since I could do everything remotely but they forbid it to get some revenge. They told me that WFH was not a part of my contract, and that’s when I read my contract again with some interesting details…\n
    \n
    - My job was well specified in the contract.\n
    - I was salaried (and not “hourly”) which means that I didn’t have specific hours to work.\n
    \n
    Since I changed my position in the company without changing the contract (and without a raise), I was free to do almost nothing or at least refuse what they asked. They couldn’t fire me because they were waiting for a savior that never came. And without specific hours, I worked from 10 AM to 11 AM in the morning, and from 3 PM to 4 PM in the afternoon after a well deserved lunch break. I sat on a chair doing nothing for 2 hours every day. I was still fixing non-responsive servers because the other employees were not guilty, but nothing more. No one was happy but they shut up because they were freaking out while trying to find a replacement who came during the last week I was there.\n
    \n
    My manager told me to train the new guy but, once again, it was not in my contract, and this guy knew nothing about what the job was (even if I had dutifully documented absolutely everything). For example, he was a junior who only dabbled with Windows servers, and we only used Linux servers. They were fucked and they knew it.\n
    \n
    On the last day, I went home without saying goodbye. Some employees wondered where I left since I helped them a lot. I saw my old manager a month later, and I thanked him my for the massive raise that I got at my new job. It felt good to tell him that I now earned more than him.\n
    \n
    Thanks for reading my rant!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 439
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693195364 {#1773
    date: 2023-08-28 06:02:44.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1785 …}
  +votes: Doctrine\ORM\PersistentCollection {#1786 …}
  +reports: Doctrine\ORM\PersistentCollection {#1764 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1766 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1681 …}
  +badges: Doctrine\ORM\PersistentCollection {#1466 …}
  +children: []
  -id: 1950
  -titleTs: "'contract':7 'employ':6 'follow':4 'letter':10 'time':2"
  -bodyTs: "'10':233 '11':236 '2':265 '3':4,98,243 '4':246 'absolut':349 'addit':99 'afternoon':250 'almost':202 'also':112 'ask':113,210 'becam':30 'break':256 'bulli':23 'came':225,307 'cave':18 'chair':261 'chang':183,190 'compani':69,188 'complianc':8 'contract':142,150,163,192,332 'could':60,119 'couldn':212 'dabbl':359 'day':268,379 'death':57 'decid':82 'deserv':254 'destroy':67 'detail':155 'didn':16,174 'document':348 'duti':347 'earn':431 'employe':36,280,387 'ethic':46 'even':343 'everi':267 'everyth':121,350 'exampl':352 'felt':423 'find':106,303 'fire':214 'first':13 'fix':272 'follow':73 'forbid':125 'franc':93 'freak':298 'free':199 'front':20 'fuck':371 'get':128 'give':84 'good':424 'goodby':385 'got':417 'guilti':283 'guy':323,335 'happi':290 'help':394 'home':382 'hour':169,178,229,266 'insult':35 'interest':154 'job':29,157,341,421 'junior':356 'knew':336,374 'last':28,310,378 'later':405 'least':206 'left':391 'legal':48 'letter':87 'life':55 'linux':367 'long':6 'lot':78,397 'lunch':255 'm':91 'malici':7 'manag':26,34,316,402 'massiv':413 'matter':53 'mean':171 'month':5,100,404 'morn':240 'neither':45 'never':224 'new':322,420 'non':274 'non-respons':273 'noth':203,263,285,337 'old':401 'one':288 'order':75 'part':139 'pm':244,247 'posit':185 'rais':196,414 'rant':439 'read':148,437 'reason':80 'refus':207 'remot':122 'replac':109,305 'resign':86 'respons':275 'reveng':130 'salari':166 'sat':258 'savior':222 'saw':399 'say':384 'server':276,362,368 'shut':293 'sinc':89,117,181,392 'someon':107 'specif':177,228 'specifi':160 'still':271 'stuff':42 'su':63 'team':24 'tell':38,426 'thank':408,435 'time':14 'told':132,317 'toxic':32 'train':320 'tri':65,301 'use':366 'wait':219 'week':311 'well':159,253 'went':381 'wfh':116,135 'window':361 'without':189,194,227,383 'wonder':388 'work':97,180,231"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693088263
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/2738783"
  +editedAt: DateTimeImmutable @1693001999 {#1775
    date: 2023-08-26 00:19:59.0 +02:00
  }
  +createdAt: DateTimeImmutable @1693001863 {#1776
    date: 2023-08-26 00:17:43.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 {#1637
  +user: Proxies\__CG__\App\Entity\User {#1642 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-to-improve-my-battery-measurement-circuit"
  +title: "How to improve my battery measurement circuit?"
  +url: null
  +body: """
    I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
    \n
    My first idea was to use a simple voltage divider:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
    \n
    I’ve chosen the resistor values so that:\n
    \n
    - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
    - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
    \n
    This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
    \n
    So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
    \n
    This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
    \n
    To address that issue, I’ve added a second mosfet into the measure path:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
    \n
    This works, and it does not draw any current, except while measuring.\n
    \n
    However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
    \n
    Oh, and if I’m doing something stupid here, please tell me :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694781042 {#1445
    date: 2023-09-15 14:30:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1643 …}
  +votes: Doctrine\ORM\PersistentCollection {#1633 …}
  +reports: Doctrine\ORM\PersistentCollection {#1624 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1636 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1660 …}
  +badges: Doctrine\ORM\PersistentCollection {#1450 …}
  +children: []
  -id: 1944
  -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
  -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693029637
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2309537"
  +editedAt: DateTimeImmutable @1692947232 {#1465
    date: 2023-08-25 09:07:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692947137 {#1638
    date: 2023-08-25 09:05:37.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 {#1637
  +user: Proxies\__CG__\App\Entity\User {#1642 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-to-improve-my-battery-measurement-circuit"
  +title: "How to improve my battery measurement circuit?"
  +url: null
  +body: """
    I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
    \n
    My first idea was to use a simple voltage divider:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
    \n
    I’ve chosen the resistor values so that:\n
    \n
    - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
    - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
    \n
    This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
    \n
    So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
    \n
    This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
    \n
    To address that issue, I’ve added a second mosfet into the measure path:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
    \n
    This works, and it does not draw any current, except while measuring.\n
    \n
    However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
    \n
    Oh, and if I’m doing something stupid here, please tell me :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694781042 {#1445
    date: 2023-09-15 14:30:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1643 …}
  +votes: Doctrine\ORM\PersistentCollection {#1633 …}
  +reports: Doctrine\ORM\PersistentCollection {#1624 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1636 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1660 …}
  +badges: Doctrine\ORM\PersistentCollection {#1450 …}
  +children: []
  -id: 1944
  -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
  -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693029637
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2309537"
  +editedAt: DateTimeImmutable @1692947232 {#1465
    date: 2023-08-25 09:07:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692947137 {#1638
    date: 2023-08-25 09:05:37.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 {#1637
  +user: Proxies\__CG__\App\Entity\User {#1642 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-to-improve-my-battery-measurement-circuit"
  +title: "How to improve my battery measurement circuit?"
  +url: null
  +body: """
    I am powering a 5V microcontroller (arduino clone, atmega328p) using a 9V block and a buck converter. Now I want to let the microcontroller occasionally measure the battery voltage, so I can get an idea of how full it is.\n
    \n
    My first idea was to use a simple voltage divider:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)\n
    \n
    I’ve chosen the resistor values so that:\n
    \n
    - the voltage at the measure output is `< 1.1V`, to be able to use the 1.1V internal reference of the atmega’s ADC\n
    - `R1 || R2 < 10kΩ`, since the atmega datasheet says “The ADC is optimized for analog signals with an output impedance of approximately 10 kΩ or less”\n
    \n
    This is great and all, but what bothers me is that this circuit will constantly draw ~100µA from the battery.\n
    \n
    So, my next thought was to add a mosfet to the divider, to switch it on only while measuring:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)\n
    \n
    This is obviously bad, because now when the mosfet is off, the ADC input sees the whole battery voltage.\n
    \n
    To address that issue, I’ve added a second mosfet into the measure path:\n
    \n
    ![](https://discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)\n
    \n
    This works, and it does not draw any current, except while measuring.\n
    \n
    However, it’s quite a few parts. So I’m curious if anyone has an idea how to do this with just a single mosfet. It seems to me like it should be possible, but I haven’t figured out how.\n
    \n
    Oh, and if I’m doing something stupid here, please tell me :)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 17
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694781042 {#1445
    date: 2023-09-15 14:30:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1643 …}
  +votes: Doctrine\ORM\PersistentCollection {#1633 …}
  +reports: Doctrine\ORM\PersistentCollection {#1624 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1636 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1660 …}
  +badges: Doctrine\ORM\PersistentCollection {#1450 …}
  +children: []
  -id: 1944
  -titleTs: "'batteri':5 'circuit':7 'improv':3 'measur':6"
  -bodyTs: "'/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':152 '/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':188 '/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':53 '1.1':69,77 '10':107 '100µa':127 '10kω':88 '5v':5 '9v':12 'abl':73 'ad':178 'adc':85,95,165 'add':137 'address':173 'analog':99 'anyon':213 'approxim':106 'arduino':7 'atmega':83,91 'atmega328p':9 'bad':156 'batteri':28,130,170 'block':13 'bother':118 'buck':16 'chosen':56 'circuit':123 'clone':8 'constant':125 'convert':17 'curious':211 'current':197 'datasheet':92 'discuss.tchncs.de':52,151,187 'discuss.tchncs.de/pictrs/image/450dc371-58d0-4eb0-8f3b-4e76bf676bf4.png)':150 'discuss.tchncs.de/pictrs/image/970e3840-fcbb-46dd-92fb-8903b89149a0.png)':186 'discuss.tchncs.de/pictrs/image/9d173f1d-8412-4129-8ae1-c549a7895107.png)':51 'divid':50,142 'draw':126,195 'except':198 'figur':239 'first':42 'full':38 'get':33 'great':113 'haven':237 'howev':201 'idea':35,43,216 'imped':104 'input':166 'intern':79 'issu':175 'kω':108 'less':110 'let':22 'like':230 'm':210,246 'measur':26,66,149,184,200 'microcontrol':6,24 'mosfet':139,161,181,225 'next':133 'obvious':155 'occasion':25 'oh':242 'optim':97 'output':67,103 'part':207 'path':185 'pleas':251 'possibl':234 'power':3 'quit':204 'r1':86 'r2':87 'refer':80 'resistor':58 'say':93 'second':180 'see':167 'seem':227 'signal':100 'simpl':48 'sinc':89 'singl':224 'someth':248 'stupid':249 'switch':144 'tell':252 'thought':134 'use':10,46,75 'v':70,78 'valu':59 've':55,177 'voltag':29,49,63,171 'want':20 'whole':169 'work':190"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693029637
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/2309537"
  +editedAt: DateTimeImmutable @1692947232 {#1465
    date: 2023-08-25 09:07:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1692947137 {#1638
    date: 2023-08-25 09:05:37.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 {#1446
  +user: Proxies\__CG__\App\Entity\User {#1447 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-it-possible-to-view-a-post-that-was-deleted"
  +title: "Is it possible to view a post that was deleted by mods?"
  +url: null
  +body: "I made a post on asklemmy @ lemmy.ml and it was deleted by mods apparently due to “super toxic comments” that users made. I didn’t get a chance to view all the comments and still would like to. However, using this backlog: [lemmy.ml/modlog?page=1&userId=2461030](https://lemmy.ml/modlog?page=1&userId=2461030) , [lemmy.ml/post/3809854](https://lemmy.ml/post/3809854) It says that the post couldn’t be found. Not sure if that’s just a temporary server issue or it’s gone completely. Is there a way to view posts that were deleted by mods (even if you made the post yourself)?![](https://lemmy.world/pictrs/image/3452df9c-c131-4559-b5e5-d2b912c083e7.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693025175 {#1421
    date: 2023-08-26 06:46:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1424 …}
  +votes: Doctrine\ORM\PersistentCollection {#1442 …}
  +reports: Doctrine\ORM\PersistentCollection {#1420 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1417 …}
  +badges: Doctrine\ORM\PersistentCollection {#1411 …}
  +children: []
  -id: 7102
  -titleTs: "'delet':10 'mod':12 'possibl':3 'post':7 'view':5"
  -bodyTs: "'/modlog?page=1&userid=2461030](https://lemmy.ml/modlog?page=1&userid=2461030)':45 '/pictrs/image/3452df9c-c131-4559-b5e5-d2b912c083e7.jpeg)':94 '/post/3809854](https://lemmy.ml/post/3809854)':48 'appar':14 'asklemmi':6 'backlog':42 'chanc':28 'comment':19,33 'complet':72 'couldn':54 'delet':11,82 'didn':24 'due':15 'even':85 'found':57 'get':26 'gone':71 'howev':39 'issu':67 'lemmy.ml':7,44,47 'lemmy.ml/modlog?page=1&userid=2461030](https://lemmy.ml/modlog?page=1&userid=2461030)':43 'lemmy.ml/post/3809854](https://lemmy.ml/post/3809854)':46 'lemmy.world':93 'lemmy.world/pictrs/image/3452df9c-c131-4559-b5e5-d2b912c083e7.jpeg)':92 'like':37 'made':2,22,88 'mod':13,84 'post':4,53,79,90 'say':50 'server':66 'still':35 'super':17 'sure':59 'temporari':65 'toxic':18 'use':40 'user':21 'view':30,78 'way':76 'would':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693025175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3856096"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693025175 {#1422
    date: 2023-08-26 06: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
75 DENIED edit
App\Entity\Entry {#1446
  +user: Proxies\__CG__\App\Entity\User {#1447 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-it-possible-to-view-a-post-that-was-deleted"
  +title: "Is it possible to view a post that was deleted by mods?"
  +url: null
  +body: "I made a post on asklemmy @ lemmy.ml and it was deleted by mods apparently due to “super toxic comments” that users made. I didn’t get a chance to view all the comments and still would like to. However, using this backlog: [lemmy.ml/modlog?page=1&userId=2461030](https://lemmy.ml/modlog?page=1&userId=2461030) , [lemmy.ml/post/3809854](https://lemmy.ml/post/3809854) It says that the post couldn’t be found. Not sure if that’s just a temporary server issue or it’s gone completely. Is there a way to view posts that were deleted by mods (even if you made the post yourself)?![](https://lemmy.world/pictrs/image/3452df9c-c131-4559-b5e5-d2b912c083e7.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693025175 {#1421
    date: 2023-08-26 06:46:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1424 …}
  +votes: Doctrine\ORM\PersistentCollection {#1442 …}
  +reports: Doctrine\ORM\PersistentCollection {#1420 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1417 …}
  +badges: Doctrine\ORM\PersistentCollection {#1411 …}
  +children: []
  -id: 7102
  -titleTs: "'delet':10 'mod':12 'possibl':3 'post':7 'view':5"
  -bodyTs: "'/modlog?page=1&userid=2461030](https://lemmy.ml/modlog?page=1&userid=2461030)':45 '/pictrs/image/3452df9c-c131-4559-b5e5-d2b912c083e7.jpeg)':94 '/post/3809854](https://lemmy.ml/post/3809854)':48 'appar':14 'asklemmi':6 'backlog':42 'chanc':28 'comment':19,33 'complet':72 'couldn':54 'delet':11,82 'didn':24 'due':15 'even':85 'found':57 'get':26 'gone':71 'howev':39 'issu':67 'lemmy.ml':7,44,47 'lemmy.ml/modlog?page=1&userid=2461030](https://lemmy.ml/modlog?page=1&userid=2461030)':43 'lemmy.ml/post/3809854](https://lemmy.ml/post/3809854)':46 'lemmy.world':93 'lemmy.world/pictrs/image/3452df9c-c131-4559-b5e5-d2b912c083e7.jpeg)':92 'like':37 'made':2,22,88 'mod':13,84 'post':4,53,79,90 'say':50 'server':66 'still':35 'super':17 'sure':59 'temporari':65 'toxic':18 'use':40 'user':21 'view':30,78 'way':76 'would':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693025175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3856096"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693025175 {#1422
    date: 2023-08-26 06: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
76 DENIED moderate
App\Entity\Entry {#1446
  +user: Proxies\__CG__\App\Entity\User {#1447 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Is-it-possible-to-view-a-post-that-was-deleted"
  +title: "Is it possible to view a post that was deleted by mods?"
  +url: null
  +body: "I made a post on asklemmy @ lemmy.ml and it was deleted by mods apparently due to “super toxic comments” that users made. I didn’t get a chance to view all the comments and still would like to. However, using this backlog: [lemmy.ml/modlog?page=1&userId=2461030](https://lemmy.ml/modlog?page=1&userId=2461030) , [lemmy.ml/post/3809854](https://lemmy.ml/post/3809854) It says that the post couldn’t be found. Not sure if that’s just a temporary server issue or it’s gone completely. Is there a way to view posts that were deleted by mods (even if you made the post yourself)?![](https://lemmy.world/pictrs/image/3452df9c-c131-4559-b5e5-d2b912c083e7.jpeg)"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693025175 {#1421
    date: 2023-08-26 06:46:15.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1424 …}
  +votes: Doctrine\ORM\PersistentCollection {#1442 …}
  +reports: Doctrine\ORM\PersistentCollection {#1420 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1451 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1417 …}
  +badges: Doctrine\ORM\PersistentCollection {#1411 …}
  +children: []
  -id: 7102
  -titleTs: "'delet':10 'mod':12 'possibl':3 'post':7 'view':5"
  -bodyTs: "'/modlog?page=1&userid=2461030](https://lemmy.ml/modlog?page=1&userid=2461030)':45 '/pictrs/image/3452df9c-c131-4559-b5e5-d2b912c083e7.jpeg)':94 '/post/3809854](https://lemmy.ml/post/3809854)':48 'appar':14 'asklemmi':6 'backlog':42 'chanc':28 'comment':19,33 'complet':72 'couldn':54 'delet':11,82 'didn':24 'due':15 'even':85 'found':57 'get':26 'gone':71 'howev':39 'issu':67 'lemmy.ml':7,44,47 'lemmy.ml/modlog?page=1&userid=2461030](https://lemmy.ml/modlog?page=1&userid=2461030)':43 'lemmy.ml/post/3809854](https://lemmy.ml/post/3809854)':46 'lemmy.world':93 'lemmy.world/pictrs/image/3452df9c-c131-4559-b5e5-d2b912c083e7.jpeg)':92 'like':37 'made':2,22,88 'mod':13,84 'post':4,53,79,90 'say':50 'server':66 'still':35 'super':17 'sure':59 'temporari':65 'toxic':18 'use':40 'user':21 'view':30,78 'way':76 'would':36"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1693025175
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3856096"
  +editedAt: null
  +createdAt: DateTimeImmutable @1693025175 {#1422
    date: 2023-08-26 06: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
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 {#1418
  +user: Proxies\__CG__\App\Entity\User {#1419 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-can-I-set-or-unset-the-NSWF-tag-in"
  +title: "How can I set or unset the NSWF tag in posts?"
  +url: null
  +body: "I’m an admin in our own instance (mujico.org), I have seen some posts that need the NSFW tag but I can’t find a way to put that tag, There are some posts that are not NSFW and I would like to remove that, that’s it."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692976631 {#1441
    date: 2023-08-25 17:17:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1425 …}
  +votes: Doctrine\ORM\PersistentCollection {#1427 …}
  +reports: Doctrine\ORM\PersistentCollection {#1454 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1464 …}
  +badges: Doctrine\ORM\PersistentCollection {#1457 …}
  +children: []
  -id: 8769
  -titleTs: "'nswf':8 'post':11 'set':4 'tag':9 'unset':6"
  -bodyTs: "'admin':4 'find':24 'instanc':8 'like':42 'm':2 'mujico.org':9 'need':16 'nsfw':18,38 'post':14,34 'put':28 'remov':44 'seen':12 'tag':19,30 'way':26 'would':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692976631
  +visibility: "visible             "
  +apId: "https://mujico.org/post/64936"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692976631 {#1443
    date: 2023-08-25 17:17: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
79 DENIED edit
App\Entity\Entry {#1418
  +user: Proxies\__CG__\App\Entity\User {#1419 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-can-I-set-or-unset-the-NSWF-tag-in"
  +title: "How can I set or unset the NSWF tag in posts?"
  +url: null
  +body: "I’m an admin in our own instance (mujico.org), I have seen some posts that need the NSFW tag but I can’t find a way to put that tag, There are some posts that are not NSFW and I would like to remove that, that’s it."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692976631 {#1441
    date: 2023-08-25 17:17:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1425 …}
  +votes: Doctrine\ORM\PersistentCollection {#1427 …}
  +reports: Doctrine\ORM\PersistentCollection {#1454 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1464 …}
  +badges: Doctrine\ORM\PersistentCollection {#1457 …}
  +children: []
  -id: 8769
  -titleTs: "'nswf':8 'post':11 'set':4 'tag':9 'unset':6"
  -bodyTs: "'admin':4 'find':24 'instanc':8 'like':42 'm':2 'mujico.org':9 'need':16 'nsfw':18,38 'post':14,34 'put':28 'remov':44 'seen':12 'tag':19,30 'way':26 'would':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692976631
  +visibility: "visible             "
  +apId: "https://mujico.org/post/64936"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692976631 {#1443
    date: 2023-08-25 17:17: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
80 DENIED moderate
App\Entity\Entry {#1418
  +user: Proxies\__CG__\App\Entity\User {#1419 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1394 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "How-can-I-set-or-unset-the-NSWF-tag-in"
  +title: "How can I set or unset the NSWF tag in posts?"
  +url: null
  +body: "I’m an admin in our own instance (mujico.org), I have seen some posts that need the NSFW tag but I can’t find a way to put that tag, There are some posts that are not NSFW and I would like to remove that, that’s it."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692976631 {#1441
    date: 2023-08-25 17:17:11.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1425 …}
  +votes: Doctrine\ORM\PersistentCollection {#1427 …}
  +reports: Doctrine\ORM\PersistentCollection {#1454 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1462 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1464 …}
  +badges: Doctrine\ORM\PersistentCollection {#1457 …}
  +children: []
  -id: 8769
  -titleTs: "'nswf':8 'post':11 'set':4 'tag':9 'unset':6"
  -bodyTs: "'admin':4 'find':24 'instanc':8 'like':42 'm':2 'mujico.org':9 'need':16 'nsfw':18,38 'post':14,34 'put':28 'remov':44 'seen':12 'tag':19,30 'way':26 'would':41"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692976631
  +visibility: "visible             "
  +apId: "https://mujico.org/post/64936"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692976631 {#1443
    date: 2023-08-25 17:17: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
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 {#1458
  +user: Proxies\__CG__\App\Entity\User {#1459 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Can-anyone-help-how-to-fix-my-led"
  +title: "Can anyone help how to fix my led?"
  +url: null
  +body: "Is there a way to figure out my LED board and fix it myself? I got this LED light which works perfectly but the issue is the usb charger port on the left is not working for whatever reason. There are two ports one micro for charging the led and one usb for outlet charging. Is there a way to switch the charging to the usb port? If you guys have any resources for learning I would appreciate it too, I will get my feet wet and hopefully figure it out myself…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693319795 {#1453
    date: 2023-08-29 16:36:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1432 …}
  +votes: Doctrine\ORM\PersistentCollection {#1433 …}
  +reports: Doctrine\ORM\PersistentCollection {#1436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1435 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1434 …}
  +badges: Doctrine\ORM\PersistentCollection {#1440 …}
  +children: []
  -id: 1943
  -titleTs: "'anyon':2 'fix':6 'help':3 'led':8"
  -bodyTs: "'appreci':78 'board':10 'charg':47,55,63 'charger':29 'feet':85 'figur':6,89 'fix':12 'get':83 'got':16 'guy':70 'hope':88 'issu':25 'learn':75 'led':9,18,49 'left':33 'light':19 'micro':45 'one':44,51 'outlet':54 'perfect':22 'port':30,43,67 'reason':39 'resourc':73 'switch':61 'two':42 'usb':28,52,66 'way':4,59 'wet':86 'whatev':38 'work':21,36 'would':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692967035
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5387578"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692932035 {#1460
    date: 2023-08-25 04:53:55.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 {#1458
  +user: Proxies\__CG__\App\Entity\User {#1459 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Can-anyone-help-how-to-fix-my-led"
  +title: "Can anyone help how to fix my led?"
  +url: null
  +body: "Is there a way to figure out my LED board and fix it myself? I got this LED light which works perfectly but the issue is the usb charger port on the left is not working for whatever reason. There are two ports one micro for charging the led and one usb for outlet charging. Is there a way to switch the charging to the usb port? If you guys have any resources for learning I would appreciate it too, I will get my feet wet and hopefully figure it out myself…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693319795 {#1453
    date: 2023-08-29 16:36:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1432 …}
  +votes: Doctrine\ORM\PersistentCollection {#1433 …}
  +reports: Doctrine\ORM\PersistentCollection {#1436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1435 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1434 …}
  +badges: Doctrine\ORM\PersistentCollection {#1440 …}
  +children: []
  -id: 1943
  -titleTs: "'anyon':2 'fix':6 'help':3 'led':8"
  -bodyTs: "'appreci':78 'board':10 'charg':47,55,63 'charger':29 'feet':85 'figur':6,89 'fix':12 'get':83 'got':16 'guy':70 'hope':88 'issu':25 'learn':75 'led':9,18,49 'left':33 'light':19 'micro':45 'one':44,51 'outlet':54 'perfect':22 'port':30,43,67 'reason':39 'resourc':73 'switch':61 'two':42 'usb':28,52,66 'way':4,59 'wet':86 'whatev':38 'work':21,36 'would':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692967035
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5387578"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692932035 {#1460
    date: 2023-08-25 04:53:55.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 {#1458
  +user: Proxies\__CG__\App\Entity\User {#1459 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Can-anyone-help-how-to-fix-my-led"
  +title: "Can anyone help how to fix my led?"
  +url: null
  +body: "Is there a way to figure out my LED board and fix it myself? I got this LED light which works perfectly but the issue is the usb charger port on the left is not working for whatever reason. There are two ports one micro for charging the led and one usb for outlet charging. Is there a way to switch the charging to the usb port? If you guys have any resources for learning I would appreciate it too, I will get my feet wet and hopefully figure it out myself…"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 4
  +favouriteCount: 4
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1693319795 {#1453
    date: 2023-08-29 16:36:35.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1432 …}
  +votes: Doctrine\ORM\PersistentCollection {#1433 …}
  +reports: Doctrine\ORM\PersistentCollection {#1436 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1435 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1434 …}
  +badges: Doctrine\ORM\PersistentCollection {#1440 …}
  +children: []
  -id: 1943
  -titleTs: "'anyon':2 'fix':6 'help':3 'led':8"
  -bodyTs: "'appreci':78 'board':10 'charg':47,55,63 'charger':29 'feet':85 'figur':6,89 'fix':12 'get':83 'got':16 'guy':70 'hope':88 'issu':25 'learn':75 'led':9,18,49 'left':33 'light':19 'micro':45 'one':44,51 'outlet':54 'perfect':22 'port':30,43,67 'reason':39 'resourc':73 'switch':61 'two':42 'usb':28,52,66 'way':4,59 'wet':86 'whatev':38 'work':21,36 'would':77"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692967035
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5387578"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692932035 {#1460
    date: 2023-08-25 04:53:55.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 {#1694
  +user: Proxies\__CG__\App\Entity\User {#1703 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1700 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "FUCK-TICKETMASTER-Rant"
  +title: "FUCK TICKETMASTER (Rant)"
  +url: null
  +body: "I FUCKING HATE THIS SERVICE. Assholes don’t let you delete your account and ask you to go to their privacy policy page and read through 500 pages of text to find the instructions on how to delete your account, only for it to say you have to contact them to delete it, and when you contact them they never respond back other than the automated email response. Absolute cancer that always adds on 20 extra dollars to all of your tickets at checkout time when seats are quickly selling out. FUCK THIS MONOPOLY AND FUCK THE CORPORATE DICK SUCKING MANIACS RUNNING IT."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692905115 {#1429
    date: 2023-08-24 21:25:15.0 +02: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: 14697
  -titleTs: "'fuck':1 'rant':3 'ticketmast':2"
  -bodyTs: "'20':75 '500':27 'absolut':69 'account':13,40 'add':73 'alway':72 'ask':15 'asshol':6 'autom':66 'back':62 'cancer':70 'checkout':84 'contact':49,57 'corpor':98 'delet':11,38,52 'dick':99 'dollar':77 'email':67 'extra':76 'find':32 'fuck':2,92,96 'go':18 'hate':3 'instruct':34 'let':9 'maniac':101 'monopoli':94 'never':60 'page':23,28 'polici':22 'privaci':21 'quick':89 'read':25 'respond':61 'respons':68 'run':102 'say':45 'seat':87 'sell':90 'servic':5 'suck':100 'text':30 'ticket':82 'time':85"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692909615
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5347789"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692905115 {#1699
    date: 2023-08-24 21:25: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
87 DENIED edit
App\Entity\Entry {#1694
  +user: Proxies\__CG__\App\Entity\User {#1703 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1700 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "FUCK-TICKETMASTER-Rant"
  +title: "FUCK TICKETMASTER (Rant)"
  +url: null
  +body: "I FUCKING HATE THIS SERVICE. Assholes don’t let you delete your account and ask you to go to their privacy policy page and read through 500 pages of text to find the instructions on how to delete your account, only for it to say you have to contact them to delete it, and when you contact them they never respond back other than the automated email response. Absolute cancer that always adds on 20 extra dollars to all of your tickets at checkout time when seats are quickly selling out. FUCK THIS MONOPOLY AND FUCK THE CORPORATE DICK SUCKING MANIACS RUNNING IT."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692905115 {#1429
    date: 2023-08-24 21:25:15.0 +02: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: 14697
  -titleTs: "'fuck':1 'rant':3 'ticketmast':2"
  -bodyTs: "'20':75 '500':27 'absolut':69 'account':13,40 'add':73 'alway':72 'ask':15 'asshol':6 'autom':66 'back':62 'cancer':70 'checkout':84 'contact':49,57 'corpor':98 'delet':11,38,52 'dick':99 'dollar':77 'email':67 'extra':76 'find':32 'fuck':2,92,96 'go':18 'hate':3 'instruct':34 'let':9 'maniac':101 'monopoli':94 'never':60 'page':23,28 'polici':22 'privaci':21 'quick':89 'read':25 'respond':61 'respons':68 'run':102 'say':45 'seat':87 'sell':90 'servic':5 'suck':100 'text':30 'ticket':82 'time':85"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692909615
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5347789"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692905115 {#1699
    date: 2023-08-24 21:25: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
88 DENIED moderate
App\Entity\Entry {#1694
  +user: Proxies\__CG__\App\Entity\User {#1703 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1700 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "FUCK-TICKETMASTER-Rant"
  +title: "FUCK TICKETMASTER (Rant)"
  +url: null
  +body: "I FUCKING HATE THIS SERVICE. Assholes don’t let you delete your account and ask you to go to their privacy policy page and read through 500 pages of text to find the instructions on how to delete your account, only for it to say you have to contact them to delete it, and when you contact them they never respond back other than the automated email response. Absolute cancer that always adds on 20 extra dollars to all of your tickets at checkout time when seats are quickly selling out. FUCK THIS MONOPOLY AND FUCK THE CORPORATE DICK SUCKING MANIACS RUNNING IT."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 2
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692905115 {#1429
    date: 2023-08-24 21:25:15.0 +02: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: 14697
  -titleTs: "'fuck':1 'rant':3 'ticketmast':2"
  -bodyTs: "'20':75 '500':27 'absolut':69 'account':13,40 'add':73 'alway':72 'ask':15 'asshol':6 'autom':66 'back':62 'cancer':70 'checkout':84 'contact':49,57 'corpor':98 'delet':11,38,52 'dick':99 'dollar':77 'email':67 'extra':76 'find':32 'fuck':2,92,96 'go':18 'hate':3 'instruct':34 'let':9 'maniac':101 'monopoli':94 'never':60 'page':23,28 'polici':22 'privaci':21 'quick':89 'read':25 'respond':61 'respons':68 'run':102 'say':45 'seat':87 'sell':90 'servic':5 'suck':100 'text':30 'ticket':82 'time':85"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692909615
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/5347789"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692905115 {#1699
    date: 2023-08-24 21:25: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
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 {#1743
  +user: Proxies\__CG__\App\Entity\User {#1752 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Gowin-FPGA-synthesis-stuck-on-95"
  +title: "Gowin FPGA synthesis stuck on 95%"
  +url: null
  +body: """
    I am making a graphics card on the tang nano 20k board. I tried synthesising the design in the official IDE and it output:\n
    \n
    `[95%] Generate netlist file “/home/original2/Downloads/Gowin_V1.9.8.09_Education_linux/IDE/bin/VGA_out/impl/gwsynthesis/VGA_out.vg” completed`\n
    \n
    with no further updates for 40 minutes so far. I am on a 16 core system with 24GB of ram (the process is maxing out 1 core right now as well as using 6GB RAM). Why is it not progressing…\n
    \n
    I do have a 60 by 80 array with 11 bit numbers in it if that is relevant
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692897945 {#1612
    date: 2023-08-24 19:25:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 1935
  -titleTs: "'95':6 'fpga':2 'gowin':1 'stuck':4 'synthesi':3"
  -bodyTs: "'/home/original2/downloads/gowin_v1.9.8.09_education_linux/ide/bin/vga_out/impl/gwsynthesis/vga_out.vg':29 '1':56 '11':80 '16':44 '20k':11 '24gb':48 '40':36 '60':75 '6gb':64 '80':77 '95':25 'array':78 'bit':81 'board':12 'card':6 'complet':30 'core':45,57 'design':17 'far':39 'file':28 'generat':26 'graphic':5 'ide':21 'make':3 'max':54 'minut':37 'nano':10 'netlist':27 'number':82 'offici':20 'output':24 'process':52 'progress':70 'ram':50,65 'relev':88 'right':58 'synthesis':15 'system':46 'tang':9 'tri':14 'updat':34 'use':63 'well':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692902445
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3760578"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692897945 {#1615
    date: 2023-08-24 19:25:45.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 {#1743
  +user: Proxies\__CG__\App\Entity\User {#1752 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Gowin-FPGA-synthesis-stuck-on-95"
  +title: "Gowin FPGA synthesis stuck on 95%"
  +url: null
  +body: """
    I am making a graphics card on the tang nano 20k board. I tried synthesising the design in the official IDE and it output:\n
    \n
    `[95%] Generate netlist file “/home/original2/Downloads/Gowin_V1.9.8.09_Education_linux/IDE/bin/VGA_out/impl/gwsynthesis/VGA_out.vg” completed`\n
    \n
    with no further updates for 40 minutes so far. I am on a 16 core system with 24GB of ram (the process is maxing out 1 core right now as well as using 6GB RAM). Why is it not progressing…\n
    \n
    I do have a 60 by 80 array with 11 bit numbers in it if that is relevant
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692897945 {#1612
    date: 2023-08-24 19:25:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 1935
  -titleTs: "'95':6 'fpga':2 'gowin':1 'stuck':4 'synthesi':3"
  -bodyTs: "'/home/original2/downloads/gowin_v1.9.8.09_education_linux/ide/bin/vga_out/impl/gwsynthesis/vga_out.vg':29 '1':56 '11':80 '16':44 '20k':11 '24gb':48 '40':36 '60':75 '6gb':64 '80':77 '95':25 'array':78 'bit':81 'board':12 'card':6 'complet':30 'core':45,57 'design':17 'far':39 'file':28 'generat':26 'graphic':5 'ide':21 'make':3 'max':54 'minut':37 'nano':10 'netlist':27 'number':82 'offici':20 'output':24 'process':52 'progress':70 'ram':50,65 'relev':88 'right':58 'synthesis':15 'system':46 'tang':9 'tri':14 'updat':34 'use':63 'well':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692902445
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3760578"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692897945 {#1615
    date: 2023-08-24 19:25:45.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 {#1743
  +user: Proxies\__CG__\App\Entity\User {#1752 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1644 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Gowin-FPGA-synthesis-stuck-on-95"
  +title: "Gowin FPGA synthesis stuck on 95%"
  +url: null
  +body: """
    I am making a graphics card on the tang nano 20k board. I tried synthesising the design in the official IDE and it output:\n
    \n
    `[95%] Generate netlist file “/home/original2/Downloads/Gowin_V1.9.8.09_Education_linux/IDE/bin/VGA_out/impl/gwsynthesis/VGA_out.vg” completed`\n
    \n
    with no further updates for 40 minutes so far. I am on a 16 core system with 24GB of ram (the process is maxing out 1 core right now as well as using 6GB RAM). Why is it not progressing…\n
    \n
    I do have a 60 by 80 array with 11 bit numbers in it if that is relevant
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 3
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692897945 {#1612
    date: 2023-08-24 19:25:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1744 …}
  +votes: Doctrine\ORM\PersistentCollection {#1646 …}
  +reports: Doctrine\ORM\PersistentCollection {#1645 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1641 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1665 …}
  +badges: Doctrine\ORM\PersistentCollection {#1674 …}
  +children: []
  -id: 1935
  -titleTs: "'95':6 'fpga':2 'gowin':1 'stuck':4 'synthesi':3"
  -bodyTs: "'/home/original2/downloads/gowin_v1.9.8.09_education_linux/ide/bin/vga_out/impl/gwsynthesis/vga_out.vg':29 '1':56 '11':80 '16':44 '20k':11 '24gb':48 '40':36 '60':75 '6gb':64 '80':77 '95':25 'array':78 'bit':81 'board':12 'card':6 'complet':30 'core':45,57 'design':17 'far':39 'file':28 'generat':26 'graphic':5 'ide':21 'make':3 'max':54 'minut':37 'nano':10 'netlist':27 'number':82 'offici':20 'output':24 'process':52 'progress':70 'ram':50,65 'relev':88 'right':58 'synthesis':15 'system':46 'tang':9 'tri':14 'updat':34 'use':63 'well':61"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692902445
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/3760578"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692897945 {#1615
    date: 2023-08-24 19:25:45.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 {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "IPTV-Setup-Guide"
  +title: "IPTV Setup Guide?"
  +url: null
  +body: "I’m looking into IPTV to fulfill my sports watching this fall. Are there any guides or does anyone have any suggestions on where I should start with this?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727762973 {#1672
    date: 2024-10-01 08:09:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  +badges: Doctrine\ORM\PersistentCollection {#1655 …}
  +children: []
  -id: 20471
  -titleTs: "'guid':3 'iptv':1 'setup':2"
  -bodyTs: "'anyon':19 'fall':12 'fulfil':7 'guid':16 'iptv':5 'look':3 'm':2 'sport':9 'start':27 'suggest':22 'watch':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692900905
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/3817208"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692887905 {#1673
    date: 2023-08-24 16:38: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
95 DENIED edit
App\Entity\Entry {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "IPTV-Setup-Guide"
  +title: "IPTV Setup Guide?"
  +url: null
  +body: "I’m looking into IPTV to fulfill my sports watching this fall. Are there any guides or does anyone have any suggestions on where I should start with this?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727762973 {#1672
    date: 2024-10-01 08:09:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  +badges: Doctrine\ORM\PersistentCollection {#1655 …}
  +children: []
  -id: 20471
  -titleTs: "'guid':3 'iptv':1 'setup':2"
  -bodyTs: "'anyon':19 'fall':12 'fulfil':7 'guid':16 'iptv':5 'look':3 'm':2 'sport':9 'start':27 'suggest':22 'watch':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692900905
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/3817208"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692887905 {#1673
    date: 2023-08-24 16:38: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
96 DENIED moderate
App\Entity\Entry {#1677
  +user: Proxies\__CG__\App\Entity\User {#1678 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1957 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "IPTV-Setup-Guide"
  +title: "IPTV Setup Guide?"
  +url: null
  +body: "I’m looking into IPTV to fulfill my sports watching this fall. Are there any guides or does anyone have any suggestions on where I should start with this?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 2
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727762973 {#1672
    date: 2024-10-01 08:09:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1666 …}
  +reports: Doctrine\ORM\PersistentCollection {#1668 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1679 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1654 …}
  +badges: Doctrine\ORM\PersistentCollection {#1655 …}
  +children: []
  -id: 20471
  -titleTs: "'guid':3 'iptv':1 'setup':2"
  -bodyTs: "'anyon':19 'fall':12 'fulfil':7 'guid':16 'iptv':5 'look':3 'm':2 'sport':9 'start':27 'suggest':22 'watch':10"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692900905
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/3817208"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692887905 {#1673
    date: 2023-08-24 16:38: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
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 {#1656
  +user: Proxies\__CG__\App\Entity\User {#1661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Feature-request-submitting-links"
  +title: "Feature request: submitting links"
  +url: null
  +body: """
    Connect should integrate with the android share menu.\n
    \n
    The community selector should suggest the previously used community first.\n
    \n
    The post title should be automatically filled from the linked site.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692865793 {#1651
    date: 2023-08-24 10:29:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1590 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1591 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  +badges: Doctrine\ORM\PersistentCollection {#1582 …}
  +children: []
  -id: 22238
  -titleTs: "'featur':1 'link':4 'request':2 'submit':3"
  -bodyTs: "'android':6 'automat':24 'communiti':10,17 'connect':1 'fill':25 'first':18 'integr':3 'link':28 'menu':8 'post':20 'previous':15 'selector':11 'share':7 'site':29 'suggest':13 'titl':21 'use':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692865793
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/2662162"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692865793 {#1653
    date: 2023-08-24 10:29:53.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 {#1656
  +user: Proxies\__CG__\App\Entity\User {#1661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Feature-request-submitting-links"
  +title: "Feature request: submitting links"
  +url: null
  +body: """
    Connect should integrate with the android share menu.\n
    \n
    The community selector should suggest the previously used community first.\n
    \n
    The post title should be automatically filled from the linked site.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692865793 {#1651
    date: 2023-08-24 10:29:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1590 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1591 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  +badges: Doctrine\ORM\PersistentCollection {#1582 …}
  +children: []
  -id: 22238
  -titleTs: "'featur':1 'link':4 'request':2 'submit':3"
  -bodyTs: "'android':6 'automat':24 'communiti':10,17 'connect':1 'fill':25 'first':18 'integr':3 'link':28 'menu':8 'post':20 'previous':15 'selector':11 'share':7 'site':29 'suggest':13 'titl':21 'use':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692865793
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/2662162"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692865793 {#1653
    date: 2023-08-24 10:29:53.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 {#1656
  +user: Proxies\__CG__\App\Entity\User {#1661 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#198 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#249 …}
  +slug: "Feature-request-submitting-links"
  +title: "Feature request: submitting links"
  +url: null
  +body: """
    Connect should integrate with the android share menu.\n
    \n
    The community selector should suggest the previously used community first.\n
    \n
    The post title should be automatically filled from the linked site.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1692865793 {#1651
    date: 2023-08-24 10:29:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1662 …}
  +votes: Doctrine\ORM\PersistentCollection {#1553 …}
  +reports: Doctrine\ORM\PersistentCollection {#1590 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1591 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1589 …}
  +badges: Doctrine\ORM\PersistentCollection {#1582 …}
  +children: []
  -id: 22238
  -titleTs: "'featur':1 'link':4 'request':2 'submit':3"
  -bodyTs: "'android':6 'automat':24 'communiti':10,17 'connect':1 'fill':25 'first':18 'integr':3 'link':28 'menu':8 'post':20 'previous':15 'selector':11 'share':7 'site':29 'suggest':13 'titl':21 'use':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1692865793
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/2662162"
  +editedAt: null
  +createdAt: DateTimeImmutable @1692865793 {#1653
    date: 2023-08-24 10:29:53.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