GET https://kbin.spritesserver.nl/index.php/u/@BCsven@lemmy.ca?p=1

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 …}
}
37.86 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.24 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 {#2279
  +user: Proxies\__CG__\App\Entity\User {#2574 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
  +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
  +url: null
  +body: """
    I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
    \n
    Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
    \n
    Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729574243 {#2190
    date: 2024-10-22 07:17:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2729 …}
  +votes: Doctrine\ORM\PersistentCollection {#2727 …}
  +reports: Doctrine\ORM\PersistentCollection {#2724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2754 …}
  +badges: Doctrine\ORM\PersistentCollection {#2771 …}
  +children: [
    1 => App\Entity\EntryComment {#2276
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
      +body: "Zfs send / receive might be what you want"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706570950 {#2282
        date: 2024-01-30 00:29:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abies_exarchia@lemm.ee"
        "@avidamoeba@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2277 …}
      +nested: Doctrine\ORM\PersistentCollection {#2220 …}
      +votes: Doctrine\ORM\PersistentCollection {#2222 …}
      +reports: Doctrine\ORM\PersistentCollection {#2219 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
      -id: 351171
      -bodyTs: "'might':4 'receiv':3 'send':2 'want':8 'zfs':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6846051"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706570950 {#2278
        date: 2024-01-30 00:29:10.0 +01:00
      }
      +"title": 351171
    }
    0 => App\Entity\EntryComment {#2205
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
      +body: "Docs say this , so yeah. "send streams can either be “full”, containing all data in a given snapshot, or “incremental”, containing only the differences between two snapshots. ZFS receive reads these send streams and uses them to re-create identical snapshots on a receiving system. ""
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706599286 {#2193
        date: 2024-01-30 08:21:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abies_exarchia@lemm.ee"
        "@avidamoeba@lemmy.ca"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2202 …}
      +nested: Doctrine\ORM\PersistentCollection {#2210 …}
      +votes: Doctrine\ORM\PersistentCollection {#2207 …}
      +reports: Doctrine\ORM\PersistentCollection {#2208 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
      -id: 351971
      -bodyTs: "'contain':12,21 'creat':40 'data':14 'differ':24 'doc':1 'either':9 'full':11 'given':17 'ident':41 'increment':20 're':39 're-creat':38 'read':30 'receiv':29,45 'say':2 'send':6,32 'snapshot':18,27,42 'stream':7,33 'system':46 'two':26 'use':35 'yeah':5 'zfs':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6853166"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706599286 {#2197
        date: 2024-01-30 08:21:26.0 +01:00
      }
      +"title": 351971
    }
  ]
  -id: 33917
  -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
  -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706647988
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22291742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706564988 {#2663
    date: 2024-01-29 22:49:48.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 {#2279
  +user: Proxies\__CG__\App\Entity\User {#2574 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
  +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
  +url: null
  +body: """
    I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
    \n
    Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
    \n
    Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729574243 {#2190
    date: 2024-10-22 07:17:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2729 …}
  +votes: Doctrine\ORM\PersistentCollection {#2727 …}
  +reports: Doctrine\ORM\PersistentCollection {#2724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2754 …}
  +badges: Doctrine\ORM\PersistentCollection {#2771 …}
  +children: [
    1 => App\Entity\EntryComment {#2276
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
      +body: "Zfs send / receive might be what you want"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706570950 {#2282
        date: 2024-01-30 00:29:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abies_exarchia@lemm.ee"
        "@avidamoeba@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2277 …}
      +nested: Doctrine\ORM\PersistentCollection {#2220 …}
      +votes: Doctrine\ORM\PersistentCollection {#2222 …}
      +reports: Doctrine\ORM\PersistentCollection {#2219 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
      -id: 351171
      -bodyTs: "'might':4 'receiv':3 'send':2 'want':8 'zfs':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6846051"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706570950 {#2278
        date: 2024-01-30 00:29:10.0 +01:00
      }
      +"title": 351171
    }
    0 => App\Entity\EntryComment {#2205
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
      +body: "Docs say this , so yeah. "send streams can either be “full”, containing all data in a given snapshot, or “incremental”, containing only the differences between two snapshots. ZFS receive reads these send streams and uses them to re-create identical snapshots on a receiving system. ""
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706599286 {#2193
        date: 2024-01-30 08:21:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abies_exarchia@lemm.ee"
        "@avidamoeba@lemmy.ca"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2202 …}
      +nested: Doctrine\ORM\PersistentCollection {#2210 …}
      +votes: Doctrine\ORM\PersistentCollection {#2207 …}
      +reports: Doctrine\ORM\PersistentCollection {#2208 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
      -id: 351971
      -bodyTs: "'contain':12,21 'creat':40 'data':14 'differ':24 'doc':1 'either':9 'full':11 'given':17 'ident':41 'increment':20 're':39 're-creat':38 'read':30 'receiv':29,45 'say':2 'send':6,32 'snapshot':18,27,42 'stream':7,33 'system':46 'two':26 'use':35 'yeah':5 'zfs':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6853166"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706599286 {#2197
        date: 2024-01-30 08:21:26.0 +01:00
      }
      +"title": 351971
    }
  ]
  -id: 33917
  -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
  -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706647988
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22291742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706564988 {#2663
    date: 2024-01-29 22:49:48.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 {#2279
  +user: Proxies\__CG__\App\Entity\User {#2574 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
  +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
  +url: null
  +body: """
    I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
    \n
    Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
    \n
    Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 15
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729574243 {#2190
    date: 2024-10-22 07:17:23.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2729 …}
  +votes: Doctrine\ORM\PersistentCollection {#2727 …}
  +reports: Doctrine\ORM\PersistentCollection {#2724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2754 …}
  +badges: Doctrine\ORM\PersistentCollection {#2771 …}
  +children: [
    1 => App\Entity\EntryComment {#2276
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
      +body: "Zfs send / receive might be what you want"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706570950 {#2282
        date: 2024-01-30 00:29:10.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abies_exarchia@lemm.ee"
        "@avidamoeba@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2277 …}
      +nested: Doctrine\ORM\PersistentCollection {#2220 …}
      +votes: Doctrine\ORM\PersistentCollection {#2222 …}
      +reports: Doctrine\ORM\PersistentCollection {#2219 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
      -id: 351171
      -bodyTs: "'might':4 'receiv':3 'send':2 'want':8 'zfs':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6846051"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706570950 {#2278
        date: 2024-01-30 00:29:10.0 +01:00
      }
      +"title": 351171
    }
    0 => App\Entity\EntryComment {#2205
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
      +body: "Docs say this , so yeah. "send streams can either be “full”, containing all data in a given snapshot, or “incremental”, containing only the differences between two snapshots. ZFS receive reads these send streams and uses them to re-create identical snapshots on a receiving system. ""
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706599286 {#2193
        date: 2024-01-30 08:21:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@abies_exarchia@lemm.ee"
        "@avidamoeba@lemmy.ca"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2202 …}
      +nested: Doctrine\ORM\PersistentCollection {#2210 …}
      +votes: Doctrine\ORM\PersistentCollection {#2207 …}
      +reports: Doctrine\ORM\PersistentCollection {#2208 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
      -id: 351971
      -bodyTs: "'contain':12,21 'creat':40 'data':14 'differ':24 'doc':1 'either':9 'full':11 'given':17 'ident':41 'increment':20 're':39 're-creat':38 'read':30 'receiv':29,45 'say':2 'send':6,32 'snapshot':18,27,42 'stream':7,33 'system':46 'two':26 'use':35 'yeah':5 'zfs':28"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6853166"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706599286 {#2197
        date: 2024-01-30 08:21:26.0 +01:00
      }
      +"title": 351971
    }
  ]
  -id: 33917
  -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
  -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706647988
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/22291742"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706564988 {#2663
    date: 2024-01-29 22:49:48.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 {#2276
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2279
    +user: Proxies\__CG__\App\Entity\User {#2574 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
    +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
    +url: null
    +body: """
      I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
      \n
      Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
      \n
      Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729574243 {#2190
      date: 2024-10-22 07:17:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2729 …}
    +votes: Doctrine\ORM\PersistentCollection {#2727 …}
    +reports: Doctrine\ORM\PersistentCollection {#2724 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2754 …}
    +badges: Doctrine\ORM\PersistentCollection {#2771 …}
    +children: [
      1 => App\Entity\EntryComment {#2276}
      0 => App\Entity\EntryComment {#2205
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
        +body: "Docs say this , so yeah. "send streams can either be “full”, containing all data in a given snapshot, or “incremental”, containing only the differences between two snapshots. ZFS receive reads these send streams and uses them to re-create identical snapshots on a receiving system. ""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706599286 {#2193
          date: 2024-01-30 08:21:26.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@abies_exarchia@lemm.ee"
          "@avidamoeba@lemmy.ca"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2202 …}
        +nested: Doctrine\ORM\PersistentCollection {#2210 …}
        +votes: Doctrine\ORM\PersistentCollection {#2207 …}
        +reports: Doctrine\ORM\PersistentCollection {#2208 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
        -id: 351971
        -bodyTs: "'contain':12,21 'creat':40 'data':14 'differ':24 'doc':1 'either':9 'full':11 'given':17 'ident':41 'increment':20 're':39 're-creat':38 'read':30 'receiv':29,45 'say':2 'send':6,32 'snapshot':18,27,42 'stream':7,33 'system':46 'two':26 'use':35 'yeah':5 'zfs':28"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6853166"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706599286 {#2197
          date: 2024-01-30 08:21:26.0 +01:00
        }
        +"title": 351971
      }
    ]
    -id: 33917
    -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
    -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706647988
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22291742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706564988 {#2663
      date: 2024-01-29 22:49:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
  +body: "Zfs send / receive might be what you want"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706570950 {#2282
    date: 2024-01-30 00:29:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abies_exarchia@lemm.ee"
    "@avidamoeba@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2277 …}
  +nested: Doctrine\ORM\PersistentCollection {#2220 …}
  +votes: Doctrine\ORM\PersistentCollection {#2222 …}
  +reports: Doctrine\ORM\PersistentCollection {#2219 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
  -id: 351171
  -bodyTs: "'might':4 'receiv':3 'send':2 'want':8 'zfs':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6846051"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706570950 {#2278
    date: 2024-01-30 00:29:10.0 +01:00
  }
  +"title": 351171
}
"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 {#2276
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2279
    +user: Proxies\__CG__\App\Entity\User {#2574 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
    +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
    +url: null
    +body: """
      I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
      \n
      Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
      \n
      Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729574243 {#2190
      date: 2024-10-22 07:17:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2729 …}
    +votes: Doctrine\ORM\PersistentCollection {#2727 …}
    +reports: Doctrine\ORM\PersistentCollection {#2724 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2754 …}
    +badges: Doctrine\ORM\PersistentCollection {#2771 …}
    +children: [
      1 => App\Entity\EntryComment {#2276}
      0 => App\Entity\EntryComment {#2205
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
        +body: "Docs say this , so yeah. "send streams can either be “full”, containing all data in a given snapshot, or “incremental”, containing only the differences between two snapshots. ZFS receive reads these send streams and uses them to re-create identical snapshots on a receiving system. ""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706599286 {#2193
          date: 2024-01-30 08:21:26.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@abies_exarchia@lemm.ee"
          "@avidamoeba@lemmy.ca"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2202 …}
        +nested: Doctrine\ORM\PersistentCollection {#2210 …}
        +votes: Doctrine\ORM\PersistentCollection {#2207 …}
        +reports: Doctrine\ORM\PersistentCollection {#2208 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
        -id: 351971
        -bodyTs: "'contain':12,21 'creat':40 'data':14 'differ':24 'doc':1 'either':9 'full':11 'given':17 'ident':41 'increment':20 're':39 're-creat':38 'read':30 'receiv':29,45 'say':2 'send':6,32 'snapshot':18,27,42 'stream':7,33 'system':46 'two':26 'use':35 'yeah':5 'zfs':28"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6853166"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706599286 {#2197
          date: 2024-01-30 08:21:26.0 +01:00
        }
        +"title": 351971
      }
    ]
    -id: 33917
    -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
    -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706647988
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22291742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706564988 {#2663
      date: 2024-01-29 22:49:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
  +body: "Zfs send / receive might be what you want"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706570950 {#2282
    date: 2024-01-30 00:29:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abies_exarchia@lemm.ee"
    "@avidamoeba@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2277 …}
  +nested: Doctrine\ORM\PersistentCollection {#2220 …}
  +votes: Doctrine\ORM\PersistentCollection {#2222 …}
  +reports: Doctrine\ORM\PersistentCollection {#2219 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
  -id: 351171
  -bodyTs: "'might':4 'receiv':3 'send':2 'want':8 'zfs':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6846051"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706570950 {#2278
    date: 2024-01-30 00:29:10.0 +01:00
  }
  +"title": 351171
}
"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 {#2276
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2279
    +user: Proxies\__CG__\App\Entity\User {#2574 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
    +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
    +url: null
    +body: """
      I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
      \n
      Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
      \n
      Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729574243 {#2190
      date: 2024-10-22 07:17:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2729 …}
    +votes: Doctrine\ORM\PersistentCollection {#2727 …}
    +reports: Doctrine\ORM\PersistentCollection {#2724 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2754 …}
    +badges: Doctrine\ORM\PersistentCollection {#2771 …}
    +children: [
      1 => App\Entity\EntryComment {#2276}
      0 => App\Entity\EntryComment {#2205
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
        +body: "Docs say this , so yeah. "send streams can either be “full”, containing all data in a given snapshot, or “incremental”, containing only the differences between two snapshots. ZFS receive reads these send streams and uses them to re-create identical snapshots on a receiving system. ""
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706599286 {#2193
          date: 2024-01-30 08:21:26.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@abies_exarchia@lemm.ee"
          "@avidamoeba@lemmy.ca"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2202 …}
        +nested: Doctrine\ORM\PersistentCollection {#2210 …}
        +votes: Doctrine\ORM\PersistentCollection {#2207 …}
        +reports: Doctrine\ORM\PersistentCollection {#2208 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
        -id: 351971
        -bodyTs: "'contain':12,21 'creat':40 'data':14 'differ':24 'doc':1 'either':9 'full':11 'given':17 'ident':41 'increment':20 're':39 're-creat':38 'read':30 'receiv':29,45 'say':2 'send':6,32 'snapshot':18,27,42 'stream':7,33 'system':46 'two':26 'use':35 'yeah':5 'zfs':28"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6853166"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706599286 {#2197
          date: 2024-01-30 08:21:26.0 +01:00
        }
        +"title": 351971
      }
    ]
    -id: 33917
    -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
    -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706647988
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22291742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706564988 {#2663
      date: 2024-01-29 22:49:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
  +body: "Zfs send / receive might be what you want"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706570950 {#2282
    date: 2024-01-30 00:29:10.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abies_exarchia@lemm.ee"
    "@avidamoeba@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2277 …}
  +nested: Doctrine\ORM\PersistentCollection {#2220 …}
  +votes: Doctrine\ORM\PersistentCollection {#2222 …}
  +reports: Doctrine\ORM\PersistentCollection {#2219 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
  -id: 351171
  -bodyTs: "'might':4 'receiv':3 'send':2 'want':8 'zfs':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6846051"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706570950 {#2278
    date: 2024-01-30 00:29:10.0 +01:00
  }
  +"title": 351171
}
"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
App\Entity\EntryComment {#2205
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2279
    +user: Proxies\__CG__\App\Entity\User {#2574 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
    +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
    +url: null
    +body: """
      I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
      \n
      Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
      \n
      Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729574243 {#2190
      date: 2024-10-22 07:17:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2729 …}
    +votes: Doctrine\ORM\PersistentCollection {#2727 …}
    +reports: Doctrine\ORM\PersistentCollection {#2724 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2754 …}
    +badges: Doctrine\ORM\PersistentCollection {#2771 …}
    +children: [
      1 => App\Entity\EntryComment {#2276
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
        +body: "Zfs send / receive might be what you want"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706570950 {#2282
          date: 2024-01-30 00:29:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@abies_exarchia@lemm.ee"
          "@avidamoeba@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2277 …}
        +nested: Doctrine\ORM\PersistentCollection {#2220 …}
        +votes: Doctrine\ORM\PersistentCollection {#2222 …}
        +reports: Doctrine\ORM\PersistentCollection {#2219 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
        -id: 351171
        -bodyTs: "'might':4 'receiv':3 'send':2 'want':8 'zfs':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6846051"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706570950 {#2278
          date: 2024-01-30 00:29:10.0 +01:00
        }
        +"title": 351171
      }
      0 => App\Entity\EntryComment {#2205}
    ]
    -id: 33917
    -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
    -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706647988
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22291742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706564988 {#2663
      date: 2024-01-29 22:49:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
  +body: "Docs say this , so yeah. "send streams can either be “full”, containing all data in a given snapshot, or “incremental”, containing only the differences between two snapshots. ZFS receive reads these send streams and uses them to re-create identical snapshots on a receiving system. ""
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706599286 {#2193
    date: 2024-01-30 08:21:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abies_exarchia@lemm.ee"
    "@avidamoeba@lemmy.ca"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2202 …}
  +nested: Doctrine\ORM\PersistentCollection {#2210 …}
  +votes: Doctrine\ORM\PersistentCollection {#2207 …}
  +reports: Doctrine\ORM\PersistentCollection {#2208 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
  -id: 351971
  -bodyTs: "'contain':12,21 'creat':40 'data':14 'differ':24 'doc':1 'either':9 'full':11 'given':17 'ident':41 'increment':20 're':39 're-creat':38 'read':30 'receiv':29,45 'say':2 'send':6,32 'snapshot':18,27,42 'stream':7,33 'system':46 'two':26 'use':35 'yeah':5 'zfs':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6853166"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706599286 {#2197
    date: 2024-01-30 08:21:26.0 +01:00
  }
  +"title": 351971
}
"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
11 DENIED edit
App\Entity\EntryComment {#2205
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2279
    +user: Proxies\__CG__\App\Entity\User {#2574 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
    +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
    +url: null
    +body: """
      I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
      \n
      Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
      \n
      Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729574243 {#2190
      date: 2024-10-22 07:17:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2729 …}
    +votes: Doctrine\ORM\PersistentCollection {#2727 …}
    +reports: Doctrine\ORM\PersistentCollection {#2724 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2754 …}
    +badges: Doctrine\ORM\PersistentCollection {#2771 …}
    +children: [
      1 => App\Entity\EntryComment {#2276
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
        +body: "Zfs send / receive might be what you want"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706570950 {#2282
          date: 2024-01-30 00:29:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@abies_exarchia@lemm.ee"
          "@avidamoeba@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2277 …}
        +nested: Doctrine\ORM\PersistentCollection {#2220 …}
        +votes: Doctrine\ORM\PersistentCollection {#2222 …}
        +reports: Doctrine\ORM\PersistentCollection {#2219 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
        -id: 351171
        -bodyTs: "'might':4 'receiv':3 'send':2 'want':8 'zfs':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6846051"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706570950 {#2278
          date: 2024-01-30 00:29:10.0 +01:00
        }
        +"title": 351171
      }
      0 => App\Entity\EntryComment {#2205}
    ]
    -id: 33917
    -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
    -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706647988
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22291742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706564988 {#2663
      date: 2024-01-29 22:49:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
  +body: "Docs say this , so yeah. "send streams can either be “full”, containing all data in a given snapshot, or “incremental”, containing only the differences between two snapshots. ZFS receive reads these send streams and uses them to re-create identical snapshots on a receiving system. ""
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706599286 {#2193
    date: 2024-01-30 08:21:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abies_exarchia@lemm.ee"
    "@avidamoeba@lemmy.ca"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2202 …}
  +nested: Doctrine\ORM\PersistentCollection {#2210 …}
  +votes: Doctrine\ORM\PersistentCollection {#2207 …}
  +reports: Doctrine\ORM\PersistentCollection {#2208 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
  -id: 351971
  -bodyTs: "'contain':12,21 'creat':40 'data':14 'differ':24 'doc':1 'either':9 'full':11 'given':17 'ident':41 'increment':20 're':39 're-creat':38 'read':30 'receiv':29,45 'say':2 'send':6,32 'snapshot':18,27,42 'stream':7,33 'system':46 'two':26 'use':35 'yeah':5 'zfs':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6853166"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706599286 {#2197
    date: 2024-01-30 08:21:26.0 +01:00
  }
  +"title": 351971
}
"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
12 DENIED moderate
App\Entity\EntryComment {#2205
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2279
    +user: Proxies\__CG__\App\Entity\User {#2574 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Sanity-check-is-rsyncing-to-a-remote-computer-that-has"
    +title: "Sanity check - is rsyncing to a remote computer that has zfs snapshotting an okay way to back things up?"
    +url: null
    +body: """
      I currently have two computers, one that has a big zfs raidz pool that I currently back everything up to. Right now, on my local computer I use `rsnapshot` to do snapshot backups via rsync to the remote zfs pool. I know I’m wasting a ton of space because I have snapshotting in the rsync backup, and then the zfs pool is snapshotted every day.\n
      \n
      Does it make sense to just do a regular `rsync` into a backup directory on the zfs pool and then just rely on the zfs pool snapshotting for snapshotting?\n
      \n
      Maybe eventually I will put the local machine on zfs and then just send the local zfs snapshots over, but that will take some time. Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 15
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729574243 {#2190
      date: 2024-10-22 07:17:23.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2729 …}
    +votes: Doctrine\ORM\PersistentCollection {#2727 …}
    +reports: Doctrine\ORM\PersistentCollection {#2724 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2758 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2754 …}
    +badges: Doctrine\ORM\PersistentCollection {#2771 …}
    +children: [
      1 => App\Entity\EntryComment {#2276
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2279 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
        +body: "Zfs send / receive might be what you want"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706570950 {#2282
          date: 2024-01-30 00:29:10.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@abies_exarchia@lemm.ee"
          "@avidamoeba@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2277 …}
        +nested: Doctrine\ORM\PersistentCollection {#2220 …}
        +votes: Doctrine\ORM\PersistentCollection {#2222 …}
        +reports: Doctrine\ORM\PersistentCollection {#2219 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
        -id: 351171
        -bodyTs: "'might':4 'receiv':3 'send':2 'want':8 'zfs':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6846051"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706570950 {#2278
          date: 2024-01-30 00:29:10.0 +01:00
        }
        +"title": 351171
      }
      0 => App\Entity\EntryComment {#2205}
    ]
    -id: 33917
    -titleTs: "'back':17 'check':2 'comput':8 'okay':14 'remot':7 'rsync':4 'saniti':1 'snapshot':12 'thing':18 'way':15 'zfs':11"
    -bodyTs: "'back':17 'backup':33,57,79 'big':10 'comput':5,26 'current':2,16 'day':66 'directori':80 'eventu':97 'everi':65 'everyth':18 'know':42 'local':25,102,111 'm':44 'machin':103 'make':69 'mayb':96 'one':6 'pool':13,40,62,84,92 'put':100 'raidz':12 'regular':75 'reli':88 'remot':38 'right':21 'rsnapshot':29 'rsync':35,56,76 'send':109 'sens':70 'snapshot':32,53,64,93,95,113 'space':49 'take':118 'thank':121 'time':120 'ton':47 'two':4 'use':28 'via':34 'wast':45 'zfs':11,39,61,83,91,105,112"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706647988
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/22291742"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706564988 {#2663
      date: 2024-01-29 22:49:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2275 …}
  +body: "Docs say this , so yeah. "send streams can either be “full”, containing all data in a given snapshot, or “incremental”, containing only the differences between two snapshots. ZFS receive reads these send streams and uses them to re-create identical snapshots on a receiving system. ""
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706599286 {#2193
    date: 2024-01-30 08:21:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@abies_exarchia@lemm.ee"
    "@avidamoeba@lemmy.ca"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2202 …}
  +nested: Doctrine\ORM\PersistentCollection {#2210 …}
  +votes: Doctrine\ORM\PersistentCollection {#2207 …}
  +reports: Doctrine\ORM\PersistentCollection {#2208 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
  -id: 351971
  -bodyTs: "'contain':12,21 'creat':40 'data':14 'differ':24 'doc':1 'either':9 'full':11 'given':17 'ident':41 'increment':20 're':39 're-creat':38 'read':30 'receiv':29,45 'say':2 'send':6,32 'snapshot':18,27,42 'stream':7,33 'system':46 'two':26 'use':35 'yeah':5 'zfs':28"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6853166"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706599286 {#2197
    date: 2024-01-30 08:21:26.0 +01:00
  }
  +"title": 351971
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2319
  +user: Proxies\__CG__\App\Entity\User {#2583 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "You-re-just-a-kid-how-would-you-know-what-you"
  +title: "You're just a kid, how would you know what you want for the rest of your life?"
  +url: "https://lemmy.world/pictrs/image/1f9d73f4-873f-4545-b2cb-8e77076c59c8.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 146
  +favouriteCount: 852
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729538038 {#2768
    date: 2024-10-21 21:13:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2774 …}
  +votes: Doctrine\ORM\PersistentCollection {#2784 …}
  +reports: Doctrine\ORM\PersistentCollection {#2786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
  +badges: Doctrine\ORM\PersistentCollection {#2792 …}
  +children: [
    App\Entity\EntryComment {#2303
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2319 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
      +image: null
      +parent: null
      +root: null
      +body: "Marurity matters, not years . In my parents era 18 was a common marriage age, but they were done high-school and working full time at 16, unless you went to Uni."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706563703 {#2305
        date: 2024-01-29 22:28:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Custoslibera@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2317 …}
      +nested: Doctrine\ORM\PersistentCollection {#2313 …}
      +votes: Doctrine\ORM\PersistentCollection {#2292 …}
      +reports: Doctrine\ORM\PersistentCollection {#2290 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2295 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2283 …}
      -id: 350935
      -bodyTs: "'16':27 '18':9 'age':14 'common':12 'done':18 'era':8 'full':24 'high':20 'high-school':19 'marriag':13 'marur':1 'matter':2 'parent':7 'school':21 'time':25 'uni':32 'unless':28 'went':30 'work':23 'year':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6843630"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706563703 {#2304
        date: 2024-01-29 22:28:23.0 +01:00
      }
      +"title": 350935
    }
  ]
  -id: 33638
  -titleTs: "'kid':5 'know':9 'life':18 're':2 'rest':15 'want':12 'would':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706537541
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11287343"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706451141 {#2705
    date: 2024-01-28 15:12: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
15 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2319
  +user: Proxies\__CG__\App\Entity\User {#2583 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "You-re-just-a-kid-how-would-you-know-what-you"
  +title: "You're just a kid, how would you know what you want for the rest of your life?"
  +url: "https://lemmy.world/pictrs/image/1f9d73f4-873f-4545-b2cb-8e77076c59c8.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 146
  +favouriteCount: 852
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729538038 {#2768
    date: 2024-10-21 21:13:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2774 …}
  +votes: Doctrine\ORM\PersistentCollection {#2784 …}
  +reports: Doctrine\ORM\PersistentCollection {#2786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
  +badges: Doctrine\ORM\PersistentCollection {#2792 …}
  +children: [
    App\Entity\EntryComment {#2303
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2319 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
      +image: null
      +parent: null
      +root: null
      +body: "Marurity matters, not years . In my parents era 18 was a common marriage age, but they were done high-school and working full time at 16, unless you went to Uni."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706563703 {#2305
        date: 2024-01-29 22:28:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Custoslibera@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2317 …}
      +nested: Doctrine\ORM\PersistentCollection {#2313 …}
      +votes: Doctrine\ORM\PersistentCollection {#2292 …}
      +reports: Doctrine\ORM\PersistentCollection {#2290 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2295 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2283 …}
      -id: 350935
      -bodyTs: "'16':27 '18':9 'age':14 'common':12 'done':18 'era':8 'full':24 'high':20 'high-school':19 'marriag':13 'marur':1 'matter':2 'parent':7 'school':21 'time':25 'uni':32 'unless':28 'went':30 'work':23 'year':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6843630"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706563703 {#2304
        date: 2024-01-29 22:28:23.0 +01:00
      }
      +"title": 350935
    }
  ]
  -id: 33638
  -titleTs: "'kid':5 'know':9 'life':18 're':2 'rest':15 'want':12 'would':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706537541
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11287343"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706451141 {#2705
    date: 2024-01-28 15:12: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
16 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2319
  +user: Proxies\__CG__\App\Entity\User {#2583 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
  +slug: "You-re-just-a-kid-how-would-you-know-what-you"
  +title: "You're just a kid, how would you know what you want for the rest of your life?"
  +url: "https://lemmy.world/pictrs/image/1f9d73f4-873f-4545-b2cb-8e77076c59c8.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 146
  +favouriteCount: 852
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729538038 {#2768
    date: 2024-10-21 21:13:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2774 …}
  +votes: Doctrine\ORM\PersistentCollection {#2784 …}
  +reports: Doctrine\ORM\PersistentCollection {#2786 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
  +badges: Doctrine\ORM\PersistentCollection {#2792 …}
  +children: [
    App\Entity\EntryComment {#2303
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2319 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
      +image: null
      +parent: null
      +root: null
      +body: "Marurity matters, not years . In my parents era 18 was a common marriage age, but they were done high-school and working full time at 16, unless you went to Uni."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706563703 {#2305
        date: 2024-01-29 22:28:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Custoslibera@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2317 …}
      +nested: Doctrine\ORM\PersistentCollection {#2313 …}
      +votes: Doctrine\ORM\PersistentCollection {#2292 …}
      +reports: Doctrine\ORM\PersistentCollection {#2290 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2295 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2283 …}
      -id: 350935
      -bodyTs: "'16':27 '18':9 'age':14 'common':12 'done':18 'era':8 'full':24 'high':20 'high-school':19 'marriag':13 'marur':1 'matter':2 'parent':7 'school':21 'time':25 'uni':32 'unless':28 'went':30 'work':23 'year':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6843630"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706563703 {#2304
        date: 2024-01-29 22:28:23.0 +01:00
      }
      +"title": 350935
    }
  ]
  -id: 33638
  -titleTs: "'kid':5 'know':9 'life':18 're':2 'rest':15 'want':12 'would':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706537541
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11287343"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706451141 {#2705
    date: 2024-01-28 15:12: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
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\EntryComment {#2303
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2319
    +user: Proxies\__CG__\App\Entity\User {#2583 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "You-re-just-a-kid-how-would-you-know-what-you"
    +title: "You're just a kid, how would you know what you want for the rest of your life?"
    +url: "https://lemmy.world/pictrs/image/1f9d73f4-873f-4545-b2cb-8e77076c59c8.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 146
    +favouriteCount: 852
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729538038 {#2768
      date: 2024-10-21 21:13:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2774 …}
    +votes: Doctrine\ORM\PersistentCollection {#2784 …}
    +reports: Doctrine\ORM\PersistentCollection {#2786 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
    +badges: Doctrine\ORM\PersistentCollection {#2792 …}
    +children: [
      App\Entity\EntryComment {#2303}
    ]
    -id: 33638
    -titleTs: "'kid':5 'know':9 'life':18 're':2 'rest':15 'want':12 'would':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706537541
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287343"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706451141 {#2705
      date: 2024-01-28 15:12:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +parent: null
  +root: null
  +body: "Marurity matters, not years . In my parents era 18 was a common marriage age, but they were done high-school and working full time at 16, unless you went to Uni."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706563703 {#2305
    date: 2024-01-29 22:28:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Custoslibera@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2317 …}
  +nested: Doctrine\ORM\PersistentCollection {#2313 …}
  +votes: Doctrine\ORM\PersistentCollection {#2292 …}
  +reports: Doctrine\ORM\PersistentCollection {#2290 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2295 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2283 …}
  -id: 350935
  -bodyTs: "'16':27 '18':9 'age':14 'common':12 'done':18 'era':8 'full':24 'high':20 'high-school':19 'marriag':13 'marur':1 'matter':2 'parent':7 'school':21 'time':25 'uni':32 'unless':28 'went':30 'work':23 'year':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6843630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706563703 {#2304
    date: 2024-01-29 22:28:23.0 +01:00
  }
  +"title": 350935
}
"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
19 DENIED edit
App\Entity\EntryComment {#2303
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2319
    +user: Proxies\__CG__\App\Entity\User {#2583 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "You-re-just-a-kid-how-would-you-know-what-you"
    +title: "You're just a kid, how would you know what you want for the rest of your life?"
    +url: "https://lemmy.world/pictrs/image/1f9d73f4-873f-4545-b2cb-8e77076c59c8.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 146
    +favouriteCount: 852
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729538038 {#2768
      date: 2024-10-21 21:13:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2774 …}
    +votes: Doctrine\ORM\PersistentCollection {#2784 …}
    +reports: Doctrine\ORM\PersistentCollection {#2786 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
    +badges: Doctrine\ORM\PersistentCollection {#2792 …}
    +children: [
      App\Entity\EntryComment {#2303}
    ]
    -id: 33638
    -titleTs: "'kid':5 'know':9 'life':18 're':2 'rest':15 'want':12 'would':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706537541
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287343"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706451141 {#2705
      date: 2024-01-28 15:12:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +parent: null
  +root: null
  +body: "Marurity matters, not years . In my parents era 18 was a common marriage age, but they were done high-school and working full time at 16, unless you went to Uni."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706563703 {#2305
    date: 2024-01-29 22:28:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Custoslibera@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2317 …}
  +nested: Doctrine\ORM\PersistentCollection {#2313 …}
  +votes: Doctrine\ORM\PersistentCollection {#2292 …}
  +reports: Doctrine\ORM\PersistentCollection {#2290 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2295 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2283 …}
  -id: 350935
  -bodyTs: "'16':27 '18':9 'age':14 'common':12 'done':18 'era':8 'full':24 'high':20 'high-school':19 'marriag':13 'marur':1 'matter':2 'parent':7 'school':21 'time':25 'uni':32 'unless':28 'went':30 'work':23 'year':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6843630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706563703 {#2304
    date: 2024-01-29 22:28:23.0 +01:00
  }
  +"title": 350935
}
"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
20 DENIED moderate
App\Entity\EntryComment {#2303
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2319
    +user: Proxies\__CG__\App\Entity\User {#2583 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2773 …}
    +slug: "You-re-just-a-kid-how-would-you-know-what-you"
    +title: "You're just a kid, how would you know what you want for the rest of your life?"
    +url: "https://lemmy.world/pictrs/image/1f9d73f4-873f-4545-b2cb-8e77076c59c8.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 146
    +favouriteCount: 852
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729538038 {#2768
      date: 2024-10-21 21:13:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2774 …}
    +votes: Doctrine\ORM\PersistentCollection {#2784 …}
    +reports: Doctrine\ORM\PersistentCollection {#2786 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2788 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2790 …}
    +badges: Doctrine\ORM\PersistentCollection {#2792 …}
    +children: [
      App\Entity\EntryComment {#2303}
    ]
    -id: 33638
    -titleTs: "'kid':5 'know':9 'life':18 're':2 'rest':15 'want':12 'would':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706537541
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11287343"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706451141 {#2705
      date: 2024-01-28 15:12:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +parent: null
  +root: null
  +body: "Marurity matters, not years . In my parents era 18 was a common marriage age, but they were done high-school and working full time at 16, unless you went to Uni."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706563703 {#2305
    date: 2024-01-29 22:28:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Custoslibera@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2317 …}
  +nested: Doctrine\ORM\PersistentCollection {#2313 …}
  +votes: Doctrine\ORM\PersistentCollection {#2292 …}
  +reports: Doctrine\ORM\PersistentCollection {#2290 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2295 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2283 …}
  -id: 350935
  -bodyTs: "'16':27 '18':9 'age':14 'common':12 'done':18 'era':8 'full':24 'high':20 'high-school':19 'marriag':13 'marur':1 'matter':2 'parent':7 'school':21 'time':25 'uni':32 'unless':28 'went':30 'work':23 'year':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6843630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706563703 {#2304
    date: 2024-01-29 22:28:23.0 +01:00
  }
  +"title": 350935
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2214
  +user: Proxies\__CG__\App\Entity\User {#2779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Raspberry-as-NAS-multiple-HDDs-and-an-enclosure"
  +title: "Raspberry as NAS, multiple HDDs and an enclosure"
  +url: null
  +body: """
    It seems weirdly difficult to find a good solution to attach HDDs to my pi. Best case would be for me a enclosure with small power supply, space for my pi, and at least 2 bays for HDDs, rather 4. All that for under 100€ of cause :D\n
    \n
    I could not really find cheap hhd enclosures that connect via usb. Any recommendations? I don’t really want to use HDD toasters, they feel not permanent enough for a Nas. I could also not find sata to usb hats for the pi that are available right now
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729180997 {#2812
    date: 2024-10-17 18:03:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2817 …}
  +votes: Doctrine\ORM\PersistentCollection {#2820 …}
  +reports: Doctrine\ORM\PersistentCollection {#2822 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2826 …}
  +badges: Doctrine\ORM\PersistentCollection {#2828 …}
  +children: [
    App\Entity\EntryComment {#2216
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2214 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: null
      +root: null
      +body: "there is a device you drop a pi into, and others like this. [argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706422439 {#2223
        date: 2024-01-28 07:13:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WbrJr@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2213 …}
      +nested: Doctrine\ORM\PersistentCollection {#2230 …}
      +votes: Doctrine\ORM\PersistentCollection {#2232 …}
      +reports: Doctrine\ORM\PersistentCollection {#2228 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2192 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2299 …}
      -id: 346558
      -bodyTs: "'/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':16 'argon40.com':15 'argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':14 'devic':4 'drop':6 'like':12 'other':11 'pi':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6795011"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706422439 {#2227
        date: 2024-01-28 07:13:59.0 +01:00
      }
      +"title": 346558
    }
  ]
  -id: 33515
  -titleTs: "'enclosur':8 'hdds':5 'multipl':4 'nas':3 'raspberri':1"
  -bodyTs: "'100':45 '2':35 '4':40 'also':82 'attach':11 'avail':94 'bay':36 'best':16 'case':17 'caus':47 'cheap':54 'connect':58 'could':50,81 'd':48 'difficult':4 'enclosur':23,56 'enough':76 'feel':73 'find':6,53,84 'good':8 'hat':88 'hdd':70 'hdds':12,38 'hhd':55 'least':34 'nas':79 'perman':75 'pi':15,31,91 'power':26 'rather':39 'realli':52,66 'recommend':62 'right':95 'sata':85 'seem':2 'small':25 'solut':9 'space':28 'suppli':27 'toaster':71 'usb':60,87 'use':69 'via':59 'want':67 'weird':3 'would':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706473755
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11123965"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706387355 {#2800
    date: 2024-01-27 21:29:15.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
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2214
  +user: Proxies\__CG__\App\Entity\User {#2779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Raspberry-as-NAS-multiple-HDDs-and-an-enclosure"
  +title: "Raspberry as NAS, multiple HDDs and an enclosure"
  +url: null
  +body: """
    It seems weirdly difficult to find a good solution to attach HDDs to my pi. Best case would be for me a enclosure with small power supply, space for my pi, and at least 2 bays for HDDs, rather 4. All that for under 100€ of cause :D\n
    \n
    I could not really find cheap hhd enclosures that connect via usb. Any recommendations? I don’t really want to use HDD toasters, they feel not permanent enough for a Nas. I could also not find sata to usb hats for the pi that are available right now
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729180997 {#2812
    date: 2024-10-17 18:03:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2817 …}
  +votes: Doctrine\ORM\PersistentCollection {#2820 …}
  +reports: Doctrine\ORM\PersistentCollection {#2822 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2826 …}
  +badges: Doctrine\ORM\PersistentCollection {#2828 …}
  +children: [
    App\Entity\EntryComment {#2216
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2214 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: null
      +root: null
      +body: "there is a device you drop a pi into, and others like this. [argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706422439 {#2223
        date: 2024-01-28 07:13:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WbrJr@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2213 …}
      +nested: Doctrine\ORM\PersistentCollection {#2230 …}
      +votes: Doctrine\ORM\PersistentCollection {#2232 …}
      +reports: Doctrine\ORM\PersistentCollection {#2228 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2192 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2299 …}
      -id: 346558
      -bodyTs: "'/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':16 'argon40.com':15 'argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':14 'devic':4 'drop':6 'like':12 'other':11 'pi':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6795011"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706422439 {#2227
        date: 2024-01-28 07:13:59.0 +01:00
      }
      +"title": 346558
    }
  ]
  -id: 33515
  -titleTs: "'enclosur':8 'hdds':5 'multipl':4 'nas':3 'raspberri':1"
  -bodyTs: "'100':45 '2':35 '4':40 'also':82 'attach':11 'avail':94 'bay':36 'best':16 'case':17 'caus':47 'cheap':54 'connect':58 'could':50,81 'd':48 'difficult':4 'enclosur':23,56 'enough':76 'feel':73 'find':6,53,84 'good':8 'hat':88 'hdd':70 'hdds':12,38 'hhd':55 'least':34 'nas':79 'perman':75 'pi':15,31,91 'power':26 'rather':39 'realli':52,66 'recommend':62 'right':95 'sata':85 'seem':2 'small':25 'solut':9 'space':28 'suppli':27 'toaster':71 'usb':60,87 'use':69 'via':59 'want':67 'weird':3 'would':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706473755
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11123965"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706387355 {#2800
    date: 2024-01-27 21:29:15.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
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2214
  +user: Proxies\__CG__\App\Entity\User {#2779 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Raspberry-as-NAS-multiple-HDDs-and-an-enclosure"
  +title: "Raspberry as NAS, multiple HDDs and an enclosure"
  +url: null
  +body: """
    It seems weirdly difficult to find a good solution to attach HDDs to my pi. Best case would be for me a enclosure with small power supply, space for my pi, and at least 2 bays for HDDs, rather 4. All that for under 100€ of cause :D\n
    \n
    I could not really find cheap hhd enclosures that connect via usb. Any recommendations? I don’t really want to use HDD toasters, they feel not permanent enough for a Nas. I could also not find sata to usb hats for the pi that are available right now
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 50
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729180997 {#2812
    date: 2024-10-17 18:03:17.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2817 …}
  +votes: Doctrine\ORM\PersistentCollection {#2820 …}
  +reports: Doctrine\ORM\PersistentCollection {#2822 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2826 …}
  +badges: Doctrine\ORM\PersistentCollection {#2828 …}
  +children: [
    App\Entity\EntryComment {#2216
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2214 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: null
      +root: null
      +body: "there is a device you drop a pi into, and others like this. [argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706422439 {#2223
        date: 2024-01-28 07:13:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WbrJr@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2213 …}
      +nested: Doctrine\ORM\PersistentCollection {#2230 …}
      +votes: Doctrine\ORM\PersistentCollection {#2232 …}
      +reports: Doctrine\ORM\PersistentCollection {#2228 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2192 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2299 …}
      -id: 346558
      -bodyTs: "'/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':16 'argon40.com':15 'argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':14 'devic':4 'drop':6 'like':12 'other':11 'pi':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6795011"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706422439 {#2227
        date: 2024-01-28 07:13:59.0 +01:00
      }
      +"title": 346558
    }
  ]
  -id: 33515
  -titleTs: "'enclosur':8 'hdds':5 'multipl':4 'nas':3 'raspberri':1"
  -bodyTs: "'100':45 '2':35 '4':40 'also':82 'attach':11 'avail':94 'bay':36 'best':16 'case':17 'caus':47 'cheap':54 'connect':58 'could':50,81 'd':48 'difficult':4 'enclosur':23,56 'enough':76 'feel':73 'find':6,53,84 'good':8 'hat':88 'hdd':70 'hdds':12,38 'hhd':55 'least':34 'nas':79 'perman':75 'pi':15,31,91 'power':26 'rather':39 'realli':52,66 'recommend':62 'right':95 'sata':85 'seem':2 'small':25 'solut':9 'space':28 'suppli':27 'toaster':71 'usb':60,87 'use':69 'via':59 'want':67 'weird':3 'would':18"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706473755
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/11123965"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706387355 {#2800
    date: 2024-01-27 21:29:15.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
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\EntryComment {#2216
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2214
    +user: Proxies\__CG__\App\Entity\User {#2779 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Raspberry-as-NAS-multiple-HDDs-and-an-enclosure"
    +title: "Raspberry as NAS, multiple HDDs and an enclosure"
    +url: null
    +body: """
      It seems weirdly difficult to find a good solution to attach HDDs to my pi. Best case would be for me a enclosure with small power supply, space for my pi, and at least 2 bays for HDDs, rather 4. All that for under 100€ of cause :D\n
      \n
      I could not really find cheap hhd enclosures that connect via usb. Any recommendations? I don’t really want to use HDD toasters, they feel not permanent enough for a Nas. I could also not find sata to usb hats for the pi that are available right now
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 50
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729180997 {#2812
      date: 2024-10-17 18:03:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2817 …}
    +votes: Doctrine\ORM\PersistentCollection {#2820 …}
    +reports: Doctrine\ORM\PersistentCollection {#2822 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2826 …}
    +badges: Doctrine\ORM\PersistentCollection {#2828 …}
    +children: [
      App\Entity\EntryComment {#2216}
    ]
    -id: 33515
    -titleTs: "'enclosur':8 'hdds':5 'multipl':4 'nas':3 'raspberri':1"
    -bodyTs: "'100':45 '2':35 '4':40 'also':82 'attach':11 'avail':94 'bay':36 'best':16 'case':17 'caus':47 'cheap':54 'connect':58 'could':50,81 'd':48 'difficult':4 'enclosur':23,56 'enough':76 'feel':73 'find':6,53,84 'good':8 'hat':88 'hdd':70 'hdds':12,38 'hhd':55 'least':34 'nas':79 'perman':75 'pi':15,31,91 'power':26 'rather':39 'realli':52,66 'recommend':62 'right':95 'sata':85 'seem':2 'small':25 'solut':9 'space':28 'suppli':27 'toaster':71 'usb':60,87 'use':69 'via':59 'want':67 'weird':3 'would':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706473755
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/11123965"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706387355 {#2800
      date: 2024-01-27 21:29:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: null
  +root: null
  +body: "there is a device you drop a pi into, and others like this. [argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706422439 {#2223
    date: 2024-01-28 07:13:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WbrJr@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2213 …}
  +nested: Doctrine\ORM\PersistentCollection {#2230 …}
  +votes: Doctrine\ORM\PersistentCollection {#2232 …}
  +reports: Doctrine\ORM\PersistentCollection {#2228 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2192 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2299 …}
  -id: 346558
  -bodyTs: "'/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':16 'argon40.com':15 'argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':14 'devic':4 'drop':6 'like':12 'other':11 'pi':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6795011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706422439 {#2227
    date: 2024-01-28 07:13:59.0 +01:00
  }
  +"title": 346558
}
"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
27 DENIED edit
App\Entity\EntryComment {#2216
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2214
    +user: Proxies\__CG__\App\Entity\User {#2779 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Raspberry-as-NAS-multiple-HDDs-and-an-enclosure"
    +title: "Raspberry as NAS, multiple HDDs and an enclosure"
    +url: null
    +body: """
      It seems weirdly difficult to find a good solution to attach HDDs to my pi. Best case would be for me a enclosure with small power supply, space for my pi, and at least 2 bays for HDDs, rather 4. All that for under 100€ of cause :D\n
      \n
      I could not really find cheap hhd enclosures that connect via usb. Any recommendations? I don’t really want to use HDD toasters, they feel not permanent enough for a Nas. I could also not find sata to usb hats for the pi that are available right now
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 50
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729180997 {#2812
      date: 2024-10-17 18:03:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2817 …}
    +votes: Doctrine\ORM\PersistentCollection {#2820 …}
    +reports: Doctrine\ORM\PersistentCollection {#2822 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2826 …}
    +badges: Doctrine\ORM\PersistentCollection {#2828 …}
    +children: [
      App\Entity\EntryComment {#2216}
    ]
    -id: 33515
    -titleTs: "'enclosur':8 'hdds':5 'multipl':4 'nas':3 'raspberri':1"
    -bodyTs: "'100':45 '2':35 '4':40 'also':82 'attach':11 'avail':94 'bay':36 'best':16 'case':17 'caus':47 'cheap':54 'connect':58 'could':50,81 'd':48 'difficult':4 'enclosur':23,56 'enough':76 'feel':73 'find':6,53,84 'good':8 'hat':88 'hdd':70 'hdds':12,38 'hhd':55 'least':34 'nas':79 'perman':75 'pi':15,31,91 'power':26 'rather':39 'realli':52,66 'recommend':62 'right':95 'sata':85 'seem':2 'small':25 'solut':9 'space':28 'suppli':27 'toaster':71 'usb':60,87 'use':69 'via':59 'want':67 'weird':3 'would':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706473755
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/11123965"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706387355 {#2800
      date: 2024-01-27 21:29:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: null
  +root: null
  +body: "there is a device you drop a pi into, and others like this. [argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706422439 {#2223
    date: 2024-01-28 07:13:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WbrJr@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2213 …}
  +nested: Doctrine\ORM\PersistentCollection {#2230 …}
  +votes: Doctrine\ORM\PersistentCollection {#2232 …}
  +reports: Doctrine\ORM\PersistentCollection {#2228 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2192 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2299 …}
  -id: 346558
  -bodyTs: "'/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':16 'argon40.com':15 'argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':14 'devic':4 'drop':6 'like':12 'other':11 'pi':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6795011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706422439 {#2227
    date: 2024-01-28 07:13:59.0 +01:00
  }
  +"title": 346558
}
"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
28 DENIED moderate
App\Entity\EntryComment {#2216
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2214
    +user: Proxies\__CG__\App\Entity\User {#2779 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Raspberry-as-NAS-multiple-HDDs-and-an-enclosure"
    +title: "Raspberry as NAS, multiple HDDs and an enclosure"
    +url: null
    +body: """
      It seems weirdly difficult to find a good solution to attach HDDs to my pi. Best case would be for me a enclosure with small power supply, space for my pi, and at least 2 bays for HDDs, rather 4. All that for under 100€ of cause :D\n
      \n
      I could not really find cheap hhd enclosures that connect via usb. Any recommendations? I don’t really want to use HDD toasters, they feel not permanent enough for a Nas. I could also not find sata to usb hats for the pi that are available right now
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 50
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729180997 {#2812
      date: 2024-10-17 18:03:17.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2817 …}
    +votes: Doctrine\ORM\PersistentCollection {#2820 …}
    +reports: Doctrine\ORM\PersistentCollection {#2822 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2824 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2826 …}
    +badges: Doctrine\ORM\PersistentCollection {#2828 …}
    +children: [
      App\Entity\EntryComment {#2216}
    ]
    -id: 33515
    -titleTs: "'enclosur':8 'hdds':5 'multipl':4 'nas':3 'raspberri':1"
    -bodyTs: "'100':45 '2':35 '4':40 'also':82 'attach':11 'avail':94 'bay':36 'best':16 'case':17 'caus':47 'cheap':54 'connect':58 'could':50,81 'd':48 'difficult':4 'enclosur':23,56 'enough':76 'feel':73 'find':6,53,84 'good':8 'hat':88 'hdd':70 'hdds':12,38 'hhd':55 'least':34 'nas':79 'perman':75 'pi':15,31,91 'power':26 'rather':39 'realli':52,66 'recommend':62 'right':95 'sata':85 'seem':2 'small':25 'solut':9 'space':28 'suppli':27 'toaster':71 'usb':60,87 'use':69 'via':59 'want':67 'weird':3 'would':18"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706473755
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/11123965"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706387355 {#2800
      date: 2024-01-27 21:29:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: null
  +root: null
  +body: "there is a device you drop a pi into, and others like this. [argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706422439 {#2223
    date: 2024-01-28 07:13:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WbrJr@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2213 …}
  +nested: Doctrine\ORM\PersistentCollection {#2230 …}
  +votes: Doctrine\ORM\PersistentCollection {#2232 …}
  +reports: Doctrine\ORM\PersistentCollection {#2228 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2192 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2299 …}
  -id: 346558
  -bodyTs: "'/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':16 'argon40.com':15 'argon40.com/products/argon-eon-pi-nas](https://argon40.com/products/argon-eon-pi-nas)':14 'devic':4 'drop':6 'like':12 'other':11 'pi':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6795011"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706422439 {#2227
    date: 2024-01-28 07:13:59.0 +01:00
  }
  +"title": 346558
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2161
  +user: Proxies\__CG__\App\Entity\User {#2835 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Help-with-external-4TB-drive"
  +title: "Help with external 4TB drive"
  +url: null
  +body: """
    Hi All,\n
    \n
    I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
    \n
    On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
    </span>\n
    ```\n
    \n
    The output of `fdisk -l` is as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
    </span><span style="color:#323232;">Disk model: Expansion Desk\n
    </span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: dos\n
    </span><span style="color:#323232;">Disk identifier: 0x00000000\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Boot Start        End    Sectors Size Id Type\n
    </span><span style="color:#323232;">/dev/sdc1           1 4294967295 4294967295  16T ee GPT\n
    </span>\n
    ```\n
    \n
    As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
    \n
    I tried overcoming this by mounting as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
    </span>\n
    ```\n
    \n
    however now I have a new error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
    </span>\n
    ```\n
    \n
    Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
    </span>\n
    ```\n
    \n
    I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
    \n
    Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
    </span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
    </span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: gpt\n
    </span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Start        End    Sectors  Size Type\n
    </span><span style="color:#323232;">/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729101953 {#2830
    date: 2024-10-16 20:05:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2837 …}
  +votes: Doctrine\ORM\PersistentCollection {#2839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2841 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2843 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2845 …}
  +badges: Doctrine\ORM\PersistentCollection {#2847 …}
  +children: [
    App\Entity\EntryComment {#2120
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2161 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "Looks like ee is legacy mbr type with an EFI entry right after it, it could be that somebody has solved mounting this if you deep dive. And maybe an additional package is needed. Buy are you able to remount to sata and just transfer data? becuase you would want to reformat this to a modern GPT and filesystem at some point. Or see if you can pass it through to an XP VM for data transfer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706383640 {#2123
        date: 2024-01-27 20:27:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@i_am_hiding@aussie.zone"
        "@i_am_hiding@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2160 …}
      +nested: Doctrine\ORM\PersistentCollection {#2162 …}
      +votes: Doctrine\ORM\PersistentCollection {#2128 …}
      +reports: Doctrine\ORM\PersistentCollection {#2126 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
      -id: 345379
      -bodyTs: "'abl':38 'addit':31 'becuas':47 'buy':35 'could':16 'data':46,76 'deep':26 'dive':27 'ee':3 'efi':10 'entri':11 'filesystem':59 'gpt':57 'legaci':5 'like':2 'look':1 'mayb':29 'mbr':6 'modern':56 'mount':22 'need':34 'packag':32 'pass':68 'point':62 'reformat':52 'remount':40 'right':12 'sata':42 'see':64 'solv':21 'somebodi':19 'transfer':45,77 'type':7 'vm':74 'want':50 'would':49 'xp':73"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6774292"
      +editedAt: DateTimeImmutable @1729017450 {#2119
        date: 2024-10-15 20:37:30.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706383640 {#2116
        date: 2024-01-27 20:27:20.0 +01:00
      }
      +"title": 345379
    }
  ]
  -id: 33413
  -titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
  -bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706441575
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/6328537"
  +editedAt: DateTimeImmutable @1729027145 {#2818
    date: 2024-10-15 23:19:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706355175 {#2797
    date: 2024-01-27 12:32:55.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
31 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2161
  +user: Proxies\__CG__\App\Entity\User {#2835 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Help-with-external-4TB-drive"
  +title: "Help with external 4TB drive"
  +url: null
  +body: """
    Hi All,\n
    \n
    I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
    \n
    On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
    </span>\n
    ```\n
    \n
    The output of `fdisk -l` is as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
    </span><span style="color:#323232;">Disk model: Expansion Desk\n
    </span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: dos\n
    </span><span style="color:#323232;">Disk identifier: 0x00000000\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Boot Start        End    Sectors Size Id Type\n
    </span><span style="color:#323232;">/dev/sdc1           1 4294967295 4294967295  16T ee GPT\n
    </span>\n
    ```\n
    \n
    As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
    \n
    I tried overcoming this by mounting as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
    </span>\n
    ```\n
    \n
    however now I have a new error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
    </span>\n
    ```\n
    \n
    Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
    </span>\n
    ```\n
    \n
    I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
    \n
    Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
    </span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
    </span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: gpt\n
    </span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Start        End    Sectors  Size Type\n
    </span><span style="color:#323232;">/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729101953 {#2830
    date: 2024-10-16 20:05:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2837 …}
  +votes: Doctrine\ORM\PersistentCollection {#2839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2841 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2843 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2845 …}
  +badges: Doctrine\ORM\PersistentCollection {#2847 …}
  +children: [
    App\Entity\EntryComment {#2120
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2161 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "Looks like ee is legacy mbr type with an EFI entry right after it, it could be that somebody has solved mounting this if you deep dive. And maybe an additional package is needed. Buy are you able to remount to sata and just transfer data? becuase you would want to reformat this to a modern GPT and filesystem at some point. Or see if you can pass it through to an XP VM for data transfer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706383640 {#2123
        date: 2024-01-27 20:27:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@i_am_hiding@aussie.zone"
        "@i_am_hiding@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2160 …}
      +nested: Doctrine\ORM\PersistentCollection {#2162 …}
      +votes: Doctrine\ORM\PersistentCollection {#2128 …}
      +reports: Doctrine\ORM\PersistentCollection {#2126 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
      -id: 345379
      -bodyTs: "'abl':38 'addit':31 'becuas':47 'buy':35 'could':16 'data':46,76 'deep':26 'dive':27 'ee':3 'efi':10 'entri':11 'filesystem':59 'gpt':57 'legaci':5 'like':2 'look':1 'mayb':29 'mbr':6 'modern':56 'mount':22 'need':34 'packag':32 'pass':68 'point':62 'reformat':52 'remount':40 'right':12 'sata':42 'see':64 'solv':21 'somebodi':19 'transfer':45,77 'type':7 'vm':74 'want':50 'would':49 'xp':73"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6774292"
      +editedAt: DateTimeImmutable @1729017450 {#2119
        date: 2024-10-15 20:37:30.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706383640 {#2116
        date: 2024-01-27 20:27:20.0 +01:00
      }
      +"title": 345379
    }
  ]
  -id: 33413
  -titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
  -bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706441575
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/6328537"
  +editedAt: DateTimeImmutable @1729027145 {#2818
    date: 2024-10-15 23:19:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706355175 {#2797
    date: 2024-01-27 12:32:55.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
32 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2161
  +user: Proxies\__CG__\App\Entity\User {#2835 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Help-with-external-4TB-drive"
  +title: "Help with external 4TB drive"
  +url: null
  +body: """
    Hi All,\n
    \n
    I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
    \n
    On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
    </span>\n
    ```\n
    \n
    The output of `fdisk -l` is as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
    </span><span style="color:#323232;">Disk model: Expansion Desk\n
    </span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: dos\n
    </span><span style="color:#323232;">Disk identifier: 0x00000000\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Boot Start        End    Sectors Size Id Type\n
    </span><span style="color:#323232;">/dev/sdc1           1 4294967295 4294967295  16T ee GPT\n
    </span>\n
    ```\n
    \n
    As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
    \n
    I tried overcoming this by mounting as follows:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
    </span>\n
    ```\n
    \n
    however now I have a new error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
    </span>\n
    ```\n
    \n
    Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
    \n
    ```\n
    \n
    <span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
    </span>\n
    ```\n
    \n
    I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
    \n
    Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
    </span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
    </span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
    </span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
    </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
    </span><span style="color:#323232;">Disklabel type: gpt\n
    </span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
    </span><span style="color:#323232;">\n
    </span><span style="color:#323232;">Device     Start        End    Sectors  Size Type\n
    </span><span style="color:#323232;">/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem\n
    </span>\n
    ```
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 18
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729101953 {#2830
    date: 2024-10-16 20:05:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2837 …}
  +votes: Doctrine\ORM\PersistentCollection {#2839 …}
  +reports: Doctrine\ORM\PersistentCollection {#2841 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2843 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2845 …}
  +badges: Doctrine\ORM\PersistentCollection {#2847 …}
  +children: [
    App\Entity\EntryComment {#2120
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2161 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "Looks like ee is legacy mbr type with an EFI entry right after it, it could be that somebody has solved mounting this if you deep dive. And maybe an additional package is needed. Buy are you able to remount to sata and just transfer data? becuase you would want to reformat this to a modern GPT and filesystem at some point. Or see if you can pass it through to an XP VM for data transfer."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706383640 {#2123
        date: 2024-01-27 20:27:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@i_am_hiding@aussie.zone"
        "@i_am_hiding@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2160 …}
      +nested: Doctrine\ORM\PersistentCollection {#2162 …}
      +votes: Doctrine\ORM\PersistentCollection {#2128 …}
      +reports: Doctrine\ORM\PersistentCollection {#2126 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
      -id: 345379
      -bodyTs: "'abl':38 'addit':31 'becuas':47 'buy':35 'could':16 'data':46,76 'deep':26 'dive':27 'ee':3 'efi':10 'entri':11 'filesystem':59 'gpt':57 'legaci':5 'like':2 'look':1 'mayb':29 'mbr':6 'modern':56 'mount':22 'need':34 'packag':32 'pass':68 'point':62 'reformat':52 'remount':40 'right':12 'sata':42 'see':64 'solv':21 'somebodi':19 'transfer':45,77 'type':7 'vm':74 'want':50 'would':49 'xp':73"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6774292"
      +editedAt: DateTimeImmutable @1729017450 {#2119
        date: 2024-10-15 20:37:30.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706383640 {#2116
        date: 2024-01-27 20:27:20.0 +01:00
      }
      +"title": 345379
    }
  ]
  -id: 33413
  -titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
  -bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706441575
  +visibility: "visible             "
  +apId: "https://aussie.zone/post/6328537"
  +editedAt: DateTimeImmutable @1729027145 {#2818
    date: 2024-10-15 23:19:05.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706355175 {#2797
    date: 2024-01-27 12:32:55.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
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\EntryComment {#2120
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2161
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Help-with-external-4TB-drive"
    +title: "Help with external 4TB drive"
    +url: null
    +body: """
      Hi All,\n
      \n
      I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
      \n
      On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
      </span>\n
      ```\n
      \n
      The output of `fdisk -l` is as follows:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
      </span><span style="color:#323232;">Disk model: Expansion Desk\n
      </span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
      </span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
      </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
      </span><span style="color:#323232;">Disklabel type: dos\n
      </span><span style="color:#323232;">Disk identifier: 0x00000000\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">Device     Boot Start        End    Sectors Size Id Type\n
      </span><span style="color:#323232;">/dev/sdc1           1 4294967295 4294967295  16T ee GPT\n
      </span>\n
      ```\n
      \n
      As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
      \n
      I tried overcoming this by mounting as follows:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
      </span>\n
      ```\n
      \n
      however now I have a new error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
      </span>\n
      ```\n
      \n
      Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
      \n
      ```\n
      \n
      <span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
      </span>\n
      ```\n
      \n
      I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
      \n
      Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
      </span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
      </span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
      </span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
      </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
      </span><span style="color:#323232;">Disklabel type: gpt\n
      </span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">Device     Start        End    Sectors  Size Type\n
      </span><span style="color:#323232;">/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729101953 {#2830
      date: 2024-10-16 20:05:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2837 …}
    +votes: Doctrine\ORM\PersistentCollection {#2839 …}
    +reports: Doctrine\ORM\PersistentCollection {#2841 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2843 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2845 …}
    +badges: Doctrine\ORM\PersistentCollection {#2847 …}
    +children: [
      App\Entity\EntryComment {#2120}
    ]
    -id: 33413
    -titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
    -bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706441575
    +visibility: "visible             "
    +apId: "https://aussie.zone/post/6328537"
    +editedAt: DateTimeImmutable @1729027145 {#2818
      date: 2024-10-15 23:19:05.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706355175 {#2797
      date: 2024-01-27 12:32:55.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "Looks like ee is legacy mbr type with an EFI entry right after it, it could be that somebody has solved mounting this if you deep dive. And maybe an additional package is needed. Buy are you able to remount to sata and just transfer data? becuase you would want to reformat this to a modern GPT and filesystem at some point. Or see if you can pass it through to an XP VM for data transfer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706383640 {#2123
    date: 2024-01-27 20:27:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@i_am_hiding@aussie.zone"
    "@i_am_hiding@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2160 …}
  +nested: Doctrine\ORM\PersistentCollection {#2162 …}
  +votes: Doctrine\ORM\PersistentCollection {#2128 …}
  +reports: Doctrine\ORM\PersistentCollection {#2126 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
  -id: 345379
  -bodyTs: "'abl':38 'addit':31 'becuas':47 'buy':35 'could':16 'data':46,76 'deep':26 'dive':27 'ee':3 'efi':10 'entri':11 'filesystem':59 'gpt':57 'legaci':5 'like':2 'look':1 'mayb':29 'mbr':6 'modern':56 'mount':22 'need':34 'packag':32 'pass':68 'point':62 'reformat':52 'remount':40 'right':12 'sata':42 'see':64 'solv':21 'somebodi':19 'transfer':45,77 'type':7 'vm':74 'want':50 'would':49 'xp':73"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6774292"
  +editedAt: DateTimeImmutable @1729017450 {#2119
    date: 2024-10-15 20:37:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706383640 {#2116
    date: 2024-01-27 20:27:20.0 +01:00
  }
  +"title": 345379
}
"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
35 DENIED edit
App\Entity\EntryComment {#2120
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2161
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Help-with-external-4TB-drive"
    +title: "Help with external 4TB drive"
    +url: null
    +body: """
      Hi All,\n
      \n
      I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
      \n
      On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
      </span>\n
      ```\n
      \n
      The output of `fdisk -l` is as follows:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
      </span><span style="color:#323232;">Disk model: Expansion Desk\n
      </span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
      </span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
      </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
      </span><span style="color:#323232;">Disklabel type: dos\n
      </span><span style="color:#323232;">Disk identifier: 0x00000000\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">Device     Boot Start        End    Sectors Size Id Type\n
      </span><span style="color:#323232;">/dev/sdc1           1 4294967295 4294967295  16T ee GPT\n
      </span>\n
      ```\n
      \n
      As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
      \n
      I tried overcoming this by mounting as follows:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
      </span>\n
      ```\n
      \n
      however now I have a new error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
      </span>\n
      ```\n
      \n
      Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
      \n
      ```\n
      \n
      <span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
      </span>\n
      ```\n
      \n
      I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
      \n
      Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
      </span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
      </span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
      </span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
      </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
      </span><span style="color:#323232;">Disklabel type: gpt\n
      </span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">Device     Start        End    Sectors  Size Type\n
      </span><span style="color:#323232;">/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729101953 {#2830
      date: 2024-10-16 20:05:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2837 …}
    +votes: Doctrine\ORM\PersistentCollection {#2839 …}
    +reports: Doctrine\ORM\PersistentCollection {#2841 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2843 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2845 …}
    +badges: Doctrine\ORM\PersistentCollection {#2847 …}
    +children: [
      App\Entity\EntryComment {#2120}
    ]
    -id: 33413
    -titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
    -bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706441575
    +visibility: "visible             "
    +apId: "https://aussie.zone/post/6328537"
    +editedAt: DateTimeImmutable @1729027145 {#2818
      date: 2024-10-15 23:19:05.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706355175 {#2797
      date: 2024-01-27 12:32:55.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "Looks like ee is legacy mbr type with an EFI entry right after it, it could be that somebody has solved mounting this if you deep dive. And maybe an additional package is needed. Buy are you able to remount to sata and just transfer data? becuase you would want to reformat this to a modern GPT and filesystem at some point. Or see if you can pass it through to an XP VM for data transfer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706383640 {#2123
    date: 2024-01-27 20:27:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@i_am_hiding@aussie.zone"
    "@i_am_hiding@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2160 …}
  +nested: Doctrine\ORM\PersistentCollection {#2162 …}
  +votes: Doctrine\ORM\PersistentCollection {#2128 …}
  +reports: Doctrine\ORM\PersistentCollection {#2126 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
  -id: 345379
  -bodyTs: "'abl':38 'addit':31 'becuas':47 'buy':35 'could':16 'data':46,76 'deep':26 'dive':27 'ee':3 'efi':10 'entri':11 'filesystem':59 'gpt':57 'legaci':5 'like':2 'look':1 'mayb':29 'mbr':6 'modern':56 'mount':22 'need':34 'packag':32 'pass':68 'point':62 'reformat':52 'remount':40 'right':12 'sata':42 'see':64 'solv':21 'somebodi':19 'transfer':45,77 'type':7 'vm':74 'want':50 'would':49 'xp':73"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6774292"
  +editedAt: DateTimeImmutable @1729017450 {#2119
    date: 2024-10-15 20:37:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706383640 {#2116
    date: 2024-01-27 20:27:20.0 +01:00
  }
  +"title": 345379
}
"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
36 DENIED moderate
App\Entity\EntryComment {#2120
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2161
    +user: Proxies\__CG__\App\Entity\User {#2835 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Help-with-external-4TB-drive"
    +title: "Help with external 4TB drive"
    +url: null
    +body: """
      Hi All,\n
      \n
      I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
      \n
      On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
      </span>\n
      ```\n
      \n
      The output of `fdisk -l` is as follows:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
      </span><span style="color:#323232;">Disk model: Expansion Desk\n
      </span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
      </span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
      </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
      </span><span style="color:#323232;">Disklabel type: dos\n
      </span><span style="color:#323232;">Disk identifier: 0x00000000\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">Device     Boot Start        End    Sectors Size Id Type\n
      </span><span style="color:#323232;">/dev/sdc1           1 4294967295 4294967295  16T ee GPT\n
      </span>\n
      ```\n
      \n
      As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
      \n
      I tried overcoming this by mounting as follows:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
      </span>\n
      ```\n
      \n
      however now I have a new error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
      </span>\n
      ```\n
      \n
      Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
      \n
      ```\n
      \n
      <span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
      </span>\n
      ```\n
      \n
      I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
      \n
      Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
      </span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
      </span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
      </span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
      </span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
      </span><span style="color:#323232;">Disklabel type: gpt\n
      </span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
      </span><span style="color:#323232;">\n
      </span><span style="color:#323232;">Device     Start        End    Sectors  Size Type\n
      </span><span style="color:#323232;">/dev/sdb1   2048 7814035455 7814033408  3.7T Linux filesystem\n
      </span>\n
      ```
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 18
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729101953 {#2830
      date: 2024-10-16 20:05:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2837 …}
    +votes: Doctrine\ORM\PersistentCollection {#2839 …}
    +reports: Doctrine\ORM\PersistentCollection {#2841 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2843 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2845 …}
    +badges: Doctrine\ORM\PersistentCollection {#2847 …}
    +children: [
      App\Entity\EntryComment {#2120}
    ]
    -id: 33413
    -titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
    -bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706441575
    +visibility: "visible             "
    +apId: "https://aussie.zone/post/6328537"
    +editedAt: DateTimeImmutable @1729027145 {#2818
      date: 2024-10-15 23:19:05.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706355175 {#2797
      date: 2024-01-27 12:32:55.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "Looks like ee is legacy mbr type with an EFI entry right after it, it could be that somebody has solved mounting this if you deep dive. And maybe an additional package is needed. Buy are you able to remount to sata and just transfer data? becuase you would want to reformat this to a modern GPT and filesystem at some point. Or see if you can pass it through to an XP VM for data transfer."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706383640 {#2123
    date: 2024-01-27 20:27:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@i_am_hiding@aussie.zone"
    "@i_am_hiding@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2160 …}
  +nested: Doctrine\ORM\PersistentCollection {#2162 …}
  +votes: Doctrine\ORM\PersistentCollection {#2128 …}
  +reports: Doctrine\ORM\PersistentCollection {#2126 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2139 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
  -id: 345379
  -bodyTs: "'abl':38 'addit':31 'becuas':47 'buy':35 'could':16 'data':46,76 'deep':26 'dive':27 'ee':3 'efi':10 'entri':11 'filesystem':59 'gpt':57 'legaci':5 'like':2 'look':1 'mayb':29 'mbr':6 'modern':56 'mount':22 'need':34 'packag':32 'pass':68 'point':62 'reformat':52 'remount':40 'right':12 'sata':42 'see':64 'solv':21 'somebodi':19 'transfer':45,77 'type':7 'vm':74 'want':50 'would':49 'xp':73"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6774292"
  +editedAt: DateTimeImmutable @1729017450 {#2119
    date: 2024-10-15 20:37:30.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706383640 {#2116
    date: 2024-01-27 20:27:20.0 +01:00
  }
  +"title": 345379
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2052
  +user: Proxies\__CG__\App\Entity\User {#2529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
  +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
  +url: null
  +body: """
    If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
    </span>\n
    ```\n
    \n
    I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
    \n
    **EDIT (2024-01-27T01:55Z):**\n
    \n
    I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729269329 {#2794
    date: 2024-10-18 18:35:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2799 …}
  +votes: Doctrine\ORM\PersistentCollection {#2802 …}
  +reports: Doctrine\ORM\PersistentCollection {#2804 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
  +badges: Doctrine\ORM\PersistentCollection {#2810 …}
  +children: [
    2 => App\Entity\EntryComment {#2055
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
        \n
        if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1729252978 {#2057
        date: 2024-10-18 14:02:58.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2054 …}
      +nested: Doctrine\ORM\PersistentCollection {#2053 …}
      +votes: Doctrine\ORM\PersistentCollection {#2165 …}
      +reports: Doctrine\ORM\PersistentCollection {#2104 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
      -id: 343638
      -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6754356"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706322145 {#2050
        date: 2024-01-27 03:22:25.0 +01:00
      }
      +"title": 343638
    }
    1 => App\Entity\EntryComment {#2109
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +root: App\Entity\EntryComment {#2055}
      +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706376081 {#2101
        date: 2024-01-27 18:21:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2106 …}
      +nested: Doctrine\ORM\PersistentCollection {#2107 …}
      +votes: Doctrine\ORM\PersistentCollection {#2124 …}
      +reports: Doctrine\ORM\PersistentCollection {#2118 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
      -id: 345063
      -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6771373"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706376081 {#2102
        date: 2024-01-27 18:21:21.0 +01:00
      }
      +"title": 345063
    }
    0 => App\Entity\EntryComment {#2291
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
      +root: App\Entity\EntryComment {#2055}
      +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706488648 {#2298
        date: 2024-01-29 01:37:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2301 …}
      +nested: Doctrine\ORM\PersistentCollection {#2297 …}
      +votes: Doctrine\ORM\PersistentCollection {#2315 …}
      +reports: Doctrine\ORM\PersistentCollection {#2321 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
      -id: 348425
      -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6821544"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706488648 {#2293
        date: 2024-01-29 01:37:28.0 +01:00
      }
      +"title": 348425
    }
  ]
  -id: 33358
  -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
  -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706406656
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13556859"
  +editedAt: DateTimeImmutable @1728884520 {#2776
    date: 2024-10-14 07:42:00.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706320256 {#2702
    date: 2024-01-27 02:50:56.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
39 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2052
  +user: Proxies\__CG__\App\Entity\User {#2529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
  +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
  +url: null
  +body: """
    If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
    </span>\n
    ```\n
    \n
    I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
    \n
    **EDIT (2024-01-27T01:55Z):**\n
    \n
    I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729269329 {#2794
    date: 2024-10-18 18:35:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2799 …}
  +votes: Doctrine\ORM\PersistentCollection {#2802 …}
  +reports: Doctrine\ORM\PersistentCollection {#2804 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
  +badges: Doctrine\ORM\PersistentCollection {#2810 …}
  +children: [
    2 => App\Entity\EntryComment {#2055
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
        \n
        if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1729252978 {#2057
        date: 2024-10-18 14:02:58.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2054 …}
      +nested: Doctrine\ORM\PersistentCollection {#2053 …}
      +votes: Doctrine\ORM\PersistentCollection {#2165 …}
      +reports: Doctrine\ORM\PersistentCollection {#2104 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
      -id: 343638
      -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6754356"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706322145 {#2050
        date: 2024-01-27 03:22:25.0 +01:00
      }
      +"title": 343638
    }
    1 => App\Entity\EntryComment {#2109
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +root: App\Entity\EntryComment {#2055}
      +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706376081 {#2101
        date: 2024-01-27 18:21:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2106 …}
      +nested: Doctrine\ORM\PersistentCollection {#2107 …}
      +votes: Doctrine\ORM\PersistentCollection {#2124 …}
      +reports: Doctrine\ORM\PersistentCollection {#2118 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
      -id: 345063
      -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6771373"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706376081 {#2102
        date: 2024-01-27 18:21:21.0 +01:00
      }
      +"title": 345063
    }
    0 => App\Entity\EntryComment {#2291
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
      +root: App\Entity\EntryComment {#2055}
      +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706488648 {#2298
        date: 2024-01-29 01:37:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2301 …}
      +nested: Doctrine\ORM\PersistentCollection {#2297 …}
      +votes: Doctrine\ORM\PersistentCollection {#2315 …}
      +reports: Doctrine\ORM\PersistentCollection {#2321 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
      -id: 348425
      -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6821544"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706488648 {#2293
        date: 2024-01-29 01:37:28.0 +01:00
      }
      +"title": 348425
    }
  ]
  -id: 33358
  -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
  -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706406656
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13556859"
  +editedAt: DateTimeImmutable @1728884520 {#2776
    date: 2024-10-14 07:42:00.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706320256 {#2702
    date: 2024-01-27 02:50:56.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
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2052
  +user: Proxies\__CG__\App\Entity\User {#2529 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
  +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
  +url: null
  +body: """
    If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
    </span>\n
    ```\n
    \n
    I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
    \n
    **EDIT (2024-01-27T01:55Z):**\n
    \n
    I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 31
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729269329 {#2794
    date: 2024-10-18 18:35:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2799 …}
  +votes: Doctrine\ORM\PersistentCollection {#2802 …}
  +reports: Doctrine\ORM\PersistentCollection {#2804 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
  +badges: Doctrine\ORM\PersistentCollection {#2810 …}
  +children: [
    2 => App\Entity\EntryComment {#2055
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
        \n
        if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1729252978 {#2057
        date: 2024-10-18 14:02:58.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2054 …}
      +nested: Doctrine\ORM\PersistentCollection {#2053 …}
      +votes: Doctrine\ORM\PersistentCollection {#2165 …}
      +reports: Doctrine\ORM\PersistentCollection {#2104 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
      -id: 343638
      -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6754356"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706322145 {#2050
        date: 2024-01-27 03:22:25.0 +01:00
      }
      +"title": 343638
    }
    1 => App\Entity\EntryComment {#2109
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
      +root: App\Entity\EntryComment {#2055}
      +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706376081 {#2101
        date: 2024-01-27 18:21:21.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2106 …}
      +nested: Doctrine\ORM\PersistentCollection {#2107 …}
      +votes: Doctrine\ORM\PersistentCollection {#2124 …}
      +reports: Doctrine\ORM\PersistentCollection {#2118 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
      -id: 345063
      -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6771373"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706376081 {#2102
        date: 2024-01-27 18:21:21.0 +01:00
      }
      +"title": 345063
    }
    0 => App\Entity\EntryComment {#2291
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
      +root: App\Entity\EntryComment {#2055}
      +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706488648 {#2298
        date: 2024-01-29 01:37:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2301 …}
      +nested: Doctrine\ORM\PersistentCollection {#2297 …}
      +votes: Doctrine\ORM\PersistentCollection {#2315 …}
      +reports: Doctrine\ORM\PersistentCollection {#2321 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
      -id: 348425
      -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6821544"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706488648 {#2293
        date: 2024-01-29 01:37:28.0 +01:00
      }
      +"title": 348425
    }
  ]
  -id: 33358
  -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
  -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706406656
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13556859"
  +editedAt: DateTimeImmutable @1728884520 {#2776
    date: 2024-10-14 07:42:00.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706320256 {#2702
    date: 2024-01-27 02:50:56.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
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\EntryComment {#2055
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2529 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#2794
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2799 …}
    +votes: Doctrine\ORM\PersistentCollection {#2802 …}
    +reports: Doctrine\ORM\PersistentCollection {#2804 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
    +badges: Doctrine\ORM\PersistentCollection {#2810 …}
    +children: [
      2 => App\Entity\EntryComment {#2055}
      1 => App\Entity\EntryComment {#2109
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706376081 {#2101
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2106 …}
        +nested: Doctrine\ORM\PersistentCollection {#2107 …}
        +votes: Doctrine\ORM\PersistentCollection {#2124 …}
        +reports: Doctrine\ORM\PersistentCollection {#2118 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
        -id: 345063
        -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6771373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706376081 {#2102
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +"title": 345063
      }
      0 => App\Entity\EntryComment {#2291
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706488648 {#2298
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2301 …}
        +nested: Doctrine\ORM\PersistentCollection {#2297 …}
        +votes: Doctrine\ORM\PersistentCollection {#2315 …}
        +reports: Doctrine\ORM\PersistentCollection {#2321 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
        -id: 348425
        -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6821544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706488648 {#2293
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +"title": 348425
      }
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#2776
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#2702
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
    \n
    if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1729252978 {#2057
    date: 2024-10-18 14:02:58.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2054 …}
  +nested: Doctrine\ORM\PersistentCollection {#2053 …}
  +votes: Doctrine\ORM\PersistentCollection {#2165 …}
  +reports: Doctrine\ORM\PersistentCollection {#2104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
  -id: 343638
  -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6754356"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706322145 {#2050
    date: 2024-01-27 03:22:25.0 +01:00
  }
  +"title": 343638
}
"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
43 DENIED edit
App\Entity\EntryComment {#2055
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2529 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#2794
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2799 …}
    +votes: Doctrine\ORM\PersistentCollection {#2802 …}
    +reports: Doctrine\ORM\PersistentCollection {#2804 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
    +badges: Doctrine\ORM\PersistentCollection {#2810 …}
    +children: [
      2 => App\Entity\EntryComment {#2055}
      1 => App\Entity\EntryComment {#2109
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706376081 {#2101
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2106 …}
        +nested: Doctrine\ORM\PersistentCollection {#2107 …}
        +votes: Doctrine\ORM\PersistentCollection {#2124 …}
        +reports: Doctrine\ORM\PersistentCollection {#2118 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
        -id: 345063
        -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6771373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706376081 {#2102
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +"title": 345063
      }
      0 => App\Entity\EntryComment {#2291
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706488648 {#2298
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2301 …}
        +nested: Doctrine\ORM\PersistentCollection {#2297 …}
        +votes: Doctrine\ORM\PersistentCollection {#2315 …}
        +reports: Doctrine\ORM\PersistentCollection {#2321 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
        -id: 348425
        -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6821544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706488648 {#2293
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +"title": 348425
      }
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#2776
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#2702
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
    \n
    if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1729252978 {#2057
    date: 2024-10-18 14:02:58.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2054 …}
  +nested: Doctrine\ORM\PersistentCollection {#2053 …}
  +votes: Doctrine\ORM\PersistentCollection {#2165 …}
  +reports: Doctrine\ORM\PersistentCollection {#2104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
  -id: 343638
  -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6754356"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706322145 {#2050
    date: 2024-01-27 03:22:25.0 +01:00
  }
  +"title": 343638
}
"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
44 DENIED moderate
App\Entity\EntryComment {#2055
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2529 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#2794
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2799 …}
    +votes: Doctrine\ORM\PersistentCollection {#2802 …}
    +reports: Doctrine\ORM\PersistentCollection {#2804 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
    +badges: Doctrine\ORM\PersistentCollection {#2810 …}
    +children: [
      2 => App\Entity\EntryComment {#2055}
      1 => App\Entity\EntryComment {#2109
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706376081 {#2101
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2106 …}
        +nested: Doctrine\ORM\PersistentCollection {#2107 …}
        +votes: Doctrine\ORM\PersistentCollection {#2124 …}
        +reports: Doctrine\ORM\PersistentCollection {#2118 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
        -id: 345063
        -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6771373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706376081 {#2102
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +"title": 345063
      }
      0 => App\Entity\EntryComment {#2291
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706488648 {#2298
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2301 …}
        +nested: Doctrine\ORM\PersistentCollection {#2297 …}
        +votes: Doctrine\ORM\PersistentCollection {#2315 …}
        +reports: Doctrine\ORM\PersistentCollection {#2321 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
        -id: 348425
        -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6821544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706488648 {#2293
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +"title": 348425
      }
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#2776
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#2702
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
    \n
    if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1729252978 {#2057
    date: 2024-10-18 14:02:58.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2054 …}
  +nested: Doctrine\ORM\PersistentCollection {#2053 …}
  +votes: Doctrine\ORM\PersistentCollection {#2165 …}
  +reports: Doctrine\ORM\PersistentCollection {#2104 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
  -id: 343638
  -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6754356"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706322145 {#2050
    date: 2024-01-27 03:22:25.0 +01:00
  }
  +"title": 343638
}
"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
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\EntryComment {#2109
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2529 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#2794
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2799 …}
    +votes: Doctrine\ORM\PersistentCollection {#2802 …}
    +reports: Doctrine\ORM\PersistentCollection {#2804 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
    +badges: Doctrine\ORM\PersistentCollection {#2810 …}
    +children: [
      2 => App\Entity\EntryComment {#2055
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
          \n
          if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1729252978 {#2057
          date: 2024-10-18 14:02:58.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2054 …}
        +nested: Doctrine\ORM\PersistentCollection {#2053 …}
        +votes: Doctrine\ORM\PersistentCollection {#2165 …}
        +reports: Doctrine\ORM\PersistentCollection {#2104 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
        -id: 343638
        -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6754356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706322145 {#2050
          date: 2024-01-27 03:22:25.0 +01:00
        }
        +"title": 343638
      }
      1 => App\Entity\EntryComment {#2109}
      0 => App\Entity\EntryComment {#2291
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706488648 {#2298
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2301 …}
        +nested: Doctrine\ORM\PersistentCollection {#2297 …}
        +votes: Doctrine\ORM\PersistentCollection {#2315 …}
        +reports: Doctrine\ORM\PersistentCollection {#2321 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
        -id: 348425
        -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6821544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706488648 {#2293
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +"title": 348425
      }
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#2776
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#2702
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +root: App\Entity\EntryComment {#2055}
  +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706376081 {#2101
    date: 2024-01-27 18:21:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2106 …}
  +nested: Doctrine\ORM\PersistentCollection {#2107 …}
  +votes: Doctrine\ORM\PersistentCollection {#2124 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
  -id: 345063
  -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6771373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706376081 {#2102
    date: 2024-01-27 18:21:21.0 +01:00
  }
  +"title": 345063
}
"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
47 DENIED edit
App\Entity\EntryComment {#2109
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2529 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#2794
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2799 …}
    +votes: Doctrine\ORM\PersistentCollection {#2802 …}
    +reports: Doctrine\ORM\PersistentCollection {#2804 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
    +badges: Doctrine\ORM\PersistentCollection {#2810 …}
    +children: [
      2 => App\Entity\EntryComment {#2055
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
          \n
          if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1729252978 {#2057
          date: 2024-10-18 14:02:58.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2054 …}
        +nested: Doctrine\ORM\PersistentCollection {#2053 …}
        +votes: Doctrine\ORM\PersistentCollection {#2165 …}
        +reports: Doctrine\ORM\PersistentCollection {#2104 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
        -id: 343638
        -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6754356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706322145 {#2050
          date: 2024-01-27 03:22:25.0 +01:00
        }
        +"title": 343638
      }
      1 => App\Entity\EntryComment {#2109}
      0 => App\Entity\EntryComment {#2291
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706488648 {#2298
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2301 …}
        +nested: Doctrine\ORM\PersistentCollection {#2297 …}
        +votes: Doctrine\ORM\PersistentCollection {#2315 …}
        +reports: Doctrine\ORM\PersistentCollection {#2321 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
        -id: 348425
        -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6821544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706488648 {#2293
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +"title": 348425
      }
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#2776
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#2702
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +root: App\Entity\EntryComment {#2055}
  +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706376081 {#2101
    date: 2024-01-27 18:21:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2106 …}
  +nested: Doctrine\ORM\PersistentCollection {#2107 …}
  +votes: Doctrine\ORM\PersistentCollection {#2124 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
  -id: 345063
  -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6771373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706376081 {#2102
    date: 2024-01-27 18:21:21.0 +01:00
  }
  +"title": 345063
}
"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
48 DENIED moderate
App\Entity\EntryComment {#2109
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2529 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#2794
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2799 …}
    +votes: Doctrine\ORM\PersistentCollection {#2802 …}
    +reports: Doctrine\ORM\PersistentCollection {#2804 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
    +badges: Doctrine\ORM\PersistentCollection {#2810 …}
    +children: [
      2 => App\Entity\EntryComment {#2055
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
          \n
          if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1729252978 {#2057
          date: 2024-10-18 14:02:58.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2054 …}
        +nested: Doctrine\ORM\PersistentCollection {#2053 …}
        +votes: Doctrine\ORM\PersistentCollection {#2165 …}
        +reports: Doctrine\ORM\PersistentCollection {#2104 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
        -id: 343638
        -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6754356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706322145 {#2050
          date: 2024-01-27 03:22:25.0 +01:00
        }
        +"title": 343638
      }
      1 => App\Entity\EntryComment {#2109}
      0 => App\Entity\EntryComment {#2291
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706488648 {#2298
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2301 …}
        +nested: Doctrine\ORM\PersistentCollection {#2297 …}
        +votes: Doctrine\ORM\PersistentCollection {#2315 …}
        +reports: Doctrine\ORM\PersistentCollection {#2321 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
        -id: 348425
        -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6821544"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706488648 {#2293
          date: 2024-01-29 01:37:28.0 +01:00
        }
        +"title": 348425
      }
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#2776
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#2702
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
  +root: App\Entity\EntryComment {#2055}
  +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706376081 {#2101
    date: 2024-01-27 18:21:21.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2106 …}
  +nested: Doctrine\ORM\PersistentCollection {#2107 …}
  +votes: Doctrine\ORM\PersistentCollection {#2124 …}
  +reports: Doctrine\ORM\PersistentCollection {#2118 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
  -id: 345063
  -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6771373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706376081 {#2102
    date: 2024-01-27 18:21:21.0 +01:00
  }
  +"title": 345063
}
"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
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\EntryComment {#2291
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2529 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#2794
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2799 …}
    +votes: Doctrine\ORM\PersistentCollection {#2802 …}
    +reports: Doctrine\ORM\PersistentCollection {#2804 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
    +badges: Doctrine\ORM\PersistentCollection {#2810 …}
    +children: [
      2 => App\Entity\EntryComment {#2055
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
          \n
          if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1729252978 {#2057
          date: 2024-10-18 14:02:58.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2054 …}
        +nested: Doctrine\ORM\PersistentCollection {#2053 …}
        +votes: Doctrine\ORM\PersistentCollection {#2165 …}
        +reports: Doctrine\ORM\PersistentCollection {#2104 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
        -id: 343638
        -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6754356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706322145 {#2050
          date: 2024-01-27 03:22:25.0 +01:00
        }
        +"title": 343638
      }
      1 => App\Entity\EntryComment {#2109
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706376081 {#2101
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2106 …}
        +nested: Doctrine\ORM\PersistentCollection {#2107 …}
        +votes: Doctrine\ORM\PersistentCollection {#2124 …}
        +reports: Doctrine\ORM\PersistentCollection {#2118 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
        -id: 345063
        -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6771373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706376081 {#2102
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +"title": 345063
      }
      0 => App\Entity\EntryComment {#2291}
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#2776
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#2702
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
  +root: App\Entity\EntryComment {#2055}
  +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706488648 {#2298
    date: 2024-01-29 01:37:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2301 …}
  +nested: Doctrine\ORM\PersistentCollection {#2297 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2321 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
  -id: 348425
  -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6821544"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706488648 {#2293
    date: 2024-01-29 01:37:28.0 +01:00
  }
  +"title": 348425
}
"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
51 DENIED edit
App\Entity\EntryComment {#2291
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2529 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#2794
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2799 …}
    +votes: Doctrine\ORM\PersistentCollection {#2802 …}
    +reports: Doctrine\ORM\PersistentCollection {#2804 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
    +badges: Doctrine\ORM\PersistentCollection {#2810 …}
    +children: [
      2 => App\Entity\EntryComment {#2055
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
          \n
          if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1729252978 {#2057
          date: 2024-10-18 14:02:58.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2054 …}
        +nested: Doctrine\ORM\PersistentCollection {#2053 …}
        +votes: Doctrine\ORM\PersistentCollection {#2165 …}
        +reports: Doctrine\ORM\PersistentCollection {#2104 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
        -id: 343638
        -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6754356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706322145 {#2050
          date: 2024-01-27 03:22:25.0 +01:00
        }
        +"title": 343638
      }
      1 => App\Entity\EntryComment {#2109
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706376081 {#2101
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2106 …}
        +nested: Doctrine\ORM\PersistentCollection {#2107 …}
        +votes: Doctrine\ORM\PersistentCollection {#2124 …}
        +reports: Doctrine\ORM\PersistentCollection {#2118 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
        -id: 345063
        -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6771373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706376081 {#2102
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +"title": 345063
      }
      0 => App\Entity\EntryComment {#2291}
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#2776
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#2702
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
  +root: App\Entity\EntryComment {#2055}
  +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706488648 {#2298
    date: 2024-01-29 01:37:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2301 …}
  +nested: Doctrine\ORM\PersistentCollection {#2297 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2321 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
  -id: 348425
  -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6821544"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706488648 {#2293
    date: 2024-01-29 01:37:28.0 +01:00
  }
  +"title": 348425
}
"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
52 DENIED moderate
App\Entity\EntryComment {#2291
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2052
    +user: Proxies\__CG__\App\Entity\User {#2529 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-delete-the-default-zones-in-Firewalld"
    +title: "Is it possible to delete the default zones in Firewalld, and if not, why?"
    +url: null
    +body: """
      If you try to remove one of the [predefined zones](https://firewalld.org/documentation/zone/predefined-zones.html) from Firewalld, e.g. `public`, you encounter the following error:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Error: BUILTIN_ZONE: 'public' is built-in zone\n
      </span>\n
      ```\n
      \n
      I don’t like that Firewalld is bloated with all of these built in zones that I will never use. I want to get rid of them, but, from what I’ve been able to find, it appears non-trivial to do so.\n
      \n
      **EDIT (2024-01-27T01:55Z):**\n
      \n
      I came across [this GitHub issue](https://github.com/firewalld/firewalld/issues/897). So it appears that this is a known “issue”, and it could potentially be changed in the future, albeit probably far in the future. It is a very strange initial design choice, though, in my opinion.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 31
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729269329 {#2794
      date: 2024-10-18 18:35:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2799 …}
    +votes: Doctrine\ORM\PersistentCollection {#2802 …}
    +reports: Doctrine\ORM\PersistentCollection {#2804 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2806 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2808 …}
    +badges: Doctrine\ORM\PersistentCollection {#2810 …}
    +children: [
      2 => App\Entity\EntryComment {#2055
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          The zones are there so you can set your ports/services as needed for home, work, public wiffi etc. the idea is you leave your ports alone and just swap adapter to the zone you are working in. Network Manager has a quick toggle on wifi to do this from connection settings. So at home your laptop has ssh, smb open etc, when you connect to starbucks wifi you set wifi to public. The other part of zones is each as a fallback default you can specify. So if a port or service traffic doean’t match your home zone you can have if failover to default, in my case default is public. if that doean’t match either it can failover to “drop” or “block” etc. they have a heirachy.\n
          \n
          if you are just dealing with cli it can be intimidating. You can try OpenSUSE in a VM and use the Yast Firewall Gui tool to play around with adapter, default, zones, services and ports and get familiar with the idea behind it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1729252978 {#2057
          date: 2024-10-18 14:02:58.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2054 …}
        +nested: Doctrine\ORM\PersistentCollection {#2053 …}
        +votes: Doctrine\ORM\PersistentCollection {#2165 …}
        +reports: Doctrine\ORM\PersistentCollection {#2104 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2099 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2108 …}
        -id: 343638
        -bodyTs: "'adapt':30,160 'alon':26 'around':158 'behind':172 'block':125 'case':109 'cli':137 'connect':50,64 'deal':135 'default':83,106,110,161 'doean':94,115 'drop':123 'either':118 'etc':18,61,126 'failov':104,121 'fallback':82 'familiar':168 'firewal':153 'get':167 'gui':154 'heirachi':130 'home':14,54,98 'idea':20,171 'intimid':141 'laptop':56 'leav':23 'manag':39 'match':96,117 'need':12 'network':38 'open':60 'opensus':145 'part':75 'play':157 'port':25,90,165 'ports/services':10 'public':16,72,112 'quick':42 'servic':92,163 'set':8,51,69 'smb':59 'specifi':86 'ssh':58 'starbuck':66 'swap':29 'toggl':43 'tool':155 'traffic':93 'tri':144 'use':150 'vm':148 'wiffi':17 'wifi':45,67,70 'work':15,36 'yast':152 'zone':2,33,77,99,162"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6754356"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706322145 {#2050
          date: 2024-01-27 03:22:25.0 +01:00
        }
        +"title": 343638
      }
      1 => App\Entity\EntryComment {#2109
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2052 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2103 …}
        +root: App\Entity\EntryComment {#2055}
        +body: "I see. I guess my point was they exist for a reason, as the default target of one zone handsover to the next zone (target) and then its target, in order to handle traffic not in your zone rules. Maybe you know that already. If you have a static machine at work mayne you don’t need home zone, but it is not causing “bloat”. You would also still need drop, block and so on. My thought is if you think firewalld is bloat, just use iptables directly."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706376081 {#2101
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Kalcifer@sh.itjust.works"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2106 …}
        +nested: Doctrine\ORM\PersistentCollection {#2107 …}
        +votes: Doctrine\ORM\PersistentCollection {#2124 …}
        +reports: Doctrine\ORM\PersistentCollection {#2118 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2121 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2115 …}
        -id: 345063
        -bodyTs: "'alreadi':44 'also':68 'bloat':65,84 'block':72 'caus':64 'default':15 'direct':88 'drop':71 'exist':9 'firewalld':82 'guess':4 'handl':33 'handsov':20 'home':58 'iptabl':87 'know':42 'machin':50 'mayb':40 'mayn':53 'need':57,70 'next':23 'one':18 'order':31 'point':6 'reason':12 'rule':39 'see':2 'static':49 'still':69 'target':16,25,29 'think':81 'thought':77 'traffic':34 'use':86 'work':52 'would':67 'zone':19,24,38,59"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6771373"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706376081 {#2102
          date: 2024-01-27 18:21:21.0 +01:00
        }
        +"title": 345063
      }
      0 => App\Entity\EntryComment {#2291}
    ]
    -id: 33358
    -titleTs: "'default':7 'delet':5 'firewalld':10 'possibl':3 'zone':8"
    -bodyTs: "'-01':78 '-27':79 '/documentation/zone/predefined-zones.html)':13 '/firewalld/firewalld/issues/897).':90 '2024':77 '55z':81 'abl':65 'across':84 'albeit':109 'appear':69,93 'bloat':39 'built':29,44 'built-in':28 'builtin':24 'came':83 'chang':105 'choic':122 'could':102 'design':121 'e.g':16 'edit':76 'encount':19 'error':22,23 'far':111 'find':67 'firewalld':15,37 'firewalld.org':12 'firewalld.org/documentation/zone/predefined-zones.html)':11 'follow':21 'futur':108,114 'get':55 'github':86 'github.com':89 'github.com/firewalld/firewalld/issues/897).':88 'initi':120 'issu':87,99 'known':98 'like':35 'never':50 'non':71 'non-trivi':70 'one':6 'opinion':126 'potenti':103 'predefin':9 'probabl':110 'public':17,26 'remov':5 'rid':56 'strang':119 't01':80 'though':123 'tri':3 'trivial':72 'use':51 've':63 'want':53 'zone':10,25,31,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706406656
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13556859"
    +editedAt: DateTimeImmutable @1728884520 {#2776
      date: 2024-10-14 07:42:00.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706320256 {#2702
      date: 2024-01-27 02:50:56.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2309 …}
  +root: App\Entity\EntryComment {#2055}
  +body: "It makes sense for them to include the Reject, drop, type for obvious reasons, the others seem like they asked “what will be the most common use cases for networks?” so they threw them in as work, home, public and trusted, external, dns , etc so that somebody starting out doesn’t have to create zones from scratch. I doubt having one extra zone takes up very much in the way of kb of space. compared to how much junk I have in my downloads folder that i should triage. What would be nice though would be a rename function, because we may have different Work rules depending on which workplace you are at that day with a system."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706488648 {#2298
    date: 2024-01-29 01:37:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2301 …}
  +nested: Doctrine\ORM\PersistentCollection {#2297 …}
  +votes: Doctrine\ORM\PersistentCollection {#2315 …}
  +reports: Doctrine\ORM\PersistentCollection {#2321 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2310 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2306 …}
  -id: 348425
  -bodyTs: "'ask':20 'case':28 'common':26 'compar':75 'creat':54 'day':115 'depend':107 'differ':104 'dns':43 'doesn':50 'doubt':59 'download':84 'drop':10 'etc':44 'extern':42 'extra':62 'folder':85 'function':99 'home':38 'includ':7 'junk':79 'kb':72 'like':18 'make':2 'may':102 'much':67,78 'network':30 'nice':93 'obvious':13 'one':61 'other':16 'public':39 'reason':14 'reject':9 'renam':98 'rule':106 'scratch':57 'seem':17 'sens':3 'somebodi':47 'space':74 'start':48 'system':118 'take':64 'though':94 'threw':33 'triag':89 'trust':41 'type':11 'use':27 'way':70 'work':37,105 'workplac':110 'would':91,95 'zone':55,63"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6821544"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706488648 {#2293
    date: 2024-01-29 01:37:28.0 +01:00
  }
  +"title": 348425
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#2815 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Hosting-private-UHD-video"
  +title: "Hosting private UHD video"
  +url: null
  +body: """
    I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
    \n
    A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
    \n
    I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
    \n
    Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093361 {#2849
    date: 2024-10-16 17:42:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2854 …}
  +votes: Doctrine\ORM\PersistentCollection {#2857 …}
  +reports: Doctrine\ORM\PersistentCollection {#2859 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
  +badges: Doctrine\ORM\PersistentCollection {#2865 …}
  +children: [
    1 => App\Entity\EntryComment {#2340
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +body: "I had heard some users complain that youtube waa delisting private videos since they can’t share publically for ad revenue. Something to check into."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706244611 {#2324
        date: 2024-01-26 05:50:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@sgh@lemmy.ml"
        "@cmnybo@discuss.tchncs.de"
        "@corroded@lemmy.world"
        "@sgh@lemmy.ml"
        "@cmnybo@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2343 …}
      +nested: Doctrine\ORM\PersistentCollection {#2335 …}
      +votes: Doctrine\ORM\PersistentCollection {#2338 …}
      +reports: Doctrine\ORM\PersistentCollection {#2143 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
      -id: 341245
      -bodyTs: "'ad':20 'check':24 'complain':6 'delist':10 'heard':3 'privat':11 'public':18 'revenu':21 'share':17 'sinc':13 'someth':22 'user':5 'video':12 'waa':9 'youtub':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6723475"
      +editedAt: DateTimeImmutable @1729017192 {#2300
        date: 2024-10-15 20:33:12.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706244611 {#2334
        date: 2024-01-26 05:50:11.0 +01:00
      }
      +"title": 341245
    }
    0 => App\Entity\EntryComment {#2065
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +body: "I think it was over large private videos ( aka storage space unpaid )"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706275582 {#2072
        date: 2024-01-26 14:26:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@sgh@lemmy.ml"
        "@cmnybo@discuss.tchncs.de"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -id: 341919
      -bodyTs: "'aka':9 'larg':6 'privat':7 'space':11 'storag':10 'think':2 'unpaid':12 'video':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6737032"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706275582 {#2069
        date: 2024-01-26 14:26:22.0 +01:00
      }
      +"title": 341919
    }
  ]
  -id: 33150
  -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
  -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706326348
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11196156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706239948 {#2836
    date: 2024-01-26 04:32: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
55 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#2815 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Hosting-private-UHD-video"
  +title: "Hosting private UHD video"
  +url: null
  +body: """
    I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
    \n
    A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
    \n
    I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
    \n
    Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093361 {#2849
    date: 2024-10-16 17:42:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2854 …}
  +votes: Doctrine\ORM\PersistentCollection {#2857 …}
  +reports: Doctrine\ORM\PersistentCollection {#2859 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
  +badges: Doctrine\ORM\PersistentCollection {#2865 …}
  +children: [
    1 => App\Entity\EntryComment {#2340
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +body: "I had heard some users complain that youtube waa delisting private videos since they can’t share publically for ad revenue. Something to check into."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706244611 {#2324
        date: 2024-01-26 05:50:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@sgh@lemmy.ml"
        "@cmnybo@discuss.tchncs.de"
        "@corroded@lemmy.world"
        "@sgh@lemmy.ml"
        "@cmnybo@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2343 …}
      +nested: Doctrine\ORM\PersistentCollection {#2335 …}
      +votes: Doctrine\ORM\PersistentCollection {#2338 …}
      +reports: Doctrine\ORM\PersistentCollection {#2143 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
      -id: 341245
      -bodyTs: "'ad':20 'check':24 'complain':6 'delist':10 'heard':3 'privat':11 'public':18 'revenu':21 'share':17 'sinc':13 'someth':22 'user':5 'video':12 'waa':9 'youtub':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6723475"
      +editedAt: DateTimeImmutable @1729017192 {#2300
        date: 2024-10-15 20:33:12.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706244611 {#2334
        date: 2024-01-26 05:50:11.0 +01:00
      }
      +"title": 341245
    }
    0 => App\Entity\EntryComment {#2065
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +body: "I think it was over large private videos ( aka storage space unpaid )"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706275582 {#2072
        date: 2024-01-26 14:26:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@sgh@lemmy.ml"
        "@cmnybo@discuss.tchncs.de"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -id: 341919
      -bodyTs: "'aka':9 'larg':6 'privat':7 'space':11 'storag':10 'think':2 'unpaid':12 'video':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6737032"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706275582 {#2069
        date: 2024-01-26 14:26:22.0 +01:00
      }
      +"title": 341919
    }
  ]
  -id: 33150
  -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
  -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706326348
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11196156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706239948 {#2836
    date: 2024-01-26 04:32: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
56 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2341
  +user: Proxies\__CG__\App\Entity\User {#2815 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Hosting-private-UHD-video"
  +title: "Hosting private UHD video"
  +url: null
  +body: """
    I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
    \n
    A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
    \n
    I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
    \n
    Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 32
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729093361 {#2849
    date: 2024-10-16 17:42:41.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2854 …}
  +votes: Doctrine\ORM\PersistentCollection {#2857 …}
  +reports: Doctrine\ORM\PersistentCollection {#2859 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
  +badges: Doctrine\ORM\PersistentCollection {#2865 …}
  +children: [
    1 => App\Entity\EntryComment {#2340
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +body: "I had heard some users complain that youtube waa delisting private videos since they can’t share publically for ad revenue. Something to check into."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706244611 {#2324
        date: 2024-01-26 05:50:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@sgh@lemmy.ml"
        "@cmnybo@discuss.tchncs.de"
        "@corroded@lemmy.world"
        "@sgh@lemmy.ml"
        "@cmnybo@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2343 …}
      +nested: Doctrine\ORM\PersistentCollection {#2335 …}
      +votes: Doctrine\ORM\PersistentCollection {#2338 …}
      +reports: Doctrine\ORM\PersistentCollection {#2143 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
      -id: 341245
      -bodyTs: "'ad':20 'check':24 'complain':6 'delist':10 'heard':3 'privat':11 'public':18 'revenu':21 'share':17 'sinc':13 'someth':22 'user':5 'video':12 'waa':9 'youtub':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6723475"
      +editedAt: DateTimeImmutable @1729017192 {#2300
        date: 2024-10-15 20:33:12.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706244611 {#2334
        date: 2024-01-26 05:50:11.0 +01:00
      }
      +"title": 341245
    }
    0 => App\Entity\EntryComment {#2065
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
      +body: "I think it was over large private videos ( aka storage space unpaid )"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706275582 {#2072
        date: 2024-01-26 14:26:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@corroded@lemmy.world"
        "@sgh@lemmy.ml"
        "@cmnybo@discuss.tchncs.de"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2066 …}
      +nested: Doctrine\ORM\PersistentCollection {#2067 …}
      +votes: Doctrine\ORM\PersistentCollection {#2049 …}
      +reports: Doctrine\ORM\PersistentCollection {#2051 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
      -id: 341919
      -bodyTs: "'aka':9 'larg':6 'privat':7 'space':11 'storag':10 'think':2 'unpaid':12 'video':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6737032"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706275582 {#2069
        date: 2024-01-26 14:26:22.0 +01:00
      }
      +"title": 341919
    }
  ]
  -id: 33150
  -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
  -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706326348
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11196156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706239948 {#2836
    date: 2024-01-26 04:32: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
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\EntryComment {#2340
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2815 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Hosting-private-UHD-video"
    +title: "Hosting private UHD video"
    +url: null
    +body: """
      I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
      \n
      A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
      \n
      I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
      \n
      Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729093361 {#2849
      date: 2024-10-16 17:42:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2854 …}
    +votes: Doctrine\ORM\PersistentCollection {#2857 …}
    +reports: Doctrine\ORM\PersistentCollection {#2859 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
    +badges: Doctrine\ORM\PersistentCollection {#2865 …}
    +children: [
      1 => App\Entity\EntryComment {#2340}
      0 => App\Entity\EntryComment {#2065
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
        +body: "I think it was over large private videos ( aka storage space unpaid )"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706275582 {#2072
          date: 2024-01-26 14:26:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@sgh@lemmy.ml"
          "@cmnybo@discuss.tchncs.de"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2066 …}
        +nested: Doctrine\ORM\PersistentCollection {#2067 …}
        +votes: Doctrine\ORM\PersistentCollection {#2049 …}
        +reports: Doctrine\ORM\PersistentCollection {#2051 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
        -id: 341919
        -bodyTs: "'aka':9 'larg':6 'privat':7 'space':11 'storag':10 'think':2 'unpaid':12 'video':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6737032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706275582 {#2069
          date: 2024-01-26 14:26:22.0 +01:00
        }
        +"title": 341919
      }
    ]
    -id: 33150
    -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
    -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706326348
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11196156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706239948 {#2836
      date: 2024-01-26 04:32:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +body: "I had heard some users complain that youtube waa delisting private videos since they can’t share publically for ad revenue. Something to check into."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706244611 {#2324
    date: 2024-01-26 05:50:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@sgh@lemmy.ml"
    "@cmnybo@discuss.tchncs.de"
    "@corroded@lemmy.world"
    "@sgh@lemmy.ml"
    "@cmnybo@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2343 …}
  +nested: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2338 …}
  +reports: Doctrine\ORM\PersistentCollection {#2143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
  -id: 341245
  -bodyTs: "'ad':20 'check':24 'complain':6 'delist':10 'heard':3 'privat':11 'public':18 'revenu':21 'share':17 'sinc':13 'someth':22 'user':5 'video':12 'waa':9 'youtub':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6723475"
  +editedAt: DateTimeImmutable @1729017192 {#2300
    date: 2024-10-15 20:33:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706244611 {#2334
    date: 2024-01-26 05:50:11.0 +01:00
  }
  +"title": 341245
}
"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
59 DENIED edit
App\Entity\EntryComment {#2340
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2815 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Hosting-private-UHD-video"
    +title: "Hosting private UHD video"
    +url: null
    +body: """
      I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
      \n
      A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
      \n
      I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
      \n
      Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729093361 {#2849
      date: 2024-10-16 17:42:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2854 …}
    +votes: Doctrine\ORM\PersistentCollection {#2857 …}
    +reports: Doctrine\ORM\PersistentCollection {#2859 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
    +badges: Doctrine\ORM\PersistentCollection {#2865 …}
    +children: [
      1 => App\Entity\EntryComment {#2340}
      0 => App\Entity\EntryComment {#2065
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
        +body: "I think it was over large private videos ( aka storage space unpaid )"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706275582 {#2072
          date: 2024-01-26 14:26:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@sgh@lemmy.ml"
          "@cmnybo@discuss.tchncs.de"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2066 …}
        +nested: Doctrine\ORM\PersistentCollection {#2067 …}
        +votes: Doctrine\ORM\PersistentCollection {#2049 …}
        +reports: Doctrine\ORM\PersistentCollection {#2051 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
        -id: 341919
        -bodyTs: "'aka':9 'larg':6 'privat':7 'space':11 'storag':10 'think':2 'unpaid':12 'video':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6737032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706275582 {#2069
          date: 2024-01-26 14:26:22.0 +01:00
        }
        +"title": 341919
      }
    ]
    -id: 33150
    -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
    -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706326348
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11196156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706239948 {#2836
      date: 2024-01-26 04:32:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +body: "I had heard some users complain that youtube waa delisting private videos since they can’t share publically for ad revenue. Something to check into."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706244611 {#2324
    date: 2024-01-26 05:50:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@sgh@lemmy.ml"
    "@cmnybo@discuss.tchncs.de"
    "@corroded@lemmy.world"
    "@sgh@lemmy.ml"
    "@cmnybo@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2343 …}
  +nested: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2338 …}
  +reports: Doctrine\ORM\PersistentCollection {#2143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
  -id: 341245
  -bodyTs: "'ad':20 'check':24 'complain':6 'delist':10 'heard':3 'privat':11 'public':18 'revenu':21 'share':17 'sinc':13 'someth':22 'user':5 'video':12 'waa':9 'youtub':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6723475"
  +editedAt: DateTimeImmutable @1729017192 {#2300
    date: 2024-10-15 20:33:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706244611 {#2334
    date: 2024-01-26 05:50:11.0 +01:00
  }
  +"title": 341245
}
"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
60 DENIED moderate
App\Entity\EntryComment {#2340
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2815 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Hosting-private-UHD-video"
    +title: "Hosting private UHD video"
    +url: null
    +body: """
      I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
      \n
      A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
      \n
      I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
      \n
      Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729093361 {#2849
      date: 2024-10-16 17:42:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2854 …}
    +votes: Doctrine\ORM\PersistentCollection {#2857 …}
    +reports: Doctrine\ORM\PersistentCollection {#2859 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
    +badges: Doctrine\ORM\PersistentCollection {#2865 …}
    +children: [
      1 => App\Entity\EntryComment {#2340}
      0 => App\Entity\EntryComment {#2065
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
        +body: "I think it was over large private videos ( aka storage space unpaid )"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706275582 {#2072
          date: 2024-01-26 14:26:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@sgh@lemmy.ml"
          "@cmnybo@discuss.tchncs.de"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2066 …}
        +nested: Doctrine\ORM\PersistentCollection {#2067 …}
        +votes: Doctrine\ORM\PersistentCollection {#2049 …}
        +reports: Doctrine\ORM\PersistentCollection {#2051 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
        -id: 341919
        -bodyTs: "'aka':9 'larg':6 'privat':7 'space':11 'storag':10 'think':2 'unpaid':12 'video':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6737032"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706275582 {#2069
          date: 2024-01-26 14:26:22.0 +01:00
        }
        +"title": 341919
      }
    ]
    -id: 33150
    -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
    -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706326348
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11196156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706239948 {#2836
      date: 2024-01-26 04:32:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +body: "I had heard some users complain that youtube waa delisting private videos since they can’t share publically for ad revenue. Something to check into."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706244611 {#2324
    date: 2024-01-26 05:50:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@sgh@lemmy.ml"
    "@cmnybo@discuss.tchncs.de"
    "@corroded@lemmy.world"
    "@sgh@lemmy.ml"
    "@cmnybo@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2343 …}
  +nested: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2338 …}
  +reports: Doctrine\ORM\PersistentCollection {#2143 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
  -id: 341245
  -bodyTs: "'ad':20 'check':24 'complain':6 'delist':10 'heard':3 'privat':11 'public':18 'revenu':21 'share':17 'sinc':13 'someth':22 'user':5 'video':12 'waa':9 'youtub':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6723475"
  +editedAt: DateTimeImmutable @1729017192 {#2300
    date: 2024-10-15 20:33:12.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706244611 {#2334
    date: 2024-01-26 05:50:11.0 +01:00
  }
  +"title": 341245
}
"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
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\EntryComment {#2065
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2815 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Hosting-private-UHD-video"
    +title: "Hosting private UHD video"
    +url: null
    +body: """
      I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
      \n
      A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
      \n
      I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
      \n
      Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729093361 {#2849
      date: 2024-10-16 17:42:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2854 …}
    +votes: Doctrine\ORM\PersistentCollection {#2857 …}
    +reports: Doctrine\ORM\PersistentCollection {#2859 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
    +badges: Doctrine\ORM\PersistentCollection {#2865 …}
    +children: [
      1 => App\Entity\EntryComment {#2340
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
        +body: "I had heard some users complain that youtube waa delisting private videos since they can’t share publically for ad revenue. Something to check into."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706244611 {#2324
          date: 2024-01-26 05:50:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@sgh@lemmy.ml"
          "@cmnybo@discuss.tchncs.de"
          "@corroded@lemmy.world"
          "@sgh@lemmy.ml"
          "@cmnybo@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2343 …}
        +nested: Doctrine\ORM\PersistentCollection {#2335 …}
        +votes: Doctrine\ORM\PersistentCollection {#2338 …}
        +reports: Doctrine\ORM\PersistentCollection {#2143 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
        -id: 341245
        -bodyTs: "'ad':20 'check':24 'complain':6 'delist':10 'heard':3 'privat':11 'public':18 'revenu':21 'share':17 'sinc':13 'someth':22 'user':5 'video':12 'waa':9 'youtub':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6723475"
        +editedAt: DateTimeImmutable @1729017192 {#2300
          date: 2024-10-15 20:33:12.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706244611 {#2334
          date: 2024-01-26 05:50:11.0 +01:00
        }
        +"title": 341245
      }
      0 => App\Entity\EntryComment {#2065}
    ]
    -id: 33150
    -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
    -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706326348
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11196156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706239948 {#2836
      date: 2024-01-26 04:32:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +body: "I think it was over large private videos ( aka storage space unpaid )"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706275582 {#2072
    date: 2024-01-26 14:26:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@sgh@lemmy.ml"
    "@cmnybo@discuss.tchncs.de"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 341919
  -bodyTs: "'aka':9 'larg':6 'privat':7 'space':11 'storag':10 'think':2 'unpaid':12 'video':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6737032"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706275582 {#2069
    date: 2024-01-26 14:26:22.0 +01:00
  }
  +"title": 341919
}
"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
63 DENIED edit
App\Entity\EntryComment {#2065
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2815 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Hosting-private-UHD-video"
    +title: "Hosting private UHD video"
    +url: null
    +body: """
      I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
      \n
      A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
      \n
      I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
      \n
      Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729093361 {#2849
      date: 2024-10-16 17:42:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2854 …}
    +votes: Doctrine\ORM\PersistentCollection {#2857 …}
    +reports: Doctrine\ORM\PersistentCollection {#2859 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
    +badges: Doctrine\ORM\PersistentCollection {#2865 …}
    +children: [
      1 => App\Entity\EntryComment {#2340
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
        +body: "I had heard some users complain that youtube waa delisting private videos since they can’t share publically for ad revenue. Something to check into."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706244611 {#2324
          date: 2024-01-26 05:50:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@sgh@lemmy.ml"
          "@cmnybo@discuss.tchncs.de"
          "@corroded@lemmy.world"
          "@sgh@lemmy.ml"
          "@cmnybo@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2343 …}
        +nested: Doctrine\ORM\PersistentCollection {#2335 …}
        +votes: Doctrine\ORM\PersistentCollection {#2338 …}
        +reports: Doctrine\ORM\PersistentCollection {#2143 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
        -id: 341245
        -bodyTs: "'ad':20 'check':24 'complain':6 'delist':10 'heard':3 'privat':11 'public':18 'revenu':21 'share':17 'sinc':13 'someth':22 'user':5 'video':12 'waa':9 'youtub':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6723475"
        +editedAt: DateTimeImmutable @1729017192 {#2300
          date: 2024-10-15 20:33:12.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706244611 {#2334
          date: 2024-01-26 05:50:11.0 +01:00
        }
        +"title": 341245
      }
      0 => App\Entity\EntryComment {#2065}
    ]
    -id: 33150
    -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
    -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706326348
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11196156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706239948 {#2836
      date: 2024-01-26 04:32:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +body: "I think it was over large private videos ( aka storage space unpaid )"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706275582 {#2072
    date: 2024-01-26 14:26:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@sgh@lemmy.ml"
    "@cmnybo@discuss.tchncs.de"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 341919
  -bodyTs: "'aka':9 'larg':6 'privat':7 'space':11 'storag':10 'think':2 'unpaid':12 'video':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6737032"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706275582 {#2069
    date: 2024-01-26 14:26:22.0 +01:00
  }
  +"title": 341919
}
"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
64 DENIED moderate
App\Entity\EntryComment {#2065
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2341
    +user: Proxies\__CG__\App\Entity\User {#2815 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Hosting-private-UHD-video"
    +title: "Hosting private UHD video"
    +url: null
    +body: """
      I have a decent amount of video footage that I’d like to share with friends and family. My first thought was Youtube, but this is all home videos that I really don’t want to share publicly.\n
      \n
      A large portion of my video footage is 4k/60, so I’m ideally looking for a solution where I can send somebody a link, and it gives a “similar to Youtube” experience when they click on the link. And by “similar to Youtube,” I mean that the player automatically adjusts the video bitrate and resolution based on their internet speed. Trying to explain to extended family how to lower the bitrate if the video starts buffering isn’t really an option. It needs to “just work” as soon as the link is clicked; some of the individuals I’d like to share video with are very much *not* technically inclined.\n
      \n
      I’d like to host it on my homelab, but my internet connection only has a 4Mbit upload, which is orders of magnitude lower than my video bitrate, so I’m assuming I would need to either use a 3rd-party video hosting service or set up a VPS with my hosting software of choice.\n
      \n
      Any suggestions? I prefer open-source self-hosted software, but I’m willing to pay for convenience.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 32
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729093361 {#2849
      date: 2024-10-16 17:42:41.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2854 …}
    +votes: Doctrine\ORM\PersistentCollection {#2857 …}
    +reports: Doctrine\ORM\PersistentCollection {#2859 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2861 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2863 …}
    +badges: Doctrine\ORM\PersistentCollection {#2865 …}
    +children: [
      1 => App\Entity\EntryComment {#2340
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2341 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2342 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
        +body: "I had heard some users complain that youtube waa delisting private videos since they can’t share publically for ad revenue. Something to check into."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706244611 {#2324
          date: 2024-01-26 05:50:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@corroded@lemmy.world"
          "@sgh@lemmy.ml"
          "@cmnybo@discuss.tchncs.de"
          "@corroded@lemmy.world"
          "@sgh@lemmy.ml"
          "@cmnybo@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2343 …}
        +nested: Doctrine\ORM\PersistentCollection {#2335 …}
        +votes: Doctrine\ORM\PersistentCollection {#2338 …}
        +reports: Doctrine\ORM\PersistentCollection {#2143 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2136 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2073 …}
        -id: 341245
        -bodyTs: "'ad':20 'check':24 'complain':6 'delist':10 'heard':3 'privat':11 'public':18 'revenu':21 'share':17 'sinc':13 'someth':22 'user':5 'video':12 'waa':9 'youtub':8"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6723475"
        +editedAt: DateTimeImmutable @1729017192 {#2300
          date: 2024-10-15 20:33:12.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706244611 {#2334
          date: 2024-01-26 05:50:11.0 +01:00
        }
        +"title": 341245
      }
      0 => App\Entity\EntryComment {#2065}
    ]
    -id: 33150
    -titleTs: "'host':1 'privat':2 'uhd':3 'video':4"
    -bodyTs: "'3rd':189 '3rd-party':188 '4k/60':47 '4mbit':165 'adjust':88 'amount':5 'assum':180 'automat':87 'base':94 'bitrat':91,109,176 'buffer':114 'choic':204 'click':73,131 'connect':161 'conveni':223 'd':11,137,150 'decent':4 'either':185 'experi':70 'explain':101 'extend':103 'famili':18,104 'first':20 'footag':8,45 'friend':16 'give':65 'home':28 'homelab':157 'host':153,192,201,214 'ideal':51 'inclin':148 'individu':135 'internet':97,160 'isn':115 'larg':40 'like':12,138,151 'link':62,76,129 'look':52 'lower':107,172 'm':50,179,218 'magnitud':171 'mean':83 'much':145 'need':121,183 'open':210 'open-sourc':209 'option':119 'order':169 'parti':190 'pay':221 'player':86 'portion':41 'prefer':208 'public':38 'realli':32,117 'resolut':93 'self':213 'self-host':212 'send':59 'servic':193 'set':195 'share':14,37,140 'similar':67,79 'softwar':202,215 'solut':55 'somebodi':60 'soon':126 'sourc':211 'speed':98 'start':113 'suggest':206 'technic':147 'thought':21 'tri':99 'upload':166 'use':186 'video':7,29,44,90,112,141,175,191 'vps':198 'want':35 'will':219 'work':124 'would':182 'youtub':23,69,81"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706326348
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11196156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706239948 {#2836
      date: 2024-01-26 04:32:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2074 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2337 …}
  +body: "I think it was over large private videos ( aka storage space unpaid )"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706275582 {#2072
    date: 2024-01-26 14:26:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@corroded@lemmy.world"
    "@sgh@lemmy.ml"
    "@cmnybo@discuss.tchncs.de"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2066 …}
  +nested: Doctrine\ORM\PersistentCollection {#2067 …}
  +votes: Doctrine\ORM\PersistentCollection {#2049 …}
  +reports: Doctrine\ORM\PersistentCollection {#2051 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2059 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2047 …}
  -id: 341919
  -bodyTs: "'aka':9 'larg':6 'privat':7 'space':11 'storag':10 'think':2 'unpaid':12 'video':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6737032"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706275582 {#2069
    date: 2024-01-26 14:26:22.0 +01:00
  }
  +"title": 341919
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2024
  +user: Proxies\__CG__\App\Entity\User {#2870 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Why-are-we-required-to-sit-down-when-getting-our"
  +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
  +url: null
  +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091811 {#2903
    date: 2024-10-16 17:16:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2908 …}
  +votes: Doctrine\ORM\PersistentCollection {#2911 …}
  +reports: Doctrine\ORM\PersistentCollection {#2913 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2915 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2917 …}
  +badges: Doctrine\ORM\PersistentCollection {#2919 …}
  +children: [
    1 => App\Entity\EntryComment {#2026
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
      +image: null
      +parent: null
      +root: null
      +body: "It is an at rest measure ( supposed to be like 10 mins inactivity ) to check your pressure when doing no work. Standing is effort and if they take it just after you stood up woukd show an increase in numbers."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1728582474 {#2030
        date: 2024-10-10 19:47:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LemmyKnowsBest@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 337921
      -bodyTs: "'10':11 'check':15 'effort':24 'inact':13 'increas':38 'like':10 'measur':6 'min':12 'number':40 'pressur':17 'rest':5 'show':36 'stand':22 'stood':33 'suppos':7 'take':28 'work':21 'woukd':35"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6680392"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706137521 {#2032
        date: 2024-01-25 00:05:21.0 +01:00
      }
      +"title": 337921
    }
    0 => App\Entity\EntryComment {#2080
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +root: App\Entity\EntryComment {#2026}
      +body: "Maybe some docs do, mine always has me sit in the exam room waiting for doc"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706160216 {#2077
        date: 2024-01-25 06:23:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LemmyKnowsBest@lemmy.world"
        "@BCsven@lemmy.ca"
        "@zero_spelled_with_an_ecks@programming.dev"
        "@LemmyKnowsBest@lemmy.world"
        "@BCsven@lemmy.ca"
        "@zero_spelled_with_an_ecks@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2089 …}
      +nested: Doctrine\ORM\PersistentCollection {#2095 …}
      +votes: Doctrine\ORM\PersistentCollection {#2091 …}
      +reports: Doctrine\ORM\PersistentCollection {#2090 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
      -id: 338521
      -bodyTs: "'alway':6 'doc':3,16 'exam':12 'mayb':1 'mine':5 'room':13 'sit':9 'wait':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6689419"
      +editedAt: DateTimeImmutable @1728610266 {#2098
        date: 2024-10-11 03:31:06.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706160216 {#2063
        date: 2024-01-25 06:23:36.0 +01:00
      }
      +"title": 338521
    }
  ]
  -id: 32891
  -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
  -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706222324
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11145770"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706135924 {#2891
    date: 2024-01-24 23:38:44.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
67 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2024
  +user: Proxies\__CG__\App\Entity\User {#2870 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Why-are-we-required-to-sit-down-when-getting-our"
  +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
  +url: null
  +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091811 {#2903
    date: 2024-10-16 17:16:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2908 …}
  +votes: Doctrine\ORM\PersistentCollection {#2911 …}
  +reports: Doctrine\ORM\PersistentCollection {#2913 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2915 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2917 …}
  +badges: Doctrine\ORM\PersistentCollection {#2919 …}
  +children: [
    1 => App\Entity\EntryComment {#2026
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
      +image: null
      +parent: null
      +root: null
      +body: "It is an at rest measure ( supposed to be like 10 mins inactivity ) to check your pressure when doing no work. Standing is effort and if they take it just after you stood up woukd show an increase in numbers."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1728582474 {#2030
        date: 2024-10-10 19:47:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LemmyKnowsBest@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 337921
      -bodyTs: "'10':11 'check':15 'effort':24 'inact':13 'increas':38 'like':10 'measur':6 'min':12 'number':40 'pressur':17 'rest':5 'show':36 'stand':22 'stood':33 'suppos':7 'take':28 'work':21 'woukd':35"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6680392"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706137521 {#2032
        date: 2024-01-25 00:05:21.0 +01:00
      }
      +"title": 337921
    }
    0 => App\Entity\EntryComment {#2080
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +root: App\Entity\EntryComment {#2026}
      +body: "Maybe some docs do, mine always has me sit in the exam room waiting for doc"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706160216 {#2077
        date: 2024-01-25 06:23:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LemmyKnowsBest@lemmy.world"
        "@BCsven@lemmy.ca"
        "@zero_spelled_with_an_ecks@programming.dev"
        "@LemmyKnowsBest@lemmy.world"
        "@BCsven@lemmy.ca"
        "@zero_spelled_with_an_ecks@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2089 …}
      +nested: Doctrine\ORM\PersistentCollection {#2095 …}
      +votes: Doctrine\ORM\PersistentCollection {#2091 …}
      +reports: Doctrine\ORM\PersistentCollection {#2090 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
      -id: 338521
      -bodyTs: "'alway':6 'doc':3,16 'exam':12 'mayb':1 'mine':5 'room':13 'sit':9 'wait':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6689419"
      +editedAt: DateTimeImmutable @1728610266 {#2098
        date: 2024-10-11 03:31:06.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706160216 {#2063
        date: 2024-01-25 06:23:36.0 +01:00
      }
      +"title": 338521
    }
  ]
  -id: 32891
  -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
  -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706222324
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11145770"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706135924 {#2891
    date: 2024-01-24 23:38:44.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
68 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2024
  +user: Proxies\__CG__\App\Entity\User {#2870 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Why-are-we-required-to-sit-down-when-getting-our"
  +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
  +url: null
  +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 11
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729091811 {#2903
    date: 2024-10-16 17:16:51.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2908 …}
  +votes: Doctrine\ORM\PersistentCollection {#2911 …}
  +reports: Doctrine\ORM\PersistentCollection {#2913 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2915 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2917 …}
  +badges: Doctrine\ORM\PersistentCollection {#2919 …}
  +children: [
    1 => App\Entity\EntryComment {#2026
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
      +image: null
      +parent: null
      +root: null
      +body: "It is an at rest measure ( supposed to be like 10 mins inactivity ) to check your pressure when doing no work. Standing is effort and if they take it just after you stood up woukd show an increase in numbers."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1728582474 {#2030
        date: 2024-10-10 19:47:54.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LemmyKnowsBest@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2018 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2021 …}
      +reports: Doctrine\ORM\PersistentCollection {#2029 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
      -id: 337921
      -bodyTs: "'10':11 'check':15 'effort':24 'inact':13 'increas':38 'like':10 'measur':6 'min':12 'number':40 'pressur':17 'rest':5 'show':36 'stand':22 'stood':33 'suppos':7 'take':28 'work':21 'woukd':35"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6680392"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706137521 {#2032
        date: 2024-01-25 00:05:21.0 +01:00
      }
      +"title": 337921
    }
    0 => App\Entity\EntryComment {#2080
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
      +root: App\Entity\EntryComment {#2026}
      +body: "Maybe some docs do, mine always has me sit in the exam room waiting for doc"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706160216 {#2077
        date: 2024-01-25 06:23:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LemmyKnowsBest@lemmy.world"
        "@BCsven@lemmy.ca"
        "@zero_spelled_with_an_ecks@programming.dev"
        "@LemmyKnowsBest@lemmy.world"
        "@BCsven@lemmy.ca"
        "@zero_spelled_with_an_ecks@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2089 …}
      +nested: Doctrine\ORM\PersistentCollection {#2095 …}
      +votes: Doctrine\ORM\PersistentCollection {#2091 …}
      +reports: Doctrine\ORM\PersistentCollection {#2090 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
      -id: 338521
      -bodyTs: "'alway':6 'doc':3,16 'exam':12 'mayb':1 'mine':5 'room':13 'sit':9 'wait':14"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6689419"
      +editedAt: DateTimeImmutable @1728610266 {#2098
        date: 2024-10-11 03:31:06.0 +02:00
      }
      +createdAt: DateTimeImmutable @1706160216 {#2063
        date: 2024-01-25 06:23:36.0 +01:00
      }
      +"title": 338521
    }
  ]
  -id: 32891
  -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
  -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706222324
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11145770"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706135924 {#2891
    date: 2024-01-24 23:38:44.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
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\EntryComment {#2026
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2024
    +user: Proxies\__CG__\App\Entity\User {#2870 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Why-are-we-required-to-sit-down-when-getting-our"
    +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
    +url: null
    +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 11
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729091811 {#2903
      date: 2024-10-16 17:16:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2908 …}
    +votes: Doctrine\ORM\PersistentCollection {#2911 …}
    +reports: Doctrine\ORM\PersistentCollection {#2913 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2915 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2917 …}
    +badges: Doctrine\ORM\PersistentCollection {#2919 …}
    +children: [
      1 => App\Entity\EntryComment {#2026}
      0 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
        +root: App\Entity\EntryComment {#2026}
        +body: "Maybe some docs do, mine always has me sit in the exam room waiting for doc"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706160216 {#2077
          date: 2024-01-25 06:23:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@LemmyKnowsBest@lemmy.world"
          "@BCsven@lemmy.ca"
          "@zero_spelled_with_an_ecks@programming.dev"
          "@LemmyKnowsBest@lemmy.world"
          "@BCsven@lemmy.ca"
          "@zero_spelled_with_an_ecks@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2089 …}
        +nested: Doctrine\ORM\PersistentCollection {#2095 …}
        +votes: Doctrine\ORM\PersistentCollection {#2091 …}
        +reports: Doctrine\ORM\PersistentCollection {#2090 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
        -id: 338521
        -bodyTs: "'alway':6 'doc':3,16 'exam':12 'mayb':1 'mine':5 'room':13 'sit':9 'wait':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6689419"
        +editedAt: DateTimeImmutable @1728610266 {#2098
          date: 2024-10-11 03:31:06.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706160216 {#2063
          date: 2024-01-25 06:23:36.0 +01:00
        }
        +"title": 338521
      }
    ]
    -id: 32891
    -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
    -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706222324
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11145770"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706135924 {#2891
      date: 2024-01-24 23:38:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
  +image: null
  +parent: null
  +root: null
  +body: "It is an at rest measure ( supposed to be like 10 mins inactivity ) to check your pressure when doing no work. Standing is effort and if they take it just after you stood up woukd show an increase in numbers."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1728582474 {#2030
    date: 2024-10-10 19:47:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 337921
  -bodyTs: "'10':11 'check':15 'effort':24 'inact':13 'increas':38 'like':10 'measur':6 'min':12 'number':40 'pressur':17 'rest':5 'show':36 'stand':22 'stood':33 'suppos':7 'take':28 'work':21 'woukd':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6680392"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706137521 {#2032
    date: 2024-01-25 00:05:21.0 +01:00
  }
  +"title": 337921
}
"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
71 DENIED edit
App\Entity\EntryComment {#2026
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2024
    +user: Proxies\__CG__\App\Entity\User {#2870 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Why-are-we-required-to-sit-down-when-getting-our"
    +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
    +url: null
    +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 11
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729091811 {#2903
      date: 2024-10-16 17:16:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2908 …}
    +votes: Doctrine\ORM\PersistentCollection {#2911 …}
    +reports: Doctrine\ORM\PersistentCollection {#2913 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2915 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2917 …}
    +badges: Doctrine\ORM\PersistentCollection {#2919 …}
    +children: [
      1 => App\Entity\EntryComment {#2026}
      0 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
        +root: App\Entity\EntryComment {#2026}
        +body: "Maybe some docs do, mine always has me sit in the exam room waiting for doc"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706160216 {#2077
          date: 2024-01-25 06:23:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@LemmyKnowsBest@lemmy.world"
          "@BCsven@lemmy.ca"
          "@zero_spelled_with_an_ecks@programming.dev"
          "@LemmyKnowsBest@lemmy.world"
          "@BCsven@lemmy.ca"
          "@zero_spelled_with_an_ecks@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2089 …}
        +nested: Doctrine\ORM\PersistentCollection {#2095 …}
        +votes: Doctrine\ORM\PersistentCollection {#2091 …}
        +reports: Doctrine\ORM\PersistentCollection {#2090 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
        -id: 338521
        -bodyTs: "'alway':6 'doc':3,16 'exam':12 'mayb':1 'mine':5 'room':13 'sit':9 'wait':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6689419"
        +editedAt: DateTimeImmutable @1728610266 {#2098
          date: 2024-10-11 03:31:06.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706160216 {#2063
          date: 2024-01-25 06:23:36.0 +01:00
        }
        +"title": 338521
      }
    ]
    -id: 32891
    -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
    -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706222324
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11145770"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706135924 {#2891
      date: 2024-01-24 23:38:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
  +image: null
  +parent: null
  +root: null
  +body: "It is an at rest measure ( supposed to be like 10 mins inactivity ) to check your pressure when doing no work. Standing is effort and if they take it just after you stood up woukd show an increase in numbers."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1728582474 {#2030
    date: 2024-10-10 19:47:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 337921
  -bodyTs: "'10':11 'check':15 'effort':24 'inact':13 'increas':38 'like':10 'measur':6 'min':12 'number':40 'pressur':17 'rest':5 'show':36 'stand':22 'stood':33 'suppos':7 'take':28 'work':21 'woukd':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6680392"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706137521 {#2032
    date: 2024-01-25 00:05:21.0 +01:00
  }
  +"title": 337921
}
"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
72 DENIED moderate
App\Entity\EntryComment {#2026
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2024
    +user: Proxies\__CG__\App\Entity\User {#2870 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Why-are-we-required-to-sit-down-when-getting-our"
    +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
    +url: null
    +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 11
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729091811 {#2903
      date: 2024-10-16 17:16:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2908 …}
    +votes: Doctrine\ORM\PersistentCollection {#2911 …}
    +reports: Doctrine\ORM\PersistentCollection {#2913 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2915 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2917 …}
    +badges: Doctrine\ORM\PersistentCollection {#2919 …}
    +children: [
      1 => App\Entity\EntryComment {#2026}
      0 => App\Entity\EntryComment {#2080
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
        +root: App\Entity\EntryComment {#2026}
        +body: "Maybe some docs do, mine always has me sit in the exam room waiting for doc"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706160216 {#2077
          date: 2024-01-25 06:23:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@LemmyKnowsBest@lemmy.world"
          "@BCsven@lemmy.ca"
          "@zero_spelled_with_an_ecks@programming.dev"
          "@LemmyKnowsBest@lemmy.world"
          "@BCsven@lemmy.ca"
          "@zero_spelled_with_an_ecks@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2089 …}
        +nested: Doctrine\ORM\PersistentCollection {#2095 …}
        +votes: Doctrine\ORM\PersistentCollection {#2091 …}
        +reports: Doctrine\ORM\PersistentCollection {#2090 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
        -id: 338521
        -bodyTs: "'alway':6 'doc':3,16 'exam':12 'mayb':1 'mine':5 'room':13 'sit':9 'wait':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6689419"
        +editedAt: DateTimeImmutable @1728610266 {#2098
          date: 2024-10-11 03:31:06.0 +02:00
        }
        +createdAt: DateTimeImmutable @1706160216 {#2063
          date: 2024-01-25 06:23:36.0 +01:00
        }
        +"title": 338521
      }
    ]
    -id: 32891
    -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
    -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706222324
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11145770"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706135924 {#2891
      date: 2024-01-24 23:38:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
  +image: null
  +parent: null
  +root: null
  +body: "It is an at rest measure ( supposed to be like 10 mins inactivity ) to check your pressure when doing no work. Standing is effort and if they take it just after you stood up woukd show an increase in numbers."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1728582474 {#2030
    date: 2024-10-10 19:47:54.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2018 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2021 …}
  +reports: Doctrine\ORM\PersistentCollection {#2029 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
  -id: 337921
  -bodyTs: "'10':11 'check':15 'effort':24 'inact':13 'increas':38 'like':10 'measur':6 'min':12 'number':40 'pressur':17 'rest':5 'show':36 'stand':22 'stood':33 'suppos':7 'take':28 'work':21 'woukd':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6680392"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706137521 {#2032
    date: 2024-01-25 00:05:21.0 +01:00
  }
  +"title": 337921
}
"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
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\EntryComment {#2080
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2024
    +user: Proxies\__CG__\App\Entity\User {#2870 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Why-are-we-required-to-sit-down-when-getting-our"
    +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
    +url: null
    +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 11
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729091811 {#2903
      date: 2024-10-16 17:16:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2908 …}
    +votes: Doctrine\ORM\PersistentCollection {#2911 …}
    +reports: Doctrine\ORM\PersistentCollection {#2913 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2915 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2917 …}
    +badges: Doctrine\ORM\PersistentCollection {#2919 …}
    +children: [
      1 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
        +image: null
        +parent: null
        +root: null
        +body: "It is an at rest measure ( supposed to be like 10 mins inactivity ) to check your pressure when doing no work. Standing is effort and if they take it just after you stood up woukd show an increase in numbers."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1728582474 {#2030
          date: 2024-10-10 19:47:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@LemmyKnowsBest@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 337921
        -bodyTs: "'10':11 'check':15 'effort':24 'inact':13 'increas':38 'like':10 'measur':6 'min':12 'number':40 'pressur':17 'rest':5 'show':36 'stand':22 'stood':33 'suppos':7 'take':28 'work':21 'woukd':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6680392"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706137521 {#2032
          date: 2024-01-25 00:05:21.0 +01:00
        }
        +"title": 337921
      }
      0 => App\Entity\EntryComment {#2080}
    ]
    -id: 32891
    -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
    -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706222324
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11145770"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706135924 {#2891
      date: 2024-01-24 23:38:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +root: App\Entity\EntryComment {#2026}
  +body: "Maybe some docs do, mine always has me sit in the exam room waiting for doc"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706160216 {#2077
    date: 2024-01-25 06:23:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LemmyKnowsBest@lemmy.world"
    "@BCsven@lemmy.ca"
    "@zero_spelled_with_an_ecks@programming.dev"
    "@LemmyKnowsBest@lemmy.world"
    "@BCsven@lemmy.ca"
    "@zero_spelled_with_an_ecks@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2089 …}
  +nested: Doctrine\ORM\PersistentCollection {#2095 …}
  +votes: Doctrine\ORM\PersistentCollection {#2091 …}
  +reports: Doctrine\ORM\PersistentCollection {#2090 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
  -id: 338521
  -bodyTs: "'alway':6 'doc':3,16 'exam':12 'mayb':1 'mine':5 'room':13 'sit':9 'wait':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6689419"
  +editedAt: DateTimeImmutable @1728610266 {#2098
    date: 2024-10-11 03:31:06.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706160216 {#2063
    date: 2024-01-25 06:23:36.0 +01:00
  }
  +"title": 338521
}
"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
75 DENIED edit
App\Entity\EntryComment {#2080
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2024
    +user: Proxies\__CG__\App\Entity\User {#2870 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Why-are-we-required-to-sit-down-when-getting-our"
    +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
    +url: null
    +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 11
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729091811 {#2903
      date: 2024-10-16 17:16:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2908 …}
    +votes: Doctrine\ORM\PersistentCollection {#2911 …}
    +reports: Doctrine\ORM\PersistentCollection {#2913 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2915 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2917 …}
    +badges: Doctrine\ORM\PersistentCollection {#2919 …}
    +children: [
      1 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
        +image: null
        +parent: null
        +root: null
        +body: "It is an at rest measure ( supposed to be like 10 mins inactivity ) to check your pressure when doing no work. Standing is effort and if they take it just after you stood up woukd show an increase in numbers."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1728582474 {#2030
          date: 2024-10-10 19:47:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@LemmyKnowsBest@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 337921
        -bodyTs: "'10':11 'check':15 'effort':24 'inact':13 'increas':38 'like':10 'measur':6 'min':12 'number':40 'pressur':17 'rest':5 'show':36 'stand':22 'stood':33 'suppos':7 'take':28 'work':21 'woukd':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6680392"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706137521 {#2032
          date: 2024-01-25 00:05:21.0 +01:00
        }
        +"title": 337921
      }
      0 => App\Entity\EntryComment {#2080}
    ]
    -id: 32891
    -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
    -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706222324
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11145770"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706135924 {#2891
      date: 2024-01-24 23:38:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +root: App\Entity\EntryComment {#2026}
  +body: "Maybe some docs do, mine always has me sit in the exam room waiting for doc"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706160216 {#2077
    date: 2024-01-25 06:23:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LemmyKnowsBest@lemmy.world"
    "@BCsven@lemmy.ca"
    "@zero_spelled_with_an_ecks@programming.dev"
    "@LemmyKnowsBest@lemmy.world"
    "@BCsven@lemmy.ca"
    "@zero_spelled_with_an_ecks@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2089 …}
  +nested: Doctrine\ORM\PersistentCollection {#2095 …}
  +votes: Doctrine\ORM\PersistentCollection {#2091 …}
  +reports: Doctrine\ORM\PersistentCollection {#2090 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
  -id: 338521
  -bodyTs: "'alway':6 'doc':3,16 'exam':12 'mayb':1 'mine':5 'room':13 'sit':9 'wait':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6689419"
  +editedAt: DateTimeImmutable @1728610266 {#2098
    date: 2024-10-11 03:31:06.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706160216 {#2063
    date: 2024-01-25 06:23:36.0 +01:00
  }
  +"title": 338521
}
"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
76 DENIED moderate
App\Entity\EntryComment {#2080
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2024
    +user: Proxies\__CG__\App\Entity\User {#2870 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Why-are-we-required-to-sit-down-when-getting-our"
    +title: "Why are we required to sit down when getting our blood pressure taken? Would the results be affected if we were standing?"
    +url: null
    +body: "when patients get their blood pressure taken at the doctor’s office, the doctor requires you to sit, legs uncrossed. But what would happen if we stand up to get our blood pressure taken? can we stand? or do we have to sit? And why?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 11
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729091811 {#2903
      date: 2024-10-16 17:16:51.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2908 …}
    +votes: Doctrine\ORM\PersistentCollection {#2911 …}
    +reports: Doctrine\ORM\PersistentCollection {#2913 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2915 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2917 …}
    +badges: Doctrine\ORM\PersistentCollection {#2919 …}
    +children: [
      1 => App\Entity\EntryComment {#2026
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2024 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
        +image: null
        +parent: null
        +root: null
        +body: "It is an at rest measure ( supposed to be like 10 mins inactivity ) to check your pressure when doing no work. Standing is effort and if they take it just after you stood up woukd show an increase in numbers."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1728582474 {#2030
          date: 2024-10-10 19:47:54.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@LemmyKnowsBest@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2018 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2021 …}
        +reports: Doctrine\ORM\PersistentCollection {#2029 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2020 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2027 …}
        -id: 337921
        -bodyTs: "'10':11 'check':15 'effort':24 'inact':13 'increas':38 'like':10 'measur':6 'min':12 'number':40 'pressur':17 'rest':5 'show':36 'stand':22 'stood':33 'suppos':7 'take':28 'work':21 'woukd':35"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6680392"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706137521 {#2032
          date: 2024-01-25 00:05:21.0 +01:00
        }
        +"title": 337921
      }
      0 => App\Entity\EntryComment {#2080}
    ]
    -id: 32891
    -titleTs: "'affect':18 'blood':11 'get':9 'pressur':12 'requir':4 'result':16 'sit':6 'stand':22 'taken':13 'would':14"
    -bodyTs: "'blood':5,32 'doctor':10,14 'get':3,30 'happen':24 'leg':19 'offic':12 'patient':2 'pressur':6,33 'requir':15 'sit':18,43 'stand':27,37 'taken':7,34 'uncross':20 'would':23"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706222324
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11145770"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706135924 {#2891
      date: 2024-01-24 23:38:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2022 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2064 …}
  +root: App\Entity\EntryComment {#2026}
  +body: "Maybe some docs do, mine always has me sit in the exam room waiting for doc"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706160216 {#2077
    date: 2024-01-25 06:23:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LemmyKnowsBest@lemmy.world"
    "@BCsven@lemmy.ca"
    "@zero_spelled_with_an_ecks@programming.dev"
    "@LemmyKnowsBest@lemmy.world"
    "@BCsven@lemmy.ca"
    "@zero_spelled_with_an_ecks@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2089 …}
  +nested: Doctrine\ORM\PersistentCollection {#2095 …}
  +votes: Doctrine\ORM\PersistentCollection {#2091 …}
  +reports: Doctrine\ORM\PersistentCollection {#2090 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2092 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2241 …}
  -id: 338521
  -bodyTs: "'alway':6 'doc':3,16 'exam':12 'mayb':1 'mine':5 'room':13 'sit':9 'wait':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6689419"
  +editedAt: DateTimeImmutable @1728610266 {#2098
    date: 2024-10-11 03:31:06.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706160216 {#2063
    date: 2024-01-25 06:23:36.0 +01:00
  }
  +"title": 338521
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2144
  +user: Proxies\__CG__\App\Entity\User {#2852 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Best-DE-for-touch-screens-but-also-normal-use"
  +title: "Best DE for touch screens but also normal use"
  +url: null
  +body: """
    Hi!\n
    \n
    I have an HP 360 which has a touch screen and I never found a DE that is great for both regular input and touch input.\n
    \n
    Kde is great for regular stuff but meh with touch, gnome is the other way around.\n
    \n
    I was thinking of trying out hyperland but didn’t look into it’s touch compitability.\n
    \n
    Any suggestions?\n
    \n
    I use arch btw.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728809200 {#2885
    date: 2024-10-13 10:46:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2890 …}
  +votes: Doctrine\ORM\PersistentCollection {#2893 …}
  +reports: Doctrine\ORM\PersistentCollection {#2895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
  +badges: Doctrine\ORM\PersistentCollection {#2901 …}
  +children: [
    1 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +body: "GNOME is built for touch. if I rotate my HP laptop 90 degrees sideways, GNOME automatically rotates the screen to suit. Its why latest gnome has so many multifinger touch gestures for interacting with screen"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706146729 {#2031
        date: 2024-01-25 02:38:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MTK@lemmy.world"
        "@drwankingstein@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2061 …}
      +nested: Doctrine\ORM\PersistentCollection {#2084 …}
      +votes: Doctrine\ORM\PersistentCollection {#2076 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
      -id: 338189
      -bodyTs: "'90':12 'automat':16 'built':3 'degre':13 'gestur':31 'gnome':1,15,25 'hp':10 'interact':33 'laptop':11 'latest':24 'mani':28 'multifing':29 'rotat':8,17 'screen':19,35 'sideway':14 'suit':21 'touch':5,30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6683725"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706146729 {#2036
        date: 2024-01-25 02:38:49.0 +01:00
      }
      +"title": 338189
    }
    0 => App\Entity\EntryComment {#2129
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2131 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +body: "I found the opposite, KDE felt Janky, GNOME is a cohesive experience built specific for touch gestures, tablet use etc"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706160328 {#2130
        date: 2024-01-25 06:25:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MTK@lemmy.world"
        "@drwankingstein@lemmy.dbzer0.com"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2132 …}
      +nested: Doctrine\ORM\PersistentCollection {#2040 …}
      +votes: Doctrine\ORM\PersistentCollection {#2350 …}
      +reports: Doctrine\ORM\PersistentCollection {#2348 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
      -id: 338525
      -bodyTs: "'built':13 'cohes':11 'etc':20 'experi':12 'felt':6 'found':2 'gestur':17 'gnome':8 'janki':7 'kde':5 'opposit':4 'specif':14 'tablet':18 'touch':16 'use':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6689458"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706160328 {#2133
        date: 2024-01-25 06:25:28.0 +01:00
      }
      +"title": 338525
    }
  ]
  -id: 32848
  -titleTs: "'also':7 'best':1 'de':2 'normal':8 'screen':5 'touch':4 'use':9"
  -bodyTs: "'360':6 'arch':64 'around':43 'btw':65 'compit':59 'de':17 'didn':52 'found':15 'gnome':38 'great':20,30 'hi':1 'hp':5 'hyperland':50 'input':24,27 'kde':28 'look':54 'meh':35 'never':14 'regular':23,32 'screen':11 'stuff':33 'suggest':61 'think':46 'touch':10,26,37,58 'tri':48 'use':63 'way':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706204845
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11135221"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706118445 {#2873
    date: 2024-01-24 18:47:25.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
79 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2144
  +user: Proxies\__CG__\App\Entity\User {#2852 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Best-DE-for-touch-screens-but-also-normal-use"
  +title: "Best DE for touch screens but also normal use"
  +url: null
  +body: """
    Hi!\n
    \n
    I have an HP 360 which has a touch screen and I never found a DE that is great for both regular input and touch input.\n
    \n
    Kde is great for regular stuff but meh with touch, gnome is the other way around.\n
    \n
    I was thinking of trying out hyperland but didn’t look into it’s touch compitability.\n
    \n
    Any suggestions?\n
    \n
    I use arch btw.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728809200 {#2885
    date: 2024-10-13 10:46:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2890 …}
  +votes: Doctrine\ORM\PersistentCollection {#2893 …}
  +reports: Doctrine\ORM\PersistentCollection {#2895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
  +badges: Doctrine\ORM\PersistentCollection {#2901 …}
  +children: [
    1 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +body: "GNOME is built for touch. if I rotate my HP laptop 90 degrees sideways, GNOME automatically rotates the screen to suit. Its why latest gnome has so many multifinger touch gestures for interacting with screen"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706146729 {#2031
        date: 2024-01-25 02:38:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MTK@lemmy.world"
        "@drwankingstein@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2061 …}
      +nested: Doctrine\ORM\PersistentCollection {#2084 …}
      +votes: Doctrine\ORM\PersistentCollection {#2076 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
      -id: 338189
      -bodyTs: "'90':12 'automat':16 'built':3 'degre':13 'gestur':31 'gnome':1,15,25 'hp':10 'interact':33 'laptop':11 'latest':24 'mani':28 'multifing':29 'rotat':8,17 'screen':19,35 'sideway':14 'suit':21 'touch':5,30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6683725"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706146729 {#2036
        date: 2024-01-25 02:38:49.0 +01:00
      }
      +"title": 338189
    }
    0 => App\Entity\EntryComment {#2129
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2131 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +body: "I found the opposite, KDE felt Janky, GNOME is a cohesive experience built specific for touch gestures, tablet use etc"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706160328 {#2130
        date: 2024-01-25 06:25:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MTK@lemmy.world"
        "@drwankingstein@lemmy.dbzer0.com"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2132 …}
      +nested: Doctrine\ORM\PersistentCollection {#2040 …}
      +votes: Doctrine\ORM\PersistentCollection {#2350 …}
      +reports: Doctrine\ORM\PersistentCollection {#2348 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
      -id: 338525
      -bodyTs: "'built':13 'cohes':11 'etc':20 'experi':12 'felt':6 'found':2 'gestur':17 'gnome':8 'janki':7 'kde':5 'opposit':4 'specif':14 'tablet':18 'touch':16 'use':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6689458"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706160328 {#2133
        date: 2024-01-25 06:25:28.0 +01:00
      }
      +"title": 338525
    }
  ]
  -id: 32848
  -titleTs: "'also':7 'best':1 'de':2 'normal':8 'screen':5 'touch':4 'use':9"
  -bodyTs: "'360':6 'arch':64 'around':43 'btw':65 'compit':59 'de':17 'didn':52 'found':15 'gnome':38 'great':20,30 'hi':1 'hp':5 'hyperland':50 'input':24,27 'kde':28 'look':54 'meh':35 'never':14 'regular':23,32 'screen':11 'stuff':33 'suggest':61 'think':46 'touch':10,26,37,58 'tri':48 'use':63 'way':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706204845
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11135221"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706118445 {#2873
    date: 2024-01-24 18:47:25.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
80 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2144
  +user: Proxies\__CG__\App\Entity\User {#2852 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Best-DE-for-touch-screens-but-also-normal-use"
  +title: "Best DE for touch screens but also normal use"
  +url: null
  +body: """
    Hi!\n
    \n
    I have an HP 360 which has a touch screen and I never found a DE that is great for both regular input and touch input.\n
    \n
    Kde is great for regular stuff but meh with touch, gnome is the other way around.\n
    \n
    I was thinking of trying out hyperland but didn’t look into it’s touch compitability.\n
    \n
    Any suggestions?\n
    \n
    I use arch btw.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728809200 {#2885
    date: 2024-10-13 10:46:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2890 …}
  +votes: Doctrine\ORM\PersistentCollection {#2893 …}
  +reports: Doctrine\ORM\PersistentCollection {#2895 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
  +badges: Doctrine\ORM\PersistentCollection {#2901 …}
  +children: [
    1 => App\Entity\EntryComment {#2037
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +body: "GNOME is built for touch. if I rotate my HP laptop 90 degrees sideways, GNOME automatically rotates the screen to suit. Its why latest gnome has so many multifinger touch gestures for interacting with screen"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706146729 {#2031
        date: 2024-01-25 02:38:49.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MTK@lemmy.world"
        "@drwankingstein@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2061 …}
      +nested: Doctrine\ORM\PersistentCollection {#2084 …}
      +votes: Doctrine\ORM\PersistentCollection {#2076 …}
      +reports: Doctrine\ORM\PersistentCollection {#2083 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
      -id: 338189
      -bodyTs: "'90':12 'automat':16 'built':3 'degre':13 'gestur':31 'gnome':1,15,25 'hp':10 'interact':33 'laptop':11 'latest':24 'mani':28 'multifing':29 'rotat':8,17 'screen':19,35 'sideway':14 'suit':21 'touch':5,30"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6683725"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706146729 {#2036
        date: 2024-01-25 02:38:49.0 +01:00
      }
      +"title": 338189
    }
    0 => App\Entity\EntryComment {#2129
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2131 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
      +body: "I found the opposite, KDE felt Janky, GNOME is a cohesive experience built specific for touch gestures, tablet use etc"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706160328 {#2130
        date: 2024-01-25 06:25:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@MTK@lemmy.world"
        "@drwankingstein@lemmy.dbzer0.com"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2132 …}
      +nested: Doctrine\ORM\PersistentCollection {#2040 …}
      +votes: Doctrine\ORM\PersistentCollection {#2350 …}
      +reports: Doctrine\ORM\PersistentCollection {#2348 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
      -id: 338525
      -bodyTs: "'built':13 'cohes':11 'etc':20 'experi':12 'felt':6 'found':2 'gestur':17 'gnome':8 'janki':7 'kde':5 'opposit':4 'specif':14 'tablet':18 'touch':16 'use':19"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6689458"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706160328 {#2133
        date: 2024-01-25 06:25:28.0 +01:00
      }
      +"title": 338525
    }
  ]
  -id: 32848
  -titleTs: "'also':7 'best':1 'de':2 'normal':8 'screen':5 'touch':4 'use':9"
  -bodyTs: "'360':6 'arch':64 'around':43 'btw':65 'compit':59 'de':17 'didn':52 'found':15 'gnome':38 'great':20,30 'hi':1 'hp':5 'hyperland':50 'input':24,27 'kde':28 'look':54 'meh':35 'never':14 'regular':23,32 'screen':11 'stuff':33 'suggest':61 'think':46 'touch':10,26,37,58 'tri':48 'use':63 'way':42"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706204845
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11135221"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706118445 {#2873
    date: 2024-01-24 18:47:25.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
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\EntryComment {#2037
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Best-DE-for-touch-screens-but-also-normal-use"
    +title: "Best DE for touch screens but also normal use"
    +url: null
    +body: """
      Hi!\n
      \n
      I have an HP 360 which has a touch screen and I never found a DE that is great for both regular input and touch input.\n
      \n
      Kde is great for regular stuff but meh with touch, gnome is the other way around.\n
      \n
      I was thinking of trying out hyperland but didn’t look into it’s touch compitability.\n
      \n
      Any suggestions?\n
      \n
      I use arch btw.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728809200 {#2885
      date: 2024-10-13 10:46:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2890 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      1 => App\Entity\EntryComment {#2037}
      0 => App\Entity\EntryComment {#2129
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2131 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +body: "I found the opposite, KDE felt Janky, GNOME is a cohesive experience built specific for touch gestures, tablet use etc"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706160328 {#2130
          date: 2024-01-25 06:25:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MTK@lemmy.world"
          "@drwankingstein@lemmy.dbzer0.com"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2040 …}
        +votes: Doctrine\ORM\PersistentCollection {#2350 …}
        +reports: Doctrine\ORM\PersistentCollection {#2348 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
        -id: 338525
        -bodyTs: "'built':13 'cohes':11 'etc':20 'experi':12 'felt':6 'found':2 'gestur':17 'gnome':8 'janki':7 'kde':5 'opposit':4 'specif':14 'tablet':18 'touch':16 'use':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6689458"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706160328 {#2133
          date: 2024-01-25 06:25:28.0 +01:00
        }
        +"title": 338525
      }
    ]
    -id: 32848
    -titleTs: "'also':7 'best':1 'de':2 'normal':8 'screen':5 'touch':4 'use':9"
    -bodyTs: "'360':6 'arch':64 'around':43 'btw':65 'compit':59 'de':17 'didn':52 'found':15 'gnome':38 'great':20,30 'hi':1 'hp':5 'hyperland':50 'input':24,27 'kde':28 'look':54 'meh':35 'never':14 'regular':23,32 'screen':11 'stuff':33 'suggest':61 'think':46 'touch':10,26,37,58 'tri':48 'use':63 'way':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706204845
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11135221"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706118445 {#2873
      date: 2024-01-24 18:47:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +body: "GNOME is built for touch. if I rotate my HP laptop 90 degrees sideways, GNOME automatically rotates the screen to suit. Its why latest gnome has so many multifinger touch gestures for interacting with screen"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706146729 {#2031
    date: 2024-01-25 02:38:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MTK@lemmy.world"
    "@drwankingstein@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2061 …}
  +nested: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
  -id: 338189
  -bodyTs: "'90':12 'automat':16 'built':3 'degre':13 'gestur':31 'gnome':1,15,25 'hp':10 'interact':33 'laptop':11 'latest':24 'mani':28 'multifing':29 'rotat':8,17 'screen':19,35 'sideway':14 'suit':21 'touch':5,30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6683725"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706146729 {#2036
    date: 2024-01-25 02:38:49.0 +01:00
  }
  +"title": 338189
}
"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
83 DENIED edit
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Best-DE-for-touch-screens-but-also-normal-use"
    +title: "Best DE for touch screens but also normal use"
    +url: null
    +body: """
      Hi!\n
      \n
      I have an HP 360 which has a touch screen and I never found a DE that is great for both regular input and touch input.\n
      \n
      Kde is great for regular stuff but meh with touch, gnome is the other way around.\n
      \n
      I was thinking of trying out hyperland but didn’t look into it’s touch compitability.\n
      \n
      Any suggestions?\n
      \n
      I use arch btw.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728809200 {#2885
      date: 2024-10-13 10:46:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2890 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      1 => App\Entity\EntryComment {#2037}
      0 => App\Entity\EntryComment {#2129
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2131 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +body: "I found the opposite, KDE felt Janky, GNOME is a cohesive experience built specific for touch gestures, tablet use etc"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706160328 {#2130
          date: 2024-01-25 06:25:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MTK@lemmy.world"
          "@drwankingstein@lemmy.dbzer0.com"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2040 …}
        +votes: Doctrine\ORM\PersistentCollection {#2350 …}
        +reports: Doctrine\ORM\PersistentCollection {#2348 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
        -id: 338525
        -bodyTs: "'built':13 'cohes':11 'etc':20 'experi':12 'felt':6 'found':2 'gestur':17 'gnome':8 'janki':7 'kde':5 'opposit':4 'specif':14 'tablet':18 'touch':16 'use':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6689458"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706160328 {#2133
          date: 2024-01-25 06:25:28.0 +01:00
        }
        +"title": 338525
      }
    ]
    -id: 32848
    -titleTs: "'also':7 'best':1 'de':2 'normal':8 'screen':5 'touch':4 'use':9"
    -bodyTs: "'360':6 'arch':64 'around':43 'btw':65 'compit':59 'de':17 'didn':52 'found':15 'gnome':38 'great':20,30 'hi':1 'hp':5 'hyperland':50 'input':24,27 'kde':28 'look':54 'meh':35 'never':14 'regular':23,32 'screen':11 'stuff':33 'suggest':61 'think':46 'touch':10,26,37,58 'tri':48 'use':63 'way':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706204845
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11135221"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706118445 {#2873
      date: 2024-01-24 18:47:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +body: "GNOME is built for touch. if I rotate my HP laptop 90 degrees sideways, GNOME automatically rotates the screen to suit. Its why latest gnome has so many multifinger touch gestures for interacting with screen"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706146729 {#2031
    date: 2024-01-25 02:38:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MTK@lemmy.world"
    "@drwankingstein@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2061 …}
  +nested: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
  -id: 338189
  -bodyTs: "'90':12 'automat':16 'built':3 'degre':13 'gestur':31 'gnome':1,15,25 'hp':10 'interact':33 'laptop':11 'latest':24 'mani':28 'multifing':29 'rotat':8,17 'screen':19,35 'sideway':14 'suit':21 'touch':5,30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6683725"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706146729 {#2036
    date: 2024-01-25 02:38:49.0 +01:00
  }
  +"title": 338189
}
"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
84 DENIED moderate
App\Entity\EntryComment {#2037
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Best-DE-for-touch-screens-but-also-normal-use"
    +title: "Best DE for touch screens but also normal use"
    +url: null
    +body: """
      Hi!\n
      \n
      I have an HP 360 which has a touch screen and I never found a DE that is great for both regular input and touch input.\n
      \n
      Kde is great for regular stuff but meh with touch, gnome is the other way around.\n
      \n
      I was thinking of trying out hyperland but didn’t look into it’s touch compitability.\n
      \n
      Any suggestions?\n
      \n
      I use arch btw.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728809200 {#2885
      date: 2024-10-13 10:46:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2890 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      1 => App\Entity\EntryComment {#2037}
      0 => App\Entity\EntryComment {#2129
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2131 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +body: "I found the opposite, KDE felt Janky, GNOME is a cohesive experience built specific for touch gestures, tablet use etc"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706160328 {#2130
          date: 2024-01-25 06:25:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MTK@lemmy.world"
          "@drwankingstein@lemmy.dbzer0.com"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2132 …}
        +nested: Doctrine\ORM\PersistentCollection {#2040 …}
        +votes: Doctrine\ORM\PersistentCollection {#2350 …}
        +reports: Doctrine\ORM\PersistentCollection {#2348 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
        -id: 338525
        -bodyTs: "'built':13 'cohes':11 'etc':20 'experi':12 'felt':6 'found':2 'gestur':17 'gnome':8 'janki':7 'kde':5 'opposit':4 'specif':14 'tablet':18 'touch':16 'use':19"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6689458"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706160328 {#2133
          date: 2024-01-25 06:25:28.0 +01:00
        }
        +"title": 338525
      }
    ]
    -id: 32848
    -titleTs: "'also':7 'best':1 'de':2 'normal':8 'screen':5 'touch':4 'use':9"
    -bodyTs: "'360':6 'arch':64 'around':43 'btw':65 'compit':59 'de':17 'didn':52 'found':15 'gnome':38 'great':20,30 'hi':1 'hp':5 'hyperland':50 'input':24,27 'kde':28 'look':54 'meh':35 'never':14 'regular':23,32 'screen':11 'stuff':33 'suggest':61 'think':46 'touch':10,26,37,58 'tri':48 'use':63 'way':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706204845
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11135221"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706118445 {#2873
      date: 2024-01-24 18:47:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +body: "GNOME is built for touch. if I rotate my HP laptop 90 degrees sideways, GNOME automatically rotates the screen to suit. Its why latest gnome has so many multifinger touch gestures for interacting with screen"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706146729 {#2031
    date: 2024-01-25 02:38:49.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MTK@lemmy.world"
    "@drwankingstein@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2061 …}
  +nested: Doctrine\ORM\PersistentCollection {#2084 …}
  +votes: Doctrine\ORM\PersistentCollection {#2076 …}
  +reports: Doctrine\ORM\PersistentCollection {#2083 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
  -id: 338189
  -bodyTs: "'90':12 'automat':16 'built':3 'degre':13 'gestur':31 'gnome':1,15,25 'hp':10 'interact':33 'laptop':11 'latest':24 'mani':28 'multifing':29 'rotat':8,17 'screen':19,35 'sideway':14 'suit':21 'touch':5,30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6683725"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706146729 {#2036
    date: 2024-01-25 02:38:49.0 +01:00
  }
  +"title": 338189
}
"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
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\EntryComment {#2129
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Best-DE-for-touch-screens-but-also-normal-use"
    +title: "Best DE for touch screens but also normal use"
    +url: null
    +body: """
      Hi!\n
      \n
      I have an HP 360 which has a touch screen and I never found a DE that is great for both regular input and touch input.\n
      \n
      Kde is great for regular stuff but meh with touch, gnome is the other way around.\n
      \n
      I was thinking of trying out hyperland but didn’t look into it’s touch compitability.\n
      \n
      Any suggestions?\n
      \n
      I use arch btw.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728809200 {#2885
      date: 2024-10-13 10:46:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2890 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +body: "GNOME is built for touch. if I rotate my HP laptop 90 degrees sideways, GNOME automatically rotates the screen to suit. Its why latest gnome has so many multifinger touch gestures for interacting with screen"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706146729 {#2031
          date: 2024-01-25 02:38:49.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MTK@lemmy.world"
          "@drwankingstein@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2061 …}
        +nested: Doctrine\ORM\PersistentCollection {#2084 …}
        +votes: Doctrine\ORM\PersistentCollection {#2076 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
        -id: 338189
        -bodyTs: "'90':12 'automat':16 'built':3 'degre':13 'gestur':31 'gnome':1,15,25 'hp':10 'interact':33 'laptop':11 'latest':24 'mani':28 'multifing':29 'rotat':8,17 'screen':19,35 'sideway':14 'suit':21 'touch':5,30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6683725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706146729 {#2036
          date: 2024-01-25 02:38:49.0 +01:00
        }
        +"title": 338189
      }
      0 => App\Entity\EntryComment {#2129}
    ]
    -id: 32848
    -titleTs: "'also':7 'best':1 'de':2 'normal':8 'screen':5 'touch':4 'use':9"
    -bodyTs: "'360':6 'arch':64 'around':43 'btw':65 'compit':59 'de':17 'didn':52 'found':15 'gnome':38 'great':20,30 'hi':1 'hp':5 'hyperland':50 'input':24,27 'kde':28 'look':54 'meh':35 'never':14 'regular':23,32 'screen':11 'stuff':33 'suggest':61 'think':46 'touch':10,26,37,58 'tri':48 'use':63 'way':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706204845
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11135221"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706118445 {#2873
      date: 2024-01-24 18:47:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2131 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +body: "I found the opposite, KDE felt Janky, GNOME is a cohesive experience built specific for touch gestures, tablet use etc"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706160328 {#2130
    date: 2024-01-25 06:25:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MTK@lemmy.world"
    "@drwankingstein@lemmy.dbzer0.com"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2040 …}
  +votes: Doctrine\ORM\PersistentCollection {#2350 …}
  +reports: Doctrine\ORM\PersistentCollection {#2348 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
  -id: 338525
  -bodyTs: "'built':13 'cohes':11 'etc':20 'experi':12 'felt':6 'found':2 'gestur':17 'gnome':8 'janki':7 'kde':5 'opposit':4 'specif':14 'tablet':18 'touch':16 'use':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6689458"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706160328 {#2133
    date: 2024-01-25 06:25:28.0 +01:00
  }
  +"title": 338525
}
"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
87 DENIED edit
App\Entity\EntryComment {#2129
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Best-DE-for-touch-screens-but-also-normal-use"
    +title: "Best DE for touch screens but also normal use"
    +url: null
    +body: """
      Hi!\n
      \n
      I have an HP 360 which has a touch screen and I never found a DE that is great for both regular input and touch input.\n
      \n
      Kde is great for regular stuff but meh with touch, gnome is the other way around.\n
      \n
      I was thinking of trying out hyperland but didn’t look into it’s touch compitability.\n
      \n
      Any suggestions?\n
      \n
      I use arch btw.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728809200 {#2885
      date: 2024-10-13 10:46:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2890 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +body: "GNOME is built for touch. if I rotate my HP laptop 90 degrees sideways, GNOME automatically rotates the screen to suit. Its why latest gnome has so many multifinger touch gestures for interacting with screen"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706146729 {#2031
          date: 2024-01-25 02:38:49.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MTK@lemmy.world"
          "@drwankingstein@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2061 …}
        +nested: Doctrine\ORM\PersistentCollection {#2084 …}
        +votes: Doctrine\ORM\PersistentCollection {#2076 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
        -id: 338189
        -bodyTs: "'90':12 'automat':16 'built':3 'degre':13 'gestur':31 'gnome':1,15,25 'hp':10 'interact':33 'laptop':11 'latest':24 'mani':28 'multifing':29 'rotat':8,17 'screen':19,35 'sideway':14 'suit':21 'touch':5,30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6683725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706146729 {#2036
          date: 2024-01-25 02:38:49.0 +01:00
        }
        +"title": 338189
      }
      0 => App\Entity\EntryComment {#2129}
    ]
    -id: 32848
    -titleTs: "'also':7 'best':1 'de':2 'normal':8 'screen':5 'touch':4 'use':9"
    -bodyTs: "'360':6 'arch':64 'around':43 'btw':65 'compit':59 'de':17 'didn':52 'found':15 'gnome':38 'great':20,30 'hi':1 'hp':5 'hyperland':50 'input':24,27 'kde':28 'look':54 'meh':35 'never':14 'regular':23,32 'screen':11 'stuff':33 'suggest':61 'think':46 'touch':10,26,37,58 'tri':48 'use':63 'way':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706204845
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11135221"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706118445 {#2873
      date: 2024-01-24 18:47:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2131 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +body: "I found the opposite, KDE felt Janky, GNOME is a cohesive experience built specific for touch gestures, tablet use etc"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706160328 {#2130
    date: 2024-01-25 06:25:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MTK@lemmy.world"
    "@drwankingstein@lemmy.dbzer0.com"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2040 …}
  +votes: Doctrine\ORM\PersistentCollection {#2350 …}
  +reports: Doctrine\ORM\PersistentCollection {#2348 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
  -id: 338525
  -bodyTs: "'built':13 'cohes':11 'etc':20 'experi':12 'felt':6 'found':2 'gestur':17 'gnome':8 'janki':7 'kde':5 'opposit':4 'specif':14 'tablet':18 'touch':16 'use':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6689458"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706160328 {#2133
    date: 2024-01-25 06:25:28.0 +01:00
  }
  +"title": 338525
}
"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
88 DENIED moderate
App\Entity\EntryComment {#2129
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2144
    +user: Proxies\__CG__\App\Entity\User {#2852 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Best-DE-for-touch-screens-but-also-normal-use"
    +title: "Best DE for touch screens but also normal use"
    +url: null
    +body: """
      Hi!\n
      \n
      I have an HP 360 which has a touch screen and I never found a DE that is great for both regular input and touch input.\n
      \n
      Kde is great for regular stuff but meh with touch, gnome is the other way around.\n
      \n
      I was thinking of trying out hyperland but didn’t look into it’s touch compitability.\n
      \n
      Any suggestions?\n
      \n
      I use arch btw.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728809200 {#2885
      date: 2024-10-13 10:46:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2890 …}
    +votes: Doctrine\ORM\PersistentCollection {#2893 …}
    +reports: Doctrine\ORM\PersistentCollection {#2895 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2897 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2899 …}
    +badges: Doctrine\ORM\PersistentCollection {#2901 …}
    +children: [
      1 => App\Entity\EntryComment {#2037
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2144 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
        +body: "GNOME is built for touch. if I rotate my HP laptop 90 degrees sideways, GNOME automatically rotates the screen to suit. Its why latest gnome has so many multifinger touch gestures for interacting with screen"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706146729 {#2031
          date: 2024-01-25 02:38:49.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@MTK@lemmy.world"
          "@drwankingstein@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2061 …}
        +nested: Doctrine\ORM\PersistentCollection {#2084 …}
        +votes: Doctrine\ORM\PersistentCollection {#2076 …}
        +reports: Doctrine\ORM\PersistentCollection {#2083 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2085 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2062 …}
        -id: 338189
        -bodyTs: "'90':12 'automat':16 'built':3 'degre':13 'gestur':31 'gnome':1,15,25 'hp':10 'interact':33 'laptop':11 'latest':24 'mani':28 'multifing':29 'rotat':8,17 'screen':19,35 'sideway':14 'suit':21 'touch':5,30"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6683725"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706146729 {#2036
          date: 2024-01-25 02:38:49.0 +01:00
        }
        +"title": 338189
      }
      0 => App\Entity\EntryComment {#2129}
    ]
    -id: 32848
    -titleTs: "'also':7 'best':1 'de':2 'normal':8 'screen':5 'touch':4 'use':9"
    -bodyTs: "'360':6 'arch':64 'around':43 'btw':65 'compit':59 'de':17 'didn':52 'found':15 'gnome':38 'great':20,30 'hi':1 'hp':5 'hyperland':50 'input':24,27 'kde':28 'look':54 'meh':35 'never':14 'regular':23,32 'screen':11 'stuff':33 'suggest':61 'think':46 'touch':10,26,37,58 'tri':48 'use':63 'way':42"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706204845
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11135221"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706118445 {#2873
      date: 2024-01-24 18:47:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2131 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2075 …}
  +body: "I found the opposite, KDE felt Janky, GNOME is a cohesive experience built specific for touch gestures, tablet use etc"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706160328 {#2130
    date: 2024-01-25 06:25:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MTK@lemmy.world"
    "@drwankingstein@lemmy.dbzer0.com"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2132 …}
  +nested: Doctrine\ORM\PersistentCollection {#2040 …}
  +votes: Doctrine\ORM\PersistentCollection {#2350 …}
  +reports: Doctrine\ORM\PersistentCollection {#2348 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2332 …}
  -id: 338525
  -bodyTs: "'built':13 'cohes':11 'etc':20 'experi':12 'felt':6 'found':2 'gestur':17 'gnome':8 'janki':7 'kde':5 'opposit':4 'specif':14 'tablet':18 'touch':16 'use':19"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6689458"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706160328 {#2133
    date: 2024-01-25 06:25:28.0 +01:00
  }
  +"title": 338525
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1708
  +user: Proxies\__CG__\App\Entity\User {#2888 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "So-SBCs-are-shit-now-Anything-I-can-do-with"
  +title: "So SBCs are shit now? Anything I can do with my collection of Pis and old routers?"
  +url: null
  +body: """
    I dunno when it happened but I swear SBCs were the *new best thing* in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis.\n
    \n
    Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?\n
    \n
    Is my small army of xPis pointless? What about my 2 Edge routers?\n
    \n
    I’ve got about 6 xPis scattered round my flat - is there anything worth doing with them or should I just bin them?\n
    \n
    All thoughts, feelings and information welcome. Thank you.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728815022 {#2921
    date: 2024-10-13 12:23:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2926 …}
  +votes: Doctrine\ORM\PersistentCollection {#2929 …}
  +reports: Doctrine\ORM\PersistentCollection {#2931 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
  +badges: Doctrine\ORM\PersistentCollection {#2937 …}
  +children: [
    1 => App\Entity\EntryComment {#1909
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: null
      +root: null
      +body: "They are still good, arm is awesome. i have Pi4 as OpenMediaVault and docker/homeassistant, etc. Friend gave me a Pi2 surprisingly OMV6 installs on it (even though it ia technically not supported), that one became a PiHole. My 13 year old iomega arm NAS just got converted to a debian minidlna server. Uses 20% of the 256MB RAM."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706070181 {#1910
        date: 2024-01-24 05:23:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cashews_best_nut@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1410 …}
      +nested: Doctrine\ORM\PersistentCollection {#1907 …}
      +votes: Doctrine\ORM\PersistentCollection {#1407 …}
      +reports: Doctrine\ORM\PersistentCollection {#2391 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2369 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2392 …}
      -id: 335922
      -bodyTs: "'13':39 '20':54 '256mb':57 'arm':5,43 'awesom':7 'becam':35 'convert':47 'debian':50 'docker/homeassistant':14 'etc':15 'even':26 'friend':16 'gave':17 'good':4 'got':46 'ia':29 'instal':23 'iomega':42 'minidlna':51 'nas':44 'old':41 'omv6':22 'one':34 'openmediavault':12 'pi2':20 'pi4':10 'pihol':37 'ram':58 'server':52 'still':3 'support':32 'surpris':21 'technic':30 'though':27 'use':53 'year':40"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6658789"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706070181 {#1906
        date: 2024-01-24 05:23:01.0 +01:00
      }
      +"title": 335922
    }
    0 => App\Entity\EntryComment {#1384
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
      +body: "I have pi4 with OpenMediaServer for SMB shares and videos to TV, it has docker and portainer add ins; so that single Pi has CUPS, Trillium Notes, PaperlessNG, homeassistant, kanboard, pdftk converter, syncthing. It could have more, I just ran out of applications I might need. no issues with performance."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706071093 {#2395
        date: 2024-01-24 05:38:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cashews_best_nut@lemmy.world"
        "@tburkhol@lemmy.world"
        "@brygphilomena@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1402 …}
      +nested: Doctrine\ORM\PersistentCollection {#1385 …}
      +votes: Doctrine\ORM\PersistentCollection {#1401 …}
      +reports: Doctrine\ORM\PersistentCollection {#1363 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1362 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2019 …}
      -id: 335941
      -bodyTs: "'add':18 'applic':43 'convert':32 'could':35 'cup':25 'docker':15 'homeassist':29 'in':19 'issu':48 'kanboard':30 'might':45 'need':46 'note':27 'openmediaserv':5 'paperlessng':28 'pdftk':31 'perform':50 'pi':23 'pi4':3 'portain':17 'ran':40 'share':8 'singl':22 'smb':7 'syncth':33 'trillium':26 'tv':12 'video':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6659226"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706071093 {#2393
        date: 2024-01-24 05:38:13.0 +01:00
      }
      +"title": 335941
    }
  ]
  -id: 32720
  -titleTs: "'anyth':6 'collect':12 'old':16 'pis':14 'router':17 'sbcs':2 'shit':4"
  -bodyTs: "'2':60 '6':67 'anyth':75 'arm':45 'armi':53 'best':13 'bin':84 'build':24 'cool':25 'dunno':2 'edg':61 'everyon':22,42 'feel':88 'flat':72 'give':49 'gone':37 'got':65 'happen':5,47 'inform':90 'littl':26 'new':12 'orangepi':32 'pointless':56 'proxmox':40 'rockpi':30 'round':70 'router':62 'sbcs':9 'scatter':69 'server':27 'shit':43 'small':52 'swear':8 'thank':92 'thing':14 'thought':87 'univers':17 've':64 'welcom':91 'worth':76 'x86':38 'xpis':55,68"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706144770
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11106179"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706058370 {#2909
    date: 2024-01-24 02:06:10.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
91 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1708
  +user: Proxies\__CG__\App\Entity\User {#2888 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "So-SBCs-are-shit-now-Anything-I-can-do-with"
  +title: "So SBCs are shit now? Anything I can do with my collection of Pis and old routers?"
  +url: null
  +body: """
    I dunno when it happened but I swear SBCs were the *new best thing* in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis.\n
    \n
    Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?\n
    \n
    Is my small army of xPis pointless? What about my 2 Edge routers?\n
    \n
    I’ve got about 6 xPis scattered round my flat - is there anything worth doing with them or should I just bin them?\n
    \n
    All thoughts, feelings and information welcome. Thank you.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728815022 {#2921
    date: 2024-10-13 12:23:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2926 …}
  +votes: Doctrine\ORM\PersistentCollection {#2929 …}
  +reports: Doctrine\ORM\PersistentCollection {#2931 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
  +badges: Doctrine\ORM\PersistentCollection {#2937 …}
  +children: [
    1 => App\Entity\EntryComment {#1909
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: null
      +root: null
      +body: "They are still good, arm is awesome. i have Pi4 as OpenMediaVault and docker/homeassistant, etc. Friend gave me a Pi2 surprisingly OMV6 installs on it (even though it ia technically not supported), that one became a PiHole. My 13 year old iomega arm NAS just got converted to a debian minidlna server. Uses 20% of the 256MB RAM."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706070181 {#1910
        date: 2024-01-24 05:23:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cashews_best_nut@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1410 …}
      +nested: Doctrine\ORM\PersistentCollection {#1907 …}
      +votes: Doctrine\ORM\PersistentCollection {#1407 …}
      +reports: Doctrine\ORM\PersistentCollection {#2391 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2369 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2392 …}
      -id: 335922
      -bodyTs: "'13':39 '20':54 '256mb':57 'arm':5,43 'awesom':7 'becam':35 'convert':47 'debian':50 'docker/homeassistant':14 'etc':15 'even':26 'friend':16 'gave':17 'good':4 'got':46 'ia':29 'instal':23 'iomega':42 'minidlna':51 'nas':44 'old':41 'omv6':22 'one':34 'openmediavault':12 'pi2':20 'pi4':10 'pihol':37 'ram':58 'server':52 'still':3 'support':32 'surpris':21 'technic':30 'though':27 'use':53 'year':40"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6658789"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706070181 {#1906
        date: 2024-01-24 05:23:01.0 +01:00
      }
      +"title": 335922
    }
    0 => App\Entity\EntryComment {#1384
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
      +body: "I have pi4 with OpenMediaServer for SMB shares and videos to TV, it has docker and portainer add ins; so that single Pi has CUPS, Trillium Notes, PaperlessNG, homeassistant, kanboard, pdftk converter, syncthing. It could have more, I just ran out of applications I might need. no issues with performance."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706071093 {#2395
        date: 2024-01-24 05:38:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cashews_best_nut@lemmy.world"
        "@tburkhol@lemmy.world"
        "@brygphilomena@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1402 …}
      +nested: Doctrine\ORM\PersistentCollection {#1385 …}
      +votes: Doctrine\ORM\PersistentCollection {#1401 …}
      +reports: Doctrine\ORM\PersistentCollection {#1363 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1362 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2019 …}
      -id: 335941
      -bodyTs: "'add':18 'applic':43 'convert':32 'could':35 'cup':25 'docker':15 'homeassist':29 'in':19 'issu':48 'kanboard':30 'might':45 'need':46 'note':27 'openmediaserv':5 'paperlessng':28 'pdftk':31 'perform':50 'pi':23 'pi4':3 'portain':17 'ran':40 'share':8 'singl':22 'smb':7 'syncth':33 'trillium':26 'tv':12 'video':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6659226"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706071093 {#2393
        date: 2024-01-24 05:38:13.0 +01:00
      }
      +"title": 335941
    }
  ]
  -id: 32720
  -titleTs: "'anyth':6 'collect':12 'old':16 'pis':14 'router':17 'sbcs':2 'shit':4"
  -bodyTs: "'2':60 '6':67 'anyth':75 'arm':45 'armi':53 'best':13 'bin':84 'build':24 'cool':25 'dunno':2 'edg':61 'everyon':22,42 'feel':88 'flat':72 'give':49 'gone':37 'got':65 'happen':5,47 'inform':90 'littl':26 'new':12 'orangepi':32 'pointless':56 'proxmox':40 'rockpi':30 'round':70 'router':62 'sbcs':9 'scatter':69 'server':27 'shit':43 'small':52 'swear':8 'thank':92 'thing':14 'thought':87 'univers':17 've':64 'welcom':91 'worth':76 'x86':38 'xpis':55,68"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706144770
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11106179"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706058370 {#2909
    date: 2024-01-24 02:06:10.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
92 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1708
  +user: Proxies\__CG__\App\Entity\User {#2888 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "So-SBCs-are-shit-now-Anything-I-can-do-with"
  +title: "So SBCs are shit now? Anything I can do with my collection of Pis and old routers?"
  +url: null
  +body: """
    I dunno when it happened but I swear SBCs were the *new best thing* in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis.\n
    \n
    Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?\n
    \n
    Is my small army of xPis pointless? What about my 2 Edge routers?\n
    \n
    I’ve got about 6 xPis scattered round my flat - is there anything worth doing with them or should I just bin them?\n
    \n
    All thoughts, feelings and information welcome. Thank you.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 113
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728815022 {#2921
    date: 2024-10-13 12:23:42.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2926 …}
  +votes: Doctrine\ORM\PersistentCollection {#2929 …}
  +reports: Doctrine\ORM\PersistentCollection {#2931 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
  +badges: Doctrine\ORM\PersistentCollection {#2937 …}
  +children: [
    1 => App\Entity\EntryComment {#1909
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: null
      +root: null
      +body: "They are still good, arm is awesome. i have Pi4 as OpenMediaVault and docker/homeassistant, etc. Friend gave me a Pi2 surprisingly OMV6 installs on it (even though it ia technically not supported), that one became a PiHole. My 13 year old iomega arm NAS just got converted to a debian minidlna server. Uses 20% of the 256MB RAM."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1706070181 {#1910
        date: 2024-01-24 05:23:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cashews_best_nut@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1410 …}
      +nested: Doctrine\ORM\PersistentCollection {#1907 …}
      +votes: Doctrine\ORM\PersistentCollection {#1407 …}
      +reports: Doctrine\ORM\PersistentCollection {#2391 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2369 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2392 …}
      -id: 335922
      -bodyTs: "'13':39 '20':54 '256mb':57 'arm':5,43 'awesom':7 'becam':35 'convert':47 'debian':50 'docker/homeassistant':14 'etc':15 'even':26 'friend':16 'gave':17 'good':4 'got':46 'ia':29 'instal':23 'iomega':42 'minidlna':51 'nas':44 'old':41 'omv6':22 'one':34 'openmediavault':12 'pi2':20 'pi4':10 'pihol':37 'ram':58 'server':52 'still':3 'support':32 'surpris':21 'technic':30 'though':27 'use':53 'year':40"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6658789"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706070181 {#1906
        date: 2024-01-24 05:23:01.0 +01:00
      }
      +"title": 335922
    }
    0 => App\Entity\EntryComment {#1384
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
      +body: "I have pi4 with OpenMediaServer for SMB shares and videos to TV, it has docker and portainer add ins; so that single Pi has CUPS, Trillium Notes, PaperlessNG, homeassistant, kanboard, pdftk converter, syncthing. It could have more, I just ran out of applications I might need. no issues with performance."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706071093 {#2395
        date: 2024-01-24 05:38:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cashews_best_nut@lemmy.world"
        "@tburkhol@lemmy.world"
        "@brygphilomena@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1402 …}
      +nested: Doctrine\ORM\PersistentCollection {#1385 …}
      +votes: Doctrine\ORM\PersistentCollection {#1401 …}
      +reports: Doctrine\ORM\PersistentCollection {#1363 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1362 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2019 …}
      -id: 335941
      -bodyTs: "'add':18 'applic':43 'convert':32 'could':35 'cup':25 'docker':15 'homeassist':29 'in':19 'issu':48 'kanboard':30 'might':45 'need':46 'note':27 'openmediaserv':5 'paperlessng':28 'pdftk':31 'perform':50 'pi':23 'pi4':3 'portain':17 'ran':40 'share':8 'singl':22 'smb':7 'syncth':33 'trillium':26 'tv':12 'video':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6659226"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706071093 {#2393
        date: 2024-01-24 05:38:13.0 +01:00
      }
      +"title": 335941
    }
  ]
  -id: 32720
  -titleTs: "'anyth':6 'collect':12 'old':16 'pis':14 'router':17 'sbcs':2 'shit':4"
  -bodyTs: "'2':60 '6':67 'anyth':75 'arm':45 'armi':53 'best':13 'bin':84 'build':24 'cool':25 'dunno':2 'edg':61 'everyon':22,42 'feel':88 'flat':72 'give':49 'gone':37 'got':65 'happen':5,47 'inform':90 'littl':26 'new':12 'orangepi':32 'pointless':56 'proxmox':40 'rockpi':30 'round':70 'router':62 'sbcs':9 'scatter':69 'server':27 'shit':43 'small':52 'swear':8 'thank':92 'thing':14 'thought':87 'univers':17 've':64 'welcom':91 'worth':76 'x86':38 'xpis':55,68"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706144770
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11106179"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706058370 {#2909
    date: 2024-01-24 02:06:10.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
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\EntryComment {#1909
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1708
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "So-SBCs-are-shit-now-Anything-I-can-do-with"
    +title: "So SBCs are shit now? Anything I can do with my collection of Pis and old routers?"
    +url: null
    +body: """
      I dunno when it happened but I swear SBCs were the *new best thing* in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis.\n
      \n
      Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?\n
      \n
      Is my small army of xPis pointless? What about my 2 Edge routers?\n
      \n
      I’ve got about 6 xPis scattered round my flat - is there anything worth doing with them or should I just bin them?\n
      \n
      All thoughts, feelings and information welcome. Thank you.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 117
    +favouriteCount: 113
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728815022 {#2921
      date: 2024-10-13 12:23:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2926 …}
    +votes: Doctrine\ORM\PersistentCollection {#2929 …}
    +reports: Doctrine\ORM\PersistentCollection {#2931 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
    +badges: Doctrine\ORM\PersistentCollection {#2937 …}
    +children: [
      1 => App\Entity\EntryComment {#1909}
      0 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +body: "I have pi4 with OpenMediaServer for SMB shares and videos to TV, it has docker and portainer add ins; so that single Pi has CUPS, Trillium Notes, PaperlessNG, homeassistant, kanboard, pdftk converter, syncthing. It could have more, I just ran out of applications I might need. no issues with performance."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706071093 {#2395
          date: 2024-01-24 05:38:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cashews_best_nut@lemmy.world"
          "@tburkhol@lemmy.world"
          "@brygphilomena@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1402 …}
        +nested: Doctrine\ORM\PersistentCollection {#1385 …}
        +votes: Doctrine\ORM\PersistentCollection {#1401 …}
        +reports: Doctrine\ORM\PersistentCollection {#1363 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1362 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2019 …}
        -id: 335941
        -bodyTs: "'add':18 'applic':43 'convert':32 'could':35 'cup':25 'docker':15 'homeassist':29 'in':19 'issu':48 'kanboard':30 'might':45 'need':46 'note':27 'openmediaserv':5 'paperlessng':28 'pdftk':31 'perform':50 'pi':23 'pi4':3 'portain':17 'ran':40 'share':8 'singl':22 'smb':7 'syncth':33 'trillium':26 'tv':12 'video':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6659226"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706071093 {#2393
          date: 2024-01-24 05:38:13.0 +01:00
        }
        +"title": 335941
      }
    ]
    -id: 32720
    -titleTs: "'anyth':6 'collect':12 'old':16 'pis':14 'router':17 'sbcs':2 'shit':4"
    -bodyTs: "'2':60 '6':67 'anyth':75 'arm':45 'armi':53 'best':13 'bin':84 'build':24 'cool':25 'dunno':2 'edg':61 'everyon':22,42 'feel':88 'flat':72 'give':49 'gone':37 'got':65 'happen':5,47 'inform':90 'littl':26 'new':12 'orangepi':32 'pointless':56 'proxmox':40 'rockpi':30 'round':70 'router':62 'sbcs':9 'scatter':69 'server':27 'shit':43 'small':52 'swear':8 'thank':92 'thing':14 'thought':87 'univers':17 've':64 'welcom':91 'worth':76 'x86':38 'xpis':55,68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706144770
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11106179"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706058370 {#2909
      date: 2024-01-24 02:06:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: null
  +root: null
  +body: "They are still good, arm is awesome. i have Pi4 as OpenMediaVault and docker/homeassistant, etc. Friend gave me a Pi2 surprisingly OMV6 installs on it (even though it ia technically not supported), that one became a PiHole. My 13 year old iomega arm NAS just got converted to a debian minidlna server. Uses 20% of the 256MB RAM."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706070181 {#1910
    date: 2024-01-24 05:23:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cashews_best_nut@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1410 …}
  +nested: Doctrine\ORM\PersistentCollection {#1907 …}
  +votes: Doctrine\ORM\PersistentCollection {#1407 …}
  +reports: Doctrine\ORM\PersistentCollection {#2391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2369 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2392 …}
  -id: 335922
  -bodyTs: "'13':39 '20':54 '256mb':57 'arm':5,43 'awesom':7 'becam':35 'convert':47 'debian':50 'docker/homeassistant':14 'etc':15 'even':26 'friend':16 'gave':17 'good':4 'got':46 'ia':29 'instal':23 'iomega':42 'minidlna':51 'nas':44 'old':41 'omv6':22 'one':34 'openmediavault':12 'pi2':20 'pi4':10 'pihol':37 'ram':58 'server':52 'still':3 'support':32 'surpris':21 'technic':30 'though':27 'use':53 'year':40"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6658789"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706070181 {#1906
    date: 2024-01-24 05:23:01.0 +01:00
  }
  +"title": 335922
}
"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
95 DENIED edit
App\Entity\EntryComment {#1909
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1708
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "So-SBCs-are-shit-now-Anything-I-can-do-with"
    +title: "So SBCs are shit now? Anything I can do with my collection of Pis and old routers?"
    +url: null
    +body: """
      I dunno when it happened but I swear SBCs were the *new best thing* in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis.\n
      \n
      Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?\n
      \n
      Is my small army of xPis pointless? What about my 2 Edge routers?\n
      \n
      I’ve got about 6 xPis scattered round my flat - is there anything worth doing with them or should I just bin them?\n
      \n
      All thoughts, feelings and information welcome. Thank you.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 117
    +favouriteCount: 113
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728815022 {#2921
      date: 2024-10-13 12:23:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2926 …}
    +votes: Doctrine\ORM\PersistentCollection {#2929 …}
    +reports: Doctrine\ORM\PersistentCollection {#2931 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
    +badges: Doctrine\ORM\PersistentCollection {#2937 …}
    +children: [
      1 => App\Entity\EntryComment {#1909}
      0 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +body: "I have pi4 with OpenMediaServer for SMB shares and videos to TV, it has docker and portainer add ins; so that single Pi has CUPS, Trillium Notes, PaperlessNG, homeassistant, kanboard, pdftk converter, syncthing. It could have more, I just ran out of applications I might need. no issues with performance."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706071093 {#2395
          date: 2024-01-24 05:38:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cashews_best_nut@lemmy.world"
          "@tburkhol@lemmy.world"
          "@brygphilomena@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1402 …}
        +nested: Doctrine\ORM\PersistentCollection {#1385 …}
        +votes: Doctrine\ORM\PersistentCollection {#1401 …}
        +reports: Doctrine\ORM\PersistentCollection {#1363 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1362 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2019 …}
        -id: 335941
        -bodyTs: "'add':18 'applic':43 'convert':32 'could':35 'cup':25 'docker':15 'homeassist':29 'in':19 'issu':48 'kanboard':30 'might':45 'need':46 'note':27 'openmediaserv':5 'paperlessng':28 'pdftk':31 'perform':50 'pi':23 'pi4':3 'portain':17 'ran':40 'share':8 'singl':22 'smb':7 'syncth':33 'trillium':26 'tv':12 'video':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6659226"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706071093 {#2393
          date: 2024-01-24 05:38:13.0 +01:00
        }
        +"title": 335941
      }
    ]
    -id: 32720
    -titleTs: "'anyth':6 'collect':12 'old':16 'pis':14 'router':17 'sbcs':2 'shit':4"
    -bodyTs: "'2':60 '6':67 'anyth':75 'arm':45 'armi':53 'best':13 'bin':84 'build':24 'cool':25 'dunno':2 'edg':61 'everyon':22,42 'feel':88 'flat':72 'give':49 'gone':37 'got':65 'happen':5,47 'inform':90 'littl':26 'new':12 'orangepi':32 'pointless':56 'proxmox':40 'rockpi':30 'round':70 'router':62 'sbcs':9 'scatter':69 'server':27 'shit':43 'small':52 'swear':8 'thank':92 'thing':14 'thought':87 'univers':17 've':64 'welcom':91 'worth':76 'x86':38 'xpis':55,68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706144770
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11106179"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706058370 {#2909
      date: 2024-01-24 02:06:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: null
  +root: null
  +body: "They are still good, arm is awesome. i have Pi4 as OpenMediaVault and docker/homeassistant, etc. Friend gave me a Pi2 surprisingly OMV6 installs on it (even though it ia technically not supported), that one became a PiHole. My 13 year old iomega arm NAS just got converted to a debian minidlna server. Uses 20% of the 256MB RAM."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706070181 {#1910
    date: 2024-01-24 05:23:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cashews_best_nut@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1410 …}
  +nested: Doctrine\ORM\PersistentCollection {#1907 …}
  +votes: Doctrine\ORM\PersistentCollection {#1407 …}
  +reports: Doctrine\ORM\PersistentCollection {#2391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2369 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2392 …}
  -id: 335922
  -bodyTs: "'13':39 '20':54 '256mb':57 'arm':5,43 'awesom':7 'becam':35 'convert':47 'debian':50 'docker/homeassistant':14 'etc':15 'even':26 'friend':16 'gave':17 'good':4 'got':46 'ia':29 'instal':23 'iomega':42 'minidlna':51 'nas':44 'old':41 'omv6':22 'one':34 'openmediavault':12 'pi2':20 'pi4':10 'pihol':37 'ram':58 'server':52 'still':3 'support':32 'surpris':21 'technic':30 'though':27 'use':53 'year':40"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6658789"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706070181 {#1906
    date: 2024-01-24 05:23:01.0 +01:00
  }
  +"title": 335922
}
"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
96 DENIED moderate
App\Entity\EntryComment {#1909
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1708
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "So-SBCs-are-shit-now-Anything-I-can-do-with"
    +title: "So SBCs are shit now? Anything I can do with my collection of Pis and old routers?"
    +url: null
    +body: """
      I dunno when it happened but I swear SBCs were the *new best thing* in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis.\n
      \n
      Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?\n
      \n
      Is my small army of xPis pointless? What about my 2 Edge routers?\n
      \n
      I’ve got about 6 xPis scattered round my flat - is there anything worth doing with them or should I just bin them?\n
      \n
      All thoughts, feelings and information welcome. Thank you.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 117
    +favouriteCount: 113
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728815022 {#2921
      date: 2024-10-13 12:23:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2926 …}
    +votes: Doctrine\ORM\PersistentCollection {#2929 …}
    +reports: Doctrine\ORM\PersistentCollection {#2931 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
    +badges: Doctrine\ORM\PersistentCollection {#2937 …}
    +children: [
      1 => App\Entity\EntryComment {#1909}
      0 => App\Entity\EntryComment {#1384
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
        +body: "I have pi4 with OpenMediaServer for SMB shares and videos to TV, it has docker and portainer add ins; so that single Pi has CUPS, Trillium Notes, PaperlessNG, homeassistant, kanboard, pdftk converter, syncthing. It could have more, I just ran out of applications I might need. no issues with performance."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1706071093 {#2395
          date: 2024-01-24 05:38:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cashews_best_nut@lemmy.world"
          "@tburkhol@lemmy.world"
          "@brygphilomena@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1402 …}
        +nested: Doctrine\ORM\PersistentCollection {#1385 …}
        +votes: Doctrine\ORM\PersistentCollection {#1401 …}
        +reports: Doctrine\ORM\PersistentCollection {#1363 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1362 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2019 …}
        -id: 335941
        -bodyTs: "'add':18 'applic':43 'convert':32 'could':35 'cup':25 'docker':15 'homeassist':29 'in':19 'issu':48 'kanboard':30 'might':45 'need':46 'note':27 'openmediaserv':5 'paperlessng':28 'pdftk':31 'perform':50 'pi':23 'pi4':3 'portain':17 'ran':40 'share':8 'singl':22 'smb':7 'syncth':33 'trillium':26 'tv':12 'video':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6659226"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706071093 {#2393
          date: 2024-01-24 05:38:13.0 +01:00
        }
        +"title": 335941
      }
    ]
    -id: 32720
    -titleTs: "'anyth':6 'collect':12 'old':16 'pis':14 'router':17 'sbcs':2 'shit':4"
    -bodyTs: "'2':60 '6':67 'anyth':75 'arm':45 'armi':53 'best':13 'bin':84 'build':24 'cool':25 'dunno':2 'edg':61 'everyon':22,42 'feel':88 'flat':72 'give':49 'gone':37 'got':65 'happen':5,47 'inform':90 'littl':26 'new':12 'orangepi':32 'pointless':56 'proxmox':40 'rockpi':30 'round':70 'router':62 'sbcs':9 'scatter':69 'server':27 'shit':43 'small':52 'swear':8 'thank':92 'thing':14 'thought':87 'univers':17 've':64 'welcom':91 'worth':76 'x86':38 'xpis':55,68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706144770
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11106179"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706058370 {#2909
      date: 2024-01-24 02:06:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: null
  +root: null
  +body: "They are still good, arm is awesome. i have Pi4 as OpenMediaVault and docker/homeassistant, etc. Friend gave me a Pi2 surprisingly OMV6 installs on it (even though it ia technically not supported), that one became a PiHole. My 13 year old iomega arm NAS just got converted to a debian minidlna server. Uses 20% of the 256MB RAM."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1706070181 {#1910
    date: 2024-01-24 05:23:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cashews_best_nut@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1410 …}
  +nested: Doctrine\ORM\PersistentCollection {#1907 …}
  +votes: Doctrine\ORM\PersistentCollection {#1407 …}
  +reports: Doctrine\ORM\PersistentCollection {#2391 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2369 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2392 …}
  -id: 335922
  -bodyTs: "'13':39 '20':54 '256mb':57 'arm':5,43 'awesom':7 'becam':35 'convert':47 'debian':50 'docker/homeassistant':14 'etc':15 'even':26 'friend':16 'gave':17 'good':4 'got':46 'ia':29 'instal':23 'iomega':42 'minidlna':51 'nas':44 'old':41 'omv6':22 'one':34 'openmediavault':12 'pi2':20 'pi4':10 'pihol':37 'ram':58 'server':52 'still':3 'support':32 'surpris':21 'technic':30 'though':27 'use':53 'year':40"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6658789"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706070181 {#1906
    date: 2024-01-24 05:23:01.0 +01:00
  }
  +"title": 335922
}
"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
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\EntryComment {#1384
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1708
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "So-SBCs-are-shit-now-Anything-I-can-do-with"
    +title: "So SBCs are shit now? Anything I can do with my collection of Pis and old routers?"
    +url: null
    +body: """
      I dunno when it happened but I swear SBCs were the *new best thing* in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis.\n
      \n
      Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?\n
      \n
      Is my small army of xPis pointless? What about my 2 Edge routers?\n
      \n
      I’ve got about 6 xPis scattered round my flat - is there anything worth doing with them or should I just bin them?\n
      \n
      All thoughts, feelings and information welcome. Thank you.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 117
    +favouriteCount: 113
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728815022 {#2921
      date: 2024-10-13 12:23:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2926 …}
    +votes: Doctrine\ORM\PersistentCollection {#2929 …}
    +reports: Doctrine\ORM\PersistentCollection {#2931 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
    +badges: Doctrine\ORM\PersistentCollection {#2937 …}
    +children: [
      1 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: null
        +root: null
        +body: "They are still good, arm is awesome. i have Pi4 as OpenMediaVault and docker/homeassistant, etc. Friend gave me a Pi2 surprisingly OMV6 installs on it (even though it ia technically not supported), that one became a PiHole. My 13 year old iomega arm NAS just got converted to a debian minidlna server. Uses 20% of the 256MB RAM."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706070181 {#1910
          date: 2024-01-24 05:23:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cashews_best_nut@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1410 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1407 …}
        +reports: Doctrine\ORM\PersistentCollection {#2391 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2369 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2392 …}
        -id: 335922
        -bodyTs: "'13':39 '20':54 '256mb':57 'arm':5,43 'awesom':7 'becam':35 'convert':47 'debian':50 'docker/homeassistant':14 'etc':15 'even':26 'friend':16 'gave':17 'good':4 'got':46 'ia':29 'instal':23 'iomega':42 'minidlna':51 'nas':44 'old':41 'omv6':22 'one':34 'openmediavault':12 'pi2':20 'pi4':10 'pihol':37 'ram':58 'server':52 'still':3 'support':32 'surpris':21 'technic':30 'though':27 'use':53 'year':40"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6658789"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706070181 {#1906
          date: 2024-01-24 05:23:01.0 +01:00
        }
        +"title": 335922
      }
      0 => App\Entity\EntryComment {#1384}
    ]
    -id: 32720
    -titleTs: "'anyth':6 'collect':12 'old':16 'pis':14 'router':17 'sbcs':2 'shit':4"
    -bodyTs: "'2':60 '6':67 'anyth':75 'arm':45 'armi':53 'best':13 'bin':84 'build':24 'cool':25 'dunno':2 'edg':61 'everyon':22,42 'feel':88 'flat':72 'give':49 'gone':37 'got':65 'happen':5,47 'inform':90 'littl':26 'new':12 'orangepi':32 'pointless':56 'proxmox':40 'rockpi':30 'round':70 'router':62 'sbcs':9 'scatter':69 'server':27 'shit':43 'small':52 'swear':8 'thank':92 'thing':14 'thought':87 'univers':17 've':64 'welcom':91 'worth':76 'x86':38 'xpis':55,68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706144770
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11106179"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706058370 {#2909
      date: 2024-01-24 02:06:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
  +body: "I have pi4 with OpenMediaServer for SMB shares and videos to TV, it has docker and portainer add ins; so that single Pi has CUPS, Trillium Notes, PaperlessNG, homeassistant, kanboard, pdftk converter, syncthing. It could have more, I just ran out of applications I might need. no issues with performance."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706071093 {#2395
    date: 2024-01-24 05:38:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cashews_best_nut@lemmy.world"
    "@tburkhol@lemmy.world"
    "@brygphilomena@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1402 …}
  +nested: Doctrine\ORM\PersistentCollection {#1385 …}
  +votes: Doctrine\ORM\PersistentCollection {#1401 …}
  +reports: Doctrine\ORM\PersistentCollection {#1363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1362 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2019 …}
  -id: 335941
  -bodyTs: "'add':18 'applic':43 'convert':32 'could':35 'cup':25 'docker':15 'homeassist':29 'in':19 'issu':48 'kanboard':30 'might':45 'need':46 'note':27 'openmediaserv':5 'paperlessng':28 'pdftk':31 'perform':50 'pi':23 'pi4':3 'portain':17 'ran':40 'share':8 'singl':22 'smb':7 'syncth':33 'trillium':26 'tv':12 'video':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6659226"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706071093 {#2393
    date: 2024-01-24 05:38:13.0 +01:00
  }
  +"title": 335941
}
"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
99 DENIED edit
App\Entity\EntryComment {#1384
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1708
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "So-SBCs-are-shit-now-Anything-I-can-do-with"
    +title: "So SBCs are shit now? Anything I can do with my collection of Pis and old routers?"
    +url: null
    +body: """
      I dunno when it happened but I swear SBCs were the *new best thing* in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis.\n
      \n
      Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?\n
      \n
      Is my small army of xPis pointless? What about my 2 Edge routers?\n
      \n
      I’ve got about 6 xPis scattered round my flat - is there anything worth doing with them or should I just bin them?\n
      \n
      All thoughts, feelings and information welcome. Thank you.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 117
    +favouriteCount: 113
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728815022 {#2921
      date: 2024-10-13 12:23:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2926 …}
    +votes: Doctrine\ORM\PersistentCollection {#2929 …}
    +reports: Doctrine\ORM\PersistentCollection {#2931 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
    +badges: Doctrine\ORM\PersistentCollection {#2937 …}
    +children: [
      1 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: null
        +root: null
        +body: "They are still good, arm is awesome. i have Pi4 as OpenMediaVault and docker/homeassistant, etc. Friend gave me a Pi2 surprisingly OMV6 installs on it (even though it ia technically not supported), that one became a PiHole. My 13 year old iomega arm NAS just got converted to a debian minidlna server. Uses 20% of the 256MB RAM."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706070181 {#1910
          date: 2024-01-24 05:23:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cashews_best_nut@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1410 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1407 …}
        +reports: Doctrine\ORM\PersistentCollection {#2391 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2369 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2392 …}
        -id: 335922
        -bodyTs: "'13':39 '20':54 '256mb':57 'arm':5,43 'awesom':7 'becam':35 'convert':47 'debian':50 'docker/homeassistant':14 'etc':15 'even':26 'friend':16 'gave':17 'good':4 'got':46 'ia':29 'instal':23 'iomega':42 'minidlna':51 'nas':44 'old':41 'omv6':22 'one':34 'openmediavault':12 'pi2':20 'pi4':10 'pihol':37 'ram':58 'server':52 'still':3 'support':32 'surpris':21 'technic':30 'though':27 'use':53 'year':40"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6658789"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706070181 {#1906
          date: 2024-01-24 05:23:01.0 +01:00
        }
        +"title": 335922
      }
      0 => App\Entity\EntryComment {#1384}
    ]
    -id: 32720
    -titleTs: "'anyth':6 'collect':12 'old':16 'pis':14 'router':17 'sbcs':2 'shit':4"
    -bodyTs: "'2':60 '6':67 'anyth':75 'arm':45 'armi':53 'best':13 'bin':84 'build':24 'cool':25 'dunno':2 'edg':61 'everyon':22,42 'feel':88 'flat':72 'give':49 'gone':37 'got':65 'happen':5,47 'inform':90 'littl':26 'new':12 'orangepi':32 'pointless':56 'proxmox':40 'rockpi':30 'round':70 'router':62 'sbcs':9 'scatter':69 'server':27 'shit':43 'small':52 'swear':8 'thank':92 'thing':14 'thought':87 'univers':17 've':64 'welcom':91 'worth':76 'x86':38 'xpis':55,68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706144770
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11106179"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706058370 {#2909
      date: 2024-01-24 02:06:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
  +body: "I have pi4 with OpenMediaServer for SMB shares and videos to TV, it has docker and portainer add ins; so that single Pi has CUPS, Trillium Notes, PaperlessNG, homeassistant, kanboard, pdftk converter, syncthing. It could have more, I just ran out of applications I might need. no issues with performance."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706071093 {#2395
    date: 2024-01-24 05:38:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cashews_best_nut@lemmy.world"
    "@tburkhol@lemmy.world"
    "@brygphilomena@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1402 …}
  +nested: Doctrine\ORM\PersistentCollection {#1385 …}
  +votes: Doctrine\ORM\PersistentCollection {#1401 …}
  +reports: Doctrine\ORM\PersistentCollection {#1363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1362 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2019 …}
  -id: 335941
  -bodyTs: "'add':18 'applic':43 'convert':32 'could':35 'cup':25 'docker':15 'homeassist':29 'in':19 'issu':48 'kanboard':30 'might':45 'need':46 'note':27 'openmediaserv':5 'paperlessng':28 'pdftk':31 'perform':50 'pi':23 'pi4':3 'portain':17 'ran':40 'share':8 'singl':22 'smb':7 'syncth':33 'trillium':26 'tv':12 'video':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6659226"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706071093 {#2393
    date: 2024-01-24 05:38:13.0 +01:00
  }
  +"title": 335941
}
"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
100 DENIED moderate
App\Entity\EntryComment {#1384
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1708
    +user: Proxies\__CG__\App\Entity\User {#2888 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "So-SBCs-are-shit-now-Anything-I-can-do-with"
    +title: "So SBCs are shit now? Anything I can do with my collection of Pis and old routers?"
    +url: null
    +body: """
      I dunno when it happened but I swear SBCs were the *new best thing* in the universe for a while and everyone was building cool little servers with their RockPis and OrangePis.\n
      \n
      Now it’s all gone x86 and Proxmox with everyone shitting on Arm. What happened? What gives?\n
      \n
      Is my small army of xPis pointless? What about my 2 Edge routers?\n
      \n
      I’ve got about 6 xPis scattered round my flat - is there anything worth doing with them or should I just bin them?\n
      \n
      All thoughts, feelings and information welcome. Thank you.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 117
    +favouriteCount: 113
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728815022 {#2921
      date: 2024-10-13 12:23:42.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2926 …}
    +votes: Doctrine\ORM\PersistentCollection {#2929 …}
    +reports: Doctrine\ORM\PersistentCollection {#2931 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2933 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2935 …}
    +badges: Doctrine\ORM\PersistentCollection {#2937 …}
    +children: [
      1 => App\Entity\EntryComment {#1909
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1708 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
        +image: null
        +parent: null
        +root: null
        +body: "They are still good, arm is awesome. i have Pi4 as OpenMediaVault and docker/homeassistant, etc. Friend gave me a Pi2 surprisingly OMV6 installs on it (even though it ia technically not supported), that one became a PiHole. My 13 year old iomega arm NAS just got converted to a debian minidlna server. Uses 20% of the 256MB RAM."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1706070181 {#1910
          date: 2024-01-24 05:23:01.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cashews_best_nut@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1410 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1407 …}
        +reports: Doctrine\ORM\PersistentCollection {#2391 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2369 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2392 …}
        -id: 335922
        -bodyTs: "'13':39 '20':54 '256mb':57 'arm':5,43 'awesom':7 'becam':35 'convert':47 'debian':50 'docker/homeassistant':14 'etc':15 'even':26 'friend':16 'gave':17 'good':4 'got':46 'ia':29 'instal':23 'iomega':42 'minidlna':51 'nas':44 'old':41 'omv6':22 'one':34 'openmediavault':12 'pi2':20 'pi4':10 'pihol':37 'ram':58 'server':52 'still':3 'support':32 'surpris':21 'technic':30 'though':27 'use':53 'year':40"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6658789"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706070181 {#1906
          date: 2024-01-24 05:23:01.0 +01:00
        }
        +"title": 335922
      }
      0 => App\Entity\EntryComment {#1384}
    ]
    -id: 32720
    -titleTs: "'anyth':6 'collect':12 'old':16 'pis':14 'router':17 'sbcs':2 'shit':4"
    -bodyTs: "'2':60 '6':67 'anyth':75 'arm':45 'armi':53 'best':13 'bin':84 'build':24 'cool':25 'dunno':2 'edg':61 'everyon':22,42 'feel':88 'flat':72 'give':49 'gone':37 'got':65 'happen':5,47 'inform':90 'littl':26 'new':12 'orangepi':32 'pointless':56 'proxmox':40 'rockpi':30 'round':70 'router':62 'sbcs':9 'scatter':69 'server':27 'shit':43 'small':52 'swear':8 'thank':92 'thing':14 'thought':87 'univers':17 've':64 'welcom':91 'worth':76 'x86':38 'xpis':55,68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706144770
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11106179"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706058370 {#2909
      date: 2024-01-24 02:06:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1926 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1381 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1383 …}
  +body: "I have pi4 with OpenMediaServer for SMB shares and videos to TV, it has docker and portainer add ins; so that single Pi has CUPS, Trillium Notes, PaperlessNG, homeassistant, kanboard, pdftk converter, syncthing. It could have more, I just ran out of applications I might need. no issues with performance."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706071093 {#2395
    date: 2024-01-24 05:38:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cashews_best_nut@lemmy.world"
    "@tburkhol@lemmy.world"
    "@brygphilomena@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1402 …}
  +nested: Doctrine\ORM\PersistentCollection {#1385 …}
  +votes: Doctrine\ORM\PersistentCollection {#1401 …}
  +reports: Doctrine\ORM\PersistentCollection {#1363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1362 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2019 …}
  -id: 335941
  -bodyTs: "'add':18 'applic':43 'convert':32 'could':35 'cup':25 'docker':15 'homeassist':29 'in':19 'issu':48 'kanboard':30 'might':45 'need':46 'note':27 'openmediaserv':5 'paperlessng':28 'pdftk':31 'perform':50 'pi':23 'pi4':3 'portain':17 'ran':40 'share':8 'singl':22 'smb':7 'syncth':33 'trillium':26 'tv':12 'video':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6659226"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706071093 {#2393
    date: 2024-01-24 05:38:13.0 +01:00
  }
  +"title": 335941
}
"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
101 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
102 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2453
  +user: Proxies\__CG__\App\Entity\User {#2833 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "My-First-Month-of-Linux"
  +title: "My First Month of Linux"
  +url: null
  +body: """
    This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
    \n
    I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
    \n
    With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
    \n
    > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
    \n
    Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
    \n
    I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
    \n
    I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 179
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728674152 {#2867
    date: 2024-10-11 21:15:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2872 …}
  +votes: Doctrine\ORM\PersistentCollection {#2875 …}
  +reports: Doctrine\ORM\PersistentCollection {#2877 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
  +badges: Doctrine\ORM\PersistentCollection {#2883 …}
  +children: [
    2 => App\Entity\EntryComment {#2460
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1728674151 {#2461
        date: 2024-10-11 21:15:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Classy@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 330391
      -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6597289"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705898697 {#2456
        date: 2024-01-22 05:44:57.0 +01:00
      }
      +"title": 330391
    }
    1 => App\Entity\EntryComment {#2360
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +root: App\Entity\EntryComment {#2460}
      +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705908125 {#2370
        date: 2024-01-22 08:22:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Classy@sh.itjust.works"
        "@BCsven@lemmy.ca"
        "@Dekkia@this.doesnotcut.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2361 …}
      +nested: Doctrine\ORM\PersistentCollection {#2372 …}
      +votes: Doctrine\ORM\PersistentCollection {#2386 …}
      +reports: Doctrine\ORM\PersistentCollection {#2385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
      -id: 330666
      -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6600706"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705908125 {#2377
        date: 2024-01-22 08:22:05.0 +01:00
      }
      +"title": 330666
    }
    0 => App\Entity\EntryComment {#2141
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
      +root: App\Entity\EntryComment {#2460}
      +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706220546 {#2349
        date: 2024-01-25 23:09:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Classy@sh.itjust.works"
        "@BCsven@lemmy.ca"
        "@Dekkia@this.doesnotcut.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2164 …}
      +nested: Doctrine\ORM\PersistentCollection {#2314 …}
      +votes: Doctrine\ORM\PersistentCollection {#2328 …}
      +reports: Doctrine\ORM\PersistentCollection {#2191 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
      -id: 340571
      -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6711947"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706220546 {#2042
        date: 2024-01-25 23:09:06.0 +01:00
      }
      +"title": 340571
    }
  ]
  -id: 32276
  -titleTs: "'first':2 'linux':5 'month':3"
  -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705974994
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13237156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705888594 {#2855
    date: 2024-01-22 02:56:34.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
103 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2453
  +user: Proxies\__CG__\App\Entity\User {#2833 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "My-First-Month-of-Linux"
  +title: "My First Month of Linux"
  +url: null
  +body: """
    This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
    \n
    I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
    \n
    With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
    \n
    > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
    \n
    Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
    \n
    I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
    \n
    I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 179
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728674152 {#2867
    date: 2024-10-11 21:15:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2872 …}
  +votes: Doctrine\ORM\PersistentCollection {#2875 …}
  +reports: Doctrine\ORM\PersistentCollection {#2877 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
  +badges: Doctrine\ORM\PersistentCollection {#2883 …}
  +children: [
    2 => App\Entity\EntryComment {#2460
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1728674151 {#2461
        date: 2024-10-11 21:15:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Classy@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 330391
      -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6597289"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705898697 {#2456
        date: 2024-01-22 05:44:57.0 +01:00
      }
      +"title": 330391
    }
    1 => App\Entity\EntryComment {#2360
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +root: App\Entity\EntryComment {#2460}
      +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705908125 {#2370
        date: 2024-01-22 08:22:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Classy@sh.itjust.works"
        "@BCsven@lemmy.ca"
        "@Dekkia@this.doesnotcut.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2361 …}
      +nested: Doctrine\ORM\PersistentCollection {#2372 …}
      +votes: Doctrine\ORM\PersistentCollection {#2386 …}
      +reports: Doctrine\ORM\PersistentCollection {#2385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
      -id: 330666
      -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6600706"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705908125 {#2377
        date: 2024-01-22 08:22:05.0 +01:00
      }
      +"title": 330666
    }
    0 => App\Entity\EntryComment {#2141
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
      +root: App\Entity\EntryComment {#2460}
      +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706220546 {#2349
        date: 2024-01-25 23:09:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Classy@sh.itjust.works"
        "@BCsven@lemmy.ca"
        "@Dekkia@this.doesnotcut.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2164 …}
      +nested: Doctrine\ORM\PersistentCollection {#2314 …}
      +votes: Doctrine\ORM\PersistentCollection {#2328 …}
      +reports: Doctrine\ORM\PersistentCollection {#2191 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
      -id: 340571
      -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6711947"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706220546 {#2042
        date: 2024-01-25 23:09:06.0 +01:00
      }
      +"title": 340571
    }
  ]
  -id: 32276
  -titleTs: "'first':2 'linux':5 'month':3"
  -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705974994
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13237156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705888594 {#2855
    date: 2024-01-22 02:56:34.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
104 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2453
  +user: Proxies\__CG__\App\Entity\User {#2833 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "My-First-Month-of-Linux"
  +title: "My First Month of Linux"
  +url: null
  +body: """
    This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
    \n
    I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
    \n
    With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
    \n
    > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
    \n
    Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
    \n
    I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
    \n
    I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 179
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728674152 {#2867
    date: 2024-10-11 21:15:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2872 …}
  +votes: Doctrine\ORM\PersistentCollection {#2875 …}
  +reports: Doctrine\ORM\PersistentCollection {#2877 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
  +badges: Doctrine\ORM\PersistentCollection {#2883 …}
  +children: [
    2 => App\Entity\EntryComment {#2460
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1728674151 {#2461
        date: 2024-10-11 21:15:51.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Classy@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2452 …}
      +nested: Doctrine\ORM\PersistentCollection {#2454 …}
      +votes: Doctrine\ORM\PersistentCollection {#2459 …}
      +reports: Doctrine\ORM\PersistentCollection {#2470 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
      -id: 330391
      -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6597289"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705898697 {#2456
        date: 2024-01-22 05:44:57.0 +01:00
      }
      +"title": 330391
    }
    1 => App\Entity\EntryComment {#2360
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
      +root: App\Entity\EntryComment {#2460}
      +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705908125 {#2370
        date: 2024-01-22 08:22:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Classy@sh.itjust.works"
        "@BCsven@lemmy.ca"
        "@Dekkia@this.doesnotcut.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2361 …}
      +nested: Doctrine\ORM\PersistentCollection {#2372 …}
      +votes: Doctrine\ORM\PersistentCollection {#2386 …}
      +reports: Doctrine\ORM\PersistentCollection {#2385 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
      -id: 330666
      -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6600706"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705908125 {#2377
        date: 2024-01-22 08:22:05.0 +01:00
      }
      +"title": 330666
    }
    0 => App\Entity\EntryComment {#2141
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
      +root: App\Entity\EntryComment {#2460}
      +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1706220546 {#2349
        date: 2024-01-25 23:09:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Classy@sh.itjust.works"
        "@BCsven@lemmy.ca"
        "@Dekkia@this.doesnotcut.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2164 …}
      +nested: Doctrine\ORM\PersistentCollection {#2314 …}
      +votes: Doctrine\ORM\PersistentCollection {#2328 …}
      +reports: Doctrine\ORM\PersistentCollection {#2191 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
      -id: 340571
      -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6711947"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706220546 {#2042
        date: 2024-01-25 23:09:06.0 +01:00
      }
      +"title": 340571
    }
  ]
  -id: 32276
  -titleTs: "'first':2 'linux':5 'month':3"
  -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705974994
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13237156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705888594 {#2855
    date: 2024-01-22 02:56:34.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
105 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
106 DENIED moderate
App\Entity\EntryComment {#2460
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2453
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "My-First-Month-of-Linux"
    +title: "My First Month of Linux"
    +url: null
    +body: """
      This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
      \n
      I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
      \n
      With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
      \n
      > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
      \n
      Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
      \n
      I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
      \n
      I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 179
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728674152 {#2867
      date: 2024-10-11 21:15:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2872 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      2 => App\Entity\EntryComment {#2460}
      1 => App\Entity\EntryComment {#2360
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705908125 {#2370
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 330666
        -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6600706"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705908125 {#2377
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +"title": 330666
      }
      0 => App\Entity\EntryComment {#2141
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706220546 {#2349
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2164 …}
        +nested: Doctrine\ORM\PersistentCollection {#2314 …}
        +votes: Doctrine\ORM\PersistentCollection {#2328 …}
        +reports: Doctrine\ORM\PersistentCollection {#2191 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
        -id: 340571
        -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6711947"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706220546 {#2042
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +"title": 340571
      }
    ]
    -id: 32276
    -titleTs: "'first':2 'linux':5 'month':3"
    -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705974994
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13237156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705888594 {#2855
      date: 2024-01-22 02:56:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1728674151 {#2461
    date: 2024-10-11 21:15:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Classy@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 330391
  -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6597289"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705898697 {#2456
    date: 2024-01-22 05:44:57.0 +01:00
  }
  +"title": 330391
}
"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
107 DENIED edit
App\Entity\EntryComment {#2460
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2453
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "My-First-Month-of-Linux"
    +title: "My First Month of Linux"
    +url: null
    +body: """
      This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
      \n
      I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
      \n
      With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
      \n
      > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
      \n
      Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
      \n
      I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
      \n
      I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 179
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728674152 {#2867
      date: 2024-10-11 21:15:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2872 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      2 => App\Entity\EntryComment {#2460}
      1 => App\Entity\EntryComment {#2360
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705908125 {#2370
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 330666
        -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6600706"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705908125 {#2377
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +"title": 330666
      }
      0 => App\Entity\EntryComment {#2141
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706220546 {#2349
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2164 …}
        +nested: Doctrine\ORM\PersistentCollection {#2314 …}
        +votes: Doctrine\ORM\PersistentCollection {#2328 …}
        +reports: Doctrine\ORM\PersistentCollection {#2191 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
        -id: 340571
        -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6711947"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706220546 {#2042
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +"title": 340571
      }
    ]
    -id: 32276
    -titleTs: "'first':2 'linux':5 'month':3"
    -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705974994
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13237156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705888594 {#2855
      date: 2024-01-22 02:56:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1728674151 {#2461
    date: 2024-10-11 21:15:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Classy@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 330391
  -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6597289"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705898697 {#2456
    date: 2024-01-22 05:44:57.0 +01:00
  }
  +"title": 330391
}
"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
108 DENIED moderate
App\Entity\EntryComment {#2460
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2453
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "My-First-Month-of-Linux"
    +title: "My First Month of Linux"
    +url: null
    +body: """
      This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
      \n
      I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
      \n
      With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
      \n
      > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
      \n
      Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
      \n
      I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
      \n
      I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 179
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728674152 {#2867
      date: 2024-10-11 21:15:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2872 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      2 => App\Entity\EntryComment {#2460}
      1 => App\Entity\EntryComment {#2360
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705908125 {#2370
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 330666
        -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6600706"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705908125 {#2377
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +"title": 330666
      }
      0 => App\Entity\EntryComment {#2141
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706220546 {#2349
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2164 …}
        +nested: Doctrine\ORM\PersistentCollection {#2314 …}
        +votes: Doctrine\ORM\PersistentCollection {#2328 …}
        +reports: Doctrine\ORM\PersistentCollection {#2191 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
        -id: 340571
        -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6711947"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706220546 {#2042
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +"title": 340571
      }
    ]
    -id: 32276
    -titleTs: "'first':2 'linux':5 'month':3"
    -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705974994
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13237156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705888594 {#2855
      date: 2024-01-22 02:56:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1728674151 {#2461
    date: 2024-10-11 21:15:51.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Classy@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2452 …}
  +nested: Doctrine\ORM\PersistentCollection {#2454 …}
  +votes: Doctrine\ORM\PersistentCollection {#2459 …}
  +reports: Doctrine\ORM\PersistentCollection {#2470 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
  -id: 330391
  -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6597289"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705898697 {#2456
    date: 2024-01-22 05:44:57.0 +01:00
  }
  +"title": 330391
}
"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
109 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
110 DENIED moderate
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2453
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "My-First-Month-of-Linux"
    +title: "My First Month of Linux"
    +url: null
    +body: """
      This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
      \n
      I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
      \n
      With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
      \n
      > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
      \n
      Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
      \n
      I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
      \n
      I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 179
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728674152 {#2867
      date: 2024-10-11 21:15:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2872 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      2 => App\Entity\EntryComment {#2460
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1728674151 {#2461
          date: 2024-10-11 21:15:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2452 …}
        +nested: Doctrine\ORM\PersistentCollection {#2454 …}
        +votes: Doctrine\ORM\PersistentCollection {#2459 …}
        +reports: Doctrine\ORM\PersistentCollection {#2470 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
        -id: 330391
        -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6597289"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705898697 {#2456
          date: 2024-01-22 05:44:57.0 +01:00
        }
        +"title": 330391
      }
      1 => App\Entity\EntryComment {#2360}
      0 => App\Entity\EntryComment {#2141
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706220546 {#2349
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2164 …}
        +nested: Doctrine\ORM\PersistentCollection {#2314 …}
        +votes: Doctrine\ORM\PersistentCollection {#2328 …}
        +reports: Doctrine\ORM\PersistentCollection {#2191 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
        -id: 340571
        -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6711947"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706220546 {#2042
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +"title": 340571
      }
    ]
    -id: 32276
    -titleTs: "'first':2 'linux':5 'month':3"
    -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705974994
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13237156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705888594 {#2855
      date: 2024-01-22 02:56:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +root: App\Entity\EntryComment {#2460}
  +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705908125 {#2370
    date: 2024-01-22 08:22:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Classy@sh.itjust.works"
    "@BCsven@lemmy.ca"
    "@Dekkia@this.doesnotcut.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2361 …}
  +nested: Doctrine\ORM\PersistentCollection {#2372 …}
  +votes: Doctrine\ORM\PersistentCollection {#2386 …}
  +reports: Doctrine\ORM\PersistentCollection {#2385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
  -id: 330666
  -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6600706"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705908125 {#2377
    date: 2024-01-22 08:22:05.0 +01:00
  }
  +"title": 330666
}
"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
111 DENIED edit
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2453
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "My-First-Month-of-Linux"
    +title: "My First Month of Linux"
    +url: null
    +body: """
      This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
      \n
      I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
      \n
      With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
      \n
      > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
      \n
      Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
      \n
      I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
      \n
      I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 179
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728674152 {#2867
      date: 2024-10-11 21:15:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2872 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      2 => App\Entity\EntryComment {#2460
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1728674151 {#2461
          date: 2024-10-11 21:15:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2452 …}
        +nested: Doctrine\ORM\PersistentCollection {#2454 …}
        +votes: Doctrine\ORM\PersistentCollection {#2459 …}
        +reports: Doctrine\ORM\PersistentCollection {#2470 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
        -id: 330391
        -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6597289"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705898697 {#2456
          date: 2024-01-22 05:44:57.0 +01:00
        }
        +"title": 330391
      }
      1 => App\Entity\EntryComment {#2360}
      0 => App\Entity\EntryComment {#2141
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706220546 {#2349
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2164 …}
        +nested: Doctrine\ORM\PersistentCollection {#2314 …}
        +votes: Doctrine\ORM\PersistentCollection {#2328 …}
        +reports: Doctrine\ORM\PersistentCollection {#2191 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
        -id: 340571
        -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6711947"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706220546 {#2042
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +"title": 340571
      }
    ]
    -id: 32276
    -titleTs: "'first':2 'linux':5 'month':3"
    -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705974994
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13237156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705888594 {#2855
      date: 2024-01-22 02:56:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +root: App\Entity\EntryComment {#2460}
  +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705908125 {#2370
    date: 2024-01-22 08:22:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Classy@sh.itjust.works"
    "@BCsven@lemmy.ca"
    "@Dekkia@this.doesnotcut.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2361 …}
  +nested: Doctrine\ORM\PersistentCollection {#2372 …}
  +votes: Doctrine\ORM\PersistentCollection {#2386 …}
  +reports: Doctrine\ORM\PersistentCollection {#2385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
  -id: 330666
  -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6600706"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705908125 {#2377
    date: 2024-01-22 08:22:05.0 +01:00
  }
  +"title": 330666
}
"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
112 DENIED moderate
App\Entity\EntryComment {#2360
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2453
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "My-First-Month-of-Linux"
    +title: "My First Month of Linux"
    +url: null
    +body: """
      This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
      \n
      I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
      \n
      With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
      \n
      > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
      \n
      Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
      \n
      I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
      \n
      I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 179
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728674152 {#2867
      date: 2024-10-11 21:15:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2872 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      2 => App\Entity\EntryComment {#2460
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1728674151 {#2461
          date: 2024-10-11 21:15:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2452 …}
        +nested: Doctrine\ORM\PersistentCollection {#2454 …}
        +votes: Doctrine\ORM\PersistentCollection {#2459 …}
        +reports: Doctrine\ORM\PersistentCollection {#2470 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
        -id: 330391
        -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6597289"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705898697 {#2456
          date: 2024-01-22 05:44:57.0 +01:00
        }
        +"title": 330391
      }
      1 => App\Entity\EntryComment {#2360}
      0 => App\Entity\EntryComment {#2141
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1706220546 {#2349
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2164 …}
        +nested: Doctrine\ORM\PersistentCollection {#2314 …}
        +votes: Doctrine\ORM\PersistentCollection {#2328 …}
        +reports: Doctrine\ORM\PersistentCollection {#2191 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
        -id: 340571
        -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6711947"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706220546 {#2042
          date: 2024-01-25 23:09:06.0 +01:00
        }
        +"title": 340571
      }
    ]
    -id: 32276
    -titleTs: "'first':2 'linux':5 'month':3"
    -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705974994
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13237156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705888594 {#2855
      date: 2024-01-22 02:56:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
  +root: App\Entity\EntryComment {#2460}
  +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705908125 {#2370
    date: 2024-01-22 08:22:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Classy@sh.itjust.works"
    "@BCsven@lemmy.ca"
    "@Dekkia@this.doesnotcut.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2361 …}
  +nested: Doctrine\ORM\PersistentCollection {#2372 …}
  +votes: Doctrine\ORM\PersistentCollection {#2386 …}
  +reports: Doctrine\ORM\PersistentCollection {#2385 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
  -id: 330666
  -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6600706"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705908125 {#2377
    date: 2024-01-22 08:22:05.0 +01:00
  }
  +"title": 330666
}
"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
113 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
114 DENIED moderate
App\Entity\EntryComment {#2141
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2453
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "My-First-Month-of-Linux"
    +title: "My First Month of Linux"
    +url: null
    +body: """
      This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
      \n
      I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
      \n
      With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
      \n
      > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
      \n
      Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
      \n
      I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
      \n
      I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 179
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728674152 {#2867
      date: 2024-10-11 21:15:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2872 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      2 => App\Entity\EntryComment {#2460
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1728674151 {#2461
          date: 2024-10-11 21:15:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2452 …}
        +nested: Doctrine\ORM\PersistentCollection {#2454 …}
        +votes: Doctrine\ORM\PersistentCollection {#2459 …}
        +reports: Doctrine\ORM\PersistentCollection {#2470 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
        -id: 330391
        -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6597289"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705898697 {#2456
          date: 2024-01-22 05:44:57.0 +01:00
        }
        +"title": 330391
      }
      1 => App\Entity\EntryComment {#2360
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705908125 {#2370
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 330666
        -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6600706"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705908125 {#2377
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +"title": 330666
      }
      0 => App\Entity\EntryComment {#2141}
    ]
    -id: 32276
    -titleTs: "'first':2 'linux':5 'month':3"
    -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705974994
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13237156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705888594 {#2855
      date: 2024-01-22 02:56:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
  +root: App\Entity\EntryComment {#2460}
  +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706220546 {#2349
    date: 2024-01-25 23:09:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Classy@sh.itjust.works"
    "@BCsven@lemmy.ca"
    "@Dekkia@this.doesnotcut.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2164 …}
  +nested: Doctrine\ORM\PersistentCollection {#2314 …}
  +votes: Doctrine\ORM\PersistentCollection {#2328 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
  -id: 340571
  -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6711947"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706220546 {#2042
    date: 2024-01-25 23:09:06.0 +01:00
  }
  +"title": 340571
}
"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
115 DENIED edit
App\Entity\EntryComment {#2141
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2453
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "My-First-Month-of-Linux"
    +title: "My First Month of Linux"
    +url: null
    +body: """
      This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
      \n
      I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
      \n
      With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
      \n
      > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
      \n
      Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
      \n
      I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
      \n
      I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 179
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728674152 {#2867
      date: 2024-10-11 21:15:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2872 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      2 => App\Entity\EntryComment {#2460
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1728674151 {#2461
          date: 2024-10-11 21:15:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2452 …}
        +nested: Doctrine\ORM\PersistentCollection {#2454 …}
        +votes: Doctrine\ORM\PersistentCollection {#2459 …}
        +reports: Doctrine\ORM\PersistentCollection {#2470 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
        -id: 330391
        -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6597289"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705898697 {#2456
          date: 2024-01-22 05:44:57.0 +01:00
        }
        +"title": 330391
      }
      1 => App\Entity\EntryComment {#2360
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705908125 {#2370
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 330666
        -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6600706"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705908125 {#2377
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +"title": 330666
      }
      0 => App\Entity\EntryComment {#2141}
    ]
    -id: 32276
    -titleTs: "'first':2 'linux':5 'month':3"
    -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705974994
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13237156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705888594 {#2855
      date: 2024-01-22 02:56:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
  +root: App\Entity\EntryComment {#2460}
  +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706220546 {#2349
    date: 2024-01-25 23:09:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Classy@sh.itjust.works"
    "@BCsven@lemmy.ca"
    "@Dekkia@this.doesnotcut.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2164 …}
  +nested: Doctrine\ORM\PersistentCollection {#2314 …}
  +votes: Doctrine\ORM\PersistentCollection {#2328 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
  -id: 340571
  -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6711947"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706220546 {#2042
    date: 2024-01-25 23:09:06.0 +01:00
  }
  +"title": 340571
}
"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
116 DENIED moderate
App\Entity\EntryComment {#2141
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2453
    +user: Proxies\__CG__\App\Entity\User {#2833 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "My-First-Month-of-Linux"
    +title: "My First Month of Linux"
    +url: null
    +body: """
      This post idea was inspired by a recent post by Guenther_Amanita@feddit.de in this community.\n
      \n
      I have been a Windows user for my entire life. I recall having an iMac in my bedroom as a small boy, maybe 7-8, playing random offline games on it, but aside from that, my experience growing up was with Windows 98, XP, Vista, 8 and 10. I wouldn’t say I was ever a “power user” per se, although I could do several tasks that were more technical if needed, like locating driver files, updating `.dll`s, configuring compatibility settings, etc. I think being a good Googler made me seem more capable to my family than I really was, and I’m sure a lot of people here would share my experience!\n
      \n
      With the impending sundowning of Windows 10, an OS that I “begrudgingly accepted” (rather than actually enjoyed using, as with Vista), and realizing that 11 was only going to bring more ads, force-installed applications, background processes that were nigh-impossible to disable without a lot of tomfoolery, AI bullshit and general bloat, I figured that I would try dual-booting Ubuntu, installing it on a partition of my storage HDD. Windows did not want to play ball, no matter how much I begged and pleaded and bargained, and eventually I was met at a point where I had to decide what to do going forward. My system was just not behaving the way I wanted to with two OSes (“This town ain’t big enough for the both of us”), and figured,\n
      \n
      > Oh, what the hell. I’ll primary Ubuntu and when I need to use Windows I’ll run it on a thumb drive or something.\n
      \n
      Well, it’s been several weeks now and, even with a couple bumps along the way, I have not booted into Windows once since the switchover. How many of you had a similar experience? I was frankly a bit scared of CLI and thinking that I was going to brick my PC before I even had a chance to use it, so I kept all my personal files safely tucked away in a removed HDD until the break-in process was relatively complete. As time has gone on, I’ve gotten comfortable enough to have a backed up copy of my files on here, and every new program I go to install that I used on Windows has worked swimmingly on Linux.\n
      \n
      I can only thank the helpful, enthusiastic people here in the Linux community for making my experience so smooth. It’s rare you encounter a group of people where you can post what is ostensibly a stupid question, and be pummeled with dozens of well-formed, thoughtful, detailed responses to the question. There’s very little of that infamous grandiosity and self-righteousness that I’ve heard runs rampant in the Linux world, and maybe Lemmings are just more prone to being helpful than the wider internet, but for what it’s worth, I appreciate everything you all have done here so far.\n
      \n
      I feel so much more capable as a computer user with Linux than I ever did on Windows. I’m automating tasks, I’m fine-tuning network drivers, I’m getting in the weeds of file architecture, and it’s all been a real blast to learn about. I actually feel a desire to learn so that I can help others have a similar experience to what I had coming into this.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 179
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728674152 {#2867
      date: 2024-10-11 21:15:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2872 …}
    +votes: Doctrine\ORM\PersistentCollection {#2875 …}
    +reports: Doctrine\ORM\PersistentCollection {#2877 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2879 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2881 …}
    +badges: Doctrine\ORM\PersistentCollection {#2883 …}
    +children: [
      2 => App\Entity\EntryComment {#2460
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "Welcome to a larger world. IF you ever need dual boot working well on linux, I found the best robust method is install Windows first, leave space for more partitions. install Linux and make a separate boot efi partition. Many distros offer to probe for foreign OS. this will find windows and add a chainloader entry to grub. Set the Linux partition as the boot one in BIOS/EFI. Grub will start and if you choose Windows it handsover the boot to Windows boot ( and Windows doesn’t know it). Windows will leave your EFi linux boot alone. You can also share a ntfs partition between them if needed"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1728674151 {#2461
          date: 2024-10-11 21:15:51.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2452 …}
        +nested: Doctrine\ORM\PersistentCollection {#2454 …}
        +votes: Doctrine\ORM\PersistentCollection {#2459 …}
        +reports: Doctrine\ORM\PersistentCollection {#2470 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2467 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2371 …}
        -id: 330391
        -bodyTs: "'add':53 'alon':97 'also':100 'best':19 'bios/efi':68 'boot':11,37,65,80,83,96 'chainload':55 'choos':75 'distro':41 'doesn':86 'dual':10 'efi':38,94 'entri':56 'ever':8 'find':50 'first':25 'foreign':46 'found':17 'grub':58,69 'handsov':78 'instal':23,31 'know':88 'larger':4 'leav':26,92 'linux':15,32,61,95 'make':34 'mani':40 'method':21 'need':9,108 'ntfs':103 'offer':42 'one':66 'os':47 'partit':30,39,62,104 'probe':44 'robust':20 'separ':36 'set':59 'share':101 'space':27 'start':71 'welcom':1 'well':13 'window':24,51,76,82,85,90 'work':12 'world':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6597289"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705898697 {#2456
          date: 2024-01-22 05:44:57.0 +01:00
        }
        +"title": 330391
      }
      1 => App\Entity\EntryComment {#2360
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2453 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2359 …}
        +root: App\Entity\EntryComment {#2460}
        +body: "Thats why you have two. windows efi and linux efi on separate partitions. Windows never knows the other one exists and ignores the rest of what it sees as unalloated space. it even lets you shut down a windows update, boot linux and come back to windows later which continues the update. I have been running this way for 7 years, Windows has not touched my other EFi partition."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1705908125 {#2370
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Classy@sh.itjust.works"
          "@BCsven@lemmy.ca"
          "@Dekkia@this.doesnotcut.it"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2361 …}
        +nested: Doctrine\ORM\PersistentCollection {#2372 …}
        +votes: Doctrine\ORM\PersistentCollection {#2386 …}
        +reports: Doctrine\ORM\PersistentCollection {#2385 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2378 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2381 …}
        -id: 330666
        -bodyTs: "'7':60 'back':45 'boot':41 'come':44 'continu':50 'efi':7,10,68 'even':33 'exist':20 'ignor':22 'know':16 'later':48 'let':34 'linux':9,42 'never':15 'one':19 'partit':13,69 'rest':24 'run':56 'see':28 'separ':12 'shut':36 'space':31 'that':1 'touch':65 'two':5 'unallo':30 'updat':40,52 'way':58 'window':6,14,39,47,62 'year':61"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6600706"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705908125 {#2377
          date: 2024-01-22 08:22:05.0 +01:00
        }
        +"title": 330666
      }
      0 => App\Entity\EntryComment {#2141}
    ]
    -id: 32276
    -titleTs: "'first':2 'linux':5 'month':3"
    -bodyTs: "'-8':39 '10':62,135 '11':153 '7':38 '8':60 '98':57 'accept':141 'actual':144,568 'ad':160 'ai':179 'ain':254 'along':303 'although':75 'applic':164 'appreci':509 'architectur':555 'asid':47 'autom':538 'away':360 'back':387 'background':165 'ball':209 'bargain':219 'bedroom':32 'beg':215 'begrudg':140 'behav':243 'big':256 'bit':328 'blast':563 'bloat':183 'boot':192,309 'boy':36 'break':368 'break-in':367 'brick':339 'bring':158 'bullshit':180 'bump':302 'capabl':108,523 'chanc':347 'cli':331 'come':588 'comfort':382 'communiti':14,425 'compat':95 'complet':373 'comput':526 'configur':94 'copi':389 'could':77 'coupl':301 'decid':232 'desir':571 'detail':461 'disabl':173 'dll':92 'done':514 'dozen':455 'drive':287 'driver':89,546 'dual':191 'dual-boot':190 'encount':436 'enjoy':145 'enough':257,383 'enthusiast':419 'entir':23 'etc':97 'even':298,344 'eventu':221 'ever':69,532 'everi':396 'everyth':510 'experi':51,128,323,429,583 'famili':111 'far':517 'feel':519,569 'figur':185,264 'file':90,357,392,554 'fine':543 'fine-tun':542 'forc':162 'force-instal':161 'form':459 'forward':237 'frank':326 'game':43 'general':182 'get':549 'go':156,236,337,400 'gone':377 'good':102 'googler':103 'gotten':381 'grandios':473 'group':438 'grow':52 'guenther_amanita@feddit.de':11 'hdd':202,364 'heard':481 'hell':268 'help':418,497,578 'idea':3 'imac':29 'impend':131 'imposs':171 'infam':472 'inspir':5 'instal':163,194,402 'internet':501 'kept':353 'learn':565,573 'lem':490 'life':24 'like':87 'linux':412,424,486,529 'littl':469 'll':270,281 'locat':88 'lot':121,176 'm':118,537,541,548 'made':104 'make':427 'mani':317 'matter':211 'mayb':37,489 'met':224 'much':213,521 'need':86,276 'network':545 'new':397 'nigh':170 'nigh-imposs':169 'offlin':42 'oh':265 'os':137 'ose':251 'ostens':447 'other':579 'partit':198 'pc':341 'peopl':123,420,440 'per':73 'person':356 'play':40,208 'plead':217 'point':227 'post':2,9,444 'power':71 'primari':271 'process':166,370 'program':398 'prone':494 'pummel':453 'question':450,465 'rampant':483 'random':41 'rare':434 'rather':142 'real':562 'realiz':151 'realli':114 'recal':26 'recent':8 'relat':372 'remov':363 'respons':462 'righteous':477 'run':282,482 'safe':358 'say':66 'scare':329 'se':74 'seem':106 'self':476 'self-right':475 'set':96 'sever':79,294 'share':126 'similar':322,582 'sinc':313 'small':35 'smooth':431 'someth':289 'storag':201 'stupid':449 'sundown':132 'sure':119 'swim':410 'switchov':315 'system':239 'task':80,539 'technic':84 'thank':416 'think':99,333 'thought':460 'thumb':286 'time':375 'tomfooleri':178 'town':253 'tri':189 'tuck':359 'tune':544 'two':250 'ubuntu':193,272 'updat':91 'us':262 'use':146,278,349,405 'user':20,72,527 've':380,480 'vista':59,149 'want':206,247 'way':245,305 'weed':552 'week':295 'well':290,458 'well-form':457 'wider':500 'window':19,56,134,203,279,311,407,535 'without':174 'work':409 'world':487 'worth':507 'would':125,188 'wouldn':64 'xp':58"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705974994
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13237156"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705888594 {#2855
      date: 2024-01-22 02:56:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2060 …}
  +root: App\Entity\EntryComment {#2460}
  +body: "Should still be fine if you set BIOS/EFI to only boot from the Linux EFI, and it has chainload entry to Windows. If you left it up to some Windows Dual boot thing it will wreck you for sure"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1706220546 {#2349
    date: 2024-01-25 23:09:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Classy@sh.itjust.works"
    "@BCsven@lemmy.ca"
    "@Dekkia@this.doesnotcut.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2164 …}
  +nested: Doctrine\ORM\PersistentCollection {#2314 …}
  +votes: Doctrine\ORM\PersistentCollection {#2328 …}
  +reports: Doctrine\ORM\PersistentCollection {#2191 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2327 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2333 …}
  -id: 340571
  -bodyTs: "'bios/efi':8 'boot':11,32 'chainload':19 'dual':31 'efi':15 'entri':20 'fine':4 'left':25 'linux':14 'set':7 'still':2 'sure':39 'thing':33 'window':22,30 'wreck':36"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6711947"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706220546 {#2042
    date: 2024-01-25 23:09:06.0 +01:00
  }
  +"title": 340571
}
"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
117 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
118 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1730
  +user: Proxies\__CG__\App\Entity\User {#2906 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: Proxies\__CG__\App\Entity\Image {#2963 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "Lazarus-hackers-now-push-Linux-malware-via-fake-job-offers"
  +title: "Lazarus hackers now push Linux malware via fake job offers"
  +url: "https://www.bleepingcomputer.com/news/security/lazarus-hackers-now-push-linux-malware-via-fake-job-offers/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 174
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727466389 {#2939
    date: 2024-09-27 21:46:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2961 …}
  +votes: Doctrine\ORM\PersistentCollection {#2968 …}
  +reports: Doctrine\ORM\PersistentCollection {#2964 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2967 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2970 …}
  +badges: Doctrine\ORM\PersistentCollection {#2972 …}
  +children: [
    1 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "So doesn’t the user have to add +x to run this?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1727466389 {#1726
        date: 2024-09-27 21:46:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kurumin@linux.community"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1737 …}
      +nested: Doctrine\ORM\PersistentCollection {#1732 …}
      +votes: Doctrine\ORM\PersistentCollection {#1735 …}
      +reports: Doctrine\ORM\PersistentCollection {#1729 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
      -id: 327383
      -bodyTs: "'add':8 'doesn':2 'run':11 'user':5 'x':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6561237"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705810808 {#1728
        date: 2024-01-21 05:20:08.0 +01:00
      }
      +"title": 327383
    }
    0 => App\Entity\EntryComment {#1717
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
      +root: App\Entity\EntryComment {#1736}
      +body: "Ah, right"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705814476 {#1720
        date: 2024-01-21 06:21:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kurumin@linux.community"
        "@BCsven@lemmy.ca"
        "@Rustmilian@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1741 …}
      +nested: Doctrine\ORM\PersistentCollection {#1707 …}
      +votes: Doctrine\ORM\PersistentCollection {#2464 …}
      +reports: Doctrine\ORM\PersistentCollection {#2448 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2462 …}
      -id: 327467
      -bodyTs: "'ah':1 'right':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6563177"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705814476 {#1716
        date: 2024-01-21 06:21:16.0 +01:00
      }
      +"title": 327467
    }
  ]
  -id: 32044
  -titleTs: "'fake':8 'hacker':2 'job':9 'lazarus':1 'linux':5 'malwar':6 'offer':10 'push':4 'via':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705883305
  +visibility: "visible             "
  +apId: "https://linux.community/post/453746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705796905 {#2927
    date: 2024-01-21 01:28:25.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
119 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1730
  +user: Proxies\__CG__\App\Entity\User {#2906 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: Proxies\__CG__\App\Entity\Image {#2963 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "Lazarus-hackers-now-push-Linux-malware-via-fake-job-offers"
  +title: "Lazarus hackers now push Linux malware via fake job offers"
  +url: "https://www.bleepingcomputer.com/news/security/lazarus-hackers-now-push-linux-malware-via-fake-job-offers/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 174
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727466389 {#2939
    date: 2024-09-27 21:46:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2961 …}
  +votes: Doctrine\ORM\PersistentCollection {#2968 …}
  +reports: Doctrine\ORM\PersistentCollection {#2964 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2967 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2970 …}
  +badges: Doctrine\ORM\PersistentCollection {#2972 …}
  +children: [
    1 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "So doesn’t the user have to add +x to run this?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1727466389 {#1726
        date: 2024-09-27 21:46:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kurumin@linux.community"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1737 …}
      +nested: Doctrine\ORM\PersistentCollection {#1732 …}
      +votes: Doctrine\ORM\PersistentCollection {#1735 …}
      +reports: Doctrine\ORM\PersistentCollection {#1729 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
      -id: 327383
      -bodyTs: "'add':8 'doesn':2 'run':11 'user':5 'x':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6561237"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705810808 {#1728
        date: 2024-01-21 05:20:08.0 +01:00
      }
      +"title": 327383
    }
    0 => App\Entity\EntryComment {#1717
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
      +root: App\Entity\EntryComment {#1736}
      +body: "Ah, right"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705814476 {#1720
        date: 2024-01-21 06:21:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kurumin@linux.community"
        "@BCsven@lemmy.ca"
        "@Rustmilian@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1741 …}
      +nested: Doctrine\ORM\PersistentCollection {#1707 …}
      +votes: Doctrine\ORM\PersistentCollection {#2464 …}
      +reports: Doctrine\ORM\PersistentCollection {#2448 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2462 …}
      -id: 327467
      -bodyTs: "'ah':1 'right':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6563177"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705814476 {#1716
        date: 2024-01-21 06:21:16.0 +01:00
      }
      +"title": 327467
    }
  ]
  -id: 32044
  -titleTs: "'fake':8 'hacker':2 'job':9 'lazarus':1 'linux':5 'malwar':6 'offer':10 'push':4 'via':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705883305
  +visibility: "visible             "
  +apId: "https://linux.community/post/453746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705796905 {#2927
    date: 2024-01-21 01:28:25.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
120 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1730
  +user: Proxies\__CG__\App\Entity\User {#2906 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: Proxies\__CG__\App\Entity\Image {#2963 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
  +slug: "Lazarus-hackers-now-push-Linux-malware-via-fake-job-offers"
  +title: "Lazarus hackers now push Linux malware via fake job offers"
  +url: "https://www.bleepingcomputer.com/news/security/lazarus-hackers-now-push-linux-malware-via-fake-job-offers/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 19
  +favouriteCount: 174
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727466389 {#2939
    date: 2024-09-27 21:46:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2961 …}
  +votes: Doctrine\ORM\PersistentCollection {#2968 …}
  +reports: Doctrine\ORM\PersistentCollection {#2964 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2967 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2970 …}
  +badges: Doctrine\ORM\PersistentCollection {#2972 …}
  +children: [
    1 => App\Entity\EntryComment {#1736
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: null
      +root: null
      +body: "So doesn’t the user have to add +x to run this?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 28
      +score: 0
      +lastActive: DateTime @1727466389 {#1726
        date: 2024-09-27 21:46:29.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kurumin@linux.community"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1737 …}
      +nested: Doctrine\ORM\PersistentCollection {#1732 …}
      +votes: Doctrine\ORM\PersistentCollection {#1735 …}
      +reports: Doctrine\ORM\PersistentCollection {#1729 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
      -id: 327383
      -bodyTs: "'add':8 'doesn':2 'run':11 'user':5 'x':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6561237"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705810808 {#1728
        date: 2024-01-21 05:20:08.0 +01:00
      }
      +"title": 327383
    }
    0 => App\Entity\EntryComment {#1717
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
      +root: App\Entity\EntryComment {#1736}
      +body: "Ah, right"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705814476 {#1720
        date: 2024-01-21 06:21:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@kurumin@linux.community"
        "@BCsven@lemmy.ca"
        "@Rustmilian@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1741 …}
      +nested: Doctrine\ORM\PersistentCollection {#1707 …}
      +votes: Doctrine\ORM\PersistentCollection {#2464 …}
      +reports: Doctrine\ORM\PersistentCollection {#2448 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2462 …}
      -id: 327467
      -bodyTs: "'ah':1 'right':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6563177"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705814476 {#1716
        date: 2024-01-21 06:21:16.0 +01:00
      }
      +"title": 327467
    }
  ]
  -id: 32044
  -titleTs: "'fake':8 'hacker':2 'job':9 'lazarus':1 'linux':5 'malwar':6 'offer':10 'push':4 'via':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705883305
  +visibility: "visible             "
  +apId: "https://linux.community/post/453746"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705796905 {#2927
    date: 2024-01-21 01:28:25.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
121 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
122 DENIED moderate
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2963 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "Lazarus-hackers-now-push-Linux-malware-via-fake-job-offers"
    +title: "Lazarus hackers now push Linux malware via fake job offers"
    +url: "https://www.bleepingcomputer.com/news/security/lazarus-hackers-now-push-linux-malware-via-fake-job-offers/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727466389 {#2939
      date: 2024-09-27 21:46:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2961 …}
    +votes: Doctrine\ORM\PersistentCollection {#2968 …}
    +reports: Doctrine\ORM\PersistentCollection {#2964 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2967 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2970 …}
    +badges: Doctrine\ORM\PersistentCollection {#2972 …}
    +children: [
      1 => App\Entity\EntryComment {#1736}
      0 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
        +root: App\Entity\EntryComment {#1736}
        +body: "Ah, right"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705814476 {#1720
          date: 2024-01-21 06:21:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kurumin@linux.community"
          "@BCsven@lemmy.ca"
          "@Rustmilian@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1741 …}
        +nested: Doctrine\ORM\PersistentCollection {#1707 …}
        +votes: Doctrine\ORM\PersistentCollection {#2464 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2462 …}
        -id: 327467
        -bodyTs: "'ah':1 'right':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6563177"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705814476 {#1716
          date: 2024-01-21 06:21:16.0 +01:00
        }
        +"title": 327467
      }
    ]
    -id: 32044
    -titleTs: "'fake':8 'hacker':2 'job':9 'lazarus':1 'linux':5 'malwar':6 'offer':10 'push':4 'via':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705883305
    +visibility: "visible             "
    +apId: "https://linux.community/post/453746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705796905 {#2927
      date: 2024-01-21 01:28:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "So doesn’t the user have to add +x to run this?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1727466389 {#1726
    date: 2024-09-27 21:46:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kurumin@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1737 …}
  +nested: Doctrine\ORM\PersistentCollection {#1732 …}
  +votes: Doctrine\ORM\PersistentCollection {#1735 …}
  +reports: Doctrine\ORM\PersistentCollection {#1729 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
  -id: 327383
  -bodyTs: "'add':8 'doesn':2 'run':11 'user':5 'x':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6561237"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705810808 {#1728
    date: 2024-01-21 05:20:08.0 +01:00
  }
  +"title": 327383
}
"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
123 DENIED edit
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2963 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "Lazarus-hackers-now-push-Linux-malware-via-fake-job-offers"
    +title: "Lazarus hackers now push Linux malware via fake job offers"
    +url: "https://www.bleepingcomputer.com/news/security/lazarus-hackers-now-push-linux-malware-via-fake-job-offers/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727466389 {#2939
      date: 2024-09-27 21:46:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2961 …}
    +votes: Doctrine\ORM\PersistentCollection {#2968 …}
    +reports: Doctrine\ORM\PersistentCollection {#2964 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2967 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2970 …}
    +badges: Doctrine\ORM\PersistentCollection {#2972 …}
    +children: [
      1 => App\Entity\EntryComment {#1736}
      0 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
        +root: App\Entity\EntryComment {#1736}
        +body: "Ah, right"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705814476 {#1720
          date: 2024-01-21 06:21:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kurumin@linux.community"
          "@BCsven@lemmy.ca"
          "@Rustmilian@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1741 …}
        +nested: Doctrine\ORM\PersistentCollection {#1707 …}
        +votes: Doctrine\ORM\PersistentCollection {#2464 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2462 …}
        -id: 327467
        -bodyTs: "'ah':1 'right':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6563177"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705814476 {#1716
          date: 2024-01-21 06:21:16.0 +01:00
        }
        +"title": 327467
      }
    ]
    -id: 32044
    -titleTs: "'fake':8 'hacker':2 'job':9 'lazarus':1 'linux':5 'malwar':6 'offer':10 'push':4 'via':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705883305
    +visibility: "visible             "
    +apId: "https://linux.community/post/453746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705796905 {#2927
      date: 2024-01-21 01:28:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "So doesn’t the user have to add +x to run this?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1727466389 {#1726
    date: 2024-09-27 21:46:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kurumin@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1737 …}
  +nested: Doctrine\ORM\PersistentCollection {#1732 …}
  +votes: Doctrine\ORM\PersistentCollection {#1735 …}
  +reports: Doctrine\ORM\PersistentCollection {#1729 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
  -id: 327383
  -bodyTs: "'add':8 'doesn':2 'run':11 'user':5 'x':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6561237"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705810808 {#1728
    date: 2024-01-21 05:20:08.0 +01:00
  }
  +"title": 327383
}
"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
124 DENIED moderate
App\Entity\EntryComment {#1736
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2963 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "Lazarus-hackers-now-push-Linux-malware-via-fake-job-offers"
    +title: "Lazarus hackers now push Linux malware via fake job offers"
    +url: "https://www.bleepingcomputer.com/news/security/lazarus-hackers-now-push-linux-malware-via-fake-job-offers/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727466389 {#2939
      date: 2024-09-27 21:46:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2961 …}
    +votes: Doctrine\ORM\PersistentCollection {#2968 …}
    +reports: Doctrine\ORM\PersistentCollection {#2964 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2967 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2970 …}
    +badges: Doctrine\ORM\PersistentCollection {#2972 …}
    +children: [
      1 => App\Entity\EntryComment {#1736}
      0 => App\Entity\EntryComment {#1717
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
        +root: App\Entity\EntryComment {#1736}
        +body: "Ah, right"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1705814476 {#1720
          date: 2024-01-21 06:21:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kurumin@linux.community"
          "@BCsven@lemmy.ca"
          "@Rustmilian@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1741 …}
        +nested: Doctrine\ORM\PersistentCollection {#1707 …}
        +votes: Doctrine\ORM\PersistentCollection {#2464 …}
        +reports: Doctrine\ORM\PersistentCollection {#2448 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2462 …}
        -id: 327467
        -bodyTs: "'ah':1 'right':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6563177"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705814476 {#1716
          date: 2024-01-21 06:21:16.0 +01:00
        }
        +"title": 327467
      }
    ]
    -id: 32044
    -titleTs: "'fake':8 'hacker':2 'job':9 'lazarus':1 'linux':5 'malwar':6 'offer':10 'push':4 'via':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705883305
    +visibility: "visible             "
    +apId: "https://linux.community/post/453746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705796905 {#2927
      date: 2024-01-21 01:28:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: null
  +root: null
  +body: "So doesn’t the user have to add +x to run this?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 28
  +score: 0
  +lastActive: DateTime @1727466389 {#1726
    date: 2024-09-27 21:46:29.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kurumin@linux.community"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1737 …}
  +nested: Doctrine\ORM\PersistentCollection {#1732 …}
  +votes: Doctrine\ORM\PersistentCollection {#1735 …}
  +reports: Doctrine\ORM\PersistentCollection {#1729 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
  -id: 327383
  -bodyTs: "'add':8 'doesn':2 'run':11 'user':5 'x':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6561237"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705810808 {#1728
    date: 2024-01-21 05:20:08.0 +01:00
  }
  +"title": 327383
}
"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
125 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
126 DENIED moderate
App\Entity\EntryComment {#1717
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2963 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "Lazarus-hackers-now-push-Linux-malware-via-fake-job-offers"
    +title: "Lazarus hackers now push Linux malware via fake job offers"
    +url: "https://www.bleepingcomputer.com/news/security/lazarus-hackers-now-push-linux-malware-via-fake-job-offers/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727466389 {#2939
      date: 2024-09-27 21:46:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2961 …}
    +votes: Doctrine\ORM\PersistentCollection {#2968 …}
    +reports: Doctrine\ORM\PersistentCollection {#2964 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2967 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2970 …}
    +badges: Doctrine\ORM\PersistentCollection {#2972 …}
    +children: [
      1 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "So doesn’t the user have to add +x to run this?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 28
        +score: 0
        +lastActive: DateTime @1727466389 {#1726
          date: 2024-09-27 21:46:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kurumin@linux.community"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1737 …}
        +nested: Doctrine\ORM\PersistentCollection {#1732 …}
        +votes: Doctrine\ORM\PersistentCollection {#1735 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
        -id: 327383
        -bodyTs: "'add':8 'doesn':2 'run':11 'user':5 'x':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6561237"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705810808 {#1728
          date: 2024-01-21 05:20:08.0 +01:00
        }
        +"title": 327383
      }
      0 => App\Entity\EntryComment {#1717}
    ]
    -id: 32044
    -titleTs: "'fake':8 'hacker':2 'job':9 'lazarus':1 'linux':5 'malwar':6 'offer':10 'push':4 'via':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705883305
    +visibility: "visible             "
    +apId: "https://linux.community/post/453746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705796905 {#2927
      date: 2024-01-21 01:28:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
  +root: App\Entity\EntryComment {#1736}
  +body: "Ah, right"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705814476 {#1720
    date: 2024-01-21 06:21:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kurumin@linux.community"
    "@BCsven@lemmy.ca"
    "@Rustmilian@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1741 …}
  +nested: Doctrine\ORM\PersistentCollection {#1707 …}
  +votes: Doctrine\ORM\PersistentCollection {#2464 …}
  +reports: Doctrine\ORM\PersistentCollection {#2448 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2462 …}
  -id: 327467
  -bodyTs: "'ah':1 'right':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6563177"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705814476 {#1716
    date: 2024-01-21 06:21:16.0 +01:00
  }
  +"title": 327467
}
"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
127 DENIED edit
App\Entity\EntryComment {#1717
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2963 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "Lazarus-hackers-now-push-Linux-malware-via-fake-job-offers"
    +title: "Lazarus hackers now push Linux malware via fake job offers"
    +url: "https://www.bleepingcomputer.com/news/security/lazarus-hackers-now-push-linux-malware-via-fake-job-offers/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727466389 {#2939
      date: 2024-09-27 21:46:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2961 …}
    +votes: Doctrine\ORM\PersistentCollection {#2968 …}
    +reports: Doctrine\ORM\PersistentCollection {#2964 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2967 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2970 …}
    +badges: Doctrine\ORM\PersistentCollection {#2972 …}
    +children: [
      1 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "So doesn’t the user have to add +x to run this?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 28
        +score: 0
        +lastActive: DateTime @1727466389 {#1726
          date: 2024-09-27 21:46:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kurumin@linux.community"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1737 …}
        +nested: Doctrine\ORM\PersistentCollection {#1732 …}
        +votes: Doctrine\ORM\PersistentCollection {#1735 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
        -id: 327383
        -bodyTs: "'add':8 'doesn':2 'run':11 'user':5 'x':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6561237"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705810808 {#1728
          date: 2024-01-21 05:20:08.0 +01:00
        }
        +"title": 327383
      }
      0 => App\Entity\EntryComment {#1717}
    ]
    -id: 32044
    -titleTs: "'fake':8 'hacker':2 'job':9 'lazarus':1 'linux':5 'malwar':6 'offer':10 'push':4 'via':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705883305
    +visibility: "visible             "
    +apId: "https://linux.community/post/453746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705796905 {#2927
      date: 2024-01-21 01:28:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
  +root: App\Entity\EntryComment {#1736}
  +body: "Ah, right"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705814476 {#1720
    date: 2024-01-21 06:21:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kurumin@linux.community"
    "@BCsven@lemmy.ca"
    "@Rustmilian@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1741 …}
  +nested: Doctrine\ORM\PersistentCollection {#1707 …}
  +votes: Doctrine\ORM\PersistentCollection {#2464 …}
  +reports: Doctrine\ORM\PersistentCollection {#2448 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2462 …}
  -id: 327467
  -bodyTs: "'ah':1 'right':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6563177"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705814476 {#1716
    date: 2024-01-21 06:21:16.0 +01:00
  }
  +"title": 327467
}
"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
128 DENIED moderate
App\Entity\EntryComment {#1717
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1730
    +user: Proxies\__CG__\App\Entity\User {#2906 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: Proxies\__CG__\App\Entity\Image {#2963 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2962 …}
    +slug: "Lazarus-hackers-now-push-Linux-malware-via-fake-job-offers"
    +title: "Lazarus hackers now push Linux malware via fake job offers"
    +url: "https://www.bleepingcomputer.com/news/security/lazarus-hackers-now-push-linux-malware-via-fake-job-offers/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 19
    +favouriteCount: 174
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727466389 {#2939
      date: 2024-09-27 21:46:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2961 …}
    +votes: Doctrine\ORM\PersistentCollection {#2968 …}
    +reports: Doctrine\ORM\PersistentCollection {#2964 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2967 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2970 …}
    +badges: Doctrine\ORM\PersistentCollection {#2972 …}
    +children: [
      1 => App\Entity\EntryComment {#1736
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1730 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: null
        +root: null
        +body: "So doesn’t the user have to add +x to run this?"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 28
        +score: 0
        +lastActive: DateTime @1727466389 {#1726
          date: 2024-09-27 21:46:29.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@kurumin@linux.community"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1737 …}
        +nested: Doctrine\ORM\PersistentCollection {#1732 …}
        +votes: Doctrine\ORM\PersistentCollection {#1735 …}
        +reports: Doctrine\ORM\PersistentCollection {#1729 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1719 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1714 …}
        -id: 327383
        -bodyTs: "'add':8 'doesn':2 'run':11 'user':5 'x':9"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6561237"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705810808 {#1728
          date: 2024-01-21 05:20:08.0 +01:00
        }
        +"title": 327383
      }
      0 => App\Entity\EntryComment {#1717}
    ]
    -id: 32044
    -titleTs: "'fake':8 'hacker':2 'job':9 'lazarus':1 'linux':5 'malwar':6 'offer':10 'push':4 'via':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705883305
    +visibility: "visible             "
    +apId: "https://linux.community/post/453746"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705796905 {#2927
      date: 2024-01-21 01:28:25.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
  +root: App\Entity\EntryComment {#1736}
  +body: "Ah, right"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705814476 {#1720
    date: 2024-01-21 06:21:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@kurumin@linux.community"
    "@BCsven@lemmy.ca"
    "@Rustmilian@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1741 …}
  +nested: Doctrine\ORM\PersistentCollection {#1707 …}
  +votes: Doctrine\ORM\PersistentCollection {#2464 …}
  +reports: Doctrine\ORM\PersistentCollection {#2448 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2462 …}
  -id: 327467
  -bodyTs: "'ah':1 'right':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6563177"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705814476 {#1716
    date: 2024-01-21 06:21:16.0 +01:00
  }
  +"title": 327467
}
"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
129 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
130 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1604
  +user: Proxies\__CG__\App\Entity\User {#2924 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: Proxies\__CG__\App\Entity\Image {#2979 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
  +slug: "I-m-so-good-at-time-management-that-I-hardly-work"
  +title: "I'm so good at time management that I hardly work at all"
  +url: "https://lemmy.dbzer0.com/pictrs/image/c52aecc4-a802-425f-9793-11e2904cb23f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 126
  +favouriteCount: 1781
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728271209 {#2974
    date: 2024-10-07 05:20:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2982 …}
  +votes: Doctrine\ORM\PersistentCollection {#2984 …}
  +reports: Doctrine\ORM\PersistentCollection {#2986 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
  +badges: Doctrine\ORM\PersistentCollection {#2992 …}
  +children: [
    1 => App\Entity\EntryComment {#1613
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
      +body: "I know lots of senior management and companies that only do a 40 hour work week. if you are doing 55 there is too much work for the staff employed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1705613120 {#1621
        date: 2024-01-18 22:25:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SandbagTiara2816@lemmy.dbzer0.com"
        "@BallShapedMan@lemmy.world"
      ]
      +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: 320426
      -bodyTs: "'40':13 '55':21 'compani':8 'employ':30 'hour':14 'know':2 'lot':3 'manag':6 'much':25 'senior':5 'staff':29 'week':16 'work':15,26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6495607"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705613120 {#1620
        date: 2024-01-18 22:25:20.0 +01:00
      }
      +"title": 320426
    }
    0 => App\Entity\EntryComment {#1630
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
      +body: "If you want to put in more time, thats on you obviously. But I see CEO/CFO and othe4 senior management doing 40, and employees doing the same. it has to be driven top down as a culture. Thankfully I’m in BC so management/salary gets extra hours paid, but I still don’t want them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705624416 {#1616
        date: 2024-01-19 01:33:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SandbagTiara2816@lemmy.dbzer0.com"
        "@BallShapedMan@lemmy.world"
        "@BCsven@lemmy.ca"
        "@SandbagTiara2816@lemmy.dbzer0.com"
        "@BallShapedMan@lemmy.world"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1628 …}
      +nested: Doctrine\ORM\PersistentCollection {#1599 …}
      +votes: Doctrine\ORM\PersistentCollection {#1625 …}
      +reports: Doctrine\ORM\PersistentCollection {#1617 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
      -id: 320906
      -bodyTs: "'40':22 'bc':42 'ceo/cfo':16 'cultur':37 'driven':32 'employe':24 'extra':46 'get':45 'hour':47 'm':40 'manag':20 'management/salary':44 'obvious':12 'othe4':18 'paid':48 'put':5 'see':15 'senior':19 'still':51 'thank':38 'that':9 'time':8 'top':33 'want':3,54"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6500083"
      +editedAt: DateTimeImmutable @1726563708 {#1611
        date: 2024-09-17 11:01:48.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705624416 {#1598
        date: 2024-01-19 01:33:36.0 +01:00
      }
      +"title": 320906
    }
  ]
  -id: 31527
  -titleTs: "'good':4 'hard':10 'm':2 'manag':7 'time':6 'work':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705681282
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12589459"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705594882 {#2945
    date: 2024-01-18 17:21:22.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
131 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1604
  +user: Proxies\__CG__\App\Entity\User {#2924 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: Proxies\__CG__\App\Entity\Image {#2979 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
  +slug: "I-m-so-good-at-time-management-that-I-hardly-work"
  +title: "I'm so good at time management that I hardly work at all"
  +url: "https://lemmy.dbzer0.com/pictrs/image/c52aecc4-a802-425f-9793-11e2904cb23f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 126
  +favouriteCount: 1781
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728271209 {#2974
    date: 2024-10-07 05:20:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2982 …}
  +votes: Doctrine\ORM\PersistentCollection {#2984 …}
  +reports: Doctrine\ORM\PersistentCollection {#2986 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
  +badges: Doctrine\ORM\PersistentCollection {#2992 …}
  +children: [
    1 => App\Entity\EntryComment {#1613
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
      +body: "I know lots of senior management and companies that only do a 40 hour work week. if you are doing 55 there is too much work for the staff employed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1705613120 {#1621
        date: 2024-01-18 22:25:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SandbagTiara2816@lemmy.dbzer0.com"
        "@BallShapedMan@lemmy.world"
      ]
      +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: 320426
      -bodyTs: "'40':13 '55':21 'compani':8 'employ':30 'hour':14 'know':2 'lot':3 'manag':6 'much':25 'senior':5 'staff':29 'week':16 'work':15,26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6495607"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705613120 {#1620
        date: 2024-01-18 22:25:20.0 +01:00
      }
      +"title": 320426
    }
    0 => App\Entity\EntryComment {#1630
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
      +body: "If you want to put in more time, thats on you obviously. But I see CEO/CFO and othe4 senior management doing 40, and employees doing the same. it has to be driven top down as a culture. Thankfully I’m in BC so management/salary gets extra hours paid, but I still don’t want them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705624416 {#1616
        date: 2024-01-19 01:33:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SandbagTiara2816@lemmy.dbzer0.com"
        "@BallShapedMan@lemmy.world"
        "@BCsven@lemmy.ca"
        "@SandbagTiara2816@lemmy.dbzer0.com"
        "@BallShapedMan@lemmy.world"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1628 …}
      +nested: Doctrine\ORM\PersistentCollection {#1599 …}
      +votes: Doctrine\ORM\PersistentCollection {#1625 …}
      +reports: Doctrine\ORM\PersistentCollection {#1617 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
      -id: 320906
      -bodyTs: "'40':22 'bc':42 'ceo/cfo':16 'cultur':37 'driven':32 'employe':24 'extra':46 'get':45 'hour':47 'm':40 'manag':20 'management/salary':44 'obvious':12 'othe4':18 'paid':48 'put':5 'see':15 'senior':19 'still':51 'thank':38 'that':9 'time':8 'top':33 'want':3,54"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6500083"
      +editedAt: DateTimeImmutable @1726563708 {#1611
        date: 2024-09-17 11:01:48.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705624416 {#1598
        date: 2024-01-19 01:33:36.0 +01:00
      }
      +"title": 320906
    }
  ]
  -id: 31527
  -titleTs: "'good':4 'hard':10 'm':2 'manag':7 'time':6 'work':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705681282
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12589459"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705594882 {#2945
    date: 2024-01-18 17:21:22.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
132 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1604
  +user: Proxies\__CG__\App\Entity\User {#2924 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: Proxies\__CG__\App\Entity\Image {#2979 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
  +slug: "I-m-so-good-at-time-management-that-I-hardly-work"
  +title: "I'm so good at time management that I hardly work at all"
  +url: "https://lemmy.dbzer0.com/pictrs/image/c52aecc4-a802-425f-9793-11e2904cb23f.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 126
  +favouriteCount: 1781
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728271209 {#2974
    date: 2024-10-07 05:20:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2982 …}
  +votes: Doctrine\ORM\PersistentCollection {#2984 …}
  +reports: Doctrine\ORM\PersistentCollection {#2986 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
  +badges: Doctrine\ORM\PersistentCollection {#2992 …}
  +children: [
    1 => App\Entity\EntryComment {#1613
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
      +body: "I know lots of senior management and companies that only do a 40 hour work week. if you are doing 55 there is too much work for the staff employed."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1705613120 {#1621
        date: 2024-01-18 22:25:20.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SandbagTiara2816@lemmy.dbzer0.com"
        "@BallShapedMan@lemmy.world"
      ]
      +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: 320426
      -bodyTs: "'40':13 '55':21 'compani':8 'employ':30 'hour':14 'know':2 'lot':3 'manag':6 'much':25 'senior':5 'staff':29 'week':16 'work':15,26"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6495607"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705613120 {#1620
        date: 2024-01-18 22:25:20.0 +01:00
      }
      +"title": 320426
    }
    0 => App\Entity\EntryComment {#1630
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
      +body: "If you want to put in more time, thats on you obviously. But I see CEO/CFO and othe4 senior management doing 40, and employees doing the same. it has to be driven top down as a culture. Thankfully I’m in BC so management/salary gets extra hours paid, but I still don’t want them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705624416 {#1616
        date: 2024-01-19 01:33:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@SandbagTiara2816@lemmy.dbzer0.com"
        "@BallShapedMan@lemmy.world"
        "@BCsven@lemmy.ca"
        "@SandbagTiara2816@lemmy.dbzer0.com"
        "@BallShapedMan@lemmy.world"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1628 …}
      +nested: Doctrine\ORM\PersistentCollection {#1599 …}
      +votes: Doctrine\ORM\PersistentCollection {#1625 …}
      +reports: Doctrine\ORM\PersistentCollection {#1617 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
      -id: 320906
      -bodyTs: "'40':22 'bc':42 'ceo/cfo':16 'cultur':37 'driven':32 'employe':24 'extra':46 'get':45 'hour':47 'm':40 'manag':20 'management/salary':44 'obvious':12 'othe4':18 'paid':48 'put':5 'see':15 'senior':19 'still':51 'thank':38 'that':9 'time':8 'top':33 'want':3,54"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6500083"
      +editedAt: DateTimeImmutable @1726563708 {#1611
        date: 2024-09-17 11:01:48.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705624416 {#1598
        date: 2024-01-19 01:33:36.0 +01:00
      }
      +"title": 320906
    }
  ]
  -id: 31527
  -titleTs: "'good':4 'hard':10 'm':2 'manag':7 'time':6 'work':11"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705681282
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12589459"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705594882 {#2945
    date: 2024-01-18 17:21:22.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
133 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
134 DENIED moderate
App\Entity\EntryComment {#1613
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#2924 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
    +image: Proxies\__CG__\App\Entity\Image {#2979 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "I-m-so-good-at-time-management-that-I-hardly-work"
    +title: "I'm so good at time management that I hardly work at all"
    +url: "https://lemmy.dbzer0.com/pictrs/image/c52aecc4-a802-425f-9793-11e2904cb23f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 126
    +favouriteCount: 1781
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728271209 {#2974
      date: 2024-10-07 05:20:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2982 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#1613}
      0 => App\Entity\EntryComment {#1630
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
        +body: "If you want to put in more time, thats on you obviously. But I see CEO/CFO and othe4 senior management doing 40, and employees doing the same. it has to be driven top down as a culture. Thankfully I’m in BC so management/salary gets extra hours paid, but I still don’t want them."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705624416 {#1616
          date: 2024-01-19 01:33:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SandbagTiara2816@lemmy.dbzer0.com"
          "@BallShapedMan@lemmy.world"
          "@BCsven@lemmy.ca"
          "@SandbagTiara2816@lemmy.dbzer0.com"
          "@BallShapedMan@lemmy.world"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1628 …}
        +nested: Doctrine\ORM\PersistentCollection {#1599 …}
        +votes: Doctrine\ORM\PersistentCollection {#1625 …}
        +reports: Doctrine\ORM\PersistentCollection {#1617 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
        -id: 320906
        -bodyTs: "'40':22 'bc':42 'ceo/cfo':16 'cultur':37 'driven':32 'employe':24 'extra':46 'get':45 'hour':47 'm':40 'manag':20 'management/salary':44 'obvious':12 'othe4':18 'paid':48 'put':5 'see':15 'senior':19 'still':51 'thank':38 'that':9 'time':8 'top':33 'want':3,54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6500083"
        +editedAt: DateTimeImmutable @1726563708 {#1611
          date: 2024-09-17 11:01:48.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705624416 {#1598
          date: 2024-01-19 01:33:36.0 +01:00
        }
        +"title": 320906
      }
    ]
    -id: 31527
    -titleTs: "'good':4 'hard':10 'm':2 'manag':7 'time':6 'work':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705681282
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12589459"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705594882 {#2945
      date: 2024-01-18 17:21:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
  +body: "I know lots of senior management and companies that only do a 40 hour work week. if you are doing 55 there is too much work for the staff employed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1705613120 {#1621
    date: 2024-01-18 22:25:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SandbagTiara2816@lemmy.dbzer0.com"
    "@BallShapedMan@lemmy.world"
  ]
  +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: 320426
  -bodyTs: "'40':13 '55':21 'compani':8 'employ':30 'hour':14 'know':2 'lot':3 'manag':6 'much':25 'senior':5 'staff':29 'week':16 'work':15,26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6495607"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705613120 {#1620
    date: 2024-01-18 22:25:20.0 +01:00
  }
  +"title": 320426
}
"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
135 DENIED edit
App\Entity\EntryComment {#1613
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#2924 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
    +image: Proxies\__CG__\App\Entity\Image {#2979 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "I-m-so-good-at-time-management-that-I-hardly-work"
    +title: "I'm so good at time management that I hardly work at all"
    +url: "https://lemmy.dbzer0.com/pictrs/image/c52aecc4-a802-425f-9793-11e2904cb23f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 126
    +favouriteCount: 1781
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728271209 {#2974
      date: 2024-10-07 05:20:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2982 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#1613}
      0 => App\Entity\EntryComment {#1630
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
        +body: "If you want to put in more time, thats on you obviously. But I see CEO/CFO and othe4 senior management doing 40, and employees doing the same. it has to be driven top down as a culture. Thankfully I’m in BC so management/salary gets extra hours paid, but I still don’t want them."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705624416 {#1616
          date: 2024-01-19 01:33:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SandbagTiara2816@lemmy.dbzer0.com"
          "@BallShapedMan@lemmy.world"
          "@BCsven@lemmy.ca"
          "@SandbagTiara2816@lemmy.dbzer0.com"
          "@BallShapedMan@lemmy.world"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1628 …}
        +nested: Doctrine\ORM\PersistentCollection {#1599 …}
        +votes: Doctrine\ORM\PersistentCollection {#1625 …}
        +reports: Doctrine\ORM\PersistentCollection {#1617 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
        -id: 320906
        -bodyTs: "'40':22 'bc':42 'ceo/cfo':16 'cultur':37 'driven':32 'employe':24 'extra':46 'get':45 'hour':47 'm':40 'manag':20 'management/salary':44 'obvious':12 'othe4':18 'paid':48 'put':5 'see':15 'senior':19 'still':51 'thank':38 'that':9 'time':8 'top':33 'want':3,54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6500083"
        +editedAt: DateTimeImmutable @1726563708 {#1611
          date: 2024-09-17 11:01:48.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705624416 {#1598
          date: 2024-01-19 01:33:36.0 +01:00
        }
        +"title": 320906
      }
    ]
    -id: 31527
    -titleTs: "'good':4 'hard':10 'm':2 'manag':7 'time':6 'work':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705681282
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12589459"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705594882 {#2945
      date: 2024-01-18 17:21:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
  +body: "I know lots of senior management and companies that only do a 40 hour work week. if you are doing 55 there is too much work for the staff employed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1705613120 {#1621
    date: 2024-01-18 22:25:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SandbagTiara2816@lemmy.dbzer0.com"
    "@BallShapedMan@lemmy.world"
  ]
  +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: 320426
  -bodyTs: "'40':13 '55':21 'compani':8 'employ':30 'hour':14 'know':2 'lot':3 'manag':6 'much':25 'senior':5 'staff':29 'week':16 'work':15,26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6495607"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705613120 {#1620
    date: 2024-01-18 22:25:20.0 +01:00
  }
  +"title": 320426
}
"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
136 DENIED moderate
App\Entity\EntryComment {#1613
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#2924 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
    +image: Proxies\__CG__\App\Entity\Image {#2979 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "I-m-so-good-at-time-management-that-I-hardly-work"
    +title: "I'm so good at time management that I hardly work at all"
    +url: "https://lemmy.dbzer0.com/pictrs/image/c52aecc4-a802-425f-9793-11e2904cb23f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 126
    +favouriteCount: 1781
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728271209 {#2974
      date: 2024-10-07 05:20:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2982 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#1613}
      0 => App\Entity\EntryComment {#1630
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
        +body: "If you want to put in more time, thats on you obviously. But I see CEO/CFO and othe4 senior management doing 40, and employees doing the same. it has to be driven top down as a culture. Thankfully I’m in BC so management/salary gets extra hours paid, but I still don’t want them."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705624416 {#1616
          date: 2024-01-19 01:33:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SandbagTiara2816@lemmy.dbzer0.com"
          "@BallShapedMan@lemmy.world"
          "@BCsven@lemmy.ca"
          "@SandbagTiara2816@lemmy.dbzer0.com"
          "@BallShapedMan@lemmy.world"
          "@BCsven@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1628 …}
        +nested: Doctrine\ORM\PersistentCollection {#1599 …}
        +votes: Doctrine\ORM\PersistentCollection {#1625 …}
        +reports: Doctrine\ORM\PersistentCollection {#1617 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
        -id: 320906
        -bodyTs: "'40':22 'bc':42 'ceo/cfo':16 'cultur':37 'driven':32 'employe':24 'extra':46 'get':45 'hour':47 'm':40 'manag':20 'management/salary':44 'obvious':12 'othe4':18 'paid':48 'put':5 'see':15 'senior':19 'still':51 'thank':38 'that':9 'time':8 'top':33 'want':3,54"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6500083"
        +editedAt: DateTimeImmutable @1726563708 {#1611
          date: 2024-09-17 11:01:48.0 +02:00
        }
        +createdAt: DateTimeImmutable @1705624416 {#1598
          date: 2024-01-19 01:33:36.0 +01:00
        }
        +"title": 320906
      }
    ]
    -id: 31527
    -titleTs: "'good':4 'hard':10 'm':2 'manag':7 'time':6 'work':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705681282
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12589459"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705594882 {#2945
      date: 2024-01-18 17:21:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
  +body: "I know lots of senior management and companies that only do a 40 hour work week. if you are doing 55 there is too much work for the staff employed."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1705613120 {#1621
    date: 2024-01-18 22:25:20.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SandbagTiara2816@lemmy.dbzer0.com"
    "@BallShapedMan@lemmy.world"
  ]
  +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: 320426
  -bodyTs: "'40':13 '55':21 'compani':8 'employ':30 'hour':14 'know':2 'lot':3 'manag':6 'much':25 'senior':5 'staff':29 'week':16 'work':15,26"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6495607"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705613120 {#1620
    date: 2024-01-18 22:25:20.0 +01:00
  }
  +"title": 320426
}
"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
137 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
138 DENIED moderate
App\Entity\EntryComment {#1630
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#2924 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
    +image: Proxies\__CG__\App\Entity\Image {#2979 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "I-m-so-good-at-time-management-that-I-hardly-work"
    +title: "I'm so good at time management that I hardly work at all"
    +url: "https://lemmy.dbzer0.com/pictrs/image/c52aecc4-a802-425f-9793-11e2904cb23f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 126
    +favouriteCount: 1781
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728271209 {#2974
      date: 2024-10-07 05:20:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2982 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
        +body: "I know lots of senior management and companies that only do a 40 hour work week. if you are doing 55 there is too much work for the staff employed."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1705613120 {#1621
          date: 2024-01-18 22:25:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SandbagTiara2816@lemmy.dbzer0.com"
          "@BallShapedMan@lemmy.world"
        ]
        +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: 320426
        -bodyTs: "'40':13 '55':21 'compani':8 'employ':30 'hour':14 'know':2 'lot':3 'manag':6 'much':25 'senior':5 'staff':29 'week':16 'work':15,26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6495607"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705613120 {#1620
          date: 2024-01-18 22:25:20.0 +01:00
        }
        +"title": 320426
      }
      0 => App\Entity\EntryComment {#1630}
    ]
    -id: 31527
    -titleTs: "'good':4 'hard':10 'm':2 'manag':7 'time':6 'work':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705681282
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12589459"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705594882 {#2945
      date: 2024-01-18 17:21:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
  +body: "If you want to put in more time, thats on you obviously. But I see CEO/CFO and othe4 senior management doing 40, and employees doing the same. it has to be driven top down as a culture. Thankfully I’m in BC so management/salary gets extra hours paid, but I still don’t want them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705624416 {#1616
    date: 2024-01-19 01:33:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SandbagTiara2816@lemmy.dbzer0.com"
    "@BallShapedMan@lemmy.world"
    "@BCsven@lemmy.ca"
    "@SandbagTiara2816@lemmy.dbzer0.com"
    "@BallShapedMan@lemmy.world"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1628 …}
  +nested: Doctrine\ORM\PersistentCollection {#1599 …}
  +votes: Doctrine\ORM\PersistentCollection {#1625 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
  -id: 320906
  -bodyTs: "'40':22 'bc':42 'ceo/cfo':16 'cultur':37 'driven':32 'employe':24 'extra':46 'get':45 'hour':47 'm':40 'manag':20 'management/salary':44 'obvious':12 'othe4':18 'paid':48 'put':5 'see':15 'senior':19 'still':51 'thank':38 'that':9 'time':8 'top':33 'want':3,54"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6500083"
  +editedAt: DateTimeImmutable @1726563708 {#1611
    date: 2024-09-17 11:01:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705624416 {#1598
    date: 2024-01-19 01:33:36.0 +01:00
  }
  +"title": 320906
}
"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
139 DENIED edit
App\Entity\EntryComment {#1630
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#2924 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
    +image: Proxies\__CG__\App\Entity\Image {#2979 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "I-m-so-good-at-time-management-that-I-hardly-work"
    +title: "I'm so good at time management that I hardly work at all"
    +url: "https://lemmy.dbzer0.com/pictrs/image/c52aecc4-a802-425f-9793-11e2904cb23f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 126
    +favouriteCount: 1781
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728271209 {#2974
      date: 2024-10-07 05:20:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2982 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
        +body: "I know lots of senior management and companies that only do a 40 hour work week. if you are doing 55 there is too much work for the staff employed."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1705613120 {#1621
          date: 2024-01-18 22:25:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SandbagTiara2816@lemmy.dbzer0.com"
          "@BallShapedMan@lemmy.world"
        ]
        +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: 320426
        -bodyTs: "'40':13 '55':21 'compani':8 'employ':30 'hour':14 'know':2 'lot':3 'manag':6 'much':25 'senior':5 'staff':29 'week':16 'work':15,26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6495607"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705613120 {#1620
          date: 2024-01-18 22:25:20.0 +01:00
        }
        +"title": 320426
      }
      0 => App\Entity\EntryComment {#1630}
    ]
    -id: 31527
    -titleTs: "'good':4 'hard':10 'm':2 'manag':7 'time':6 'work':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705681282
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12589459"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705594882 {#2945
      date: 2024-01-18 17:21:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
  +body: "If you want to put in more time, thats on you obviously. But I see CEO/CFO and othe4 senior management doing 40, and employees doing the same. it has to be driven top down as a culture. Thankfully I’m in BC so management/salary gets extra hours paid, but I still don’t want them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705624416 {#1616
    date: 2024-01-19 01:33:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SandbagTiara2816@lemmy.dbzer0.com"
    "@BallShapedMan@lemmy.world"
    "@BCsven@lemmy.ca"
    "@SandbagTiara2816@lemmy.dbzer0.com"
    "@BallShapedMan@lemmy.world"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1628 …}
  +nested: Doctrine\ORM\PersistentCollection {#1599 …}
  +votes: Doctrine\ORM\PersistentCollection {#1625 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
  -id: 320906
  -bodyTs: "'40':22 'bc':42 'ceo/cfo':16 'cultur':37 'driven':32 'employe':24 'extra':46 'get':45 'hour':47 'm':40 'manag':20 'management/salary':44 'obvious':12 'othe4':18 'paid':48 'put':5 'see':15 'senior':19 'still':51 'thank':38 'that':9 'time':8 'top':33 'want':3,54"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6500083"
  +editedAt: DateTimeImmutable @1726563708 {#1611
    date: 2024-09-17 11:01:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705624416 {#1598
    date: 2024-01-19 01:33:36.0 +01:00
  }
  +"title": 320906
}
"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
140 DENIED moderate
App\Entity\EntryComment {#1630
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#2924 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
    +image: Proxies\__CG__\App\Entity\Image {#2979 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2981 …}
    +slug: "I-m-so-good-at-time-management-that-I-hardly-work"
    +title: "I'm so good at time management that I hardly work at all"
    +url: "https://lemmy.dbzer0.com/pictrs/image/c52aecc4-a802-425f-9793-11e2904cb23f.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 126
    +favouriteCount: 1781
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728271209 {#2974
      date: 2024-10-07 05:20:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2982 …}
    +votes: Doctrine\ORM\PersistentCollection {#2984 …}
    +reports: Doctrine\ORM\PersistentCollection {#2986 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2988 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2990 …}
    +badges: Doctrine\ORM\PersistentCollection {#2992 …}
    +children: [
      1 => App\Entity\EntryComment {#1613
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
        +body: "I know lots of senior management and companies that only do a 40 hour work week. if you are doing 55 there is too much work for the staff employed."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1705613120 {#1621
          date: 2024-01-18 22:25:20.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@SandbagTiara2816@lemmy.dbzer0.com"
          "@BallShapedMan@lemmy.world"
        ]
        +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: 320426
        -bodyTs: "'40':13 '55':21 'compani':8 'employ':30 'hour':14 'know':2 'lot':3 'manag':6 'much':25 'senior':5 'staff':29 'week':16 'work':15,26"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6495607"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705613120 {#1620
          date: 2024-01-18 22:25:20.0 +01:00
        }
        +"title": 320426
      }
      0 => App\Entity\EntryComment {#1630}
    ]
    -id: 31527
    -titleTs: "'good':4 'hard':10 'm':2 'manag':7 'time':6 'work':11"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705681282
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12589459"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705594882 {#2945
      date: 2024-01-18 17:21:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1596 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1619 …}
  +body: "If you want to put in more time, thats on you obviously. But I see CEO/CFO and othe4 senior management doing 40, and employees doing the same. it has to be driven top down as a culture. Thankfully I’m in BC so management/salary gets extra hours paid, but I still don’t want them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705624416 {#1616
    date: 2024-01-19 01:33:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@SandbagTiara2816@lemmy.dbzer0.com"
    "@BallShapedMan@lemmy.world"
    "@BCsven@lemmy.ca"
    "@SandbagTiara2816@lemmy.dbzer0.com"
    "@BallShapedMan@lemmy.world"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1628 …}
  +nested: Doctrine\ORM\PersistentCollection {#1599 …}
  +votes: Doctrine\ORM\PersistentCollection {#1625 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1725 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1722 …}
  -id: 320906
  -bodyTs: "'40':22 'bc':42 'ceo/cfo':16 'cultur':37 'driven':32 'employe':24 'extra':46 'get':45 'hour':47 'm':40 'manag':20 'management/salary':44 'obvious':12 'othe4':18 'paid':48 'put':5 'see':15 'senior':19 'still':51 'thank':38 'that':9 'time':8 'top':33 'want':3,54"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6500083"
  +editedAt: DateTimeImmutable @1726563708 {#1611
    date: 2024-09-17 11:01:48.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705624416 {#1598
    date: 2024-01-19 01:33:36.0 +01:00
  }
  +"title": 320906
}
"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
141 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
142 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#2999 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Is-it-possible-to-use-Google-Drive-reliably"
  +title: "Is it possible to use Google Drive reliably?"
  +url: null
  +body: """
    I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.\n
    \n
    Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.\n
    \n
    Do Linux users just not use Drive?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726485909 {#2994
    date: 2024-09-16 13:25:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3001 …}
  +votes: Doctrine\ORM\PersistentCollection {#3003 …}
  +reports: Doctrine\ORM\PersistentCollection {#3005 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
  +badges: Doctrine\ORM\PersistentCollection {#3011 …}
  +children: [
    1 => App\Entity\EntryComment {#1709
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "Your initial comment was “Not gonna happen since Proton is all encrypted.” When I pointed out that that makes no difference–and we have Windows and Mac version (that accesses this encrypted data) then you switched to another reason. It won’t end, so I have to say good bye, knowing that My Proton Vpn on linux install works, the e-mail bridge works, somebody will integrate the Proton drive API with linux because that’s what the community does even if Proton doesn’t release it."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705606512 {#1435
        date: 2024-01-18 20:35:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@maxprime@lemmy.ml"
        "@BCsven@lemmy.ca"
        "@Father_Redbeard@lemmy.ml"
        "@helenslunch@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1671 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -id: 320134
      -bodyTs: "'access':30 'anoth':38 'api':72 'bridg':64 'bye':50 'comment':3 'communiti':80 'data':33 'differ':21 'doesn':85 'drive':71 'e':62 'e-mail':61 'encrypt':12,32 'end':43 'even':82 'gonna':6 'good':49 'happen':7 'initi':2 'instal':58 'integr':68 'know':51 'linux':57,74 'mac':27 'mail':63 'make':19 'point':15 'proton':9,54,70,84 'reason':39 'releas':87 'say':48 'sinc':8 'somebodi':66 'switch':36 'version':28 'vpn':55 'window':25 'won':41 'work':59,65"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6493440"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705606512 {#1438
        date: 2024-01-18 20:35:12.0 +01:00
      }
      +"title": 320134
    }
    0 => App\Entity\EntryComment {#1548
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "Yep, and some linux community will most likely pickup on development if Proton doesn’t turn it into a full desktop linux app like the Windows or Mac version."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705607217 {#1579
        date: 2024-01-18 20:46:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@maxprime@lemmy.ml"
        "@BCsven@lemmy.ca"
        "@Father_Redbeard@lemmy.ml"
        "@helenslunch@feddit.nl"
        "@CraigeryTheKid@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1561 …}
      +nested: Doctrine\ORM\PersistentCollection {#1564 …}
      +votes: Doctrine\ORM\PersistentCollection {#1563 …}
      +reports: Doctrine\ORM\PersistentCollection {#1565 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
      -id: 320161
      -bodyTs: "'app':23 'communiti':5 'desktop':21 'develop':11 'doesn':14 'full':20 'like':8,24 'linux':4,22 'mac':28 'pickup':9 'proton':13 'turn':16 'version':29 'window':26 'yep':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6493657"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705607217 {#1559
        date: 2024-01-18 20:46:57.0 +01:00
      }
      +"title": 320161
    }
  ]
  -id: 31349
  -titleTs: "'drive':7 'googl':6 'possibl':3 'reliabl':8 'use':5"
  -bodyTs: "'access':55 'cannot':24 'chang':94 'connect':28 'cowork':51 'day':58 'decad':12 'defeat':98 'directori':49 'disconnect':86 'doesn':90 'drive':6,30,38,107 'everi':57 'filesystem':33 'gdrive':66 'good':16 'googl':5 'henc':59 'kind':62 'linux':22,102 'm':61 'make':96 'method':71 'need':54 'often':89 'provid':36 'purpos':100 'rclone':75 'recent':19 'regular':87 'reliabl':27,70 'seem':25,76,84 'share':48 'sinc':41 'space':39 'tie':64 'transit':20 'unlimit':37 'upload':92 'use':4,106 'user':103 've':2 'want':81 'window':8 'work':35,45 'workflow':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705623021
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10690260"
  +editedAt: DateTimeImmutable @1726156030 {#2980
    date: 2024-09-12 17:47:10.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705536621 {#2942
    date: 2024-01-18 01:10: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
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#2999 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Is-it-possible-to-use-Google-Drive-reliably"
  +title: "Is it possible to use Google Drive reliably?"
  +url: null
  +body: """
    I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.\n
    \n
    Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.\n
    \n
    Do Linux users just not use Drive?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726485909 {#2994
    date: 2024-09-16 13:25:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3001 …}
  +votes: Doctrine\ORM\PersistentCollection {#3003 …}
  +reports: Doctrine\ORM\PersistentCollection {#3005 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
  +badges: Doctrine\ORM\PersistentCollection {#3011 …}
  +children: [
    1 => App\Entity\EntryComment {#1709
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "Your initial comment was “Not gonna happen since Proton is all encrypted.” When I pointed out that that makes no difference–and we have Windows and Mac version (that accesses this encrypted data) then you switched to another reason. It won’t end, so I have to say good bye, knowing that My Proton Vpn on linux install works, the e-mail bridge works, somebody will integrate the Proton drive API with linux because that’s what the community does even if Proton doesn’t release it."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705606512 {#1435
        date: 2024-01-18 20:35:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@maxprime@lemmy.ml"
        "@BCsven@lemmy.ca"
        "@Father_Redbeard@lemmy.ml"
        "@helenslunch@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1671 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -id: 320134
      -bodyTs: "'access':30 'anoth':38 'api':72 'bridg':64 'bye':50 'comment':3 'communiti':80 'data':33 'differ':21 'doesn':85 'drive':71 'e':62 'e-mail':61 'encrypt':12,32 'end':43 'even':82 'gonna':6 'good':49 'happen':7 'initi':2 'instal':58 'integr':68 'know':51 'linux':57,74 'mac':27 'mail':63 'make':19 'point':15 'proton':9,54,70,84 'reason':39 'releas':87 'say':48 'sinc':8 'somebodi':66 'switch':36 'version':28 'vpn':55 'window':25 'won':41 'work':59,65"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6493440"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705606512 {#1438
        date: 2024-01-18 20:35:12.0 +01:00
      }
      +"title": 320134
    }
    0 => App\Entity\EntryComment {#1548
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "Yep, and some linux community will most likely pickup on development if Proton doesn’t turn it into a full desktop linux app like the Windows or Mac version."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705607217 {#1579
        date: 2024-01-18 20:46:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@maxprime@lemmy.ml"
        "@BCsven@lemmy.ca"
        "@Father_Redbeard@lemmy.ml"
        "@helenslunch@feddit.nl"
        "@CraigeryTheKid@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1561 …}
      +nested: Doctrine\ORM\PersistentCollection {#1564 …}
      +votes: Doctrine\ORM\PersistentCollection {#1563 …}
      +reports: Doctrine\ORM\PersistentCollection {#1565 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
      -id: 320161
      -bodyTs: "'app':23 'communiti':5 'desktop':21 'develop':11 'doesn':14 'full':20 'like':8,24 'linux':4,22 'mac':28 'pickup':9 'proton':13 'turn':16 'version':29 'window':26 'yep':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6493657"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705607217 {#1559
        date: 2024-01-18 20:46:57.0 +01:00
      }
      +"title": 320161
    }
  ]
  -id: 31349
  -titleTs: "'drive':7 'googl':6 'possibl':3 'reliabl':8 'use':5"
  -bodyTs: "'access':55 'cannot':24 'chang':94 'connect':28 'cowork':51 'day':58 'decad':12 'defeat':98 'directori':49 'disconnect':86 'doesn':90 'drive':6,30,38,107 'everi':57 'filesystem':33 'gdrive':66 'good':16 'googl':5 'henc':59 'kind':62 'linux':22,102 'm':61 'make':96 'method':71 'need':54 'often':89 'provid':36 'purpos':100 'rclone':75 'recent':19 'regular':87 'reliabl':27,70 'seem':25,76,84 'share':48 'sinc':41 'space':39 'tie':64 'transit':20 'unlimit':37 'upload':92 'use':4,106 'user':103 've':2 'want':81 'window':8 'work':35,45 'workflow':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705623021
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10690260"
  +editedAt: DateTimeImmutable @1726156030 {#2980
    date: 2024-09-12 17:47:10.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705536621 {#2942
    date: 2024-01-18 01:10: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
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1582
  +user: Proxies\__CG__\App\Entity\User {#2999 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
  +slug: "Is-it-possible-to-use-Google-Drive-reliably"
  +title: "Is it possible to use Google Drive reliably?"
  +url: null
  +body: """
    I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.\n
    \n
    Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.\n
    \n
    Do Linux users just not use Drive?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 42
  +favouriteCount: 59
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726485909 {#2994
    date: 2024-09-16 13:25:09.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3001 …}
  +votes: Doctrine\ORM\PersistentCollection {#3003 …}
  +reports: Doctrine\ORM\PersistentCollection {#3005 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
  +badges: Doctrine\ORM\PersistentCollection {#3011 …}
  +children: [
    1 => App\Entity\EntryComment {#1709
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "Your initial comment was “Not gonna happen since Proton is all encrypted.” When I pointed out that that makes no difference–and we have Windows and Mac version (that accesses this encrypted data) then you switched to another reason. It won’t end, so I have to say good bye, knowing that My Proton Vpn on linux install works, the e-mail bridge works, somebody will integrate the Proton drive API with linux because that’s what the community does even if Proton doesn’t release it."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705606512 {#1435
        date: 2024-01-18 20:35:12.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@maxprime@lemmy.ml"
        "@BCsven@lemmy.ca"
        "@Father_Redbeard@lemmy.ml"
        "@helenslunch@feddit.nl"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1671 …}
      +nested: Doctrine\ORM\PersistentCollection {#1667 …}
      +votes: Doctrine\ORM\PersistentCollection {#1670 …}
      +reports: Doctrine\ORM\PersistentCollection {#1678 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
      -id: 320134
      -bodyTs: "'access':30 'anoth':38 'api':72 'bridg':64 'bye':50 'comment':3 'communiti':80 'data':33 'differ':21 'doesn':85 'drive':71 'e':62 'e-mail':61 'encrypt':12,32 'end':43 'even':82 'gonna':6 'good':49 'happen':7 'initi':2 'instal':58 'integr':68 'know':51 'linux':57,74 'mac':27 'mail':63 'make':19 'point':15 'proton':9,54,70,84 'reason':39 'releas':87 'say':48 'sinc':8 'somebodi':66 'switch':36 'version':28 'vpn':55 'window':25 'won':41 'work':59,65"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6493440"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705606512 {#1438
        date: 2024-01-18 20:35:12.0 +01:00
      }
      +"title": 320134
    }
    0 => App\Entity\EntryComment {#1548
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
      +body: "Yep, and some linux community will most likely pickup on development if Proton doesn’t turn it into a full desktop linux app like the Windows or Mac version."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705607217 {#1579
        date: 2024-01-18 20:46:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@maxprime@lemmy.ml"
        "@BCsven@lemmy.ca"
        "@Father_Redbeard@lemmy.ml"
        "@helenslunch@feddit.nl"
        "@CraigeryTheKid@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1561 …}
      +nested: Doctrine\ORM\PersistentCollection {#1564 …}
      +votes: Doctrine\ORM\PersistentCollection {#1563 …}
      +reports: Doctrine\ORM\PersistentCollection {#1565 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
      -id: 320161
      -bodyTs: "'app':23 'communiti':5 'desktop':21 'develop':11 'doesn':14 'full':20 'like':8,24 'linux':4,22 'mac':28 'pickup':9 'proton':13 'turn':16 'version':29 'window':26 'yep':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6493657"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705607217 {#1559
        date: 2024-01-18 20:46:57.0 +01:00
      }
      +"title": 320161
    }
  ]
  -id: 31349
  -titleTs: "'drive':7 'googl':6 'possibl':3 'reliabl':8 'use':5"
  -bodyTs: "'access':55 'cannot':24 'chang':94 'connect':28 'cowork':51 'day':58 'decad':12 'defeat':98 'directori':49 'disconnect':86 'doesn':90 'drive':6,30,38,107 'everi':57 'filesystem':33 'gdrive':66 'good':16 'googl':5 'henc':59 'kind':62 'linux':22,102 'm':61 'make':96 'method':71 'need':54 'often':89 'provid':36 'purpos':100 'rclone':75 'recent':19 'regular':87 'reliabl':27,70 'seem':25,76,84 'share':48 'sinc':41 'space':39 'tie':64 'transit':20 'unlimit':37 'upload':92 'use':4,106 'user':103 've':2 'want':81 'window':8 'work':35,45 'workflow':17"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705623021
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10690260"
  +editedAt: DateTimeImmutable @1726156030 {#2980
    date: 2024-09-12 17:47:10.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705536621 {#2942
    date: 2024-01-18 01:10: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
145 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
146 DENIED moderate
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2999 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-use-Google-Drive-reliably"
    +title: "Is it possible to use Google Drive reliably?"
    +url: null
    +body: """
      I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.\n
      \n
      Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.\n
      \n
      Do Linux users just not use Drive?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 42
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726485909 {#2994
      date: 2024-09-16 13:25:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1709}
      0 => App\Entity\EntryComment {#1548
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +body: "Yep, and some linux community will most likely pickup on development if Proton doesn’t turn it into a full desktop linux app like the Windows or Mac version."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705607217 {#1579
          date: 2024-01-18 20:46:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@maxprime@lemmy.ml"
          "@BCsven@lemmy.ca"
          "@Father_Redbeard@lemmy.ml"
          "@helenslunch@feddit.nl"
          "@CraigeryTheKid@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1561 …}
        +nested: Doctrine\ORM\PersistentCollection {#1564 …}
        +votes: Doctrine\ORM\PersistentCollection {#1563 …}
        +reports: Doctrine\ORM\PersistentCollection {#1565 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
        -id: 320161
        -bodyTs: "'app':23 'communiti':5 'desktop':21 'develop':11 'doesn':14 'full':20 'like':8,24 'linux':4,22 'mac':28 'pickup':9 'proton':13 'turn':16 'version':29 'window':26 'yep':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6493657"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705607217 {#1559
          date: 2024-01-18 20:46:57.0 +01:00
        }
        +"title": 320161
      }
    ]
    -id: 31349
    -titleTs: "'drive':7 'googl':6 'possibl':3 'reliabl':8 'use':5"
    -bodyTs: "'access':55 'cannot':24 'chang':94 'connect':28 'cowork':51 'day':58 'decad':12 'defeat':98 'directori':49 'disconnect':86 'doesn':90 'drive':6,30,38,107 'everi':57 'filesystem':33 'gdrive':66 'good':16 'googl':5 'henc':59 'kind':62 'linux':22,102 'm':61 'make':96 'method':71 'need':54 'often':89 'provid':36 'purpos':100 'rclone':75 'recent':19 'regular':87 'reliabl':27,70 'seem':25,76,84 'share':48 'sinc':41 'space':39 'tie':64 'transit':20 'unlimit':37 'upload':92 'use':4,106 'user':103 've':2 'want':81 'window':8 'work':35,45 'workflow':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705623021
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10690260"
    +editedAt: DateTimeImmutable @1726156030 {#2980
      date: 2024-09-12 17:47:10.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705536621 {#2942
      date: 2024-01-18 01:10:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "Your initial comment was “Not gonna happen since Proton is all encrypted.” When I pointed out that that makes no difference–and we have Windows and Mac version (that accesses this encrypted data) then you switched to another reason. It won’t end, so I have to say good bye, knowing that My Proton Vpn on linux install works, the e-mail bridge works, somebody will integrate the Proton drive API with linux because that’s what the community does even if Proton doesn’t release it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705606512 {#1435
    date: 2024-01-18 20:35:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@maxprime@lemmy.ml"
    "@BCsven@lemmy.ca"
    "@Father_Redbeard@lemmy.ml"
    "@helenslunch@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1671 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -id: 320134
  -bodyTs: "'access':30 'anoth':38 'api':72 'bridg':64 'bye':50 'comment':3 'communiti':80 'data':33 'differ':21 'doesn':85 'drive':71 'e':62 'e-mail':61 'encrypt':12,32 'end':43 'even':82 'gonna':6 'good':49 'happen':7 'initi':2 'instal':58 'integr':68 'know':51 'linux':57,74 'mac':27 'mail':63 'make':19 'point':15 'proton':9,54,70,84 'reason':39 'releas':87 'say':48 'sinc':8 'somebodi':66 'switch':36 'version':28 'vpn':55 'window':25 'won':41 'work':59,65"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6493440"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705606512 {#1438
    date: 2024-01-18 20:35:12.0 +01:00
  }
  +"title": 320134
}
"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
147 DENIED edit
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2999 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-use-Google-Drive-reliably"
    +title: "Is it possible to use Google Drive reliably?"
    +url: null
    +body: """
      I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.\n
      \n
      Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.\n
      \n
      Do Linux users just not use Drive?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 42
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726485909 {#2994
      date: 2024-09-16 13:25:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1709}
      0 => App\Entity\EntryComment {#1548
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +body: "Yep, and some linux community will most likely pickup on development if Proton doesn’t turn it into a full desktop linux app like the Windows or Mac version."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705607217 {#1579
          date: 2024-01-18 20:46:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@maxprime@lemmy.ml"
          "@BCsven@lemmy.ca"
          "@Father_Redbeard@lemmy.ml"
          "@helenslunch@feddit.nl"
          "@CraigeryTheKid@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1561 …}
        +nested: Doctrine\ORM\PersistentCollection {#1564 …}
        +votes: Doctrine\ORM\PersistentCollection {#1563 …}
        +reports: Doctrine\ORM\PersistentCollection {#1565 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
        -id: 320161
        -bodyTs: "'app':23 'communiti':5 'desktop':21 'develop':11 'doesn':14 'full':20 'like':8,24 'linux':4,22 'mac':28 'pickup':9 'proton':13 'turn':16 'version':29 'window':26 'yep':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6493657"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705607217 {#1559
          date: 2024-01-18 20:46:57.0 +01:00
        }
        +"title": 320161
      }
    ]
    -id: 31349
    -titleTs: "'drive':7 'googl':6 'possibl':3 'reliabl':8 'use':5"
    -bodyTs: "'access':55 'cannot':24 'chang':94 'connect':28 'cowork':51 'day':58 'decad':12 'defeat':98 'directori':49 'disconnect':86 'doesn':90 'drive':6,30,38,107 'everi':57 'filesystem':33 'gdrive':66 'good':16 'googl':5 'henc':59 'kind':62 'linux':22,102 'm':61 'make':96 'method':71 'need':54 'often':89 'provid':36 'purpos':100 'rclone':75 'recent':19 'regular':87 'reliabl':27,70 'seem':25,76,84 'share':48 'sinc':41 'space':39 'tie':64 'transit':20 'unlimit':37 'upload':92 'use':4,106 'user':103 've':2 'want':81 'window':8 'work':35,45 'workflow':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705623021
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10690260"
    +editedAt: DateTimeImmutable @1726156030 {#2980
      date: 2024-09-12 17:47:10.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705536621 {#2942
      date: 2024-01-18 01:10:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "Your initial comment was “Not gonna happen since Proton is all encrypted.” When I pointed out that that makes no difference–and we have Windows and Mac version (that accesses this encrypted data) then you switched to another reason. It won’t end, so I have to say good bye, knowing that My Proton Vpn on linux install works, the e-mail bridge works, somebody will integrate the Proton drive API with linux because that’s what the community does even if Proton doesn’t release it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705606512 {#1435
    date: 2024-01-18 20:35:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@maxprime@lemmy.ml"
    "@BCsven@lemmy.ca"
    "@Father_Redbeard@lemmy.ml"
    "@helenslunch@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1671 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -id: 320134
  -bodyTs: "'access':30 'anoth':38 'api':72 'bridg':64 'bye':50 'comment':3 'communiti':80 'data':33 'differ':21 'doesn':85 'drive':71 'e':62 'e-mail':61 'encrypt':12,32 'end':43 'even':82 'gonna':6 'good':49 'happen':7 'initi':2 'instal':58 'integr':68 'know':51 'linux':57,74 'mac':27 'mail':63 'make':19 'point':15 'proton':9,54,70,84 'reason':39 'releas':87 'say':48 'sinc':8 'somebodi':66 'switch':36 'version':28 'vpn':55 'window':25 'won':41 'work':59,65"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6493440"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705606512 {#1438
    date: 2024-01-18 20:35:12.0 +01:00
  }
  +"title": 320134
}
"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
148 DENIED moderate
App\Entity\EntryComment {#1709
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2999 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-use-Google-Drive-reliably"
    +title: "Is it possible to use Google Drive reliably?"
    +url: null
    +body: """
      I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.\n
      \n
      Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.\n
      \n
      Do Linux users just not use Drive?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 42
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726485909 {#2994
      date: 2024-09-16 13:25:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1709}
      0 => App\Entity\EntryComment {#1548
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +body: "Yep, and some linux community will most likely pickup on development if Proton doesn’t turn it into a full desktop linux app like the Windows or Mac version."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705607217 {#1579
          date: 2024-01-18 20:46:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@maxprime@lemmy.ml"
          "@BCsven@lemmy.ca"
          "@Father_Redbeard@lemmy.ml"
          "@helenslunch@feddit.nl"
          "@CraigeryTheKid@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1561 …}
        +nested: Doctrine\ORM\PersistentCollection {#1564 …}
        +votes: Doctrine\ORM\PersistentCollection {#1563 …}
        +reports: Doctrine\ORM\PersistentCollection {#1565 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
        -id: 320161
        -bodyTs: "'app':23 'communiti':5 'desktop':21 'develop':11 'doesn':14 'full':20 'like':8,24 'linux':4,22 'mac':28 'pickup':9 'proton':13 'turn':16 'version':29 'window':26 'yep':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6493657"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705607217 {#1559
          date: 2024-01-18 20:46:57.0 +01:00
        }
        +"title": 320161
      }
    ]
    -id: 31349
    -titleTs: "'drive':7 'googl':6 'possibl':3 'reliabl':8 'use':5"
    -bodyTs: "'access':55 'cannot':24 'chang':94 'connect':28 'cowork':51 'day':58 'decad':12 'defeat':98 'directori':49 'disconnect':86 'doesn':90 'drive':6,30,38,107 'everi':57 'filesystem':33 'gdrive':66 'good':16 'googl':5 'henc':59 'kind':62 'linux':22,102 'm':61 'make':96 'method':71 'need':54 'often':89 'provid':36 'purpos':100 'rclone':75 'recent':19 'regular':87 'reliabl':27,70 'seem':25,76,84 'share':48 'sinc':41 'space':39 'tie':64 'transit':20 'unlimit':37 'upload':92 'use':4,106 'user':103 've':2 'want':81 'window':8 'work':35,45 'workflow':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705623021
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10690260"
    +editedAt: DateTimeImmutable @1726156030 {#2980
      date: 2024-09-12 17:47:10.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705536621 {#2942
      date: 2024-01-18 01:10:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "Your initial comment was “Not gonna happen since Proton is all encrypted.” When I pointed out that that makes no difference–and we have Windows and Mac version (that accesses this encrypted data) then you switched to another reason. It won’t end, so I have to say good bye, knowing that My Proton Vpn on linux install works, the e-mail bridge works, somebody will integrate the Proton drive API with linux because that’s what the community does even if Proton doesn’t release it."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705606512 {#1435
    date: 2024-01-18 20:35:12.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@maxprime@lemmy.ml"
    "@BCsven@lemmy.ca"
    "@Father_Redbeard@lemmy.ml"
    "@helenslunch@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1671 …}
  +nested: Doctrine\ORM\PersistentCollection {#1667 …}
  +votes: Doctrine\ORM\PersistentCollection {#1670 …}
  +reports: Doctrine\ORM\PersistentCollection {#1678 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
  -id: 320134
  -bodyTs: "'access':30 'anoth':38 'api':72 'bridg':64 'bye':50 'comment':3 'communiti':80 'data':33 'differ':21 'doesn':85 'drive':71 'e':62 'e-mail':61 'encrypt':12,32 'end':43 'even':82 'gonna':6 'good':49 'happen':7 'initi':2 'instal':58 'integr':68 'know':51 'linux':57,74 'mac':27 'mail':63 'make':19 'point':15 'proton':9,54,70,84 'reason':39 'releas':87 'say':48 'sinc':8 'somebodi':66 'switch':36 'version':28 'vpn':55 'window':25 'won':41 'work':59,65"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6493440"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705606512 {#1438
    date: 2024-01-18 20:35:12.0 +01:00
  }
  +"title": 320134
}
"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
149 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
150 DENIED moderate
App\Entity\EntryComment {#1548
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2999 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-use-Google-Drive-reliably"
    +title: "Is it possible to use Google Drive reliably?"
    +url: null
    +body: """
      I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.\n
      \n
      Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.\n
      \n
      Do Linux users just not use Drive?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 42
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726485909 {#2994
      date: 2024-09-16 13:25:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +body: "Your initial comment was “Not gonna happen since Proton is all encrypted.” When I pointed out that that makes no difference–and we have Windows and Mac version (that accesses this encrypted data) then you switched to another reason. It won’t end, so I have to say good bye, knowing that My Proton Vpn on linux install works, the e-mail bridge works, somebody will integrate the Proton drive API with linux because that’s what the community does even if Proton doesn’t release it."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705606512 {#1435
          date: 2024-01-18 20:35:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@maxprime@lemmy.ml"
          "@BCsven@lemmy.ca"
          "@Father_Redbeard@lemmy.ml"
          "@helenslunch@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1671 …}
        +nested: Doctrine\ORM\PersistentCollection {#1667 …}
        +votes: Doctrine\ORM\PersistentCollection {#1670 …}
        +reports: Doctrine\ORM\PersistentCollection {#1678 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
        -id: 320134
        -bodyTs: "'access':30 'anoth':38 'api':72 'bridg':64 'bye':50 'comment':3 'communiti':80 'data':33 'differ':21 'doesn':85 'drive':71 'e':62 'e-mail':61 'encrypt':12,32 'end':43 'even':82 'gonna':6 'good':49 'happen':7 'initi':2 'instal':58 'integr':68 'know':51 'linux':57,74 'mac':27 'mail':63 'make':19 'point':15 'proton':9,54,70,84 'reason':39 'releas':87 'say':48 'sinc':8 'somebodi':66 'switch':36 'version':28 'vpn':55 'window':25 'won':41 'work':59,65"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6493440"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705606512 {#1438
          date: 2024-01-18 20:35:12.0 +01:00
        }
        +"title": 320134
      }
      0 => App\Entity\EntryComment {#1548}
    ]
    -id: 31349
    -titleTs: "'drive':7 'googl':6 'possibl':3 'reliabl':8 'use':5"
    -bodyTs: "'access':55 'cannot':24 'chang':94 'connect':28 'cowork':51 'day':58 'decad':12 'defeat':98 'directori':49 'disconnect':86 'doesn':90 'drive':6,30,38,107 'everi':57 'filesystem':33 'gdrive':66 'good':16 'googl':5 'henc':59 'kind':62 'linux':22,102 'm':61 'make':96 'method':71 'need':54 'often':89 'provid':36 'purpos':100 'rclone':75 'recent':19 'regular':87 'reliabl':27,70 'seem':25,76,84 'share':48 'sinc':41 'space':39 'tie':64 'transit':20 'unlimit':37 'upload':92 'use':4,106 'user':103 've':2 'want':81 'window':8 'work':35,45 'workflow':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705623021
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10690260"
    +editedAt: DateTimeImmutable @1726156030 {#2980
      date: 2024-09-12 17:47:10.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705536621 {#2942
      date: 2024-01-18 01:10:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "Yep, and some linux community will most likely pickup on development if Proton doesn’t turn it into a full desktop linux app like the Windows or Mac version."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705607217 {#1579
    date: 2024-01-18 20:46:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@maxprime@lemmy.ml"
    "@BCsven@lemmy.ca"
    "@Father_Redbeard@lemmy.ml"
    "@helenslunch@feddit.nl"
    "@CraigeryTheKid@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1561 …}
  +nested: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1563 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
  -id: 320161
  -bodyTs: "'app':23 'communiti':5 'desktop':21 'develop':11 'doesn':14 'full':20 'like':8,24 'linux':4,22 'mac':28 'pickup':9 'proton':13 'turn':16 'version':29 'window':26 'yep':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6493657"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705607217 {#1559
    date: 2024-01-18 20:46:57.0 +01:00
  }
  +"title": 320161
}
"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
151 DENIED edit
App\Entity\EntryComment {#1548
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2999 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-use-Google-Drive-reliably"
    +title: "Is it possible to use Google Drive reliably?"
    +url: null
    +body: """
      I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.\n
      \n
      Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.\n
      \n
      Do Linux users just not use Drive?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 42
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726485909 {#2994
      date: 2024-09-16 13:25:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +body: "Your initial comment was “Not gonna happen since Proton is all encrypted.” When I pointed out that that makes no difference–and we have Windows and Mac version (that accesses this encrypted data) then you switched to another reason. It won’t end, so I have to say good bye, knowing that My Proton Vpn on linux install works, the e-mail bridge works, somebody will integrate the Proton drive API with linux because that’s what the community does even if Proton doesn’t release it."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705606512 {#1435
          date: 2024-01-18 20:35:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@maxprime@lemmy.ml"
          "@BCsven@lemmy.ca"
          "@Father_Redbeard@lemmy.ml"
          "@helenslunch@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1671 …}
        +nested: Doctrine\ORM\PersistentCollection {#1667 …}
        +votes: Doctrine\ORM\PersistentCollection {#1670 …}
        +reports: Doctrine\ORM\PersistentCollection {#1678 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
        -id: 320134
        -bodyTs: "'access':30 'anoth':38 'api':72 'bridg':64 'bye':50 'comment':3 'communiti':80 'data':33 'differ':21 'doesn':85 'drive':71 'e':62 'e-mail':61 'encrypt':12,32 'end':43 'even':82 'gonna':6 'good':49 'happen':7 'initi':2 'instal':58 'integr':68 'know':51 'linux':57,74 'mac':27 'mail':63 'make':19 'point':15 'proton':9,54,70,84 'reason':39 'releas':87 'say':48 'sinc':8 'somebodi':66 'switch':36 'version':28 'vpn':55 'window':25 'won':41 'work':59,65"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6493440"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705606512 {#1438
          date: 2024-01-18 20:35:12.0 +01:00
        }
        +"title": 320134
      }
      0 => App\Entity\EntryComment {#1548}
    ]
    -id: 31349
    -titleTs: "'drive':7 'googl':6 'possibl':3 'reliabl':8 'use':5"
    -bodyTs: "'access':55 'cannot':24 'chang':94 'connect':28 'cowork':51 'day':58 'decad':12 'defeat':98 'directori':49 'disconnect':86 'doesn':90 'drive':6,30,38,107 'everi':57 'filesystem':33 'gdrive':66 'good':16 'googl':5 'henc':59 'kind':62 'linux':22,102 'm':61 'make':96 'method':71 'need':54 'often':89 'provid':36 'purpos':100 'rclone':75 'recent':19 'regular':87 'reliabl':27,70 'seem':25,76,84 'share':48 'sinc':41 'space':39 'tie':64 'transit':20 'unlimit':37 'upload':92 'use':4,106 'user':103 've':2 'want':81 'window':8 'work':35,45 'workflow':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705623021
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10690260"
    +editedAt: DateTimeImmutable @1726156030 {#2980
      date: 2024-09-12 17:47:10.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705536621 {#2942
      date: 2024-01-18 01:10:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "Yep, and some linux community will most likely pickup on development if Proton doesn’t turn it into a full desktop linux app like the Windows or Mac version."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705607217 {#1579
    date: 2024-01-18 20:46:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@maxprime@lemmy.ml"
    "@BCsven@lemmy.ca"
    "@Father_Redbeard@lemmy.ml"
    "@helenslunch@feddit.nl"
    "@CraigeryTheKid@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1561 …}
  +nested: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1563 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
  -id: 320161
  -bodyTs: "'app':23 'communiti':5 'desktop':21 'develop':11 'doesn':14 'full':20 'like':8,24 'linux':4,22 'mac':28 'pickup':9 'proton':13 'turn':16 'version':29 'window':26 'yep':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6493657"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705607217 {#1559
    date: 2024-01-18 20:46:57.0 +01:00
  }
  +"title": 320161
}
"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
152 DENIED moderate
App\Entity\EntryComment {#1548
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1582
    +user: Proxies\__CG__\App\Entity\User {#2999 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2730 …}
    +slug: "Is-it-possible-to-use-Google-Drive-reliably"
    +title: "Is it possible to use Google Drive reliably?"
    +url: null
    +body: """
      I’ve been using Google Drive in Windows for about a decade and have a good workflow. I recently transitioned to Linux but cannot seem to reliably connect my drive to the filesystem. My work provides unlimited Drive space and since it’s for work I have shared directories with coworkers that I need access to every day. Hence, I’m kind of tied to GDrive.\n
      \n
      Is there a reliable method of doing this? Rclone seems to be what I want but it seems to disconnect regularly, and often doesn’t upload the changes I make which defeats the purpose.\n
      \n
      Do Linux users just not use Drive?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 42
    +favouriteCount: 59
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726485909 {#2994
      date: 2024-09-16 13:25:09.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3001 …}
    +votes: Doctrine\ORM\PersistentCollection {#3003 …}
    +reports: Doctrine\ORM\PersistentCollection {#3005 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3007 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3009 …}
    +badges: Doctrine\ORM\PersistentCollection {#3011 …}
    +children: [
      1 => App\Entity\EntryComment {#1709
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1582 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1654 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
        +body: "Your initial comment was “Not gonna happen since Proton is all encrypted.” When I pointed out that that makes no difference–and we have Windows and Mac version (that accesses this encrypted data) then you switched to another reason. It won’t end, so I have to say good bye, knowing that My Proton Vpn on linux install works, the e-mail bridge works, somebody will integrate the Proton drive API with linux because that’s what the community does even if Proton doesn’t release it."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705606512 {#1435
          date: 2024-01-18 20:35:12.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@maxprime@lemmy.ml"
          "@BCsven@lemmy.ca"
          "@Father_Redbeard@lemmy.ml"
          "@helenslunch@feddit.nl"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1671 …}
        +nested: Doctrine\ORM\PersistentCollection {#1667 …}
        +votes: Doctrine\ORM\PersistentCollection {#1670 …}
        +reports: Doctrine\ORM\PersistentCollection {#1678 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1551 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1586 …}
        -id: 320134
        -bodyTs: "'access':30 'anoth':38 'api':72 'bridg':64 'bye':50 'comment':3 'communiti':80 'data':33 'differ':21 'doesn':85 'drive':71 'e':62 'e-mail':61 'encrypt':12,32 'end':43 'even':82 'gonna':6 'good':49 'happen':7 'initi':2 'instal':58 'integr':68 'know':51 'linux':57,74 'mac':27 'mail':63 'make':19 'point':15 'proton':9,54,70,84 'reason':39 'releas':87 'say':48 'sinc':8 'somebodi':66 'switch':36 'version':28 'vpn':55 'window':25 'won':41 'work':59,65"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6493440"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705606512 {#1438
          date: 2024-01-18 20:35:12.0 +01:00
        }
        +"title": 320134
      }
      0 => App\Entity\EntryComment {#1548}
    ]
    -id: 31349
    -titleTs: "'drive':7 'googl':6 'possibl':3 'reliabl':8 'use':5"
    -bodyTs: "'access':55 'cannot':24 'chang':94 'connect':28 'cowork':51 'day':58 'decad':12 'defeat':98 'directori':49 'disconnect':86 'doesn':90 'drive':6,30,38,107 'everi':57 'filesystem':33 'gdrive':66 'good':16 'googl':5 'henc':59 'kind':62 'linux':22,102 'm':61 'make':96 'method':71 'need':54 'often':89 'provid':36 'purpos':100 'rclone':75 'recent':19 'regular':87 'reliabl':27,70 'seem':25,76,84 'share':48 'sinc':41 'space':39 'tie':64 'transit':20 'unlimit':37 'upload':92 'use':4,106 'user':103 've':2 'want':81 'window':8 'work':35,45 'workflow':17"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705623021
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10690260"
    +editedAt: DateTimeImmutable @1726156030 {#2980
      date: 2024-09-12 17:47:10.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705536621 {#2942
      date: 2024-01-18 01:10:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1574 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
  +body: "Yep, and some linux community will most likely pickup on development if Proton doesn’t turn it into a full desktop linux app like the Windows or Mac version."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705607217 {#1579
    date: 2024-01-18 20:46:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@maxprime@lemmy.ml"
    "@BCsven@lemmy.ca"
    "@Father_Redbeard@lemmy.ml"
    "@helenslunch@feddit.nl"
    "@CraigeryTheKid@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1561 …}
  +nested: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1563 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
  -id: 320161
  -bodyTs: "'app':23 'communiti':5 'desktop':21 'develop':11 'doesn':14 'full':20 'like':8,24 'linux':4,22 'mac':28 'pickup':9 'proton':13 'turn':16 'version':29 'window':26 'yep':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6493657"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705607217 {#1559
    date: 2024-01-18 20:46:57.0 +01:00
  }
  +"title": 320161
}
"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
153 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
154 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