GET https://kbin.spritesserver.nl/index.php/u/@rotopenguin@infosec.pub/commented/2023-11-13::2023-11-13

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.81 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
Proxies\__CG__\App\Entity\Entry {#1604
  +user: Proxies\__CG__\App\Entity\User {#1741 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
  +slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
  +title: "One single partition for Linux versus using a partition table?"
  +url: null
  +body: """
    Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
    \n
    I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
    \n
    - FAT32: EFI\n
    - BTRFS: `/`\n
    - Swap: Swap\n
    - Ext4: `/home`\n
    \n
    I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 95
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700169539 {#1727
    date: 2023-11-16 22:18:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2129 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  +badges: Doctrine\ORM\PersistentCollection {#2135 …}
  +children: [
    App\Entity\EntryComment {#1619
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: "Btrfs has some extra demands for its swap file, so the tool has its own “btrfs filesystem makeswapfile” command."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699888480 {#1526
        date: 2023-11-13 16:14:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mambabasa@slrpnk.net"
        "@kalkulat@lemmy.world"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1702 …}
      +nested: Doctrine\ORM\PersistentCollection {#1683 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1686 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
      -id: 120034
      -bodyTs: "'btrfs':1,16 'command':19 'demand':5 'extra':4 'file':9 'filesystem':17 'makeswapfil':18 'swap':8 'tool':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/4200148"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699888480 {#1596
        date: 2023-11-13 16:14:40.0 +01:00
      }
      +"title": 120034
    }
  ]
  -id: 12505
  -titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
  -bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699948461
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3963413"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699862061 {#2393
    date: 2023-11-13 08:54:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1604
  +user: Proxies\__CG__\App\Entity\User {#1741 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
  +slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
  +title: "One single partition for Linux versus using a partition table?"
  +url: null
  +body: """
    Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
    \n
    I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
    \n
    - FAT32: EFI\n
    - BTRFS: `/`\n
    - Swap: Swap\n
    - Ext4: `/home`\n
    \n
    I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 95
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700169539 {#1727
    date: 2023-11-16 22:18:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2129 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  +badges: Doctrine\ORM\PersistentCollection {#2135 …}
  +children: [
    App\Entity\EntryComment {#1619
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: "Btrfs has some extra demands for its swap file, so the tool has its own “btrfs filesystem makeswapfile” command."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699888480 {#1526
        date: 2023-11-13 16:14:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mambabasa@slrpnk.net"
        "@kalkulat@lemmy.world"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1702 …}
      +nested: Doctrine\ORM\PersistentCollection {#1683 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1686 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
      -id: 120034
      -bodyTs: "'btrfs':1,16 'command':19 'demand':5 'extra':4 'file':9 'filesystem':17 'makeswapfil':18 'swap':8 'tool':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/4200148"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699888480 {#1596
        date: 2023-11-13 16:14:40.0 +01:00
      }
      +"title": 120034
    }
  ]
  -id: 12505
  -titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
  -bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699948461
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3963413"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699862061 {#2393
    date: 2023-11-13 08:54:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1604
  +user: Proxies\__CG__\App\Entity\User {#1741 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
  +slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
  +title: "One single partition for Linux versus using a partition table?"
  +url: null
  +body: """
    Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
    \n
    I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
    \n
    - FAT32: EFI\n
    - BTRFS: `/`\n
    - Swap: Swap\n
    - Ext4: `/home`\n
    \n
    I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 95
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700169539 {#1727
    date: 2023-11-16 22:18:59.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2132 …}
  +votes: Doctrine\ORM\PersistentCollection {#2129 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
  +badges: Doctrine\ORM\PersistentCollection {#2135 …}
  +children: [
    App\Entity\EntryComment {#1619
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
      +body: "Btrfs has some extra demands for its swap file, so the tool has its own “btrfs filesystem makeswapfile” command."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699888480 {#1526
        date: 2023-11-13 16:14:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@mambabasa@slrpnk.net"
        "@kalkulat@lemmy.world"
        "@lemmyvore@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1702 …}
      +nested: Doctrine\ORM\PersistentCollection {#1683 …}
      +votes: Doctrine\ORM\PersistentCollection {#1680 …}
      +reports: Doctrine\ORM\PersistentCollection {#1686 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
      -id: 120034
      -bodyTs: "'btrfs':1,16 'command':19 'demand':5 'extra':4 'file':9 'filesystem':17 'makeswapfil':18 'swap':8 'tool':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/4200148"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699888480 {#1596
        date: 2023-11-13 16:14:40.0 +01:00
      }
      +"title": 120034
    }
  ]
  -id: 12505
  -titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
  -bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699948461
  +visibility: "visible             "
  +apId: "https://slrpnk.net/post/3963413"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699862061 {#2393
    date: 2023-11-13 08:54:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#1619
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#1741 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
    +slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
    +title: "One single partition for Linux versus using a partition table?"
    +url: null
    +body: """
      Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
      \n
      I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
      \n
      - FAT32: EFI\n
      - BTRFS: `/`\n
      - Swap: Swap\n
      - Ext4: `/home`\n
      \n
      I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 95
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700169539 {#1727
      date: 2023-11-16 22:18:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2132 …}
    +votes: Doctrine\ORM\PersistentCollection {#2129 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
    +badges: Doctrine\ORM\PersistentCollection {#2135 …}
    +children: [
      App\Entity\EntryComment {#1619}
    ]
    -id: 12505
    -titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
    -bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699948461
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3963413"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699862061 {#2393
      date: 2023-11-13 08:54:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: "Btrfs has some extra demands for its swap file, so the tool has its own “btrfs filesystem makeswapfile” command."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699888480 {#1526
    date: 2023-11-13 16:14:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mambabasa@slrpnk.net"
    "@kalkulat@lemmy.world"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1702 …}
  +nested: Doctrine\ORM\PersistentCollection {#1683 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1686 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
  -id: 120034
  -bodyTs: "'btrfs':1,16 'command':19 'demand':5 'extra':4 'file':9 'filesystem':17 'makeswapfil':18 'swap':8 'tool':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/4200148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699888480 {#1596
    date: 2023-11-13 16:14:40.0 +01:00
  }
  +"title": 120034
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
7 DENIED edit
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#1741 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
    +slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
    +title: "One single partition for Linux versus using a partition table?"
    +url: null
    +body: """
      Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
      \n
      I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
      \n
      - FAT32: EFI\n
      - BTRFS: `/`\n
      - Swap: Swap\n
      - Ext4: `/home`\n
      \n
      I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 95
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700169539 {#1727
      date: 2023-11-16 22:18:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2132 …}
    +votes: Doctrine\ORM\PersistentCollection {#2129 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
    +badges: Doctrine\ORM\PersistentCollection {#2135 …}
    +children: [
      App\Entity\EntryComment {#1619}
    ]
    -id: 12505
    -titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
    -bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699948461
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3963413"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699862061 {#2393
      date: 2023-11-13 08:54:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: "Btrfs has some extra demands for its swap file, so the tool has its own “btrfs filesystem makeswapfile” command."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699888480 {#1526
    date: 2023-11-13 16:14:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mambabasa@slrpnk.net"
    "@kalkulat@lemmy.world"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1702 …}
  +nested: Doctrine\ORM\PersistentCollection {#1683 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1686 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
  -id: 120034
  -bodyTs: "'btrfs':1,16 'command':19 'demand':5 'extra':4 'file':9 'filesystem':17 'makeswapfil':18 'swap':8 'tool':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/4200148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699888480 {#1596
    date: 2023-11-13 16:14:40.0 +01:00
  }
  +"title": 120034
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
8 DENIED moderate
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#1741 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
    +slug: "One-single-partition-for-Linux-versus-using-a-partition-table"
    +title: "One single partition for Linux versus using a partition table?"
    +url: null
    +body: """
      Heya folks, some people online told me I was doing partitions wrong, but I’ve been doing it this way for years. Since I’ve been doing it for years, I could be doing it in an outdated way, so I thought I should ask.\n
      \n
      I have separate partitions for EFI, `/`, swap, and `/home`. Am I doing it wrong? Here’s how my partition table looks like:\n
      \n
      - FAT32: EFI\n
      - BTRFS: `/`\n
      - Swap: Swap\n
      - Ext4: `/home`\n
      \n
      I set it up this way so that if I need to reinstall Linux, I can just overwrite `/` while preserving `/home` and just keep working after a new install with very few hiccups. Someone told me there’s no reason to use multiple partitions, but several times I have needed to reinstall the OS (Linux Mint) while preserving `/home` so this advice makes zero sense for me. But maybe it was just explained to me wrong and I really am doing it in an outdated way. I’d like to read what you say about this though.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 95
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700169539 {#1727
      date: 2023-11-16 22:18:59.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2132 …}
    +votes: Doctrine\ORM\PersistentCollection {#2129 …}
    +reports: Doctrine\ORM\PersistentCollection {#2140 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2300 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2329 …}
    +badges: Doctrine\ORM\PersistentCollection {#2135 …}
    +children: [
      App\Entity\EntryComment {#1619}
    ]
    -id: 12505
    -titleTs: "'linux':5 'one':1 'partit':3,9 'singl':2 'tabl':10 'use':7 'versus':6"
    -bodyTs: "'/home':54,74,95,133 'advic':136 'ask':45 'btrfs':70 'could':32 'd':162 'efi':51,69 'explain':147 'ext4':73 'fat32':68 'folk':2 'heya':1 'hiccup':107 'instal':103 'keep':98 'like':67,163 'linux':88,129 'look':66 'make':137 'mayb':143 'mint':130 'multipl':117 'need':85,124 'new':102 'onlin':5 'os':128 'outdat':38,159 'overwrit':92 'partit':11,49,64,118 'peopl':4 'preserv':94,132 'read':165 'realli':153 'reason':114 'reinstal':87,126 'say':168 'sens':139 'separ':48 'set':76 'sever':120 'sinc':23 'someon':108 'swap':52,71,72 'tabl':65 'though':171 'thought':42 'time':121 'told':6,109 'use':116 've':15,25 'way':20,39,80,160 'work':99 'wrong':12,59,150 'year':22,30 'zero':138"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699948461
    +visibility: "visible             "
    +apId: "https://slrpnk.net/post/3963413"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699862061 {#2393
      date: 2023-11-13 08:54:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1620 …}
  +body: "Btrfs has some extra demands for its swap file, so the tool has its own “btrfs filesystem makeswapfile” command."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699888480 {#1526
    date: 2023-11-13 16:14:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mambabasa@slrpnk.net"
    "@kalkulat@lemmy.world"
    "@lemmyvore@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1702 …}
  +nested: Doctrine\ORM\PersistentCollection {#1683 …}
  +votes: Doctrine\ORM\PersistentCollection {#1680 …}
  +reports: Doctrine\ORM\PersistentCollection {#1686 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
  -id: 120034
  -bodyTs: "'btrfs':1,16 'command':19 'demand':5 'extra':4 'file':9 'filesystem':17 'makeswapfil':18 'swap':8 'tool':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/4200148"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699888480 {#1596
    date: 2023-11-13 16:14:40.0 +01:00
  }
  +"title": 120034
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#1630
  +user: Proxies\__CG__\App\Entity\User {#2137 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
  +slug: "cheapest-new-computer-running-linux-and-lt-500"
  +title: "cheapest new computer running linux <$500"
  +url: null
  +body: """
    just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
    \n
    any protips? thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700100053 {#2338
    date: 2023-11-16 03:00:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  +badges: Doctrine\ORM\PersistentCollection {#2057 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: null
      +root: null
      +body: "You can get an N100 mini system for about $150. Pay a little more to get (the intel enforced maximum) 16GB mem. I have a Beelink Mini S and it’s perfectly fine."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700067714 {#1616
        date: 2023-11-15 18:01:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dislocate_expansion@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1629 …}
      +nested: Doctrine\ORM\PersistentCollection {#1626 …}
      +votes: Doctrine\ORM\PersistentCollection {#1618 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
      -id: 120171
      -bodyTs: "'150':10 '16gb':21 'beelink':26 'enforc':19 'fine':33 'get':3,16 'intel':18 'littl':13 'maximum':20 'mem':22 'mini':6,27 'n100':5 'pay':11 'perfect':32 'system':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/4201317"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699891570 {#1611
        date: 2023-11-13 17:06:10.0 +01:00
      }
      +"title": 120171
    }
  ]
  -id: 12614
  -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
  -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699977028
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/7921588"
  +editedAt: DateTimeImmutable @1700069722 {#2088
    date: 2023-11-15 18:35:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699890628 {#2462
    date: 2023-11-13 16:50:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1630
  +user: Proxies\__CG__\App\Entity\User {#2137 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
  +slug: "cheapest-new-computer-running-linux-and-lt-500"
  +title: "cheapest new computer running linux <$500"
  +url: null
  +body: """
    just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
    \n
    any protips? thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700100053 {#2338
    date: 2023-11-16 03:00:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  +badges: Doctrine\ORM\PersistentCollection {#2057 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: null
      +root: null
      +body: "You can get an N100 mini system for about $150. Pay a little more to get (the intel enforced maximum) 16GB mem. I have a Beelink Mini S and it’s perfectly fine."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700067714 {#1616
        date: 2023-11-15 18:01:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dislocate_expansion@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1629 …}
      +nested: Doctrine\ORM\PersistentCollection {#1626 …}
      +votes: Doctrine\ORM\PersistentCollection {#1618 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
      -id: 120171
      -bodyTs: "'150':10 '16gb':21 'beelink':26 'enforc':19 'fine':33 'get':3,16 'intel':18 'littl':13 'maximum':20 'mem':22 'mini':6,27 'n100':5 'pay':11 'perfect':32 'system':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/4201317"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699891570 {#1611
        date: 2023-11-13 17:06:10.0 +01:00
      }
      +"title": 120171
    }
  ]
  -id: 12614
  -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
  -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699977028
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/7921588"
  +editedAt: DateTimeImmutable @1700069722 {#2088
    date: 2023-11-15 18:35:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699890628 {#2462
    date: 2023-11-13 16:50:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1630
  +user: Proxies\__CG__\App\Entity\User {#2137 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
  +slug: "cheapest-new-computer-running-linux-and-lt-500"
  +title: "cheapest new computer running linux <$500"
  +url: null
  +body: """
    just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
    \n
    any protips? thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 30
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700100053 {#2338
    date: 2023-11-16 03:00:53.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  +badges: Doctrine\ORM\PersistentCollection {#2057 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1630 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: null
      +root: null
      +body: "You can get an N100 mini system for about $150. Pay a little more to get (the intel enforced maximum) 16GB mem. I have a Beelink Mini S and it’s perfectly fine."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1700067714 {#1616
        date: 2023-11-15 18:01:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@dislocate_expansion@reddthat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1629 …}
      +nested: Doctrine\ORM\PersistentCollection {#1626 …}
      +votes: Doctrine\ORM\PersistentCollection {#1618 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
      -id: 120171
      -bodyTs: "'150':10 '16gb':21 'beelink':26 'enforc':19 'fine':33 'get':3,16 'intel':18 'littl':13 'maximum':20 'mem':22 'mini':6,27 'n100':5 'pay':11 'perfect':32 'system':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/4201317"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699891570 {#1611
        date: 2023-11-13 17:06:10.0 +01:00
      }
      +"title": 120171
    }
  ]
  -id: 12614
  -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
  -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699977028
  +visibility: "visible             "
  +apId: "https://reddthat.com/post/7921588"
  +editedAt: DateTimeImmutable @1700069722 {#2088
    date: 2023-11-15 18:35:22.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699890628 {#2462
    date: 2023-11-13 16:50:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#1598
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#2137 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
    +slug: "cheapest-new-computer-running-linux-and-lt-500"
    +title: "cheapest new computer running linux <$500"
    +url: null
    +body: """
      just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
      \n
      any protips? thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 33
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700100053 {#2338
      date: 2023-11-16 03:00:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2073 …}
    +votes: Doctrine\ORM\PersistentCollection {#2049 …}
    +reports: Doctrine\ORM\PersistentCollection {#2051 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
    +badges: Doctrine\ORM\PersistentCollection {#2057 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 12614
    -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
    -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699977028
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/7921588"
    +editedAt: DateTimeImmutable @1700069722 {#2088
      date: 2023-11-15 18:35:22.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699890628 {#2462
      date: 2023-11-13 16:50:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: null
  +root: null
  +body: "You can get an N100 mini system for about $150. Pay a little more to get (the intel enforced maximum) 16GB mem. I have a Beelink Mini S and it’s perfectly fine."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700067714 {#1616
    date: 2023-11-15 18:01:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dislocate_expansion@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1629 …}
  +nested: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
  -id: 120171
  -bodyTs: "'150':10 '16gb':21 'beelink':26 'enforc':19 'fine':33 'get':3,16 'intel':18 'littl':13 'maximum':20 'mem':22 'mini':6,27 'n100':5 'pay':11 'perfect':32 'system':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/4201317"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699891570 {#1611
    date: 2023-11-13 17:06:10.0 +01:00
  }
  +"title": 120171
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
15 DENIED edit
App\Entity\EntryComment {#1598
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#2137 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
    +slug: "cheapest-new-computer-running-linux-and-lt-500"
    +title: "cheapest new computer running linux <$500"
    +url: null
    +body: """
      just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
      \n
      any protips? thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 33
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700100053 {#2338
      date: 2023-11-16 03:00:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2073 …}
    +votes: Doctrine\ORM\PersistentCollection {#2049 …}
    +reports: Doctrine\ORM\PersistentCollection {#2051 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
    +badges: Doctrine\ORM\PersistentCollection {#2057 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 12614
    -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
    -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699977028
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/7921588"
    +editedAt: DateTimeImmutable @1700069722 {#2088
      date: 2023-11-15 18:35:22.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699890628 {#2462
      date: 2023-11-13 16:50:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: null
  +root: null
  +body: "You can get an N100 mini system for about $150. Pay a little more to get (the intel enforced maximum) 16GB mem. I have a Beelink Mini S and it’s perfectly fine."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700067714 {#1616
    date: 2023-11-15 18:01:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dislocate_expansion@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1629 …}
  +nested: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
  -id: 120171
  -bodyTs: "'150':10 '16gb':21 'beelink':26 'enforc':19 'fine':33 'get':3,16 'intel':18 'littl':13 'maximum':20 'mem':22 'mini':6,27 'n100':5 'pay':11 'perfect':32 'system':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/4201317"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699891570 {#1611
    date: 2023-11-13 17:06:10.0 +01:00
  }
  +"title": 120171
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
16 DENIED moderate
App\Entity\EntryComment {#1598
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1630
    +user: Proxies\__CG__\App\Entity\User {#2137 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2138 …}
    +slug: "cheapest-new-computer-running-linux-and-lt-500"
    +title: "cheapest new computer running linux <$500"
    +url: null
    +body: """
      just need something to do light development (docker, python, rust, with an ide). something i can upgrade (ram, ssd minimum). laptop would best, but desktop works too\n
      \n
      any protips? thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 30
    +favouriteCount: 33
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700100053 {#2338
      date: 2023-11-16 03:00:53.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2073 …}
    +votes: Doctrine\ORM\PersistentCollection {#2049 …}
    +reports: Doctrine\ORM\PersistentCollection {#2051 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
    +badges: Doctrine\ORM\PersistentCollection {#2057 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 12614
    -titleTs: "'500':6 'cheapest':1 'comput':3 'linux':5 'new':2 'run':4"
    -bodyTs: "'best':23 'desktop':25 'develop':7 'docker':8 'ide':13 'laptop':21 'light':6 'minimum':20 'need':2 'protip':29 'python':9 'ram':18 'rust':10 'someth':3,14 'ssd':19 'thank':30 'upgrad':17 'work':26 'would':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699977028
    +visibility: "visible             "
    +apId: "https://reddthat.com/post/7921588"
    +editedAt: DateTimeImmutable @1700069722 {#2088
      date: 2023-11-15 18:35:22.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699890628 {#2462
      date: 2023-11-13 16:50:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: null
  +root: null
  +body: "You can get an N100 mini system for about $150. Pay a little more to get (the intel enforced maximum) 16GB mem. I have a Beelink Mini S and it’s perfectly fine."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1700067714 {#1616
    date: 2023-11-15 18:01:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@dislocate_expansion@reddthat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1629 …}
  +nested: Doctrine\ORM\PersistentCollection {#1626 …}
  +votes: Doctrine\ORM\PersistentCollection {#1618 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1731 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1723 …}
  -id: 120171
  -bodyTs: "'150':10 '16gb':21 'beelink':26 'enforc':19 'fine':33 'get':3,16 'intel':18 'littl':13 'maximum':20 'mem':22 'mini':6,27 'n100':5 'pay':11 'perfect':32 'system':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/4201317"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699891570 {#1611
    date: 2023-11-13 17:06:10.0 +01:00
  }
  +"title": 120171
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
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
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2077 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2125 …}
  +slug: "Linus-Torvalds-Announces-First-Linux-Kernel-6-7-Release-Candidate"
  +title: "Linus Torvalds Announces First Linux Kernel 6.7 Release Candidate"
  +url: "https://lkml.org/lkml/2023/11/12/352"
  +body: "“This is the biggest merge window we’ve ever had, with 15.4k non-merge commits" - Linus"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 75
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699900705 {#2055
    date: 2023-11-13 19:38:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2041 …}
  +votes: Doctrine\ORM\PersistentCollection {#2100 …}
  +reports: Doctrine\ORM\PersistentCollection {#2105 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
  +badges: Doctrine\ORM\PersistentCollection {#2103 …}
  +children: [
    App\Entity\EntryComment {#1648
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +body: "Nah, I think the next stop is Linux Vista."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 30
      +score: 0
      +lastActive: DateTime @1699846235 {#1709
        date: 2023-11-13 04:30:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BuckShot686@beehaw.org"
        "@SNFi@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1589 …}
      +nested: Doctrine\ORM\PersistentCollection {#1592 …}
      +votes: Doctrine\ORM\PersistentCollection {#1552 …}
      +reports: Doctrine\ORM\PersistentCollection {#1663 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
      -id: 118392
      -bodyTs: "'linux':8 'nah':1 'next':5 'stop':6 'think':3 'vista':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/4189716"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699846235 {#1614
        date: 2023-11-13 04:30:35.0 +01:00
      }
      +"title": 118392
    }
  ]
  -id: 12403
  -titleTs: "'6.7':7 'announc':3 'candid':9 'first':4 'kernel':6 'linus':1 'linux':5 'releas':8 'torvald':2"
  -bodyTs: "'15.4':12 'biggest':4 'commit':17 'ever':9 'k':13 'linus':18 'merg':5,16 'non':15 'non-merg':14 've':8 'window':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699923661
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9514235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699837261 {#2072
    date: 2023-11-13 02:01:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2077 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2125 …}
  +slug: "Linus-Torvalds-Announces-First-Linux-Kernel-6-7-Release-Candidate"
  +title: "Linus Torvalds Announces First Linux Kernel 6.7 Release Candidate"
  +url: "https://lkml.org/lkml/2023/11/12/352"
  +body: "“This is the biggest merge window we’ve ever had, with 15.4k non-merge commits" - Linus"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 75
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699900705 {#2055
    date: 2023-11-13 19:38:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2041 …}
  +votes: Doctrine\ORM\PersistentCollection {#2100 …}
  +reports: Doctrine\ORM\PersistentCollection {#2105 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
  +badges: Doctrine\ORM\PersistentCollection {#2103 …}
  +children: [
    App\Entity\EntryComment {#1648
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +body: "Nah, I think the next stop is Linux Vista."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 30
      +score: 0
      +lastActive: DateTime @1699846235 {#1709
        date: 2023-11-13 04:30:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BuckShot686@beehaw.org"
        "@SNFi@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1589 …}
      +nested: Doctrine\ORM\PersistentCollection {#1592 …}
      +votes: Doctrine\ORM\PersistentCollection {#1552 …}
      +reports: Doctrine\ORM\PersistentCollection {#1663 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
      -id: 118392
      -bodyTs: "'linux':8 'nah':1 'next':5 'stop':6 'think':3 'vista':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/4189716"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699846235 {#1614
        date: 2023-11-13 04:30:35.0 +01:00
      }
      +"title": 118392
    }
  ]
  -id: 12403
  -titleTs: "'6.7':7 'announc':3 'candid':9 'first':4 'kernel':6 'linus':1 'linux':5 'releas':8 'torvald':2"
  -bodyTs: "'15.4':12 'biggest':4 'commit':17 'ever':9 'k':13 'linus':18 'merg':5,16 'non':15 'non-merg':14 've':8 'window':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699923661
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9514235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699837261 {#2072
    date: 2023-11-13 02:01:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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
Proxies\__CG__\App\Entity\Entry {#1551
  +user: Proxies\__CG__\App\Entity\User {#2077 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2125 …}
  +slug: "Linus-Torvalds-Announces-First-Linux-Kernel-6-7-Release-Candidate"
  +title: "Linus Torvalds Announces First Linux Kernel 6.7 Release Candidate"
  +url: "https://lkml.org/lkml/2023/11/12/352"
  +body: "“This is the biggest merge window we’ve ever had, with 15.4k non-merge commits" - Linus"
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 75
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699900705 {#2055
    date: 2023-11-13 19:38:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2041 …}
  +votes: Doctrine\ORM\PersistentCollection {#2100 …}
  +reports: Doctrine\ORM\PersistentCollection {#2105 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
  +badges: Doctrine\ORM\PersistentCollection {#2103 …}
  +children: [
    App\Entity\EntryComment {#1648
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1551 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
      +body: "Nah, I think the next stop is Linux Vista."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 30
      +score: 0
      +lastActive: DateTime @1699846235 {#1709
        date: 2023-11-13 04:30:35.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BuckShot686@beehaw.org"
        "@SNFi@beehaw.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1589 …}
      +nested: Doctrine\ORM\PersistentCollection {#1592 …}
      +votes: Doctrine\ORM\PersistentCollection {#1552 …}
      +reports: Doctrine\ORM\PersistentCollection {#1663 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
      -id: 118392
      -bodyTs: "'linux':8 'nah':1 'next':5 'stop':6 'think':3 'vista':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://infosec.pub/comment/4189716"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699846235 {#1614
        date: 2023-11-13 04:30:35.0 +01:00
      }
      +"title": 118392
    }
  ]
  -id: 12403
  -titleTs: "'6.7':7 'announc':3 'candid':9 'first':4 'kernel':6 'linus':1 'linux':5 'releas':8 'torvald':2"
  -bodyTs: "'15.4':12 'biggest':4 'commit':17 'ever':9 'k':13 'linus':18 'merg':5,16 'non':15 'non-merg':14 've':8 'window':6"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699923661
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/9514235"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699837261 {#2072
    date: 2023-11-13 02:01:01.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\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\EntryComment {#1648
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2077 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2125 …}
    +slug: "Linus-Torvalds-Announces-First-Linux-Kernel-6-7-Release-Candidate"
    +title: "Linus Torvalds Announces First Linux Kernel 6.7 Release Candidate"
    +url: "https://lkml.org/lkml/2023/11/12/352"
    +body: "“This is the biggest merge window we’ve ever had, with 15.4k non-merge commits" - Linus"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 75
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699900705 {#2055
      date: 2023-11-13 19:38:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2041 …}
    +votes: Doctrine\ORM\PersistentCollection {#2100 …}
    +reports: Doctrine\ORM\PersistentCollection {#2105 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
    +badges: Doctrine\ORM\PersistentCollection {#2103 …}
    +children: [
      App\Entity\EntryComment {#1648}
    ]
    -id: 12403
    -titleTs: "'6.7':7 'announc':3 'candid':9 'first':4 'kernel':6 'linus':1 'linux':5 'releas':8 'torvald':2"
    -bodyTs: "'15.4':12 'biggest':4 'commit':17 'ever':9 'k':13 'linus':18 'merg':5,16 'non':15 'non-merg':14 've':8 'window':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699923661
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9514235"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699837261 {#2072
      date: 2023-11-13 02:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +body: "Nah, I think the next stop is Linux Vista."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 30
  +score: 0
  +lastActive: DateTime @1699846235 {#1709
    date: 2023-11-13 04:30:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BuckShot686@beehaw.org"
    "@SNFi@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1589 …}
  +nested: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
  -id: 118392
  -bodyTs: "'linux':8 'nah':1 'next':5 'stop':6 'think':3 'vista':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/4189716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699846235 {#1614
    date: 2023-11-13 04:30:35.0 +01:00
  }
  +"title": 118392
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
23 DENIED edit
App\Entity\EntryComment {#1648
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2077 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2125 …}
    +slug: "Linus-Torvalds-Announces-First-Linux-Kernel-6-7-Release-Candidate"
    +title: "Linus Torvalds Announces First Linux Kernel 6.7 Release Candidate"
    +url: "https://lkml.org/lkml/2023/11/12/352"
    +body: "“This is the biggest merge window we’ve ever had, with 15.4k non-merge commits" - Linus"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 75
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699900705 {#2055
      date: 2023-11-13 19:38:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2041 …}
    +votes: Doctrine\ORM\PersistentCollection {#2100 …}
    +reports: Doctrine\ORM\PersistentCollection {#2105 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
    +badges: Doctrine\ORM\PersistentCollection {#2103 …}
    +children: [
      App\Entity\EntryComment {#1648}
    ]
    -id: 12403
    -titleTs: "'6.7':7 'announc':3 'candid':9 'first':4 'kernel':6 'linus':1 'linux':5 'releas':8 'torvald':2"
    -bodyTs: "'15.4':12 'biggest':4 'commit':17 'ever':9 'k':13 'linus':18 'merg':5,16 'non':15 'non-merg':14 've':8 'window':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699923661
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9514235"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699837261 {#2072
      date: 2023-11-13 02:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +body: "Nah, I think the next stop is Linux Vista."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 30
  +score: 0
  +lastActive: DateTime @1699846235 {#1709
    date: 2023-11-13 04:30:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BuckShot686@beehaw.org"
    "@SNFi@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1589 …}
  +nested: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
  -id: 118392
  -bodyTs: "'linux':8 'nah':1 'next':5 'stop':6 'think':3 'vista':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/4189716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699846235 {#1614
    date: 2023-11-13 04:30:35.0 +01:00
  }
  +"title": 118392
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
24 DENIED moderate
App\Entity\EntryComment {#1648
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1551
    +user: Proxies\__CG__\App\Entity\User {#2077 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2125 …}
    +slug: "Linus-Torvalds-Announces-First-Linux-Kernel-6-7-Release-Candidate"
    +title: "Linus Torvalds Announces First Linux Kernel 6.7 Release Candidate"
    +url: "https://lkml.org/lkml/2023/11/12/352"
    +body: "“This is the biggest merge window we’ve ever had, with 15.4k non-merge commits" - Linus"
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 75
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699900705 {#2055
      date: 2023-11-13 19:38:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2041 …}
    +votes: Doctrine\ORM\PersistentCollection {#2100 …}
    +reports: Doctrine\ORM\PersistentCollection {#2105 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2111 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2102 …}
    +badges: Doctrine\ORM\PersistentCollection {#2103 …}
    +children: [
      App\Entity\EntryComment {#1648}
    ]
    -id: 12403
    -titleTs: "'6.7':7 'announc':3 'candid':9 'first':4 'kernel':6 'linus':1 'linux':5 'releas':8 'torvald':2"
    -bodyTs: "'15.4':12 'biggest':4 'commit':17 'ever':9 'k':13 'linus':18 'merg':5,16 'non':15 'non-merg':14 've':8 'window':6"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699923661
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/9514235"
    +editedAt: null
    +createdAt: DateTimeImmutable @1699837261 {#2072
      date: 2023-11-13 02:01:01.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1550 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1571 …}
  +body: "Nah, I think the next stop is Linux Vista."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 30
  +score: 0
  +lastActive: DateTime @1699846235 {#1709
    date: 2023-11-13 04:30:35.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BuckShot686@beehaw.org"
    "@SNFi@beehaw.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1589 …}
  +nested: Doctrine\ORM\PersistentCollection {#1592 …}
  +votes: Doctrine\ORM\PersistentCollection {#1552 …}
  +reports: Doctrine\ORM\PersistentCollection {#1663 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1566 …}
  -id: 118392
  -bodyTs: "'linux':8 'nah':1 'next':5 'stop':6 'think':3 'vista':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://infosec.pub/comment/4189716"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699846235 {#1614
    date: 2023-11-13 04:30:35.0 +01:00
  }
  +"title": 118392
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"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
25 DENIED ROLE_ADMIN
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 ROLE_MODERATOR
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