GET https://kbin.spritesserver.nl/index.php/u/@indigomirage@lemmy.ca/active

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 …}
}
1.57 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.05 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 {#2259
  +user: Proxies\__CG__\App\Entity\User {#2631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Question-Best-UI-to-manage-VMs-and-containers"
  +title: "Question: Best UI to manage VMs and containers?"
  +url: null
  +body: """
    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
    \n
    I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
    \n
    What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
    \n
    I’ve heard of Portainer, but haven’t had any experience with it.\n
    \n
    What are your suggestions, and why do you recommend them?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729431432 {#2145
    date: 2024-10-20 15:37:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2770 …}
  +votes: Doctrine\ORM\PersistentCollection {#2810 …}
  +reports: Doctrine\ORM\PersistentCollection {#2801 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2849 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
  +badges: Doctrine\ORM\PersistentCollection {#2841 …}
  +children: [
    1 => App\Entity\EntryComment {#2286
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: App\Entity\EntryComment {#2258
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.\n
          \n
          It’s not perfect of course.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1729245163 {#2237
          date: 2024-10-18 11:52:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hperrin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2260 …}
        +nested: Doctrine\ORM\PersistentCollection {#2254 …}
        +votes: Doctrine\ORM\PersistentCollection {#2246 …}
        +reports: Doctrine\ORM\PersistentCollection {#2248 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2247 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
        -id: 347329
        -bodyTs: "'actual':7 'birdsey':13 'cours':30 'docker':23 'get':11 'give':1 'good':9 'let':16 'manag':19 'one':22 'perfect':28 'portain':2 'pretti':8 'server':24 'tri':4 'view':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6811981"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706460155 {#2249
          date: 2024-01-28 17:42:35.0 +01:00
        }
        +"title": 347329
      }
      +root: App\Entity\EntryComment {#2258}
      +body: "Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706485961 {#2284
        date: 2024-01-29 00:52:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hperrin@lemmy.world"
        "@indigomirage@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2287 …}
      +nested: Doctrine\ORM\PersistentCollection {#2142 …}
      +votes: Doctrine\ORM\PersistentCollection {#2039 …}
      +reports: Doctrine\ORM\PersistentCollection {#2155 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2158 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2151 …}
      -id: 348317
      -bodyTs: "'actual':6 'agent':39 'best':30 'client':38 'contain':43 'docker':32,42 'enabl':49 'forget':47 'haven':19 'hypervisor':17 'manag':15,33 'multipl':16 'note':1 'obtain':21 'perhap':9 'portain':28 'proxi':53 'proxmox':10 'run':40 'socket':51 'someth':22 'sure':12 'test':24 'virtual':7 'want':5 'web':50 'yet':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6820763"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706485961 {#2285
        date: 2024-01-29 00:52:41.0 +01:00
      }
      +"title": 348317
    }
    0 => App\Entity\EntryComment {#2258}
  ]
  -id: 33663
  -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
  -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706546295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459895 {#2705
    date: 2024-01-28 17:38: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
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2259
  +user: Proxies\__CG__\App\Entity\User {#2631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Question-Best-UI-to-manage-VMs-and-containers"
  +title: "Question: Best UI to manage VMs and containers?"
  +url: null
  +body: """
    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
    \n
    I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
    \n
    What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
    \n
    I’ve heard of Portainer, but haven’t had any experience with it.\n
    \n
    What are your suggestions, and why do you recommend them?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729431432 {#2145
    date: 2024-10-20 15:37:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2770 …}
  +votes: Doctrine\ORM\PersistentCollection {#2810 …}
  +reports: Doctrine\ORM\PersistentCollection {#2801 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2849 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
  +badges: Doctrine\ORM\PersistentCollection {#2841 …}
  +children: [
    1 => App\Entity\EntryComment {#2286
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: App\Entity\EntryComment {#2258
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.\n
          \n
          It’s not perfect of course.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1729245163 {#2237
          date: 2024-10-18 11:52:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hperrin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2260 …}
        +nested: Doctrine\ORM\PersistentCollection {#2254 …}
        +votes: Doctrine\ORM\PersistentCollection {#2246 …}
        +reports: Doctrine\ORM\PersistentCollection {#2248 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2247 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
        -id: 347329
        -bodyTs: "'actual':7 'birdsey':13 'cours':30 'docker':23 'get':11 'give':1 'good':9 'let':16 'manag':19 'one':22 'perfect':28 'portain':2 'pretti':8 'server':24 'tri':4 'view':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6811981"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706460155 {#2249
          date: 2024-01-28 17:42:35.0 +01:00
        }
        +"title": 347329
      }
      +root: App\Entity\EntryComment {#2258}
      +body: "Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706485961 {#2284
        date: 2024-01-29 00:52:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hperrin@lemmy.world"
        "@indigomirage@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2287 …}
      +nested: Doctrine\ORM\PersistentCollection {#2142 …}
      +votes: Doctrine\ORM\PersistentCollection {#2039 …}
      +reports: Doctrine\ORM\PersistentCollection {#2155 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2158 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2151 …}
      -id: 348317
      -bodyTs: "'actual':6 'agent':39 'best':30 'client':38 'contain':43 'docker':32,42 'enabl':49 'forget':47 'haven':19 'hypervisor':17 'manag':15,33 'multipl':16 'note':1 'obtain':21 'perhap':9 'portain':28 'proxi':53 'proxmox':10 'run':40 'socket':51 'someth':22 'sure':12 'test':24 'virtual':7 'want':5 'web':50 'yet':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6820763"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706485961 {#2285
        date: 2024-01-29 00:52:41.0 +01:00
      }
      +"title": 348317
    }
    0 => App\Entity\EntryComment {#2258}
  ]
  -id: 33663
  -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
  -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706546295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459895 {#2705
    date: 2024-01-28 17:38: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
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2259
  +user: Proxies\__CG__\App\Entity\User {#2631 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Question-Best-UI-to-manage-VMs-and-containers"
  +title: "Question: Best UI to manage VMs and containers?"
  +url: null
  +body: """
    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
    \n
    I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
    \n
    What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
    \n
    I’ve heard of Portainer, but haven’t had any experience with it.\n
    \n
    What are your suggestions, and why do you recommend them?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729431432 {#2145
    date: 2024-10-20 15:37:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2770 …}
  +votes: Doctrine\ORM\PersistentCollection {#2810 …}
  +reports: Doctrine\ORM\PersistentCollection {#2801 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2849 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
  +badges: Doctrine\ORM\PersistentCollection {#2841 …}
  +children: [
    1 => App\Entity\EntryComment {#2286
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: App\Entity\EntryComment {#2258
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.\n
          \n
          It’s not perfect of course.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1729245163 {#2237
          date: 2024-10-18 11:52:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hperrin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2260 …}
        +nested: Doctrine\ORM\PersistentCollection {#2254 …}
        +votes: Doctrine\ORM\PersistentCollection {#2246 …}
        +reports: Doctrine\ORM\PersistentCollection {#2248 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2247 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
        -id: 347329
        -bodyTs: "'actual':7 'birdsey':13 'cours':30 'docker':23 'get':11 'give':1 'good':9 'let':16 'manag':19 'one':22 'perfect':28 'portain':2 'pretti':8 'server':24 'tri':4 'view':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6811981"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706460155 {#2249
          date: 2024-01-28 17:42:35.0 +01:00
        }
        +"title": 347329
      }
      +root: App\Entity\EntryComment {#2258}
      +body: "Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706485961 {#2284
        date: 2024-01-29 00:52:41.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hperrin@lemmy.world"
        "@indigomirage@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2287 …}
      +nested: Doctrine\ORM\PersistentCollection {#2142 …}
      +votes: Doctrine\ORM\PersistentCollection {#2039 …}
      +reports: Doctrine\ORM\PersistentCollection {#2155 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2158 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2151 …}
      -id: 348317
      -bodyTs: "'actual':6 'agent':39 'best':30 'client':38 'contain':43 'docker':32,42 'enabl':49 'forget':47 'haven':19 'hypervisor':17 'manag':15,33 'multipl':16 'note':1 'obtain':21 'perhap':9 'portain':28 'proxi':53 'proxmox':10 'run':40 'socket':51 'someth':22 'sure':12 'test':24 'virtual':7 'want':5 'web':50 'yet':27"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6820763"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706485961 {#2285
        date: 2024-01-29 00:52:41.0 +01:00
      }
      +"title": 348317
    }
    0 => App\Entity\EntryComment {#2258}
  ]
  -id: 33663
  -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
  -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706546295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459895 {#2705
    date: 2024-01-28 17:38: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
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 {#2286
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#2631 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Question-Best-UI-to-manage-VMs-and-containers"
    +title: "Question: Best UI to manage VMs and containers?"
    +url: null
    +body: """
      At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
      \n
      I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
      \n
      What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
      \n
      I’ve heard of Portainer, but haven’t had any experience with it.\n
      \n
      What are your suggestions, and why do you recommend them?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729431432 {#2145
      date: 2024-10-20 15:37:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2770 …}
    +votes: Doctrine\ORM\PersistentCollection {#2810 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2849 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
    +badges: Doctrine\ORM\PersistentCollection {#2841 …}
    +children: [
      1 => App\Entity\EntryComment {#2286}
      0 => App\Entity\EntryComment {#2258
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.\n
          \n
          It’s not perfect of course.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1729245163 {#2237
          date: 2024-10-18 11:52:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hperrin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2260 …}
        +nested: Doctrine\ORM\PersistentCollection {#2254 …}
        +votes: Doctrine\ORM\PersistentCollection {#2246 …}
        +reports: Doctrine\ORM\PersistentCollection {#2248 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2247 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
        -id: 347329
        -bodyTs: "'actual':7 'birdsey':13 'cours':30 'docker':23 'get':11 'give':1 'good':9 'let':16 'manag':19 'one':22 'perfect':28 'portain':2 'pretti':8 'server':24 'tri':4 'view':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6811981"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706460155 {#2249
          date: 2024-01-28 17:42:35.0 +01:00
        }
        +"title": 347329
      }
    ]
    -id: 33663
    -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
    -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706546295
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11294346"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706459895 {#2705
      date: 2024-01-28 17:38:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: App\Entity\EntryComment {#2258}
  +root: App\Entity\EntryComment {#2258}
  +body: "Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706485961 {#2284
    date: 2024-01-29 00:52:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
    "@indigomirage@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2287 …}
  +nested: Doctrine\ORM\PersistentCollection {#2142 …}
  +votes: Doctrine\ORM\PersistentCollection {#2039 …}
  +reports: Doctrine\ORM\PersistentCollection {#2155 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2158 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2151 …}
  -id: 348317
  -bodyTs: "'actual':6 'agent':39 'best':30 'client':38 'contain':43 'docker':32,42 'enabl':49 'forget':47 'haven':19 'hypervisor':17 'manag':15,33 'multipl':16 'note':1 'obtain':21 'perhap':9 'portain':28 'proxi':53 'proxmox':10 'run':40 'socket':51 'someth':22 'sure':12 'test':24 'virtual':7 'want':5 'web':50 'yet':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6820763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706485961 {#2285
    date: 2024-01-29 00:52:41.0 +01:00
  }
  +"title": 348317
}
"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 {#2286
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#2631 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Question-Best-UI-to-manage-VMs-and-containers"
    +title: "Question: Best UI to manage VMs and containers?"
    +url: null
    +body: """
      At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
      \n
      I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
      \n
      What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
      \n
      I’ve heard of Portainer, but haven’t had any experience with it.\n
      \n
      What are your suggestions, and why do you recommend them?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729431432 {#2145
      date: 2024-10-20 15:37:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2770 …}
    +votes: Doctrine\ORM\PersistentCollection {#2810 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2849 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
    +badges: Doctrine\ORM\PersistentCollection {#2841 …}
    +children: [
      1 => App\Entity\EntryComment {#2286}
      0 => App\Entity\EntryComment {#2258
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.\n
          \n
          It’s not perfect of course.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1729245163 {#2237
          date: 2024-10-18 11:52:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hperrin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2260 …}
        +nested: Doctrine\ORM\PersistentCollection {#2254 …}
        +votes: Doctrine\ORM\PersistentCollection {#2246 …}
        +reports: Doctrine\ORM\PersistentCollection {#2248 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2247 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
        -id: 347329
        -bodyTs: "'actual':7 'birdsey':13 'cours':30 'docker':23 'get':11 'give':1 'good':9 'let':16 'manag':19 'one':22 'perfect':28 'portain':2 'pretti':8 'server':24 'tri':4 'view':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6811981"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706460155 {#2249
          date: 2024-01-28 17:42:35.0 +01:00
        }
        +"title": 347329
      }
    ]
    -id: 33663
    -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
    -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706546295
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11294346"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706459895 {#2705
      date: 2024-01-28 17:38:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: App\Entity\EntryComment {#2258}
  +root: App\Entity\EntryComment {#2258}
  +body: "Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706485961 {#2284
    date: 2024-01-29 00:52:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
    "@indigomirage@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2287 …}
  +nested: Doctrine\ORM\PersistentCollection {#2142 …}
  +votes: Doctrine\ORM\PersistentCollection {#2039 …}
  +reports: Doctrine\ORM\PersistentCollection {#2155 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2158 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2151 …}
  -id: 348317
  -bodyTs: "'actual':6 'agent':39 'best':30 'client':38 'contain':43 'docker':32,42 'enabl':49 'forget':47 'haven':19 'hypervisor':17 'manag':15,33 'multipl':16 'note':1 'obtain':21 'perhap':9 'portain':28 'proxi':53 'proxmox':10 'run':40 'socket':51 'someth':22 'sure':12 'test':24 'virtual':7 'want':5 'web':50 'yet':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6820763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706485961 {#2285
    date: 2024-01-29 00:52:41.0 +01:00
  }
  +"title": 348317
}
"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 {#2286
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#2631 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Question-Best-UI-to-manage-VMs-and-containers"
    +title: "Question: Best UI to manage VMs and containers?"
    +url: null
    +body: """
      At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
      \n
      I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
      \n
      What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
      \n
      I’ve heard of Portainer, but haven’t had any experience with it.\n
      \n
      What are your suggestions, and why do you recommend them?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729431432 {#2145
      date: 2024-10-20 15:37:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2770 …}
    +votes: Doctrine\ORM\PersistentCollection {#2810 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2849 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
    +badges: Doctrine\ORM\PersistentCollection {#2841 …}
    +children: [
      1 => App\Entity\EntryComment {#2286}
      0 => App\Entity\EntryComment {#2258
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.\n
          \n
          It’s not perfect of course.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1729245163 {#2237
          date: 2024-10-18 11:52:43.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hperrin@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2260 …}
        +nested: Doctrine\ORM\PersistentCollection {#2254 …}
        +votes: Doctrine\ORM\PersistentCollection {#2246 …}
        +reports: Doctrine\ORM\PersistentCollection {#2248 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2247 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
        -id: 347329
        -bodyTs: "'actual':7 'birdsey':13 'cours':30 'docker':23 'get':11 'give':1 'good':9 'let':16 'manag':19 'one':22 'perfect':28 'portain':2 'pretti':8 'server':24 'tri':4 'view':14"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6811981"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706460155 {#2249
          date: 2024-01-28 17:42:35.0 +01:00
        }
        +"title": 347329
      }
    ]
    -id: 33663
    -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
    -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706546295
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11294346"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706459895 {#2705
      date: 2024-01-28 17:38:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: App\Entity\EntryComment {#2258}
  +root: App\Entity\EntryComment {#2258}
  +body: "Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706485961 {#2284
    date: 2024-01-29 00:52:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
    "@indigomirage@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2287 …}
  +nested: Doctrine\ORM\PersistentCollection {#2142 …}
  +votes: Doctrine\ORM\PersistentCollection {#2039 …}
  +reports: Doctrine\ORM\PersistentCollection {#2155 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2158 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2151 …}
  -id: 348317
  -bodyTs: "'actual':6 'agent':39 'best':30 'client':38 'contain':43 'docker':32,42 'enabl':49 'forget':47 'haven':19 'hypervisor':17 'manag':15,33 'multipl':16 'note':1 'obtain':21 'perhap':9 'portain':28 'proxi':53 'proxmox':10 'run':40 'socket':51 'someth':22 'sure':12 'test':24 'virtual':7 'want':5 'web':50 'yet':27"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6820763"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706485961 {#2285
    date: 2024-01-29 00:52:41.0 +01:00
  }
  +"title": 348317
}
"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 {#2258
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#2631 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Question-Best-UI-to-manage-VMs-and-containers"
    +title: "Question: Best UI to manage VMs and containers?"
    +url: null
    +body: """
      At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
      \n
      I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
      \n
      What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
      \n
      I’ve heard of Portainer, but haven’t had any experience with it.\n
      \n
      What are your suggestions, and why do you recommend them?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729431432 {#2145
      date: 2024-10-20 15:37:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2770 …}
    +votes: Doctrine\ORM\PersistentCollection {#2810 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2849 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
    +badges: Doctrine\ORM\PersistentCollection {#2841 …}
    +children: [
      1 => App\Entity\EntryComment {#2286
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
        +image: null
        +parent: App\Entity\EntryComment {#2258}
        +root: App\Entity\EntryComment {#2258}
        +body: "Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706485961 {#2284
          date: 2024-01-29 00:52:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hperrin@lemmy.world"
          "@indigomirage@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2287 …}
        +nested: Doctrine\ORM\PersistentCollection {#2142 …}
        +votes: Doctrine\ORM\PersistentCollection {#2039 …}
        +reports: Doctrine\ORM\PersistentCollection {#2155 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2158 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2151 …}
        -id: 348317
        -bodyTs: "'actual':6 'agent':39 'best':30 'client':38 'contain':43 'docker':32,42 'enabl':49 'forget':47 'haven':19 'hypervisor':17 'manag':15,33 'multipl':16 'note':1 'obtain':21 'perhap':9 'portain':28 'proxi':53 'proxmox':10 'run':40 'socket':51 'someth':22 'sure':12 'test':24 'virtual':7 'want':5 'web':50 'yet':27"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6820763"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706485961 {#2285
          date: 2024-01-29 00:52:41.0 +01:00
        }
        +"title": 348317
      }
      0 => App\Entity\EntryComment {#2258}
    ]
    -id: 33663
    -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
    -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706546295
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11294346"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706459895 {#2705
      date: 2024-01-28 17:38:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.\n
    \n
    It’s not perfect of course.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1729245163 {#2237
    date: 2024-10-18 11:52:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2260 …}
  +nested: Doctrine\ORM\PersistentCollection {#2254 …}
  +votes: Doctrine\ORM\PersistentCollection {#2246 …}
  +reports: Doctrine\ORM\PersistentCollection {#2248 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2247 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
  -id: 347329
  -bodyTs: "'actual':7 'birdsey':13 'cours':30 'docker':23 'get':11 'give':1 'good':9 'let':16 'manag':19 'one':22 'perfect':28 'portain':2 'pretti':8 'server':24 'tri':4 'view':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6811981"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706460155 {#2249
    date: 2024-01-28 17:42:35.0 +01:00
  }
  +"title": 347329
}
"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 {#2258
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#2631 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Question-Best-UI-to-manage-VMs-and-containers"
    +title: "Question: Best UI to manage VMs and containers?"
    +url: null
    +body: """
      At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
      \n
      I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
      \n
      What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
      \n
      I’ve heard of Portainer, but haven’t had any experience with it.\n
      \n
      What are your suggestions, and why do you recommend them?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729431432 {#2145
      date: 2024-10-20 15:37:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2770 …}
    +votes: Doctrine\ORM\PersistentCollection {#2810 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2849 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
    +badges: Doctrine\ORM\PersistentCollection {#2841 …}
    +children: [
      1 => App\Entity\EntryComment {#2286
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
        +image: null
        +parent: App\Entity\EntryComment {#2258}
        +root: App\Entity\EntryComment {#2258}
        +body: "Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706485961 {#2284
          date: 2024-01-29 00:52:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hperrin@lemmy.world"
          "@indigomirage@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2287 …}
        +nested: Doctrine\ORM\PersistentCollection {#2142 …}
        +votes: Doctrine\ORM\PersistentCollection {#2039 …}
        +reports: Doctrine\ORM\PersistentCollection {#2155 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2158 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2151 …}
        -id: 348317
        -bodyTs: "'actual':6 'agent':39 'best':30 'client':38 'contain':43 'docker':32,42 'enabl':49 'forget':47 'haven':19 'hypervisor':17 'manag':15,33 'multipl':16 'note':1 'obtain':21 'perhap':9 'portain':28 'proxi':53 'proxmox':10 'run':40 'socket':51 'someth':22 'sure':12 'test':24 'virtual':7 'want':5 'web':50 'yet':27"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6820763"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706485961 {#2285
          date: 2024-01-29 00:52:41.0 +01:00
        }
        +"title": 348317
      }
      0 => App\Entity\EntryComment {#2258}
    ]
    -id: 33663
    -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
    -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706546295
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11294346"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706459895 {#2705
      date: 2024-01-28 17:38:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.\n
    \n
    It’s not perfect of course.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1729245163 {#2237
    date: 2024-10-18 11:52:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2260 …}
  +nested: Doctrine\ORM\PersistentCollection {#2254 …}
  +votes: Doctrine\ORM\PersistentCollection {#2246 …}
  +reports: Doctrine\ORM\PersistentCollection {#2248 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2247 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
  -id: 347329
  -bodyTs: "'actual':7 'birdsey':13 'cours':30 'docker':23 'get':11 'give':1 'good':9 'let':16 'manag':19 'one':22 'perfect':28 'portain':2 'pretti':8 'server':24 'tri':4 'view':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6811981"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706460155 {#2249
    date: 2024-01-28 17:42:35.0 +01:00
  }
  +"title": 347329
}
"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 {#2258
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2259
    +user: Proxies\__CG__\App\Entity\User {#2631 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Question-Best-UI-to-manage-VMs-and-containers"
    +title: "Question: Best UI to manage VMs and containers?"
    +url: null
    +body: """
      At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
      \n
      I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
      \n
      What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
      \n
      I’ve heard of Portainer, but haven’t had any experience with it.\n
      \n
      What are your suggestions, and why do you recommend them?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729431432 {#2145
      date: 2024-10-20 15:37:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2770 …}
    +votes: Doctrine\ORM\PersistentCollection {#2810 …}
    +reports: Doctrine\ORM\PersistentCollection {#2801 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2849 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2840 …}
    +badges: Doctrine\ORM\PersistentCollection {#2841 …}
    +children: [
      1 => App\Entity\EntryComment {#2286
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2259 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
        +image: null
        +parent: App\Entity\EntryComment {#2258}
        +root: App\Entity\EntryComment {#2258}
        +body: "Note that if you want actual virtualization then perhaps Proxmox (not sure if it manages multiple hypervisors - I haven’t obtained something to test it on yet). Portainer is best for Docker management (it, and it’s client agents, run as docker containers themselves. Don’t forget to enable web sockets if proxying."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1706485961 {#2284
          date: 2024-01-29 00:52:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@hperrin@lemmy.world"
          "@indigomirage@lemmy.ca"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2287 …}
        +nested: Doctrine\ORM\PersistentCollection {#2142 …}
        +votes: Doctrine\ORM\PersistentCollection {#2039 …}
        +reports: Doctrine\ORM\PersistentCollection {#2155 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2158 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2151 …}
        -id: 348317
        -bodyTs: "'actual':6 'agent':39 'best':30 'client':38 'contain':43 'docker':32,42 'enabl':49 'forget':47 'haven':19 'hypervisor':17 'manag':15,33 'multipl':16 'note':1 'obtain':21 'perhap':9 'portain':28 'proxi':53 'proxmox':10 'run':40 'socket':51 'someth':22 'sure':12 'test':24 'virtual':7 'want':5 'web':50 'yet':27"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6820763"
        +editedAt: null
        +createdAt: DateTimeImmutable @1706485961 {#2285
          date: 2024-01-29 00:52:41.0 +01:00
        }
        +"title": 348317
      }
      0 => App\Entity\EntryComment {#2258}
    ]
    -id: 33663
    -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
    -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706546295
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11294346"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706459895 {#2705
      date: 2024-01-28 17:38:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Give portainer a try. It’s actually pretty good for getting a birdseye view, and let’s you manage more than one docker server.\n
    \n
    It’s not perfect of course.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1729245163 {#2237
    date: 2024-10-18 11:52:43.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2260 …}
  +nested: Doctrine\ORM\PersistentCollection {#2254 …}
  +votes: Doctrine\ORM\PersistentCollection {#2246 …}
  +reports: Doctrine\ORM\PersistentCollection {#2248 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2247 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2256 …}
  -id: 347329
  -bodyTs: "'actual':7 'birdsey':13 'cours':30 'docker':23 'get':11 'give':1 'good':9 'let':16 'manag':19 'one':22 'perfect':28 'portain':2 'pretti':8 'server':24 'tri':4 'view':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6811981"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706460155 {#2249
    date: 2024-01-28 17:42:35.0 +01:00
  }
  +"title": 347329
}
"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 {#2463
  +user: Proxies\__CG__\App\Entity\User {#2886 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "What-s-your-go-to-driving-song"
  +title: "What’s your go to driving song?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 52
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729141735 {#2920
    date: 2024-10-17 07:08:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2925 …}
  +votes: Doctrine\ORM\PersistentCollection {#2928 …}
  +reports: Doctrine\ORM\PersistentCollection {#2930 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
  +badges: Doctrine\ORM\PersistentCollection {#2936 …}
  +children: [
    App\Entity\EntryComment {#2411
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2463 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: null
      +root: null
      +body: "The Wheels on the Bus - Raffi"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1708008865 {#1626
        date: 2024-02-15 15:54:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@whitewalker_646@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2422 …}
      +votes: Doctrine\ORM\PersistentCollection {#2458 …}
      +reports: Doctrine\ORM\PersistentCollection {#2456 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
      -id: 253372
      -bodyTs: "'bus':5 'raffi':6 'wheel':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5890920"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703591375 {#2448
        date: 2023-12-26 12:49:35.0 +01:00
      }
      +"title": 253372
    }
  ]
  -id: 24943
  -titleTs: "'drive':6 'go':4 'song':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703671710
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9988247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703585310 {#2907
    date: 2023-12-26 11:08:30.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 {#2463
  +user: Proxies\__CG__\App\Entity\User {#2886 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "What-s-your-go-to-driving-song"
  +title: "What’s your go to driving song?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 52
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729141735 {#2920
    date: 2024-10-17 07:08:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2925 …}
  +votes: Doctrine\ORM\PersistentCollection {#2928 …}
  +reports: Doctrine\ORM\PersistentCollection {#2930 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
  +badges: Doctrine\ORM\PersistentCollection {#2936 …}
  +children: [
    App\Entity\EntryComment {#2411
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2463 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: null
      +root: null
      +body: "The Wheels on the Bus - Raffi"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1708008865 {#1626
        date: 2024-02-15 15:54:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@whitewalker_646@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2422 …}
      +votes: Doctrine\ORM\PersistentCollection {#2458 …}
      +reports: Doctrine\ORM\PersistentCollection {#2456 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
      -id: 253372
      -bodyTs: "'bus':5 'raffi':6 'wheel':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5890920"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703591375 {#2448
        date: 2023-12-26 12:49:35.0 +01:00
      }
      +"title": 253372
    }
  ]
  -id: 24943
  -titleTs: "'drive':6 'go':4 'song':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703671710
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9988247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703585310 {#2907
    date: 2023-12-26 11:08:30.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 {#2463
  +user: Proxies\__CG__\App\Entity\User {#2886 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "What-s-your-go-to-driving-song"
  +title: "What’s your go to driving song?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 52
  +favouriteCount: 40
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729141735 {#2920
    date: 2024-10-17 07:08:55.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2925 …}
  +votes: Doctrine\ORM\PersistentCollection {#2928 …}
  +reports: Doctrine\ORM\PersistentCollection {#2930 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
  +badges: Doctrine\ORM\PersistentCollection {#2936 …}
  +children: [
    App\Entity\EntryComment {#2411
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2463 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: null
      +root: null
      +body: "The Wheels on the Bus - Raffi"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1708008865 {#1626
        date: 2024-02-15 15:54:25.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@whitewalker_646@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2422 …}
      +votes: Doctrine\ORM\PersistentCollection {#2458 …}
      +reports: Doctrine\ORM\PersistentCollection {#2456 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
      -id: 253372
      -bodyTs: "'bus':5 'raffi':6 'wheel':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5890920"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703591375 {#2448
        date: 2023-12-26 12:49:35.0 +01:00
      }
      +"title": 253372
    }
  ]
  -id: 24943
  -titleTs: "'drive':6 'go':4 'song':7"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703671710
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9988247"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703585310 {#2907
    date: 2023-12-26 11:08:30.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 {#2411
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2463
    +user: Proxies\__CG__\App\Entity\User {#2886 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "What-s-your-go-to-driving-song"
    +title: "What’s your go to driving song?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 52
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729141735 {#2920
      date: 2024-10-17 07:08:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2925 …}
    +votes: Doctrine\ORM\PersistentCollection {#2928 …}
    +reports: Doctrine\ORM\PersistentCollection {#2930 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
    +badges: Doctrine\ORM\PersistentCollection {#2936 …}
    +children: [
      App\Entity\EntryComment {#2411}
    ]
    -id: 24943
    -titleTs: "'drive':6 'go':4 'song':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671710
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9988247"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703585310 {#2907
      date: 2023-12-26 11:08:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "The Wheels on the Bus - Raffi"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1708008865 {#1626
    date: 2024-02-15 15:54:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@whitewalker_646@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2422 …}
  +votes: Doctrine\ORM\PersistentCollection {#2458 …}
  +reports: Doctrine\ORM\PersistentCollection {#2456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
  -id: 253372
  -bodyTs: "'bus':5 'raffi':6 'wheel':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5890920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703591375 {#2448
    date: 2023-12-26 12:49:35.0 +01:00
  }
  +"title": 253372
}
"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 {#2411
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2463
    +user: Proxies\__CG__\App\Entity\User {#2886 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "What-s-your-go-to-driving-song"
    +title: "What’s your go to driving song?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 52
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729141735 {#2920
      date: 2024-10-17 07:08:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2925 …}
    +votes: Doctrine\ORM\PersistentCollection {#2928 …}
    +reports: Doctrine\ORM\PersistentCollection {#2930 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
    +badges: Doctrine\ORM\PersistentCollection {#2936 …}
    +children: [
      App\Entity\EntryComment {#2411}
    ]
    -id: 24943
    -titleTs: "'drive':6 'go':4 'song':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671710
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9988247"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703585310 {#2907
      date: 2023-12-26 11:08:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "The Wheels on the Bus - Raffi"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1708008865 {#1626
    date: 2024-02-15 15:54:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@whitewalker_646@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2422 …}
  +votes: Doctrine\ORM\PersistentCollection {#2458 …}
  +reports: Doctrine\ORM\PersistentCollection {#2456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
  -id: 253372
  -bodyTs: "'bus':5 'raffi':6 'wheel':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5890920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703591375 {#2448
    date: 2023-12-26 12:49:35.0 +01:00
  }
  +"title": 253372
}
"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 {#2411
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2463
    +user: Proxies\__CG__\App\Entity\User {#2886 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "What-s-your-go-to-driving-song"
    +title: "What’s your go to driving song?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 52
    +favouriteCount: 40
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729141735 {#2920
      date: 2024-10-17 07:08:55.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2925 …}
    +votes: Doctrine\ORM\PersistentCollection {#2928 …}
    +reports: Doctrine\ORM\PersistentCollection {#2930 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2932 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2934 …}
    +badges: Doctrine\ORM\PersistentCollection {#2936 …}
    +children: [
      App\Entity\EntryComment {#2411}
    ]
    -id: 24943
    -titleTs: "'drive':6 'go':4 'song':7"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703671710
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9988247"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703585310 {#2907
      date: 2023-12-26 11:08:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "The Wheels on the Bus - Raffi"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1708008865 {#1626
    date: 2024-02-15 15:54:25.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@whitewalker_646@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2422 …}
  +votes: Doctrine\ORM\PersistentCollection {#2458 …}
  +reports: Doctrine\ORM\PersistentCollection {#2456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
  -id: 253372
  -bodyTs: "'bus':5 'raffi':6 'wheel':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5890920"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703591375 {#2448
    date: 2023-12-26 12:49:35.0 +01:00
  }
  +"title": 253372
}
"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 {#2295
  +user: Proxies\__CG__\App\Entity\User {#2943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Fedora-Arch-or-EndeavourOS"
  +title: "Fedora, Arch, or EndeavourOS?"
  +url: null
  +body: """
    Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
    \n
    I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
    \n
    I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
    \n
    I’m curious to hear about your experiences and recommendations!\n
    \n
    **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 45
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727615093 {#2938
    date: 2024-09-29 15:04:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2945 …}
  +votes: Doctrine\ORM\PersistentCollection {#2947 …}
  +reports: Doctrine\ORM\PersistentCollection {#2949 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
  +badges: Doctrine\ORM\PersistentCollection {#2955 …}
  +children: [
    App\Entity\EntryComment {#2296
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2295 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I’m really enjoying Fedora (just switched from Ubuntu and previously Debian). More current than Debian, doesn’t have Ubuntu’s canonical baggage, and more stable than Arch (nothing wrong with Arch, it’s just more bleeding edge than I want for anything other than experimenting. YMMV. And Arch documentation is fantastic - I use it to help unravel issues/find solutions on other distros after a bit of translation and sanity checks).\n
        \n
        Fedora is well inside the Gnome camp but it’s basically unaltered so you feel freer to tweak and make it your own. (you can obviously run any environment you want).\n
        \n
        Not sure if Red Hat’s nonsense will infect Fedora down the road but I can switch it up if I feel like it later. (for a server, I’d just do Debian or *possibly* Ubuntu.)\n
        \n
        Unfortunately, my main machine remains Windows with WSL. Too many things (of what *I* need) just won’t run on Linux…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705440746 {#2292
        date: 2024-01-16 22:32:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CatLikeLemming@lemmy.blahaj.zone"
        "@CatLikeLemming@lemmy.blahaj.zone"
        "@CatLikeLemming@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 315033
      -bodyTs: "'anyth':43 'arch':28,32,49 'baggag':23 'basic':82 'bit':66 'bleed':37 'camp':78 'canon':22 'check':71 'current':14 'd':132 'debian':12,16,135 'distro':63 'document':50 'doesn':17 'edg':38 'enjoy':4 'environ':100 'experi':46 'fantast':52 'fedora':5,72,112 'feel':86,124 'freer':87 'gnome':77 'hat':107 'help':57 'infect':111 'insid':75 'issues/find':59 'later':127 'like':125 'linux':159 'm':2 'machin':142 'main':141 'make':91 'mani':148 'need':153 'nonsens':109 'noth':29 'obvious':97 'possibl':137 'previous':11 'realli':3 'red':106 'remain':143 'road':115 'run':98,157 'saniti':70 'server':130 'solut':60 'stabl':26 'sure':104 'switch':7,119 'thing':149 'translat':68 'tweak':89 'ubuntu':9,20,138 'unalt':83 'unfortun':139 'unravel':58 'use':54 'want':41,102 'well':74 'window':144 'won':155 'wrong':30 'wsl':146 'ymmv':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6436486"
      +editedAt: DateTimeImmutable @1725210115 {#2294
        date: 2024-09-01 19:01:55.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705440746 {#2290
        date: 2024-01-16 22:32:26.0 +01:00
      }
      +"title": 315033
    }
  ]
  -id: 31042
  -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
  -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705525042
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7672756"
  +editedAt: DateTimeImmutable @1726378605 {#2926
    date: 2024-09-15 07:36:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705438642 {#2904
    date: 2024-01-16 21:57: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
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2295
  +user: Proxies\__CG__\App\Entity\User {#2943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Fedora-Arch-or-EndeavourOS"
  +title: "Fedora, Arch, or EndeavourOS?"
  +url: null
  +body: """
    Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
    \n
    I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
    \n
    I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
    \n
    I’m curious to hear about your experiences and recommendations!\n
    \n
    **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 45
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727615093 {#2938
    date: 2024-09-29 15:04:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2945 …}
  +votes: Doctrine\ORM\PersistentCollection {#2947 …}
  +reports: Doctrine\ORM\PersistentCollection {#2949 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
  +badges: Doctrine\ORM\PersistentCollection {#2955 …}
  +children: [
    App\Entity\EntryComment {#2296
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2295 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I’m really enjoying Fedora (just switched from Ubuntu and previously Debian). More current than Debian, doesn’t have Ubuntu’s canonical baggage, and more stable than Arch (nothing wrong with Arch, it’s just more bleeding edge than I want for anything other than experimenting. YMMV. And Arch documentation is fantastic - I use it to help unravel issues/find solutions on other distros after a bit of translation and sanity checks).\n
        \n
        Fedora is well inside the Gnome camp but it’s basically unaltered so you feel freer to tweak and make it your own. (you can obviously run any environment you want).\n
        \n
        Not sure if Red Hat’s nonsense will infect Fedora down the road but I can switch it up if I feel like it later. (for a server, I’d just do Debian or *possibly* Ubuntu.)\n
        \n
        Unfortunately, my main machine remains Windows with WSL. Too many things (of what *I* need) just won’t run on Linux…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705440746 {#2292
        date: 2024-01-16 22:32:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CatLikeLemming@lemmy.blahaj.zone"
        "@CatLikeLemming@lemmy.blahaj.zone"
        "@CatLikeLemming@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 315033
      -bodyTs: "'anyth':43 'arch':28,32,49 'baggag':23 'basic':82 'bit':66 'bleed':37 'camp':78 'canon':22 'check':71 'current':14 'd':132 'debian':12,16,135 'distro':63 'document':50 'doesn':17 'edg':38 'enjoy':4 'environ':100 'experi':46 'fantast':52 'fedora':5,72,112 'feel':86,124 'freer':87 'gnome':77 'hat':107 'help':57 'infect':111 'insid':75 'issues/find':59 'later':127 'like':125 'linux':159 'm':2 'machin':142 'main':141 'make':91 'mani':148 'need':153 'nonsens':109 'noth':29 'obvious':97 'possibl':137 'previous':11 'realli':3 'red':106 'remain':143 'road':115 'run':98,157 'saniti':70 'server':130 'solut':60 'stabl':26 'sure':104 'switch':7,119 'thing':149 'translat':68 'tweak':89 'ubuntu':9,20,138 'unalt':83 'unfortun':139 'unravel':58 'use':54 'want':41,102 'well':74 'window':144 'won':155 'wrong':30 'wsl':146 'ymmv':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6436486"
      +editedAt: DateTimeImmutable @1725210115 {#2294
        date: 2024-09-01 19:01:55.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705440746 {#2290
        date: 2024-01-16 22:32:26.0 +01:00
      }
      +"title": 315033
    }
  ]
  -id: 31042
  -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
  -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705525042
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7672756"
  +editedAt: DateTimeImmutable @1726378605 {#2926
    date: 2024-09-15 07:36:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705438642 {#2904
    date: 2024-01-16 21:57: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
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2295
  +user: Proxies\__CG__\App\Entity\User {#2943 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Fedora-Arch-or-EndeavourOS"
  +title: "Fedora, Arch, or EndeavourOS?"
  +url: null
  +body: """
    Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
    \n
    I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
    \n
    I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
    \n
    I’m curious to hear about your experiences and recommendations!\n
    \n
    **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 45
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727615093 {#2938
    date: 2024-09-29 15:04:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2945 …}
  +votes: Doctrine\ORM\PersistentCollection {#2947 …}
  +reports: Doctrine\ORM\PersistentCollection {#2949 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
  +badges: Doctrine\ORM\PersistentCollection {#2955 …}
  +children: [
    App\Entity\EntryComment {#2296
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2295 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I’m really enjoying Fedora (just switched from Ubuntu and previously Debian). More current than Debian, doesn’t have Ubuntu’s canonical baggage, and more stable than Arch (nothing wrong with Arch, it’s just more bleeding edge than I want for anything other than experimenting. YMMV. And Arch documentation is fantastic - I use it to help unravel issues/find solutions on other distros after a bit of translation and sanity checks).\n
        \n
        Fedora is well inside the Gnome camp but it’s basically unaltered so you feel freer to tweak and make it your own. (you can obviously run any environment you want).\n
        \n
        Not sure if Red Hat’s nonsense will infect Fedora down the road but I can switch it up if I feel like it later. (for a server, I’d just do Debian or *possibly* Ubuntu.)\n
        \n
        Unfortunately, my main machine remains Windows with WSL. Too many things (of what *I* need) just won’t run on Linux…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705440746 {#2292
        date: 2024-01-16 22:32:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CatLikeLemming@lemmy.blahaj.zone"
        "@CatLikeLemming@lemmy.blahaj.zone"
        "@CatLikeLemming@lemmy.blahaj.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2281 …}
      +nested: Doctrine\ORM\PersistentCollection {#2280 …}
      +votes: Doctrine\ORM\PersistentCollection {#2278 …}
      +reports: Doctrine\ORM\PersistentCollection {#2279 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
      -id: 315033
      -bodyTs: "'anyth':43 'arch':28,32,49 'baggag':23 'basic':82 'bit':66 'bleed':37 'camp':78 'canon':22 'check':71 'current':14 'd':132 'debian':12,16,135 'distro':63 'document':50 'doesn':17 'edg':38 'enjoy':4 'environ':100 'experi':46 'fantast':52 'fedora':5,72,112 'feel':86,124 'freer':87 'gnome':77 'hat':107 'help':57 'infect':111 'insid':75 'issues/find':59 'later':127 'like':125 'linux':159 'm':2 'machin':142 'main':141 'make':91 'mani':148 'need':153 'nonsens':109 'noth':29 'obvious':97 'possibl':137 'previous':11 'realli':3 'red':106 'remain':143 'road':115 'run':98,157 'saniti':70 'server':130 'solut':60 'stabl':26 'sure':104 'switch':7,119 'thing':149 'translat':68 'tweak':89 'ubuntu':9,20,138 'unalt':83 'unfortun':139 'unravel':58 'use':54 'want':41,102 'well':74 'window':144 'won':155 'wrong':30 'wsl':146 'ymmv':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6436486"
      +editedAt: DateTimeImmutable @1725210115 {#2294
        date: 2024-09-01 19:01:55.0 +02:00
      }
      +createdAt: DateTimeImmutable @1705440746 {#2290
        date: 2024-01-16 22:32:26.0 +01:00
      }
      +"title": 315033
    }
  ]
  -id: 31042
  -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
  -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705525042
  +visibility: "visible             "
  +apId: "https://lemmy.blahaj.zone/post/7672756"
  +editedAt: DateTimeImmutable @1726378605 {#2926
    date: 2024-09-15 07:36:45.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705438642 {#2904
    date: 2024-01-16 21:57: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
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 {#2296
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2295
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Fedora-Arch-or-EndeavourOS"
    +title: "Fedora, Arch, or EndeavourOS?"
    +url: null
    +body: """
      Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
      \n
      I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
      \n
      I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
      \n
      I’m curious to hear about your experiences and recommendations!\n
      \n
      **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 45
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727615093 {#2938
      date: 2024-09-29 15:04:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      App\Entity\EntryComment {#2296}
    ]
    -id: 31042
    -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
    -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705525042
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7672756"
    +editedAt: DateTimeImmutable @1726378605 {#2926
      date: 2024-09-15 07:36:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705438642 {#2904
      date: 2024-01-16 21:57:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I’m really enjoying Fedora (just switched from Ubuntu and previously Debian). More current than Debian, doesn’t have Ubuntu’s canonical baggage, and more stable than Arch (nothing wrong with Arch, it’s just more bleeding edge than I want for anything other than experimenting. YMMV. And Arch documentation is fantastic - I use it to help unravel issues/find solutions on other distros after a bit of translation and sanity checks).\n
    \n
    Fedora is well inside the Gnome camp but it’s basically unaltered so you feel freer to tweak and make it your own. (you can obviously run any environment you want).\n
    \n
    Not sure if Red Hat’s nonsense will infect Fedora down the road but I can switch it up if I feel like it later. (for a server, I’d just do Debian or *possibly* Ubuntu.)\n
    \n
    Unfortunately, my main machine remains Windows with WSL. Too many things (of what *I* need) just won’t run on Linux…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705440746 {#2292
    date: 2024-01-16 22:32:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CatLikeLemming@lemmy.blahaj.zone"
    "@CatLikeLemming@lemmy.blahaj.zone"
    "@CatLikeLemming@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 315033
  -bodyTs: "'anyth':43 'arch':28,32,49 'baggag':23 'basic':82 'bit':66 'bleed':37 'camp':78 'canon':22 'check':71 'current':14 'd':132 'debian':12,16,135 'distro':63 'document':50 'doesn':17 'edg':38 'enjoy':4 'environ':100 'experi':46 'fantast':52 'fedora':5,72,112 'feel':86,124 'freer':87 'gnome':77 'hat':107 'help':57 'infect':111 'insid':75 'issues/find':59 'later':127 'like':125 'linux':159 'm':2 'machin':142 'main':141 'make':91 'mani':148 'need':153 'nonsens':109 'noth':29 'obvious':97 'possibl':137 'previous':11 'realli':3 'red':106 'remain':143 'road':115 'run':98,157 'saniti':70 'server':130 'solut':60 'stabl':26 'sure':104 'switch':7,119 'thing':149 'translat':68 'tweak':89 'ubuntu':9,20,138 'unalt':83 'unfortun':139 'unravel':58 'use':54 'want':41,102 'well':74 'window':144 'won':155 'wrong':30 'wsl':146 'ymmv':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6436486"
  +editedAt: DateTimeImmutable @1725210115 {#2294
    date: 2024-09-01 19:01:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705440746 {#2290
    date: 2024-01-16 22:32:26.0 +01:00
  }
  +"title": 315033
}
"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 {#2296
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2295
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Fedora-Arch-or-EndeavourOS"
    +title: "Fedora, Arch, or EndeavourOS?"
    +url: null
    +body: """
      Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
      \n
      I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
      \n
      I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
      \n
      I’m curious to hear about your experiences and recommendations!\n
      \n
      **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 45
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727615093 {#2938
      date: 2024-09-29 15:04:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      App\Entity\EntryComment {#2296}
    ]
    -id: 31042
    -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
    -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705525042
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7672756"
    +editedAt: DateTimeImmutable @1726378605 {#2926
      date: 2024-09-15 07:36:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705438642 {#2904
      date: 2024-01-16 21:57:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I’m really enjoying Fedora (just switched from Ubuntu and previously Debian). More current than Debian, doesn’t have Ubuntu’s canonical baggage, and more stable than Arch (nothing wrong with Arch, it’s just more bleeding edge than I want for anything other than experimenting. YMMV. And Arch documentation is fantastic - I use it to help unravel issues/find solutions on other distros after a bit of translation and sanity checks).\n
    \n
    Fedora is well inside the Gnome camp but it’s basically unaltered so you feel freer to tweak and make it your own. (you can obviously run any environment you want).\n
    \n
    Not sure if Red Hat’s nonsense will infect Fedora down the road but I can switch it up if I feel like it later. (for a server, I’d just do Debian or *possibly* Ubuntu.)\n
    \n
    Unfortunately, my main machine remains Windows with WSL. Too many things (of what *I* need) just won’t run on Linux…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705440746 {#2292
    date: 2024-01-16 22:32:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CatLikeLemming@lemmy.blahaj.zone"
    "@CatLikeLemming@lemmy.blahaj.zone"
    "@CatLikeLemming@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 315033
  -bodyTs: "'anyth':43 'arch':28,32,49 'baggag':23 'basic':82 'bit':66 'bleed':37 'camp':78 'canon':22 'check':71 'current':14 'd':132 'debian':12,16,135 'distro':63 'document':50 'doesn':17 'edg':38 'enjoy':4 'environ':100 'experi':46 'fantast':52 'fedora':5,72,112 'feel':86,124 'freer':87 'gnome':77 'hat':107 'help':57 'infect':111 'insid':75 'issues/find':59 'later':127 'like':125 'linux':159 'm':2 'machin':142 'main':141 'make':91 'mani':148 'need':153 'nonsens':109 'noth':29 'obvious':97 'possibl':137 'previous':11 'realli':3 'red':106 'remain':143 'road':115 'run':98,157 'saniti':70 'server':130 'solut':60 'stabl':26 'sure':104 'switch':7,119 'thing':149 'translat':68 'tweak':89 'ubuntu':9,20,138 'unalt':83 'unfortun':139 'unravel':58 'use':54 'want':41,102 'well':74 'window':144 'won':155 'wrong':30 'wsl':146 'ymmv':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6436486"
  +editedAt: DateTimeImmutable @1725210115 {#2294
    date: 2024-09-01 19:01:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705440746 {#2290
    date: 2024-01-16 22:32:26.0 +01:00
  }
  +"title": 315033
}
"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 {#2296
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2295
    +user: Proxies\__CG__\App\Entity\User {#2943 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Fedora-Arch-or-EndeavourOS"
    +title: "Fedora, Arch, or EndeavourOS?"
    +url: null
    +body: """
      Hi, I was here and asked about a few distros already, so here’s a quick summary of my situation:\n
      \n
      I’m thinking about what distro to put onto my new Laptop, which will be used for University, Work, and just general daily usage. I am currently using EndeavourOS on my main PC and have been decently satisfied, but I want to experiment more. I’ve already asked if Arch was fine for this situation, to which the answer was a general “Yes, but keep x in mind” and I’ve asked about NixOS, where the answer was generally a no.\n
      \n
      I’ve been looking around a bit more, and now I’m kind of curious about Fedora, specifically the KDE spin (or i3, I haven’t quite decided). It seems to be cutting edge, compared to Arch’s (and by extension EndeavourOS’s) bleeding edge, and I’m wondering what you all think of it. From what I can gather it has basically all traits which people used to enjoy in Ubuntu, before Canonical dropped the ball on that. While it’s not rolling release, the stability improvements and user experience compared to something like Arch, or even a more comfortable fork like EndeavourOS, seem quite decent, but in your experience, does that make up for the lack of the AUR and reduced applicability of the Arch Wiki?\n
      \n
      I’m curious to hear about your experiences and recommendations!\n
      \n
      **Edit:**I feel like I need to clarify, I know about the difference between EndeavourOS and Arch, I mostly just brought it up as a note that I am somewhat familiar with arch-based systems, and as a question of if it’d be stupid to just go with raw Arch, as EndeavourOS is basically the same, but with a more comfortable installer. I should have specified that more clearly in the first place, my apologies.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 45
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727615093 {#2938
      date: 2024-09-29 15:04:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2945 …}
    +votes: Doctrine\ORM\PersistentCollection {#2947 …}
    +reports: Doctrine\ORM\PersistentCollection {#2949 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2951 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2953 …}
    +badges: Doctrine\ORM\PersistentCollection {#2955 …}
    +children: [
      App\Entity\EntryComment {#2296}
    ]
    -id: 31042
    -titleTs: "'arch':2 'endeavouro':4 'fedora':1"
    -bodyTs: "'alreadi':11,67 'answer':79,97 'apolog':316 'applic':225 'arch':70,138,197,228,256,273,291 'arch-bas':272 'around':106 'ask':6,68,92 'aur':222 'ball':178 'base':274 'basic':164,295 'bit':108 'bleed':145 'brought':260 'canon':175 'clarifi':247 'clear':310 'comfort':202,302 'compar':136,193 'curious':116,232 'current':47 'cut':134 'd':283 'daili':43 'decent':57,208 'decid':129 'differ':252 'distro':10,26 'drop':176 'edg':135,146 'edit':240 'endeavouro':49,143,205,254,293 'enjoy':171 'even':199 'experi':63,192,212,237 'extens':142 'familiar':270 'fedora':118 'feel':242 'fine':72 'first':313 'fork':203 'gather':161 'general':42,82,99 'go':288 'haven':126 'hear':234 'hi':1 'i3':124 'improv':189 'instal':303 'kde':121 'keep':85 'kind':114 'know':249 'lack':219 'laptop':32 'like':196,204,243 'look':105 'm':22,113,149,231 'main':52 'make':215 'mind':88 'most':258 'need':245 'new':31 'nixo':94 'note':265 'onto':29 'pc':53 'peopl':168 'place':314 'put':28 'question':279 'quick':16 'quit':128,207 'raw':290 'recommend':239 'reduc':224 'releas':186 'roll':185 'satisfi':58 'seem':131,206 'situat':20,75 'someth':195 'somewhat':269 'specif':119 'specifi':307 'spin':122 'stabil':188 'stupid':285 'summari':17 'system':275 'think':23,154 'trait':166 'ubuntu':173 'univers':38 'usag':44 'use':36,48,169 'user':191 've':66,91,103 'want':61 'wiki':229 'wonder':150 'work':39 'x':86 'yes':83"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705525042
    +visibility: "visible             "
    +apId: "https://lemmy.blahaj.zone/post/7672756"
    +editedAt: DateTimeImmutable @1726378605 {#2926
      date: 2024-09-15 07:36:45.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705438642 {#2904
      date: 2024-01-16 21:57:22.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I’m really enjoying Fedora (just switched from Ubuntu and previously Debian). More current than Debian, doesn’t have Ubuntu’s canonical baggage, and more stable than Arch (nothing wrong with Arch, it’s just more bleeding edge than I want for anything other than experimenting. YMMV. And Arch documentation is fantastic - I use it to help unravel issues/find solutions on other distros after a bit of translation and sanity checks).\n
    \n
    Fedora is well inside the Gnome camp but it’s basically unaltered so you feel freer to tweak and make it your own. (you can obviously run any environment you want).\n
    \n
    Not sure if Red Hat’s nonsense will infect Fedora down the road but I can switch it up if I feel like it later. (for a server, I’d just do Debian or *possibly* Ubuntu.)\n
    \n
    Unfortunately, my main machine remains Windows with WSL. Too many things (of what *I* need) just won’t run on Linux…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705440746 {#2292
    date: 2024-01-16 22:32:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CatLikeLemming@lemmy.blahaj.zone"
    "@CatLikeLemming@lemmy.blahaj.zone"
    "@CatLikeLemming@lemmy.blahaj.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2281 …}
  +nested: Doctrine\ORM\PersistentCollection {#2280 …}
  +votes: Doctrine\ORM\PersistentCollection {#2278 …}
  +reports: Doctrine\ORM\PersistentCollection {#2279 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2277 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2220 …}
  -id: 315033
  -bodyTs: "'anyth':43 'arch':28,32,49 'baggag':23 'basic':82 'bit':66 'bleed':37 'camp':78 'canon':22 'check':71 'current':14 'd':132 'debian':12,16,135 'distro':63 'document':50 'doesn':17 'edg':38 'enjoy':4 'environ':100 'experi':46 'fantast':52 'fedora':5,72,112 'feel':86,124 'freer':87 'gnome':77 'hat':107 'help':57 'infect':111 'insid':75 'issues/find':59 'later':127 'like':125 'linux':159 'm':2 'machin':142 'main':141 'make':91 'mani':148 'need':153 'nonsens':109 'noth':29 'obvious':97 'possibl':137 'previous':11 'realli':3 'red':106 'remain':143 'road':115 'run':98,157 'saniti':70 'server':130 'solut':60 'stabl':26 'sure':104 'switch':7,119 'thing':149 'translat':68 'tweak':89 'ubuntu':9,20,138 'unalt':83 'unfortun':139 'unravel':58 'use':54 'want':41,102 'well':74 'window':144 'won':155 'wrong':30 'wsl':146 'ymmv':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6436486"
  +editedAt: DateTimeImmutable @1725210115 {#2294
    date: 2024-09-01 19:01:55.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705440746 {#2290
    date: 2024-01-16 22:32:26.0 +01:00
  }
  +"title": 315033
}
"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
App\Entity\Entry {#1458
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#1445
    date: 2024-09-26 14:18:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1648 …}
  +votes: Doctrine\ORM\PersistentCollection {#1675 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: [
    2 => App\Entity\EntryComment {#2219
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +body: """
        Thanks - this gives me a few leads.\n
        \n
        I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
        \n
        A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
        \n
        If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705787159 {#2222
        date: 2024-01-20 22:45:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@indigomirage@lemmy.ca"
        "@d3Xt3r@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2196 …}
      +nested: Doctrine\ORM\PersistentCollection {#2194 …}
      +votes: Doctrine\ORM\PersistentCollection {#2193 …}
      +reports: Doctrine\ORM\PersistentCollection {#2205 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
      -id: 326594
      -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6549557"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705787159 {#2221
        date: 2024-01-20 22:45:59.0 +01:00
      }
      +"title": 326594
    }
    1 => App\Entity\EntryComment {#2208
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +body: """
        Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
        \n
        That said, I’ll give it a go.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705789534 {#2207
        date: 2024-01-20 23:25:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@indigomirage@lemmy.ca"
        "@d3Xt3r@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2204 …}
      +nested: Doctrine\ORM\PersistentCollection {#2211 …}
      +votes: Doctrine\ORM\PersistentCollection {#2266 …}
      +reports: Doctrine\ORM\PersistentCollection {#2268 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
      -id: 326714
      -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6550673"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705789534 {#2212
        date: 2024-01-20 23:25:34.0 +01:00
      }
      +"title": 326714
    }
    0 => App\Entity\EntryComment {#2265
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705848976 {#2190
        date: 2024-01-21 15:56:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@indigomirage@lemmy.ca"
        "@d3Xt3r@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2262 …}
      +nested: Doctrine\ORM\PersistentCollection {#2264 …}
      +votes: Doctrine\ORM\PersistentCollection {#2242 …}
      +reports: Doctrine\ORM\PersistentCollection {#2240 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
      -id: 328326
      -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6578489"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705848976 {#2253
        date: 2024-01-21 15:56:16.0 +01:00
      }
      +"title": 328326
    }
  ]
  -id: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#1642
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#1622
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\Entry {#1458
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#1445
    date: 2024-09-26 14:18:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1648 …}
  +votes: Doctrine\ORM\PersistentCollection {#1675 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: [
    2 => App\Entity\EntryComment {#2219
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +body: """
        Thanks - this gives me a few leads.\n
        \n
        I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
        \n
        A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
        \n
        If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705787159 {#2222
        date: 2024-01-20 22:45:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@indigomirage@lemmy.ca"
        "@d3Xt3r@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2196 …}
      +nested: Doctrine\ORM\PersistentCollection {#2194 …}
      +votes: Doctrine\ORM\PersistentCollection {#2193 …}
      +reports: Doctrine\ORM\PersistentCollection {#2205 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
      -id: 326594
      -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6549557"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705787159 {#2221
        date: 2024-01-20 22:45:59.0 +01:00
      }
      +"title": 326594
    }
    1 => App\Entity\EntryComment {#2208
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +body: """
        Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
        \n
        That said, I’ll give it a go.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705789534 {#2207
        date: 2024-01-20 23:25:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@indigomirage@lemmy.ca"
        "@d3Xt3r@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2204 …}
      +nested: Doctrine\ORM\PersistentCollection {#2211 …}
      +votes: Doctrine\ORM\PersistentCollection {#2266 …}
      +reports: Doctrine\ORM\PersistentCollection {#2268 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
      -id: 326714
      -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6550673"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705789534 {#2212
        date: 2024-01-20 23:25:34.0 +01:00
      }
      +"title": 326714
    }
    0 => App\Entity\EntryComment {#2265
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705848976 {#2190
        date: 2024-01-21 15:56:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@indigomirage@lemmy.ca"
        "@d3Xt3r@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2262 …}
      +nested: Doctrine\ORM\PersistentCollection {#2264 …}
      +votes: Doctrine\ORM\PersistentCollection {#2242 …}
      +reports: Doctrine\ORM\PersistentCollection {#2240 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
      -id: 328326
      -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6578489"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705848976 {#2253
        date: 2024-01-21 15:56:16.0 +01:00
      }
      +"title": 328326
    }
  ]
  -id: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#1642
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#1622
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\Entry {#1458
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Flatpacks-installing-within-Distrobox"
  +title: "Flatpacks - installing within Distrobox?"
  +url: null
  +body: """
    Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
    \n
    Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
    \n
    I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
    \n
    Is this a technique that anyone has had luck with? Worth pursuing?\n
    \n
    FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 5
  +favouriteCount: 36
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727353125 {#1445
    date: 2024-09-26 14:18:45.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1648 …}
  +votes: Doctrine\ORM\PersistentCollection {#1675 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: [
    2 => App\Entity\EntryComment {#2219
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +body: """
        Thanks - this gives me a few leads.\n
        \n
        I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
        \n
        A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
        \n
        If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1705787159 {#2222
        date: 2024-01-20 22:45:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@indigomirage@lemmy.ca"
        "@d3Xt3r@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2196 …}
      +nested: Doctrine\ORM\PersistentCollection {#2194 …}
      +votes: Doctrine\ORM\PersistentCollection {#2193 …}
      +reports: Doctrine\ORM\PersistentCollection {#2205 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
      -id: 326594
      -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6549557"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705787159 {#2221
        date: 2024-01-20 22:45:59.0 +01:00
      }
      +"title": 326594
    }
    1 => App\Entity\EntryComment {#2208
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +body: """
        Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
        \n
        That said, I’ll give it a go.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705789534 {#2207
        date: 2024-01-20 23:25:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@indigomirage@lemmy.ca"
        "@d3Xt3r@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2204 …}
      +nested: Doctrine\ORM\PersistentCollection {#2211 …}
      +votes: Doctrine\ORM\PersistentCollection {#2266 …}
      +reports: Doctrine\ORM\PersistentCollection {#2268 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
      -id: 326714
      -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6550673"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705789534 {#2212
        date: 2024-01-20 23:25:34.0 +01:00
      }
      +"title": 326714
    }
    0 => App\Entity\EntryComment {#2265
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
      +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705848976 {#2190
        date: 2024-01-21 15:56:16.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@indigomirage@lemmy.ca"
        "@d3Xt3r@lemmy.nz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2262 …}
      +nested: Doctrine\ORM\PersistentCollection {#2264 …}
      +votes: Doctrine\ORM\PersistentCollection {#2242 …}
      +reports: Doctrine\ORM\PersistentCollection {#2240 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
      -id: 328326
      -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6578489"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705848976 {#2253
        date: 2024-01-21 15:56:16.0 +01:00
      }
      +"title": 328326
    }
  ]
  -id: 32001
  -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
  -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705871577
  +visibility: "visible             "
  +apId: "https://lemmy.ca/post/13700056"
  +editedAt: DateTimeImmutable @1727185733 {#1642
    date: 2024-09-24 15:48:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705785177 {#1622
    date: 2024-01-20 22:12:57.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2219
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Flatpacks-installing-within-Distrobox"
    +title: "Flatpacks - installing within Distrobox?"
    +url: null
    +body: """
      Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
      \n
      Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
      \n
      I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
      \n
      Is this a technique that anyone has had luck with? Worth pursuing?\n
      \n
      FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727353125 {#1445
      date: 2024-09-26 14:18:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      2 => App\Entity\EntryComment {#2219}
      1 => App\Entity\EntryComment {#2208
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
          \n
          That said, I’ll give it a go.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705789534 {#2207
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2204 …}
        +nested: Doctrine\ORM\PersistentCollection {#2211 …}
        +votes: Doctrine\ORM\PersistentCollection {#2266 …}
        +reports: Doctrine\ORM\PersistentCollection {#2268 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
        -id: 326714
        -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6550673"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705789534 {#2212
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +"title": 326714
      }
      0 => App\Entity\EntryComment {#2265
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705848976 {#2190
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 328326
        -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6578489"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705848976 {#2253
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +"title": 328326
      }
    ]
    -id: 32001
    -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
    -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705871577
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13700056"
    +editedAt: DateTimeImmutable @1727185733 {#1642
      date: 2024-09-24 15:48:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705785177 {#1622
      date: 2024-01-20 22:12:57.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +body: """
    Thanks - this gives me a few leads.\n
    \n
    I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
    \n
    A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
    \n
    If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705787159 {#2222
    date: 2024-01-20 22:45:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@indigomirage@lemmy.ca"
    "@d3Xt3r@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2196 …}
  +nested: Doctrine\ORM\PersistentCollection {#2194 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
  -id: 326594
  -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6549557"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705787159 {#2221
    date: 2024-01-20 22:45:59.0 +01:00
  }
  +"title": 326594
}
"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 {#2219
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Flatpacks-installing-within-Distrobox"
    +title: "Flatpacks - installing within Distrobox?"
    +url: null
    +body: """
      Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
      \n
      Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
      \n
      I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
      \n
      Is this a technique that anyone has had luck with? Worth pursuing?\n
      \n
      FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727353125 {#1445
      date: 2024-09-26 14:18:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      2 => App\Entity\EntryComment {#2219}
      1 => App\Entity\EntryComment {#2208
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
          \n
          That said, I’ll give it a go.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705789534 {#2207
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2204 …}
        +nested: Doctrine\ORM\PersistentCollection {#2211 …}
        +votes: Doctrine\ORM\PersistentCollection {#2266 …}
        +reports: Doctrine\ORM\PersistentCollection {#2268 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
        -id: 326714
        -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6550673"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705789534 {#2212
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +"title": 326714
      }
      0 => App\Entity\EntryComment {#2265
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705848976 {#2190
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 328326
        -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6578489"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705848976 {#2253
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +"title": 328326
      }
    ]
    -id: 32001
    -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
    -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705871577
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13700056"
    +editedAt: DateTimeImmutable @1727185733 {#1642
      date: 2024-09-24 15:48:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705785177 {#1622
      date: 2024-01-20 22:12:57.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +body: """
    Thanks - this gives me a few leads.\n
    \n
    I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
    \n
    A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
    \n
    If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705787159 {#2222
    date: 2024-01-20 22:45:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@indigomirage@lemmy.ca"
    "@d3Xt3r@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2196 …}
  +nested: Doctrine\ORM\PersistentCollection {#2194 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
  -id: 326594
  -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6549557"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705787159 {#2221
    date: 2024-01-20 22:45:59.0 +01:00
  }
  +"title": 326594
}
"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 {#2219
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Flatpacks-installing-within-Distrobox"
    +title: "Flatpacks - installing within Distrobox?"
    +url: null
    +body: """
      Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
      \n
      Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
      \n
      I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
      \n
      Is this a technique that anyone has had luck with? Worth pursuing?\n
      \n
      FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727353125 {#1445
      date: 2024-09-26 14:18:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      2 => App\Entity\EntryComment {#2219}
      1 => App\Entity\EntryComment {#2208
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
          \n
          That said, I’ll give it a go.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705789534 {#2207
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2204 …}
        +nested: Doctrine\ORM\PersistentCollection {#2211 …}
        +votes: Doctrine\ORM\PersistentCollection {#2266 …}
        +reports: Doctrine\ORM\PersistentCollection {#2268 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
        -id: 326714
        -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6550673"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705789534 {#2212
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +"title": 326714
      }
      0 => App\Entity\EntryComment {#2265
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705848976 {#2190
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 328326
        -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6578489"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705848976 {#2253
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +"title": 328326
      }
    ]
    -id: 32001
    -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
    -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705871577
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13700056"
    +editedAt: DateTimeImmutable @1727185733 {#1642
      date: 2024-09-24 15:48:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705785177 {#1622
      date: 2024-01-20 22:12:57.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +body: """
    Thanks - this gives me a few leads.\n
    \n
    I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
    \n
    A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
    \n
    If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1705787159 {#2222
    date: 2024-01-20 22:45:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@indigomirage@lemmy.ca"
    "@d3Xt3r@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2196 …}
  +nested: Doctrine\ORM\PersistentCollection {#2194 …}
  +votes: Doctrine\ORM\PersistentCollection {#2193 …}
  +reports: Doctrine\ORM\PersistentCollection {#2205 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
  -id: 326594
  -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6549557"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705787159 {#2221
    date: 2024-01-20 22:45:59.0 +01:00
  }
  +"title": 326594
}
"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
App\Entity\EntryComment {#2208
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Flatpacks-installing-within-Distrobox"
    +title: "Flatpacks - installing within Distrobox?"
    +url: null
    +body: """
      Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
      \n
      Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
      \n
      I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
      \n
      Is this a technique that anyone has had luck with? Worth pursuing?\n
      \n
      FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727353125 {#1445
      date: 2024-09-26 14:18:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      2 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thanks - this gives me a few leads.\n
          \n
          I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
          \n
          A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
          \n
          If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705787159 {#2222
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 326594
        -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6549557"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705787159 {#2221
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +"title": 326594
      }
      1 => App\Entity\EntryComment {#2208}
      0 => App\Entity\EntryComment {#2265
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705848976 {#2190
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 328326
        -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6578489"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705848976 {#2253
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +"title": 328326
      }
    ]
    -id: 32001
    -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
    -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705871577
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13700056"
    +editedAt: DateTimeImmutable @1727185733 {#1642
      date: 2024-09-24 15:48:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705785177 {#1622
      date: 2024-01-20 22:12:57.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +body: """
    Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
    \n
    That said, I’ll give it a go.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705789534 {#2207
    date: 2024-01-20 23:25:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@indigomirage@lemmy.ca"
    "@d3Xt3r@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2204 …}
  +nested: Doctrine\ORM\PersistentCollection {#2211 …}
  +votes: Doctrine\ORM\PersistentCollection {#2266 …}
  +reports: Doctrine\ORM\PersistentCollection {#2268 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
  -id: 326714
  -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6550673"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705789534 {#2212
    date: 2024-01-20 23:25:34.0 +01:00
  }
  +"title": 326714
}
"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
39 DENIED edit
App\Entity\EntryComment {#2208
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Flatpacks-installing-within-Distrobox"
    +title: "Flatpacks - installing within Distrobox?"
    +url: null
    +body: """
      Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
      \n
      Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
      \n
      I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
      \n
      Is this a technique that anyone has had luck with? Worth pursuing?\n
      \n
      FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727353125 {#1445
      date: 2024-09-26 14:18:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      2 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thanks - this gives me a few leads.\n
          \n
          I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
          \n
          A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
          \n
          If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705787159 {#2222
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 326594
        -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6549557"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705787159 {#2221
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +"title": 326594
      }
      1 => App\Entity\EntryComment {#2208}
      0 => App\Entity\EntryComment {#2265
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705848976 {#2190
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 328326
        -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6578489"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705848976 {#2253
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +"title": 328326
      }
    ]
    -id: 32001
    -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
    -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705871577
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13700056"
    +editedAt: DateTimeImmutable @1727185733 {#1642
      date: 2024-09-24 15:48:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705785177 {#1622
      date: 2024-01-20 22:12:57.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +body: """
    Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
    \n
    That said, I’ll give it a go.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705789534 {#2207
    date: 2024-01-20 23:25:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@indigomirage@lemmy.ca"
    "@d3Xt3r@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2204 …}
  +nested: Doctrine\ORM\PersistentCollection {#2211 …}
  +votes: Doctrine\ORM\PersistentCollection {#2266 …}
  +reports: Doctrine\ORM\PersistentCollection {#2268 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
  -id: 326714
  -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6550673"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705789534 {#2212
    date: 2024-01-20 23:25:34.0 +01:00
  }
  +"title": 326714
}
"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
40 DENIED moderate
App\Entity\EntryComment {#2208
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Flatpacks-installing-within-Distrobox"
    +title: "Flatpacks - installing within Distrobox?"
    +url: null
    +body: """
      Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
      \n
      Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
      \n
      I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
      \n
      Is this a technique that anyone has had luck with? Worth pursuing?\n
      \n
      FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727353125 {#1445
      date: 2024-09-26 14:18:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      2 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thanks - this gives me a few leads.\n
          \n
          I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
          \n
          A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
          \n
          If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705787159 {#2222
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 326594
        -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6549557"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705787159 {#2221
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +"title": 326594
      }
      1 => App\Entity\EntryComment {#2208}
      0 => App\Entity\EntryComment {#2265
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705848976 {#2190
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2262 …}
        +nested: Doctrine\ORM\PersistentCollection {#2264 …}
        +votes: Doctrine\ORM\PersistentCollection {#2242 …}
        +reports: Doctrine\ORM\PersistentCollection {#2240 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
        -id: 328326
        -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6578489"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705848976 {#2253
          date: 2024-01-21 15:56:16.0 +01:00
        }
        +"title": 328326
      }
    ]
    -id: 32001
    -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
    -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705871577
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13700056"
    +editedAt: DateTimeImmutable @1727185733 {#1642
      date: 2024-09-24 15:48:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705785177 {#1622
      date: 2024-01-20 22:12:57.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +body: """
    Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
    \n
    That said, I’ll give it a go.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705789534 {#2207
    date: 2024-01-20 23:25:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@indigomirage@lemmy.ca"
    "@d3Xt3r@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2204 …}
  +nested: Doctrine\ORM\PersistentCollection {#2211 …}
  +votes: Doctrine\ORM\PersistentCollection {#2266 …}
  +reports: Doctrine\ORM\PersistentCollection {#2268 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
  -id: 326714
  -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6550673"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705789534 {#2212
    date: 2024-01-20 23:25:34.0 +01:00
  }
  +"title": 326714
}
"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
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 {#2265
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Flatpacks-installing-within-Distrobox"
    +title: "Flatpacks - installing within Distrobox?"
    +url: null
    +body: """
      Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
      \n
      Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
      \n
      I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
      \n
      Is this a technique that anyone has had luck with? Worth pursuing?\n
      \n
      FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727353125 {#1445
      date: 2024-09-26 14:18:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      2 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thanks - this gives me a few leads.\n
          \n
          I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
          \n
          A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
          \n
          If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705787159 {#2222
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 326594
        -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6549557"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705787159 {#2221
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +"title": 326594
      }
      1 => App\Entity\EntryComment {#2208
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
          \n
          That said, I’ll give it a go.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705789534 {#2207
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2204 …}
        +nested: Doctrine\ORM\PersistentCollection {#2211 …}
        +votes: Doctrine\ORM\PersistentCollection {#2266 …}
        +reports: Doctrine\ORM\PersistentCollection {#2268 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
        -id: 326714
        -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6550673"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705789534 {#2212
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +"title": 326714
      }
      0 => App\Entity\EntryComment {#2265}
    ]
    -id: 32001
    -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
    -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705871577
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13700056"
    +editedAt: DateTimeImmutable @1727185733 {#1642
      date: 2024-09-24 15:48:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705785177 {#1622
      date: 2024-01-20 22:12:57.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705848976 {#2190
    date: 2024-01-21 15:56:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@indigomirage@lemmy.ca"
    "@d3Xt3r@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2262 …}
  +nested: Doctrine\ORM\PersistentCollection {#2264 …}
  +votes: Doctrine\ORM\PersistentCollection {#2242 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
  -id: 328326
  -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6578489"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705848976 {#2253
    date: 2024-01-21 15:56:16.0 +01:00
  }
  +"title": 328326
}
"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 {#2265
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Flatpacks-installing-within-Distrobox"
    +title: "Flatpacks - installing within Distrobox?"
    +url: null
    +body: """
      Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
      \n
      Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
      \n
      I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
      \n
      Is this a technique that anyone has had luck with? Worth pursuing?\n
      \n
      FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727353125 {#1445
      date: 2024-09-26 14:18:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      2 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thanks - this gives me a few leads.\n
          \n
          I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
          \n
          A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
          \n
          If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705787159 {#2222
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 326594
        -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6549557"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705787159 {#2221
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +"title": 326594
      }
      1 => App\Entity\EntryComment {#2208
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
          \n
          That said, I’ll give it a go.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705789534 {#2207
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2204 …}
        +nested: Doctrine\ORM\PersistentCollection {#2211 …}
        +votes: Doctrine\ORM\PersistentCollection {#2266 …}
        +reports: Doctrine\ORM\PersistentCollection {#2268 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
        -id: 326714
        -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6550673"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705789534 {#2212
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +"title": 326714
      }
      0 => App\Entity\EntryComment {#2265}
    ]
    -id: 32001
    -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
    -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705871577
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13700056"
    +editedAt: DateTimeImmutable @1727185733 {#1642
      date: 2024-09-24 15:48:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705785177 {#1622
      date: 2024-01-20 22:12:57.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705848976 {#2190
    date: 2024-01-21 15:56:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@indigomirage@lemmy.ca"
    "@d3Xt3r@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2262 …}
  +nested: Doctrine\ORM\PersistentCollection {#2264 …}
  +votes: Doctrine\ORM\PersistentCollection {#2242 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
  -id: 328326
  -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6578489"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705848976 {#2253
    date: 2024-01-21 15:56:16.0 +01:00
  }
  +"title": 328326
}
"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 {#2265
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Flatpacks-installing-within-Distrobox"
    +title: "Flatpacks - installing within Distrobox?"
    +url: null
    +body: """
      Hi there - I’m trying to make use of flatpaks, but keeping them isolated from my host (as I need to experiment with a bunch of settings and I don’t want to bork my host environment. Again.)\n
      \n
      Has anyone had actual success making this work? I’ve only been able to get anything to install by sudo-ing, but even then, I cannot get things to run. It’ll fail with file not found (but which file? verbose mode doesn’t help) or fail to connect to the system bus.\n
      \n
      I’ve seen some posts about unmounting /var/lib/flatpak on initialization but I’ve had no luck there. (I’m on Fedora 39, which, to be honest, I’m rather enjoying.)\n
      \n
      Is this a technique that anyone has had luck with? Worth pursuing?\n
      \n
      FWIW, my big goal is to run bottles and I’ve had far more luck with bottles (which strongly recommends flatpak) than with winehq.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 5
    +favouriteCount: 36
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727353125 {#1445
      date: 2024-09-26 14:18:45.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      2 => App\Entity\EntryComment {#2219
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thanks - this gives me a few leads.\n
          \n
          I know that I’m not getting a full sandbox - that’s ok. Ultimately I’m trying to get bottles running in the hopes of getting a semi-contained environment for me to test out yabridge and getting reaper to load the vsts without crashing. (Reaper is the easy part, the plugins not so much…)\n
          \n
          A modicum of isolation here (even if not complete) will help me figure things out. Obviously, if I need different kernel/flags the host will get it too.\n
          \n
          If I unshare-devsys, will that disable audio? (I’m still trying to get a clear picture of what’s shared and what isn’t with distrobox/podman (with docker, it feels a bit more straightforward, but I’m not sure docker would be the right choice here…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1705787159 {#2222
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2196 …}
        +nested: Doctrine\ORM\PersistentCollection {#2194 …}
        +votes: Doctrine\ORM\PersistentCollection {#2193 …}
        +reports: Doctrine\ORM\PersistentCollection {#2205 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2202 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2210 …}
        -id: 326594
        -bodyTs: "'audio':99 'bit':124 'bottl':27 'choic':137 'clear':107 'complet':72 'contain':37 'crash':53 'devsi':95 'differ':83 'disabl':98 'distrobox/podman':118 'docker':120,132 'easi':57 'environ':38 'even':69 'feel':122 'figur':76 'full':16 'get':14,26,33,46,88,105 'give':3 'help':74 'hope':31 'host':86 'isn':115 'isol':67 'kernel/flags':84 'know':9 'lead':7 'load':49 'm':12,23,101,129 'modicum':65 'much':63 'need':82 'obvious':79 'ok':20 'part':58 'pictur':108 'plugin':60 'reaper':47,54 'right':136 'run':28 'sandbox':17 'semi':36 'semi-contain':35 'share':112 'still':102 'straightforward':126 'sure':131 'test':42 'thank':1 'thing':77 'tri':24,103 'ultim':21 'unshar':94 'unshare-devsi':93 'vsts':51 'without':52 'would':133 'yabridg':44"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6549557"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705787159 {#2221
          date: 2024-01-20 22:45:59.0 +01:00
        }
        +"title": 326594
      }
      1 => App\Entity\EntryComment {#2208
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
        +body: """
          Thank you! I just read that and assumed audio wouldn’t. I don’t have warm fuzzies about this.\n
          \n
          That said, I’ll give it a go.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705789534 {#2207
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@indigomirage@lemmy.ca"
          "@d3Xt3r@lemmy.nz"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2204 …}
        +nested: Doctrine\ORM\PersistentCollection {#2211 …}
        +votes: Doctrine\ORM\PersistentCollection {#2266 …}
        +reports: Doctrine\ORM\PersistentCollection {#2268 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2273 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2274 …}
        -id: 326714
        -bodyTs: "'assum':8 'audio':9 'fuzzi':17 'give':24 'go':27 'll':23 'read':5 'said':21 'thank':1 'warm':16 'wouldn':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6550673"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705789534 {#2212
          date: 2024-01-20 23:25:34.0 +01:00
        }
        +"title": 326714
      }
      0 => App\Entity\EntryComment {#2265}
    ]
    -id: 32001
    -titleTs: "'distrobox':4 'flatpack':1 'instal':2 'within':3"
    -bodyTs: "'/var/lib/flatpak':100 '39':114 'abl':51 'actual':42 'anyon':40,128 'anyth':54 'big':137 'bork':34 'bottl':142,151 'bunch':25 'bus':92 'cannot':65 'connect':88 'doesn':82 'enjoy':122 'environ':37 'even':62 'experi':22 'fail':72,86 'far':147 'fedora':113 'file':74,79 'flatpak':10,155 'found':76 'fwiw':135 'get':53,66 'goal':138 'help':84 'hi':1 'honest':118 'host':17,36 'ing':60 'initi':102 'instal':56 'isol':14 'keep':12 'll':71 'luck':108,131,149 'm':4,111,120 'make':7,44 'mode':81 'need':20 'post':97 'pursu':134 'rather':121 'recommend':154 'run':69,141 'seen':95 'set':27 'strong':153 'success':43 'sudo':59 'sudo-':58 'system':91 'techniqu':126 'thing':67 'tri':5 'unmount':99 'use':8 've':48,94,105,145 'verbos':80 'want':32 'winehq':158 'work':46 'worth':133"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705871577
    +visibility: "visible             "
    +apId: "https://lemmy.ca/post/13700056"
    +editedAt: DateTimeImmutable @1727185733 {#1642
      date: 2024-09-24 15:48:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705785177 {#1622
      date: 2024-01-20 22:12:57.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2209 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2217 …}
  +body: "Unfortunately no luck here. Same issue even when setting --unshare-all flag. I suspect I need to try a different approach."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705848976 {#2190
    date: 2024-01-21 15:56:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@indigomirage@lemmy.ca"
    "@d3Xt3r@lemmy.nz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2262 …}
  +nested: Doctrine\ORM\PersistentCollection {#2264 …}
  +votes: Doctrine\ORM\PersistentCollection {#2242 …}
  +reports: Doctrine\ORM\PersistentCollection {#2240 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2233 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2234 …}
  -id: 328326
  -bodyTs: "'approach':22 'differ':21 'even':7 'flag':13 'issu':6 'luck':3 'need':17 'set':9 'suspect':15 'tri':19 'unfortun':1 'unshar':11 'unshare-al':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6578489"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705848976 {#2253
    date: 2024-01-21 15:56:16.0 +01:00
  }
  +"title": 328326
}
"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
Proxies\__CG__\App\Entity\Entry {#2312
  +user: Proxies\__CG__\App\Entity\User {#2923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Pi-Hole-or-something-else-for-network-ad-blocking"
  +title: "Pi-Hole or something else for network ad blocking?"
  +url: null
  +body: """
    I’ve been aware of pi-hole for a while now, but never bothered with it because I do most web browsing on a laptop where browser extensions like uBlock origin are good enough. However, with multiple streaming services starting to insert adds into my paid subscriptions, I’m looking to upgrade to a network blocker that will also cover the apps on my smart TV.\n
    \n
    I run most of my self hosted services on a proxmox server, so I’d like something that’ll run as an LXC container or a VM. I’m also vaguely aware that various competing applications have come out since pi-hole first gained popularity. Is pi-hole still the best thing going, or are there better options?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 82
  +favouriteCount: 163
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726750458 {#2957
    date: 2024-09-19 14:54:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2962 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2321
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2312 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: null
      +root: null
      +body: "Pfblockerng on pfsense is very powerful."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705364191 {#2315
        date: 2024-01-16 01:16:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@plenipotentprotogod@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2310 …}
      +nested: Doctrine\ORM\PersistentCollection {#2306 …}
      +votes: Doctrine\ORM\PersistentCollection {#2305 …}
      +reports: Doctrine\ORM\PersistentCollection {#2303 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
      -id: 312217
      -bodyTs: "'pfblockerng':1 'pfsens':3 'power':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6404628"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705364191 {#2322
        date: 2024-01-16 01:16:31.0 +01:00
      }
      +"title": 312217
    }
  ]
  -id: 30806
  -titleTs: "'ad':9 'block':10 'els':6 'hole':3 'network':8 'pi':2 'pi-hol':1 'someth':5"
  -bodyTs: "'add':44 'also':60,97 'app':63 'applic':103 'awar':4,99 'best':120 'better':126 'blocker':57 'bother':15 'brows':23 'browser':28 'come':105 'compet':102 'contain':91 'cover':61 'd':82 'enough':35 'extens':29 'first':111 'gain':112 'go':122 'good':34 'hole':8,110,117 'host':74 'howev':36 'insert':43 'laptop':26 'like':30,83 'll':86 'look':51 'lxc':90 'm':50,96 'multipl':38 'network':56 'never':14 'option':127 'origin':32 'paid':47 'pi':7,109,116 'pi-hol':6,108,115 'popular':113 'proxmox':78 'run':69,87 'self':73 'server':79 'servic':40,75 'sinc':107 'smart':66 'someth':84 'start':41 'still':118 'stream':39 'subscript':48 'thing':121 'tv':67 'ublock':31 'upgrad':53 'vagu':98 'various':101 've':2 'vm':94 'web':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705447599
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10761698"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705361199 {#2944
    date: 2024-01-16 00:26:39.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
47 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2312
  +user: Proxies\__CG__\App\Entity\User {#2923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Pi-Hole-or-something-else-for-network-ad-blocking"
  +title: "Pi-Hole or something else for network ad blocking?"
  +url: null
  +body: """
    I’ve been aware of pi-hole for a while now, but never bothered with it because I do most web browsing on a laptop where browser extensions like uBlock origin are good enough. However, with multiple streaming services starting to insert adds into my paid subscriptions, I’m looking to upgrade to a network blocker that will also cover the apps on my smart TV.\n
    \n
    I run most of my self hosted services on a proxmox server, so I’d like something that’ll run as an LXC container or a VM. I’m also vaguely aware that various competing applications have come out since pi-hole first gained popularity. Is pi-hole still the best thing going, or are there better options?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 82
  +favouriteCount: 163
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726750458 {#2957
    date: 2024-09-19 14:54:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2962 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2321
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2312 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: null
      +root: null
      +body: "Pfblockerng on pfsense is very powerful."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705364191 {#2315
        date: 2024-01-16 01:16:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@plenipotentprotogod@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2310 …}
      +nested: Doctrine\ORM\PersistentCollection {#2306 …}
      +votes: Doctrine\ORM\PersistentCollection {#2305 …}
      +reports: Doctrine\ORM\PersistentCollection {#2303 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
      -id: 312217
      -bodyTs: "'pfblockerng':1 'pfsens':3 'power':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6404628"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705364191 {#2322
        date: 2024-01-16 01:16:31.0 +01:00
      }
      +"title": 312217
    }
  ]
  -id: 30806
  -titleTs: "'ad':9 'block':10 'els':6 'hole':3 'network':8 'pi':2 'pi-hol':1 'someth':5"
  -bodyTs: "'add':44 'also':60,97 'app':63 'applic':103 'awar':4,99 'best':120 'better':126 'blocker':57 'bother':15 'brows':23 'browser':28 'come':105 'compet':102 'contain':91 'cover':61 'd':82 'enough':35 'extens':29 'first':111 'gain':112 'go':122 'good':34 'hole':8,110,117 'host':74 'howev':36 'insert':43 'laptop':26 'like':30,83 'll':86 'look':51 'lxc':90 'm':50,96 'multipl':38 'network':56 'never':14 'option':127 'origin':32 'paid':47 'pi':7,109,116 'pi-hol':6,108,115 'popular':113 'proxmox':78 'run':69,87 'self':73 'server':79 'servic':40,75 'sinc':107 'smart':66 'someth':84 'start':41 'still':118 'stream':39 'subscript':48 'thing':121 'tv':67 'ublock':31 'upgrad':53 'vagu':98 'various':101 've':2 'vm':94 'web':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705447599
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10761698"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705361199 {#2944
    date: 2024-01-16 00:26:39.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
48 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2312
  +user: Proxies\__CG__\App\Entity\User {#2923 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Pi-Hole-or-something-else-for-network-ad-blocking"
  +title: "Pi-Hole or something else for network ad blocking?"
  +url: null
  +body: """
    I’ve been aware of pi-hole for a while now, but never bothered with it because I do most web browsing on a laptop where browser extensions like uBlock origin are good enough. However, with multiple streaming services starting to insert adds into my paid subscriptions, I’m looking to upgrade to a network blocker that will also cover the apps on my smart TV.\n
    \n
    I run most of my self hosted services on a proxmox server, so I’d like something that’ll run as an LXC container or a VM. I’m also vaguely aware that various competing applications have come out since pi-hole first gained popularity. Is pi-hole still the best thing going, or are there better options?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 82
  +favouriteCount: 163
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726750458 {#2957
    date: 2024-09-19 14:54:18.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2962 …}
  +votes: Doctrine\ORM\PersistentCollection {#2965 …}
  +reports: Doctrine\ORM\PersistentCollection {#2967 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
  +badges: Doctrine\ORM\PersistentCollection {#2973 …}
  +children: [
    App\Entity\EntryComment {#2321
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2312 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: null
      +root: null
      +body: "Pfblockerng on pfsense is very powerful."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705364191 {#2315
        date: 2024-01-16 01:16:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@plenipotentprotogod@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2310 …}
      +nested: Doctrine\ORM\PersistentCollection {#2306 …}
      +votes: Doctrine\ORM\PersistentCollection {#2305 …}
      +reports: Doctrine\ORM\PersistentCollection {#2303 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
      -id: 312217
      -bodyTs: "'pfblockerng':1 'pfsens':3 'power':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6404628"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705364191 {#2322
        date: 2024-01-16 01:16:31.0 +01:00
      }
      +"title": 312217
    }
  ]
  -id: 30806
  -titleTs: "'ad':9 'block':10 'els':6 'hole':3 'network':8 'pi':2 'pi-hol':1 'someth':5"
  -bodyTs: "'add':44 'also':60,97 'app':63 'applic':103 'awar':4,99 'best':120 'better':126 'blocker':57 'bother':15 'brows':23 'browser':28 'come':105 'compet':102 'contain':91 'cover':61 'd':82 'enough':35 'extens':29 'first':111 'gain':112 'go':122 'good':34 'hole':8,110,117 'host':74 'howev':36 'insert':43 'laptop':26 'like':30,83 'll':86 'look':51 'lxc':90 'm':50,96 'multipl':38 'network':56 'never':14 'option':127 'origin':32 'paid':47 'pi':7,109,116 'pi-hol':6,108,115 'popular':113 'proxmox':78 'run':69,87 'self':73 'server':79 'servic':40,75 'sinc':107 'smart':66 'someth':84 'start':41 'still':118 'stream':39 'subscript':48 'thing':121 'tv':67 'ublock':31 'upgrad':53 'vagu':98 'various':101 've':2 'vm':94 'web':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705447599
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10761698"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705361199 {#2944
    date: 2024-01-16 00:26:39.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
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 {#2321
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2312
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Pi-Hole-or-something-else-for-network-ad-blocking"
    +title: "Pi-Hole or something else for network ad blocking?"
    +url: null
    +body: """
      I’ve been aware of pi-hole for a while now, but never bothered with it because I do most web browsing on a laptop where browser extensions like uBlock origin are good enough. However, with multiple streaming services starting to insert adds into my paid subscriptions, I’m looking to upgrade to a network blocker that will also cover the apps on my smart TV.\n
      \n
      I run most of my self hosted services on a proxmox server, so I’d like something that’ll run as an LXC container or a VM. I’m also vaguely aware that various competing applications have come out since pi-hole first gained popularity. Is pi-hole still the best thing going, or are there better options?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 82
    +favouriteCount: 163
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726750458 {#2957
      date: 2024-09-19 14:54:18.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2962 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2321}
    ]
    -id: 30806
    -titleTs: "'ad':9 'block':10 'els':6 'hole':3 'network':8 'pi':2 'pi-hol':1 'someth':5"
    -bodyTs: "'add':44 'also':60,97 'app':63 'applic':103 'awar':4,99 'best':120 'better':126 'blocker':57 'bother':15 'brows':23 'browser':28 'come':105 'compet':102 'contain':91 'cover':61 'd':82 'enough':35 'extens':29 'first':111 'gain':112 'go':122 'good':34 'hole':8,110,117 'host':74 'howev':36 'insert':43 'laptop':26 'like':30,83 'll':86 'look':51 'lxc':90 'm':50,96 'multipl':38 'network':56 'never':14 'option':127 'origin':32 'paid':47 'pi':7,109,116 'pi-hol':6,108,115 'popular':113 'proxmox':78 'run':69,87 'self':73 'server':79 'servic':40,75 'sinc':107 'smart':66 'someth':84 'start':41 'still':118 'stream':39 'subscript':48 'thing':121 'tv':67 'ublock':31 'upgrad':53 'vagu':98 'various':101 've':2 'vm':94 'web':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705447599
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10761698"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705361199 {#2944
      date: 2024-01-16 00:26:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: null
  +root: null
  +body: "Pfblockerng on pfsense is very powerful."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705364191 {#2315
    date: 2024-01-16 01:16:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@plenipotentprotogod@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2310 …}
  +nested: Doctrine\ORM\PersistentCollection {#2306 …}
  +votes: Doctrine\ORM\PersistentCollection {#2305 …}
  +reports: Doctrine\ORM\PersistentCollection {#2303 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
  -id: 312217
  -bodyTs: "'pfblockerng':1 'pfsens':3 'power':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6404628"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705364191 {#2322
    date: 2024-01-16 01:16:31.0 +01:00
  }
  +"title": 312217
}
"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 {#2321
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2312
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Pi-Hole-or-something-else-for-network-ad-blocking"
    +title: "Pi-Hole or something else for network ad blocking?"
    +url: null
    +body: """
      I’ve been aware of pi-hole for a while now, but never bothered with it because I do most web browsing on a laptop where browser extensions like uBlock origin are good enough. However, with multiple streaming services starting to insert adds into my paid subscriptions, I’m looking to upgrade to a network blocker that will also cover the apps on my smart TV.\n
      \n
      I run most of my self hosted services on a proxmox server, so I’d like something that’ll run as an LXC container or a VM. I’m also vaguely aware that various competing applications have come out since pi-hole first gained popularity. Is pi-hole still the best thing going, or are there better options?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 82
    +favouriteCount: 163
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726750458 {#2957
      date: 2024-09-19 14:54:18.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2962 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2321}
    ]
    -id: 30806
    -titleTs: "'ad':9 'block':10 'els':6 'hole':3 'network':8 'pi':2 'pi-hol':1 'someth':5"
    -bodyTs: "'add':44 'also':60,97 'app':63 'applic':103 'awar':4,99 'best':120 'better':126 'blocker':57 'bother':15 'brows':23 'browser':28 'come':105 'compet':102 'contain':91 'cover':61 'd':82 'enough':35 'extens':29 'first':111 'gain':112 'go':122 'good':34 'hole':8,110,117 'host':74 'howev':36 'insert':43 'laptop':26 'like':30,83 'll':86 'look':51 'lxc':90 'm':50,96 'multipl':38 'network':56 'never':14 'option':127 'origin':32 'paid':47 'pi':7,109,116 'pi-hol':6,108,115 'popular':113 'proxmox':78 'run':69,87 'self':73 'server':79 'servic':40,75 'sinc':107 'smart':66 'someth':84 'start':41 'still':118 'stream':39 'subscript':48 'thing':121 'tv':67 'ublock':31 'upgrad':53 'vagu':98 'various':101 've':2 'vm':94 'web':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705447599
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10761698"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705361199 {#2944
      date: 2024-01-16 00:26:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: null
  +root: null
  +body: "Pfblockerng on pfsense is very powerful."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705364191 {#2315
    date: 2024-01-16 01:16:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@plenipotentprotogod@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2310 …}
  +nested: Doctrine\ORM\PersistentCollection {#2306 …}
  +votes: Doctrine\ORM\PersistentCollection {#2305 …}
  +reports: Doctrine\ORM\PersistentCollection {#2303 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
  -id: 312217
  -bodyTs: "'pfblockerng':1 'pfsens':3 'power':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6404628"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705364191 {#2322
    date: 2024-01-16 01:16:31.0 +01:00
  }
  +"title": 312217
}
"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 {#2321
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2312
    +user: Proxies\__CG__\App\Entity\User {#2923 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Pi-Hole-or-something-else-for-network-ad-blocking"
    +title: "Pi-Hole or something else for network ad blocking?"
    +url: null
    +body: """
      I’ve been aware of pi-hole for a while now, but never bothered with it because I do most web browsing on a laptop where browser extensions like uBlock origin are good enough. However, with multiple streaming services starting to insert adds into my paid subscriptions, I’m looking to upgrade to a network blocker that will also cover the apps on my smart TV.\n
      \n
      I run most of my self hosted services on a proxmox server, so I’d like something that’ll run as an LXC container or a VM. I’m also vaguely aware that various competing applications have come out since pi-hole first gained popularity. Is pi-hole still the best thing going, or are there better options?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 82
    +favouriteCount: 163
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726750458 {#2957
      date: 2024-09-19 14:54:18.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2962 …}
    +votes: Doctrine\ORM\PersistentCollection {#2965 …}
    +reports: Doctrine\ORM\PersistentCollection {#2967 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2969 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2971 …}
    +badges: Doctrine\ORM\PersistentCollection {#2973 …}
    +children: [
      App\Entity\EntryComment {#2321}
    ]
    -id: 30806
    -titleTs: "'ad':9 'block':10 'els':6 'hole':3 'network':8 'pi':2 'pi-hol':1 'someth':5"
    -bodyTs: "'add':44 'also':60,97 'app':63 'applic':103 'awar':4,99 'best':120 'better':126 'blocker':57 'bother':15 'brows':23 'browser':28 'come':105 'compet':102 'contain':91 'cover':61 'd':82 'enough':35 'extens':29 'first':111 'gain':112 'go':122 'good':34 'hole':8,110,117 'host':74 'howev':36 'insert':43 'laptop':26 'like':30,83 'll':86 'look':51 'lxc':90 'm':50,96 'multipl':38 'network':56 'never':14 'option':127 'origin':32 'paid':47 'pi':7,109,116 'pi-hol':6,108,115 'popular':113 'proxmox':78 'run':69,87 'self':73 'server':79 'servic':40,75 'sinc':107 'smart':66 'someth':84 'start':41 'still':118 'stream':39 'subscript':48 'thing':121 'tv':67 'ublock':31 'upgrad':53 'vagu':98 'various':101 've':2 'vm':94 'web':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705447599
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10761698"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705361199 {#2944
      date: 2024-01-16 00:26:39.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: null
  +root: null
  +body: "Pfblockerng on pfsense is very powerful."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705364191 {#2315
    date: 2024-01-16 01:16:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@plenipotentprotogod@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2310 …}
  +nested: Doctrine\ORM\PersistentCollection {#2306 …}
  +votes: Doctrine\ORM\PersistentCollection {#2305 …}
  +reports: Doctrine\ORM\PersistentCollection {#2303 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2317 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2313 …}
  -id: 312217
  -bodyTs: "'pfblockerng':1 'pfsens':3 'power':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6404628"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705364191 {#2322
    date: 2024-01-16 01:16:31.0 +01:00
  }
  +"title": 312217
}
"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 {#2348
  +user: Proxies\__CG__\App\Entity\User {#2769 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Why-are-there-so-many-apps-that-could-be-websites"
  +title: "Why are there so many apps that could be websites?"
  +url: null
  +body: """
    Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
    \n
    What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
    \n
    (Are there any good reasons for it, too? Security, maybe?)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 467
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725276407 {#2883
    date: 2024-09-02 13:26:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2888 …}
  +votes: Doctrine\ORM\PersistentCollection {#2891 …}
  +reports: Doctrine\ORM\PersistentCollection {#2893 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2895 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2897 …}
  +badges: Doctrine\ORM\PersistentCollection {#2899 …}
  +children: [
    1 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: App\Entity\EntryComment {#2330
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I’m torn - apps are brutal for privacy but I really like the isolation from browser and all other sites. I typically clear browser cache on every exit so for apps that I use regularly, I am forced to sign in every time if going in through browser.\n
          \n
          Wish browser apps had better isolation for multiple sessions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1712083898 {#2345
          date: 2024-04-02 20:51:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sir_pronoun@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 283129
        -bodyTs: "'app':4,31,51 'better':53 'browser':16,24,48,50 'brutal':6 'cach':25 'clear':23 'everi':27,42 'exit':28 'forc':38 'go':45 'isol':14,54 'like':12 'm':2 'multipl':56 'privaci':8 'realli':11 'regular':35 'session':57 'sign':40 'site':20 'time':43 'torn':3 'typic':22 'use':34 'wish':49"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6098949"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704478276 {#2350
          date: 2024-01-05 19:11:16.0 +01:00
        }
        +"title": 283129
      }
      +body: """
        I have it and use it. It’s great (works for most sites). My point is actually the opposite - there are certain sites/services that become very unpleasant to use if you have to log in everytime you open the browser.\n
        \n
        The advantage of apps is that for those particular services you don’t have to reauthenticate each time you open them (the trade off being insecurity.\n
        \n
        Using websites would be great if I could have a separate (isolated) instance per site. That way I could kill browse history for general browsing.\n
        \n
        (The absolute worst are the apps that hop out to the browser (especially when they hard code Chrome, which I avoid where possible on Android.))\n
        \n
        On the PC (by way of example), edge and chrome have web applications that are handy (think YouTube and YouTube music) but… they share credentials! I keep a separate login for YT vs YTM (because google completely misunderstood the reason people keep videos separate from music when they killed the excellent Google Play Music). So… When I log into one, flips the default login for the other. Now, if they were separate apps, like on Android, the sessions are separated - as they ought to be!\n
        \n
        I will say that Duck Duck Go’s App Tracking protection is a fantastic way to tackle the way apps ‘phone home’ so much, however, since it leverages a full tunnel (yet local) VPN technique, you have to disable it if you want to connect to another VPN service.\n
        \n
        (Bottom line - website based services are great, but, for goodness sake, I wish one had the option to persist various sites, but in isolation.)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704488155 {#2289
        date: 2024-01-05 21:55:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sir_pronoun@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@doc@kbin.social"
        "@sir_pronoun@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@doc@kbin.social"
        "@sir_pronoun@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@doc@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 283574
      -bodyTs: "'absolut':93 'actual':17 'advantag':42 'android':116,192 'anoth':248 'app':44,97,189,210,221 'applic':129 'avoid':112 'base':254 'becom':25 'bottom':251 'brows':87,91 'browser':40,103 'certain':22 'chrome':109,126 'code':108 'complet':153 'connect':246 'could':74,85 'credenti':141 'default':179 'disabl':240 'duck':206,207 'edg':124 'especi':104 'everytim':36 'exampl':123 'excel':167 'fantast':215 'flip':177 'full':231 'general':90 'go':208 'good':260 'googl':152,168 'great':9,71,257 'handi':132 'hard':107 'histori':88 'home':223 'hop':99 'howev':226 'insecur':66 'instanc':79 'isol':78,274 'keep':143,158 'kill':86,165 'leverag':229 'like':190 'line':252 'local':234 'log':34,174 'login':146,180 'misunderstood':154 'much':225 'music':137,162,170 'one':176,264 'open':38,60 'opposit':19 'option':267 'ought':199 'particular':49 'pc':119 'peopl':157 'per':80 'persist':269 'phone':222 'play':169 'point':15 'possibl':114 'protect':212 'reason':156 'reauthent':56 'sake':261 'say':204 'separ':77,145,160,188,196 'servic':50,250,255 'session':194 'share':140 'sinc':227 'site':13,81,271 'sites/services':23 'tackl':218 'techniqu':236 'think':133 'time':58 'track':211 'trade':63 'tunnel':232 'unpleas':27 'use':5,29,67 'various':270 'video':159 'vpn':235,249 'vs':149 'want':244 'way':83,121,216,220 'web':128 'websit':68,253 'wish':263 'work':10 'worst':94 'would':69 'yet':233 'youtub':134,136 'yt':148 'ytm':150"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6101715"
      +editedAt: DateTimeImmutable @1712094268 {#2328
        date: 2024-04-02 23:44:28.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704488155 {#2326
        date: 2024-01-05 21:55:55.0 +01:00
      }
      +"title": 283574
    }
    0 => App\Entity\EntryComment {#2330}
  ]
  -id: 27438
  -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
  -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704561612
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10354622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704475212 {#2854
    date: 2024-01-05 18:20:12.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 {#2348
  +user: Proxies\__CG__\App\Entity\User {#2769 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Why-are-there-so-many-apps-that-could-be-websites"
  +title: "Why are there so many apps that could be websites?"
  +url: null
  +body: """
    Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
    \n
    What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
    \n
    (Are there any good reasons for it, too? Security, maybe?)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 467
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725276407 {#2883
    date: 2024-09-02 13:26:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2888 …}
  +votes: Doctrine\ORM\PersistentCollection {#2891 …}
  +reports: Doctrine\ORM\PersistentCollection {#2893 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2895 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2897 …}
  +badges: Doctrine\ORM\PersistentCollection {#2899 …}
  +children: [
    1 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: App\Entity\EntryComment {#2330
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I’m torn - apps are brutal for privacy but I really like the isolation from browser and all other sites. I typically clear browser cache on every exit so for apps that I use regularly, I am forced to sign in every time if going in through browser.\n
          \n
          Wish browser apps had better isolation for multiple sessions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1712083898 {#2345
          date: 2024-04-02 20:51:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sir_pronoun@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 283129
        -bodyTs: "'app':4,31,51 'better':53 'browser':16,24,48,50 'brutal':6 'cach':25 'clear':23 'everi':27,42 'exit':28 'forc':38 'go':45 'isol':14,54 'like':12 'm':2 'multipl':56 'privaci':8 'realli':11 'regular':35 'session':57 'sign':40 'site':20 'time':43 'torn':3 'typic':22 'use':34 'wish':49"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6098949"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704478276 {#2350
          date: 2024-01-05 19:11:16.0 +01:00
        }
        +"title": 283129
      }
      +body: """
        I have it and use it. It’s great (works for most sites). My point is actually the opposite - there are certain sites/services that become very unpleasant to use if you have to log in everytime you open the browser.\n
        \n
        The advantage of apps is that for those particular services you don’t have to reauthenticate each time you open them (the trade off being insecurity.\n
        \n
        Using websites would be great if I could have a separate (isolated) instance per site. That way I could kill browse history for general browsing.\n
        \n
        (The absolute worst are the apps that hop out to the browser (especially when they hard code Chrome, which I avoid where possible on Android.))\n
        \n
        On the PC (by way of example), edge and chrome have web applications that are handy (think YouTube and YouTube music) but… they share credentials! I keep a separate login for YT vs YTM (because google completely misunderstood the reason people keep videos separate from music when they killed the excellent Google Play Music). So… When I log into one, flips the default login for the other. Now, if they were separate apps, like on Android, the sessions are separated - as they ought to be!\n
        \n
        I will say that Duck Duck Go’s App Tracking protection is a fantastic way to tackle the way apps ‘phone home’ so much, however, since it leverages a full tunnel (yet local) VPN technique, you have to disable it if you want to connect to another VPN service.\n
        \n
        (Bottom line - website based services are great, but, for goodness sake, I wish one had the option to persist various sites, but in isolation.)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704488155 {#2289
        date: 2024-01-05 21:55:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sir_pronoun@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@doc@kbin.social"
        "@sir_pronoun@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@doc@kbin.social"
        "@sir_pronoun@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@doc@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 283574
      -bodyTs: "'absolut':93 'actual':17 'advantag':42 'android':116,192 'anoth':248 'app':44,97,189,210,221 'applic':129 'avoid':112 'base':254 'becom':25 'bottom':251 'brows':87,91 'browser':40,103 'certain':22 'chrome':109,126 'code':108 'complet':153 'connect':246 'could':74,85 'credenti':141 'default':179 'disabl':240 'duck':206,207 'edg':124 'especi':104 'everytim':36 'exampl':123 'excel':167 'fantast':215 'flip':177 'full':231 'general':90 'go':208 'good':260 'googl':152,168 'great':9,71,257 'handi':132 'hard':107 'histori':88 'home':223 'hop':99 'howev':226 'insecur':66 'instanc':79 'isol':78,274 'keep':143,158 'kill':86,165 'leverag':229 'like':190 'line':252 'local':234 'log':34,174 'login':146,180 'misunderstood':154 'much':225 'music':137,162,170 'one':176,264 'open':38,60 'opposit':19 'option':267 'ought':199 'particular':49 'pc':119 'peopl':157 'per':80 'persist':269 'phone':222 'play':169 'point':15 'possibl':114 'protect':212 'reason':156 'reauthent':56 'sake':261 'say':204 'separ':77,145,160,188,196 'servic':50,250,255 'session':194 'share':140 'sinc':227 'site':13,81,271 'sites/services':23 'tackl':218 'techniqu':236 'think':133 'time':58 'track':211 'trade':63 'tunnel':232 'unpleas':27 'use':5,29,67 'various':270 'video':159 'vpn':235,249 'vs':149 'want':244 'way':83,121,216,220 'web':128 'websit':68,253 'wish':263 'work':10 'worst':94 'would':69 'yet':233 'youtub':134,136 'yt':148 'ytm':150"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6101715"
      +editedAt: DateTimeImmutable @1712094268 {#2328
        date: 2024-04-02 23:44:28.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704488155 {#2326
        date: 2024-01-05 21:55:55.0 +01:00
      }
      +"title": 283574
    }
    0 => App\Entity\EntryComment {#2330}
  ]
  -id: 27438
  -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
  -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704561612
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10354622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704475212 {#2854
    date: 2024-01-05 18:20:12.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 {#2348
  +user: Proxies\__CG__\App\Entity\User {#2769 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Why-are-there-so-many-apps-that-could-be-websites"
  +title: "Why are there so many apps that could be websites?"
  +url: null
  +body: """
    Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
    \n
    What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
    \n
    (Are there any good reasons for it, too? Security, maybe?)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 97
  +favouriteCount: 467
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1725276407 {#2883
    date: 2024-09-02 13:26:47.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2888 …}
  +votes: Doctrine\ORM\PersistentCollection {#2891 …}
  +reports: Doctrine\ORM\PersistentCollection {#2893 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2895 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2897 …}
  +badges: Doctrine\ORM\PersistentCollection {#2899 …}
  +children: [
    1 => App\Entity\EntryComment {#2191
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
      +root: App\Entity\EntryComment {#2330
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I’m torn - apps are brutal for privacy but I really like the isolation from browser and all other sites. I typically clear browser cache on every exit so for apps that I use regularly, I am forced to sign in every time if going in through browser.\n
          \n
          Wish browser apps had better isolation for multiple sessions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1712083898 {#2345
          date: 2024-04-02 20:51:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sir_pronoun@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 283129
        -bodyTs: "'app':4,31,51 'better':53 'browser':16,24,48,50 'brutal':6 'cach':25 'clear':23 'everi':27,42 'exit':28 'forc':38 'go':45 'isol':14,54 'like':12 'm':2 'multipl':56 'privaci':8 'realli':11 'regular':35 'session':57 'sign':40 'site':20 'time':43 'torn':3 'typic':22 'use':34 'wish':49"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6098949"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704478276 {#2350
          date: 2024-01-05 19:11:16.0 +01:00
        }
        +"title": 283129
      }
      +body: """
        I have it and use it. It’s great (works for most sites). My point is actually the opposite - there are certain sites/services that become very unpleasant to use if you have to log in everytime you open the browser.\n
        \n
        The advantage of apps is that for those particular services you don’t have to reauthenticate each time you open them (the trade off being insecurity.\n
        \n
        Using websites would be great if I could have a separate (isolated) instance per site. That way I could kill browse history for general browsing.\n
        \n
        (The absolute worst are the apps that hop out to the browser (especially when they hard code Chrome, which I avoid where possible on Android.))\n
        \n
        On the PC (by way of example), edge and chrome have web applications that are handy (think YouTube and YouTube music) but… they share credentials! I keep a separate login for YT vs YTM (because google completely misunderstood the reason people keep videos separate from music when they killed the excellent Google Play Music). So… When I log into one, flips the default login for the other. Now, if they were separate apps, like on Android, the sessions are separated - as they ought to be!\n
        \n
        I will say that Duck Duck Go’s App Tracking protection is a fantastic way to tackle the way apps ‘phone home’ so much, however, since it leverages a full tunnel (yet local) VPN technique, you have to disable it if you want to connect to another VPN service.\n
        \n
        (Bottom line - website based services are great, but, for goodness sake, I wish one had the option to persist various sites, but in isolation.)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704488155 {#2289
        date: 2024-01-05 21:55:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sir_pronoun@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@doc@kbin.social"
        "@sir_pronoun@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@doc@kbin.social"
        "@sir_pronoun@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@doc@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2327 …}
      +nested: Doctrine\ORM\PersistentCollection {#2333 …}
      +votes: Doctrine\ORM\PersistentCollection {#2324 …}
      +reports: Doctrine\ORM\PersistentCollection {#2334 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
      -id: 283574
      -bodyTs: "'absolut':93 'actual':17 'advantag':42 'android':116,192 'anoth':248 'app':44,97,189,210,221 'applic':129 'avoid':112 'base':254 'becom':25 'bottom':251 'brows':87,91 'browser':40,103 'certain':22 'chrome':109,126 'code':108 'complet':153 'connect':246 'could':74,85 'credenti':141 'default':179 'disabl':240 'duck':206,207 'edg':124 'especi':104 'everytim':36 'exampl':123 'excel':167 'fantast':215 'flip':177 'full':231 'general':90 'go':208 'good':260 'googl':152,168 'great':9,71,257 'handi':132 'hard':107 'histori':88 'home':223 'hop':99 'howev':226 'insecur':66 'instanc':79 'isol':78,274 'keep':143,158 'kill':86,165 'leverag':229 'like':190 'line':252 'local':234 'log':34,174 'login':146,180 'misunderstood':154 'much':225 'music':137,162,170 'one':176,264 'open':38,60 'opposit':19 'option':267 'ought':199 'particular':49 'pc':119 'peopl':157 'per':80 'persist':269 'phone':222 'play':169 'point':15 'possibl':114 'protect':212 'reason':156 'reauthent':56 'sake':261 'say':204 'separ':77,145,160,188,196 'servic':50,250,255 'session':194 'share':140 'sinc':227 'site':13,81,271 'sites/services':23 'tackl':218 'techniqu':236 'think':133 'time':58 'track':211 'trade':63 'tunnel':232 'unpleas':27 'use':5,29,67 'various':270 'video':159 'vpn':235,249 'vs':149 'want':244 'way':83,121,216,220 'web':128 'websit':68,253 'wish':263 'work':10 'worst':94 'would':69 'yet':233 'youtub':134,136 'yt':148 'ytm':150"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6101715"
      +editedAt: DateTimeImmutable @1712094268 {#2328
        date: 2024-04-02 23:44:28.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704488155 {#2326
        date: 2024-01-05 21:55:55.0 +01:00
      }
      +"title": 283574
    }
    0 => App\Entity\EntryComment {#2330}
  ]
  -id: 27438
  -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
  -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704561612
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10354622"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704475212 {#2854
    date: 2024-01-05 18:20:12.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 {#2191
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2348
    +user: Proxies\__CG__\App\Entity\User {#2769 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Why-are-there-so-many-apps-that-could-be-websites"
    +title: "Why are there so many apps that could be websites?"
    +url: null
    +body: """
      Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
      \n
      What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
      \n
      (Are there any good reasons for it, too? Security, maybe?)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 467
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725276407 {#2883
      date: 2024-09-02 13:26:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2888 …}
    +votes: Doctrine\ORM\PersistentCollection {#2891 …}
    +reports: Doctrine\ORM\PersistentCollection {#2893 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2895 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2897 …}
    +badges: Doctrine\ORM\PersistentCollection {#2899 …}
    +children: [
      1 => App\Entity\EntryComment {#2191}
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I’m torn - apps are brutal for privacy but I really like the isolation from browser and all other sites. I typically clear browser cache on every exit so for apps that I use regularly, I am forced to sign in every time if going in through browser.\n
          \n
          Wish browser apps had better isolation for multiple sessions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1712083898 {#2345
          date: 2024-04-02 20:51:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sir_pronoun@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 283129
        -bodyTs: "'app':4,31,51 'better':53 'browser':16,24,48,50 'brutal':6 'cach':25 'clear':23 'everi':27,42 'exit':28 'forc':38 'go':45 'isol':14,54 'like':12 'm':2 'multipl':56 'privaci':8 'realli':11 'regular':35 'session':57 'sign':40 'site':20 'time':43 'torn':3 'typic':22 'use':34 'wish':49"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6098949"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704478276 {#2350
          date: 2024-01-05 19:11:16.0 +01:00
        }
        +"title": 283129
      }
    ]
    -id: 27438
    -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
    -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704561612
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10354622"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704475212 {#2854
      date: 2024-01-05 18:20:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: App\Entity\EntryComment {#2330}
  +body: """
    I have it and use it. It’s great (works for most sites). My point is actually the opposite - there are certain sites/services that become very unpleasant to use if you have to log in everytime you open the browser.\n
    \n
    The advantage of apps is that for those particular services you don’t have to reauthenticate each time you open them (the trade off being insecurity.\n
    \n
    Using websites would be great if I could have a separate (isolated) instance per site. That way I could kill browse history for general browsing.\n
    \n
    (The absolute worst are the apps that hop out to the browser (especially when they hard code Chrome, which I avoid where possible on Android.))\n
    \n
    On the PC (by way of example), edge and chrome have web applications that are handy (think YouTube and YouTube music) but… they share credentials! I keep a separate login for YT vs YTM (because google completely misunderstood the reason people keep videos separate from music when they killed the excellent Google Play Music). So… When I log into one, flips the default login for the other. Now, if they were separate apps, like on Android, the sessions are separated - as they ought to be!\n
    \n
    I will say that Duck Duck Go’s App Tracking protection is a fantastic way to tackle the way apps ‘phone home’ so much, however, since it leverages a full tunnel (yet local) VPN technique, you have to disable it if you want to connect to another VPN service.\n
    \n
    (Bottom line - website based services are great, but, for goodness sake, I wish one had the option to persist various sites, but in isolation.)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704488155 {#2289
    date: 2024-01-05 21:55:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sir_pronoun@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@doc@kbin.social"
    "@sir_pronoun@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@doc@kbin.social"
    "@sir_pronoun@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@doc@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 283574
  -bodyTs: "'absolut':93 'actual':17 'advantag':42 'android':116,192 'anoth':248 'app':44,97,189,210,221 'applic':129 'avoid':112 'base':254 'becom':25 'bottom':251 'brows':87,91 'browser':40,103 'certain':22 'chrome':109,126 'code':108 'complet':153 'connect':246 'could':74,85 'credenti':141 'default':179 'disabl':240 'duck':206,207 'edg':124 'especi':104 'everytim':36 'exampl':123 'excel':167 'fantast':215 'flip':177 'full':231 'general':90 'go':208 'good':260 'googl':152,168 'great':9,71,257 'handi':132 'hard':107 'histori':88 'home':223 'hop':99 'howev':226 'insecur':66 'instanc':79 'isol':78,274 'keep':143,158 'kill':86,165 'leverag':229 'like':190 'line':252 'local':234 'log':34,174 'login':146,180 'misunderstood':154 'much':225 'music':137,162,170 'one':176,264 'open':38,60 'opposit':19 'option':267 'ought':199 'particular':49 'pc':119 'peopl':157 'per':80 'persist':269 'phone':222 'play':169 'point':15 'possibl':114 'protect':212 'reason':156 'reauthent':56 'sake':261 'say':204 'separ':77,145,160,188,196 'servic':50,250,255 'session':194 'share':140 'sinc':227 'site':13,81,271 'sites/services':23 'tackl':218 'techniqu':236 'think':133 'time':58 'track':211 'trade':63 'tunnel':232 'unpleas':27 'use':5,29,67 'various':270 'video':159 'vpn':235,249 'vs':149 'want':244 'way':83,121,216,220 'web':128 'websit':68,253 'wish':263 'work':10 'worst':94 'would':69 'yet':233 'youtub':134,136 'yt':148 'ytm':150"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6101715"
  +editedAt: DateTimeImmutable @1712094268 {#2328
    date: 2024-04-02 23:44:28.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704488155 {#2326
    date: 2024-01-05 21:55:55.0 +01:00
  }
  +"title": 283574
}
"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 {#2191
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2348
    +user: Proxies\__CG__\App\Entity\User {#2769 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Why-are-there-so-many-apps-that-could-be-websites"
    +title: "Why are there so many apps that could be websites?"
    +url: null
    +body: """
      Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
      \n
      What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
      \n
      (Are there any good reasons for it, too? Security, maybe?)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 467
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725276407 {#2883
      date: 2024-09-02 13:26:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2888 …}
    +votes: Doctrine\ORM\PersistentCollection {#2891 …}
    +reports: Doctrine\ORM\PersistentCollection {#2893 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2895 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2897 …}
    +badges: Doctrine\ORM\PersistentCollection {#2899 …}
    +children: [
      1 => App\Entity\EntryComment {#2191}
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I’m torn - apps are brutal for privacy but I really like the isolation from browser and all other sites. I typically clear browser cache on every exit so for apps that I use regularly, I am forced to sign in every time if going in through browser.\n
          \n
          Wish browser apps had better isolation for multiple sessions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1712083898 {#2345
          date: 2024-04-02 20:51:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sir_pronoun@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 283129
        -bodyTs: "'app':4,31,51 'better':53 'browser':16,24,48,50 'brutal':6 'cach':25 'clear':23 'everi':27,42 'exit':28 'forc':38 'go':45 'isol':14,54 'like':12 'm':2 'multipl':56 'privaci':8 'realli':11 'regular':35 'session':57 'sign':40 'site':20 'time':43 'torn':3 'typic':22 'use':34 'wish':49"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6098949"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704478276 {#2350
          date: 2024-01-05 19:11:16.0 +01:00
        }
        +"title": 283129
      }
    ]
    -id: 27438
    -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
    -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704561612
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10354622"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704475212 {#2854
      date: 2024-01-05 18:20:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: App\Entity\EntryComment {#2330}
  +body: """
    I have it and use it. It’s great (works for most sites). My point is actually the opposite - there are certain sites/services that become very unpleasant to use if you have to log in everytime you open the browser.\n
    \n
    The advantage of apps is that for those particular services you don’t have to reauthenticate each time you open them (the trade off being insecurity.\n
    \n
    Using websites would be great if I could have a separate (isolated) instance per site. That way I could kill browse history for general browsing.\n
    \n
    (The absolute worst are the apps that hop out to the browser (especially when they hard code Chrome, which I avoid where possible on Android.))\n
    \n
    On the PC (by way of example), edge and chrome have web applications that are handy (think YouTube and YouTube music) but… they share credentials! I keep a separate login for YT vs YTM (because google completely misunderstood the reason people keep videos separate from music when they killed the excellent Google Play Music). So… When I log into one, flips the default login for the other. Now, if they were separate apps, like on Android, the sessions are separated - as they ought to be!\n
    \n
    I will say that Duck Duck Go’s App Tracking protection is a fantastic way to tackle the way apps ‘phone home’ so much, however, since it leverages a full tunnel (yet local) VPN technique, you have to disable it if you want to connect to another VPN service.\n
    \n
    (Bottom line - website based services are great, but, for goodness sake, I wish one had the option to persist various sites, but in isolation.)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704488155 {#2289
    date: 2024-01-05 21:55:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sir_pronoun@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@doc@kbin.social"
    "@sir_pronoun@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@doc@kbin.social"
    "@sir_pronoun@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@doc@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 283574
  -bodyTs: "'absolut':93 'actual':17 'advantag':42 'android':116,192 'anoth':248 'app':44,97,189,210,221 'applic':129 'avoid':112 'base':254 'becom':25 'bottom':251 'brows':87,91 'browser':40,103 'certain':22 'chrome':109,126 'code':108 'complet':153 'connect':246 'could':74,85 'credenti':141 'default':179 'disabl':240 'duck':206,207 'edg':124 'especi':104 'everytim':36 'exampl':123 'excel':167 'fantast':215 'flip':177 'full':231 'general':90 'go':208 'good':260 'googl':152,168 'great':9,71,257 'handi':132 'hard':107 'histori':88 'home':223 'hop':99 'howev':226 'insecur':66 'instanc':79 'isol':78,274 'keep':143,158 'kill':86,165 'leverag':229 'like':190 'line':252 'local':234 'log':34,174 'login':146,180 'misunderstood':154 'much':225 'music':137,162,170 'one':176,264 'open':38,60 'opposit':19 'option':267 'ought':199 'particular':49 'pc':119 'peopl':157 'per':80 'persist':269 'phone':222 'play':169 'point':15 'possibl':114 'protect':212 'reason':156 'reauthent':56 'sake':261 'say':204 'separ':77,145,160,188,196 'servic':50,250,255 'session':194 'share':140 'sinc':227 'site':13,81,271 'sites/services':23 'tackl':218 'techniqu':236 'think':133 'time':58 'track':211 'trade':63 'tunnel':232 'unpleas':27 'use':5,29,67 'various':270 'video':159 'vpn':235,249 'vs':149 'want':244 'way':83,121,216,220 'web':128 'websit':68,253 'wish':263 'work':10 'worst':94 'would':69 'yet':233 'youtub':134,136 'yt':148 'ytm':150"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6101715"
  +editedAt: DateTimeImmutable @1712094268 {#2328
    date: 2024-04-02 23:44:28.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704488155 {#2326
    date: 2024-01-05 21:55:55.0 +01:00
  }
  +"title": 283574
}
"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 {#2191
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2348
    +user: Proxies\__CG__\App\Entity\User {#2769 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Why-are-there-so-many-apps-that-could-be-websites"
    +title: "Why are there so many apps that could be websites?"
    +url: null
    +body: """
      Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
      \n
      What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
      \n
      (Are there any good reasons for it, too? Security, maybe?)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 467
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725276407 {#2883
      date: 2024-09-02 13:26:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2888 …}
    +votes: Doctrine\ORM\PersistentCollection {#2891 …}
    +reports: Doctrine\ORM\PersistentCollection {#2893 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2895 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2897 …}
    +badges: Doctrine\ORM\PersistentCollection {#2899 …}
    +children: [
      1 => App\Entity\EntryComment {#2191}
      0 => App\Entity\EntryComment {#2330
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          I’m torn - apps are brutal for privacy but I really like the isolation from browser and all other sites. I typically clear browser cache on every exit so for apps that I use regularly, I am forced to sign in every time if going in through browser.\n
          \n
          Wish browser apps had better isolation for multiple sessions.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1712083898 {#2345
          date: 2024-04-02 20:51:38.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sir_pronoun@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2346 …}
        +nested: Doctrine\ORM\PersistentCollection {#2347 …}
        +votes: Doctrine\ORM\PersistentCollection {#2344 …}
        +reports: Doctrine\ORM\PersistentCollection {#2042 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
        -id: 283129
        -bodyTs: "'app':4,31,51 'better':53 'browser':16,24,48,50 'brutal':6 'cach':25 'clear':23 'everi':27,42 'exit':28 'forc':38 'go':45 'isol':14,54 'like':12 'm':2 'multipl':56 'privaci':8 'realli':11 'regular':35 'session':57 'sign':40 'site':20 'time':43 'torn':3 'typic':22 'use':34 'wish':49"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6098949"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704478276 {#2350
          date: 2024-01-05 19:11:16.0 +01:00
        }
        +"title": 283129
      }
    ]
    -id: 27438
    -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
    -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704561612
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10354622"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704475212 {#2854
      date: 2024-01-05 18:20:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
  +root: App\Entity\EntryComment {#2330}
  +body: """
    I have it and use it. It’s great (works for most sites). My point is actually the opposite - there are certain sites/services that become very unpleasant to use if you have to log in everytime you open the browser.\n
    \n
    The advantage of apps is that for those particular services you don’t have to reauthenticate each time you open them (the trade off being insecurity.\n
    \n
    Using websites would be great if I could have a separate (isolated) instance per site. That way I could kill browse history for general browsing.\n
    \n
    (The absolute worst are the apps that hop out to the browser (especially when they hard code Chrome, which I avoid where possible on Android.))\n
    \n
    On the PC (by way of example), edge and chrome have web applications that are handy (think YouTube and YouTube music) but… they share credentials! I keep a separate login for YT vs YTM (because google completely misunderstood the reason people keep videos separate from music when they killed the excellent Google Play Music). So… When I log into one, flips the default login for the other. Now, if they were separate apps, like on Android, the sessions are separated - as they ought to be!\n
    \n
    I will say that Duck Duck Go’s App Tracking protection is a fantastic way to tackle the way apps ‘phone home’ so much, however, since it leverages a full tunnel (yet local) VPN technique, you have to disable it if you want to connect to another VPN service.\n
    \n
    (Bottom line - website based services are great, but, for goodness sake, I wish one had the option to persist various sites, but in isolation.)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704488155 {#2289
    date: 2024-01-05 21:55:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sir_pronoun@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@doc@kbin.social"
    "@sir_pronoun@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@doc@kbin.social"
    "@sir_pronoun@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@doc@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2327 …}
  +nested: Doctrine\ORM\PersistentCollection {#2333 …}
  +votes: Doctrine\ORM\PersistentCollection {#2324 …}
  +reports: Doctrine\ORM\PersistentCollection {#2334 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
  -id: 283574
  -bodyTs: "'absolut':93 'actual':17 'advantag':42 'android':116,192 'anoth':248 'app':44,97,189,210,221 'applic':129 'avoid':112 'base':254 'becom':25 'bottom':251 'brows':87,91 'browser':40,103 'certain':22 'chrome':109,126 'code':108 'complet':153 'connect':246 'could':74,85 'credenti':141 'default':179 'disabl':240 'duck':206,207 'edg':124 'especi':104 'everytim':36 'exampl':123 'excel':167 'fantast':215 'flip':177 'full':231 'general':90 'go':208 'good':260 'googl':152,168 'great':9,71,257 'handi':132 'hard':107 'histori':88 'home':223 'hop':99 'howev':226 'insecur':66 'instanc':79 'isol':78,274 'keep':143,158 'kill':86,165 'leverag':229 'like':190 'line':252 'local':234 'log':34,174 'login':146,180 'misunderstood':154 'much':225 'music':137,162,170 'one':176,264 'open':38,60 'opposit':19 'option':267 'ought':199 'particular':49 'pc':119 'peopl':157 'per':80 'persist':269 'phone':222 'play':169 'point':15 'possibl':114 'protect':212 'reason':156 'reauthent':56 'sake':261 'say':204 'separ':77,145,160,188,196 'servic':50,250,255 'session':194 'share':140 'sinc':227 'site':13,81,271 'sites/services':23 'tackl':218 'techniqu':236 'think':133 'time':58 'track':211 'trade':63 'tunnel':232 'unpleas':27 'use':5,29,67 'various':270 'video':159 'vpn':235,249 'vs':149 'want':244 'way':83,121,216,220 'web':128 'websit':68,253 'wish':263 'work':10 'worst':94 'would':69 'yet':233 'youtub':134,136 'yt':148 'ytm':150"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6101715"
  +editedAt: DateTimeImmutable @1712094268 {#2328
    date: 2024-04-02 23:44:28.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704488155 {#2326
    date: 2024-01-05 21:55:55.0 +01:00
  }
  +"title": 283574
}
"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 {#2330
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2348
    +user: Proxies\__CG__\App\Entity\User {#2769 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Why-are-there-so-many-apps-that-could-be-websites"
    +title: "Why are there so many apps that could be websites?"
    +url: null
    +body: """
      Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
      \n
      What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
      \n
      (Are there any good reasons for it, too? Security, maybe?)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 467
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725276407 {#2883
      date: 2024-09-02 13:26:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2888 …}
    +votes: Doctrine\ORM\PersistentCollection {#2891 …}
    +reports: Doctrine\ORM\PersistentCollection {#2893 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2895 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2897 …}
    +badges: Doctrine\ORM\PersistentCollection {#2899 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2330}
        +body: """
          I have it and use it. It’s great (works for most sites). My point is actually the opposite - there are certain sites/services that become very unpleasant to use if you have to log in everytime you open the browser.\n
          \n
          The advantage of apps is that for those particular services you don’t have to reauthenticate each time you open them (the trade off being insecurity.\n
          \n
          Using websites would be great if I could have a separate (isolated) instance per site. That way I could kill browse history for general browsing.\n
          \n
          (The absolute worst are the apps that hop out to the browser (especially when they hard code Chrome, which I avoid where possible on Android.))\n
          \n
          On the PC (by way of example), edge and chrome have web applications that are handy (think YouTube and YouTube music) but… they share credentials! I keep a separate login for YT vs YTM (because google completely misunderstood the reason people keep videos separate from music when they killed the excellent Google Play Music). So… When I log into one, flips the default login for the other. Now, if they were separate apps, like on Android, the sessions are separated - as they ought to be!\n
          \n
          I will say that Duck Duck Go’s App Tracking protection is a fantastic way to tackle the way apps ‘phone home’ so much, however, since it leverages a full tunnel (yet local) VPN technique, you have to disable it if you want to connect to another VPN service.\n
          \n
          (Bottom line - website based services are great, but, for goodness sake, I wish one had the option to persist various sites, but in isolation.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704488155 {#2289
          date: 2024-01-05 21:55:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sir_pronoun@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@doc@kbin.social"
          "@sir_pronoun@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@doc@kbin.social"
          "@sir_pronoun@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@doc@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 283574
        -bodyTs: "'absolut':93 'actual':17 'advantag':42 'android':116,192 'anoth':248 'app':44,97,189,210,221 'applic':129 'avoid':112 'base':254 'becom':25 'bottom':251 'brows':87,91 'browser':40,103 'certain':22 'chrome':109,126 'code':108 'complet':153 'connect':246 'could':74,85 'credenti':141 'default':179 'disabl':240 'duck':206,207 'edg':124 'especi':104 'everytim':36 'exampl':123 'excel':167 'fantast':215 'flip':177 'full':231 'general':90 'go':208 'good':260 'googl':152,168 'great':9,71,257 'handi':132 'hard':107 'histori':88 'home':223 'hop':99 'howev':226 'insecur':66 'instanc':79 'isol':78,274 'keep':143,158 'kill':86,165 'leverag':229 'like':190 'line':252 'local':234 'log':34,174 'login':146,180 'misunderstood':154 'much':225 'music':137,162,170 'one':176,264 'open':38,60 'opposit':19 'option':267 'ought':199 'particular':49 'pc':119 'peopl':157 'per':80 'persist':269 'phone':222 'play':169 'point':15 'possibl':114 'protect':212 'reason':156 'reauthent':56 'sake':261 'say':204 'separ':77,145,160,188,196 'servic':50,250,255 'session':194 'share':140 'sinc':227 'site':13,81,271 'sites/services':23 'tackl':218 'techniqu':236 'think':133 'time':58 'track':211 'trade':63 'tunnel':232 'unpleas':27 'use':5,29,67 'various':270 'video':159 'vpn':235,249 'vs':149 'want':244 'way':83,121,216,220 'web':128 'websit':68,253 'wish':263 'work':10 'worst':94 'would':69 'yet':233 'youtub':134,136 'yt':148 'ytm':150"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6101715"
        +editedAt: DateTimeImmutable @1712094268 {#2328
          date: 2024-04-02 23:44:28.0 +02:00
        }
        +createdAt: DateTimeImmutable @1704488155 {#2326
          date: 2024-01-05 21:55:55.0 +01:00
        }
        +"title": 283574
      }
      0 => App\Entity\EntryComment {#2330}
    ]
    -id: 27438
    -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
    -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704561612
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10354622"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704475212 {#2854
      date: 2024-01-05 18:20:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I’m torn - apps are brutal for privacy but I really like the isolation from browser and all other sites. I typically clear browser cache on every exit so for apps that I use regularly, I am forced to sign in every time if going in through browser.\n
    \n
    Wish browser apps had better isolation for multiple sessions.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1712083898 {#2345
    date: 2024-04-02 20:51:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sir_pronoun@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 283129
  -bodyTs: "'app':4,31,51 'better':53 'browser':16,24,48,50 'brutal':6 'cach':25 'clear':23 'everi':27,42 'exit':28 'forc':38 'go':45 'isol':14,54 'like':12 'm':2 'multipl':56 'privaci':8 'realli':11 'regular':35 'session':57 'sign':40 'site':20 'time':43 'torn':3 'typic':22 'use':34 'wish':49"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6098949"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704478276 {#2350
    date: 2024-01-05 19:11:16.0 +01:00
  }
  +"title": 283129
}
"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 {#2330
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2348
    +user: Proxies\__CG__\App\Entity\User {#2769 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Why-are-there-so-many-apps-that-could-be-websites"
    +title: "Why are there so many apps that could be websites?"
    +url: null
    +body: """
      Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
      \n
      What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
      \n
      (Are there any good reasons for it, too? Security, maybe?)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 467
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725276407 {#2883
      date: 2024-09-02 13:26:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2888 …}
    +votes: Doctrine\ORM\PersistentCollection {#2891 …}
    +reports: Doctrine\ORM\PersistentCollection {#2893 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2895 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2897 …}
    +badges: Doctrine\ORM\PersistentCollection {#2899 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2330}
        +body: """
          I have it and use it. It’s great (works for most sites). My point is actually the opposite - there are certain sites/services that become very unpleasant to use if you have to log in everytime you open the browser.\n
          \n
          The advantage of apps is that for those particular services you don’t have to reauthenticate each time you open them (the trade off being insecurity.\n
          \n
          Using websites would be great if I could have a separate (isolated) instance per site. That way I could kill browse history for general browsing.\n
          \n
          (The absolute worst are the apps that hop out to the browser (especially when they hard code Chrome, which I avoid where possible on Android.))\n
          \n
          On the PC (by way of example), edge and chrome have web applications that are handy (think YouTube and YouTube music) but… they share credentials! I keep a separate login for YT vs YTM (because google completely misunderstood the reason people keep videos separate from music when they killed the excellent Google Play Music). So… When I log into one, flips the default login for the other. Now, if they were separate apps, like on Android, the sessions are separated - as they ought to be!\n
          \n
          I will say that Duck Duck Go’s App Tracking protection is a fantastic way to tackle the way apps ‘phone home’ so much, however, since it leverages a full tunnel (yet local) VPN technique, you have to disable it if you want to connect to another VPN service.\n
          \n
          (Bottom line - website based services are great, but, for goodness sake, I wish one had the option to persist various sites, but in isolation.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704488155 {#2289
          date: 2024-01-05 21:55:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sir_pronoun@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@doc@kbin.social"
          "@sir_pronoun@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@doc@kbin.social"
          "@sir_pronoun@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@doc@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 283574
        -bodyTs: "'absolut':93 'actual':17 'advantag':42 'android':116,192 'anoth':248 'app':44,97,189,210,221 'applic':129 'avoid':112 'base':254 'becom':25 'bottom':251 'brows':87,91 'browser':40,103 'certain':22 'chrome':109,126 'code':108 'complet':153 'connect':246 'could':74,85 'credenti':141 'default':179 'disabl':240 'duck':206,207 'edg':124 'especi':104 'everytim':36 'exampl':123 'excel':167 'fantast':215 'flip':177 'full':231 'general':90 'go':208 'good':260 'googl':152,168 'great':9,71,257 'handi':132 'hard':107 'histori':88 'home':223 'hop':99 'howev':226 'insecur':66 'instanc':79 'isol':78,274 'keep':143,158 'kill':86,165 'leverag':229 'like':190 'line':252 'local':234 'log':34,174 'login':146,180 'misunderstood':154 'much':225 'music':137,162,170 'one':176,264 'open':38,60 'opposit':19 'option':267 'ought':199 'particular':49 'pc':119 'peopl':157 'per':80 'persist':269 'phone':222 'play':169 'point':15 'possibl':114 'protect':212 'reason':156 'reauthent':56 'sake':261 'say':204 'separ':77,145,160,188,196 'servic':50,250,255 'session':194 'share':140 'sinc':227 'site':13,81,271 'sites/services':23 'tackl':218 'techniqu':236 'think':133 'time':58 'track':211 'trade':63 'tunnel':232 'unpleas':27 'use':5,29,67 'various':270 'video':159 'vpn':235,249 'vs':149 'want':244 'way':83,121,216,220 'web':128 'websit':68,253 'wish':263 'work':10 'worst':94 'would':69 'yet':233 'youtub':134,136 'yt':148 'ytm':150"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6101715"
        +editedAt: DateTimeImmutable @1712094268 {#2328
          date: 2024-04-02 23:44:28.0 +02:00
        }
        +createdAt: DateTimeImmutable @1704488155 {#2326
          date: 2024-01-05 21:55:55.0 +01:00
        }
        +"title": 283574
      }
      0 => App\Entity\EntryComment {#2330}
    ]
    -id: 27438
    -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
    -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704561612
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10354622"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704475212 {#2854
      date: 2024-01-05 18:20:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I’m torn - apps are brutal for privacy but I really like the isolation from browser and all other sites. I typically clear browser cache on every exit so for apps that I use regularly, I am forced to sign in every time if going in through browser.\n
    \n
    Wish browser apps had better isolation for multiple sessions.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1712083898 {#2345
    date: 2024-04-02 20:51:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sir_pronoun@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 283129
  -bodyTs: "'app':4,31,51 'better':53 'browser':16,24,48,50 'brutal':6 'cach':25 'clear':23 'everi':27,42 'exit':28 'forc':38 'go':45 'isol':14,54 'like':12 'm':2 'multipl':56 'privaci':8 'realli':11 'regular':35 'session':57 'sign':40 'site':20 'time':43 'torn':3 'typic':22 'use':34 'wish':49"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6098949"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704478276 {#2350
    date: 2024-01-05 19:11:16.0 +01:00
  }
  +"title": 283129
}
"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 {#2330
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2348
    +user: Proxies\__CG__\App\Entity\User {#2769 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Why-are-there-so-many-apps-that-could-be-websites"
    +title: "Why are there so many apps that could be websites?"
    +url: null
    +body: """
      Seriously. I don’t want to install something on my phone when the dev is just using a WebView, if that’s what it’s called. When the app is basically just a website with the browser hidden.\n
      \n
      What’s the reason for that? To attach the customer? To sell the app for money? Is there more ad revenue that way? Do you reach more people?\n
      \n
      (Are there any good reasons for it, too? Security, maybe?)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 97
    +favouriteCount: 467
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1725276407 {#2883
      date: 2024-09-02 13:26:47.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2888 …}
    +votes: Doctrine\ORM\PersistentCollection {#2891 …}
    +reports: Doctrine\ORM\PersistentCollection {#2893 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2895 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2897 …}
    +badges: Doctrine\ORM\PersistentCollection {#2899 …}
    +children: [
      1 => App\Entity\EntryComment {#2191
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2348 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2325 …}
        +root: App\Entity\EntryComment {#2330}
        +body: """
          I have it and use it. It’s great (works for most sites). My point is actually the opposite - there are certain sites/services that become very unpleasant to use if you have to log in everytime you open the browser.\n
          \n
          The advantage of apps is that for those particular services you don’t have to reauthenticate each time you open them (the trade off being insecurity.\n
          \n
          Using websites would be great if I could have a separate (isolated) instance per site. That way I could kill browse history for general browsing.\n
          \n
          (The absolute worst are the apps that hop out to the browser (especially when they hard code Chrome, which I avoid where possible on Android.))\n
          \n
          On the PC (by way of example), edge and chrome have web applications that are handy (think YouTube and YouTube music) but… they share credentials! I keep a separate login for YT vs YTM (because google completely misunderstood the reason people keep videos separate from music when they killed the excellent Google Play Music). So… When I log into one, flips the default login for the other. Now, if they were separate apps, like on Android, the sessions are separated - as they ought to be!\n
          \n
          I will say that Duck Duck Go’s App Tracking protection is a fantastic way to tackle the way apps ‘phone home’ so much, however, since it leverages a full tunnel (yet local) VPN technique, you have to disable it if you want to connect to another VPN service.\n
          \n
          (Bottom line - website based services are great, but, for goodness sake, I wish one had the option to persist various sites, but in isolation.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704488155 {#2289
          date: 2024-01-05 21:55:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@sir_pronoun@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@doc@kbin.social"
          "@sir_pronoun@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@doc@kbin.social"
          "@sir_pronoun@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@doc@kbin.social"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2327 …}
        +nested: Doctrine\ORM\PersistentCollection {#2333 …}
        +votes: Doctrine\ORM\PersistentCollection {#2324 …}
        +reports: Doctrine\ORM\PersistentCollection {#2334 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2341 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2337 …}
        -id: 283574
        -bodyTs: "'absolut':93 'actual':17 'advantag':42 'android':116,192 'anoth':248 'app':44,97,189,210,221 'applic':129 'avoid':112 'base':254 'becom':25 'bottom':251 'brows':87,91 'browser':40,103 'certain':22 'chrome':109,126 'code':108 'complet':153 'connect':246 'could':74,85 'credenti':141 'default':179 'disabl':240 'duck':206,207 'edg':124 'especi':104 'everytim':36 'exampl':123 'excel':167 'fantast':215 'flip':177 'full':231 'general':90 'go':208 'good':260 'googl':152,168 'great':9,71,257 'handi':132 'hard':107 'histori':88 'home':223 'hop':99 'howev':226 'insecur':66 'instanc':79 'isol':78,274 'keep':143,158 'kill':86,165 'leverag':229 'like':190 'line':252 'local':234 'log':34,174 'login':146,180 'misunderstood':154 'much':225 'music':137,162,170 'one':176,264 'open':38,60 'opposit':19 'option':267 'ought':199 'particular':49 'pc':119 'peopl':157 'per':80 'persist':269 'phone':222 'play':169 'point':15 'possibl':114 'protect':212 'reason':156 'reauthent':56 'sake':261 'say':204 'separ':77,145,160,188,196 'servic':50,250,255 'session':194 'share':140 'sinc':227 'site':13,81,271 'sites/services':23 'tackl':218 'techniqu':236 'think':133 'time':58 'track':211 'trade':63 'tunnel':232 'unpleas':27 'use':5,29,67 'various':270 'video':159 'vpn':235,249 'vs':149 'want':244 'way':83,121,216,220 'web':128 'websit':68,253 'wish':263 'work':10 'worst':94 'would':69 'yet':233 'youtub':134,136 'yt':148 'ytm':150"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6101715"
        +editedAt: DateTimeImmutable @1712094268 {#2328
          date: 2024-04-02 23:44:28.0 +02:00
        }
        +createdAt: DateTimeImmutable @1704488155 {#2326
          date: 2024-01-05 21:55:55.0 +01:00
        }
        +"title": 283574
      }
      0 => App\Entity\EntryComment {#2330}
    ]
    -id: 27438
    -titleTs: "'app':6 'could':8 'mani':5 'websit':10"
    -bodyTs: "'ad':58 'app':29,52 'attach':46 'basic':31 'browser':37 'call':26 'custom':48 'dev':14 'good':70 'hidden':38 'instal':7 'mayb':76 'money':54 'peopl':66 'phone':11 'reach':64 'reason':42,71 'revenu':59 'secur':75 'sell':50 'serious':1 'someth':8 'use':17 'want':5 'way':61 'websit':34 'webview':19"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704561612
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10354622"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704475212 {#2854
      date: 2024-01-05 18:20:12.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I’m torn - apps are brutal for privacy but I really like the isolation from browser and all other sites. I typically clear browser cache on every exit so for apps that I use regularly, I am forced to sign in every time if going in through browser.\n
    \n
    Wish browser apps had better isolation for multiple sessions.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1712083898 {#2345
    date: 2024-04-02 20:51:38.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sir_pronoun@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2346 …}
  +nested: Doctrine\ORM\PersistentCollection {#2347 …}
  +votes: Doctrine\ORM\PersistentCollection {#2344 …}
  +reports: Doctrine\ORM\PersistentCollection {#2042 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2060 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2331 …}
  -id: 283129
  -bodyTs: "'app':4,31,51 'better':53 'browser':16,24,48,50 'brutal':6 'cach':25 'clear':23 'everi':27,42 'exit':28 'forc':38 'go':45 'isol':14,54 'like':12 'm':2 'multipl':56 'privaci':8 'realli':11 'regular':35 'session':57 'sign':40 'site':20 'time':43 'torn':3 'typic':22 'use':34 'wish':49"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6098949"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704478276 {#2350
    date: 2024-01-05 19:11:16.0 +01:00
  }
  +"title": 283129
}
"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 {#2252
  +user: Proxies\__CG__\App\Entity\User {#2941 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "What-s-your-best-idea-for-a-date-centered-around-the"
  +title: "What's your best idea for a date centered around the library?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724611792 {#2975
    date: 2024-08-25 20:49:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2983 …}
  +reports: Doctrine\ORM\PersistentCollection {#2985 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#2228
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: null
      +root: null
      +body: "Given the ongoing cyber attack on Toronto Public Library, I really hope no one files this under ‘Life Hacks’…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705158839 {#2232
        date: 2024-01-13 16:13:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@B1naryB0t@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2192 …}
      +nested: Doctrine\ORM\PersistentCollection {#2299 …}
      +votes: Doctrine\ORM\PersistentCollection {#2298 …}
      +reports: Doctrine\ORM\PersistentCollection {#2291 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
      -id: 305418
      -bodyTs: "'attack':5 'cyber':4 'file':15 'given':1 'hack':19 'hope':12 'librari':9 'life':18 'one':14 'ongo':3 'public':8 'realli':11 'toronto':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6322659"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705158839 {#2229
        date: 2024-01-13 16:13:59.0 +01:00
      }
      +"title": 305418
    }
  ]
  -id: 29622
  -titleTs: "'around':10 'best':4 'center':9 'date':8 'idea':5 'librari':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705217742
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12246939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705131342 {#2963
    date: 2024-01-13 08:35:42.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 {#2252
  +user: Proxies\__CG__\App\Entity\User {#2941 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "What-s-your-best-idea-for-a-date-centered-around-the"
  +title: "What's your best idea for a date centered around the library?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724611792 {#2975
    date: 2024-08-25 20:49:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2983 …}
  +reports: Doctrine\ORM\PersistentCollection {#2985 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#2228
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: null
      +root: null
      +body: "Given the ongoing cyber attack on Toronto Public Library, I really hope no one files this under ‘Life Hacks’…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705158839 {#2232
        date: 2024-01-13 16:13:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@B1naryB0t@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2192 …}
      +nested: Doctrine\ORM\PersistentCollection {#2299 …}
      +votes: Doctrine\ORM\PersistentCollection {#2298 …}
      +reports: Doctrine\ORM\PersistentCollection {#2291 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
      -id: 305418
      -bodyTs: "'attack':5 'cyber':4 'file':15 'given':1 'hack':19 'hope':12 'librari':9 'life':18 'one':14 'ongo':3 'public':8 'realli':11 'toronto':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6322659"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705158839 {#2229
        date: 2024-01-13 16:13:59.0 +01:00
      }
      +"title": 305418
    }
  ]
  -id: 29622
  -titleTs: "'around':10 'best':4 'center':9 'date':8 'idea':5 'librari':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705217742
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12246939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705131342 {#2963
    date: 2024-01-13 08:35:42.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 {#2252
  +user: Proxies\__CG__\App\Entity\User {#2941 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "What-s-your-best-idea-for-a-date-centered-around-the"
  +title: "What's your best idea for a date centered around the library?"
  +url: null
  +body: null
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 33
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1724611792 {#2975
    date: 2024-08-25 20:49:52.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2980 …}
  +votes: Doctrine\ORM\PersistentCollection {#2983 …}
  +reports: Doctrine\ORM\PersistentCollection {#2985 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
  +badges: Doctrine\ORM\PersistentCollection {#2991 …}
  +children: [
    App\Entity\EntryComment {#2228
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2252 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: null
      +root: null
      +body: "Given the ongoing cyber attack on Toronto Public Library, I really hope no one files this under ‘Life Hacks’…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1705158839 {#2232
        date: 2024-01-13 16:13:59.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@B1naryB0t@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2192 …}
      +nested: Doctrine\ORM\PersistentCollection {#2299 …}
      +votes: Doctrine\ORM\PersistentCollection {#2298 …}
      +reports: Doctrine\ORM\PersistentCollection {#2291 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
      -id: 305418
      -bodyTs: "'attack':5 'cyber':4 'file':15 'given':1 'hack':19 'hope':12 'librari':9 'life':18 'one':14 'ongo':3 'public':8 'realli':11 'toronto':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6322659"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705158839 {#2229
        date: 2024-01-13 16:13:59.0 +01:00
      }
      +"title": 305418
    }
  ]
  -id: 29622
  -titleTs: "'around':10 'best':4 'center':9 'date':8 'idea':5 'librari':12"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705217742
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/12246939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705131342 {#2963
    date: 2024-01-13 08:35:42.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 {#2228
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2252
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "What-s-your-best-idea-for-a-date-centered-around-the"
    +title: "What's your best idea for a date centered around the library?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 33
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724611792 {#2975
      date: 2024-08-25 20:49:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2983 …}
    +reports: Doctrine\ORM\PersistentCollection {#2985 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#2228}
    ]
    -id: 29622
    -titleTs: "'around':10 'best':4 'center':9 'date':8 'idea':5 'librari':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705217742
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12246939"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705131342 {#2963
      date: 2024-01-13 08:35:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "Given the ongoing cyber attack on Toronto Public Library, I really hope no one files this under ‘Life Hacks’…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705158839 {#2232
    date: 2024-01-13 16:13:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@B1naryB0t@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2192 …}
  +nested: Doctrine\ORM\PersistentCollection {#2299 …}
  +votes: Doctrine\ORM\PersistentCollection {#2298 …}
  +reports: Doctrine\ORM\PersistentCollection {#2291 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
  -id: 305418
  -bodyTs: "'attack':5 'cyber':4 'file':15 'given':1 'hack':19 'hope':12 'librari':9 'life':18 'one':14 'ongo':3 'public':8 'realli':11 'toronto':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6322659"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705158839 {#2229
    date: 2024-01-13 16:13:59.0 +01:00
  }
  +"title": 305418
}
"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 {#2228
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2252
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "What-s-your-best-idea-for-a-date-centered-around-the"
    +title: "What's your best idea for a date centered around the library?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 33
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724611792 {#2975
      date: 2024-08-25 20:49:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2983 …}
    +reports: Doctrine\ORM\PersistentCollection {#2985 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#2228}
    ]
    -id: 29622
    -titleTs: "'around':10 'best':4 'center':9 'date':8 'idea':5 'librari':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705217742
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12246939"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705131342 {#2963
      date: 2024-01-13 08:35:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "Given the ongoing cyber attack on Toronto Public Library, I really hope no one files this under ‘Life Hacks’…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705158839 {#2232
    date: 2024-01-13 16:13:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@B1naryB0t@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2192 …}
  +nested: Doctrine\ORM\PersistentCollection {#2299 …}
  +votes: Doctrine\ORM\PersistentCollection {#2298 …}
  +reports: Doctrine\ORM\PersistentCollection {#2291 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
  -id: 305418
  -bodyTs: "'attack':5 'cyber':4 'file':15 'given':1 'hack':19 'hope':12 'librari':9 'life':18 'one':14 'ongo':3 'public':8 'realli':11 'toronto':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6322659"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705158839 {#2229
    date: 2024-01-13 16:13:59.0 +01:00
  }
  +"title": 305418
}
"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 {#2228
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2252
    +user: Proxies\__CG__\App\Entity\User {#2941 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "What-s-your-best-idea-for-a-date-centered-around-the"
    +title: "What's your best idea for a date centered around the library?"
    +url: null
    +body: null
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 33
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1724611792 {#2975
      date: 2024-08-25 20:49:52.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2980 …}
    +votes: Doctrine\ORM\PersistentCollection {#2983 …}
    +reports: Doctrine\ORM\PersistentCollection {#2985 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2989 …}
    +badges: Doctrine\ORM\PersistentCollection {#2991 …}
    +children: [
      App\Entity\EntryComment {#2228}
    ]
    -id: 29622
    -titleTs: "'around':10 'best':4 'center':9 'date':8 'idea':5 'librari':12"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705217742
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/12246939"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705131342 {#2963
      date: 2024-01-13 08:35:42.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "Given the ongoing cyber attack on Toronto Public Library, I really hope no one files this under ‘Life Hacks’…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1705158839 {#2232
    date: 2024-01-13 16:13:59.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@B1naryB0t@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2192 …}
  +nested: Doctrine\ORM\PersistentCollection {#2299 …}
  +votes: Doctrine\ORM\PersistentCollection {#2298 …}
  +reports: Doctrine\ORM\PersistentCollection {#2291 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2301 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2297 …}
  -id: 305418
  -bodyTs: "'attack':5 'cyber':4 'file':15 'given':1 'hack':19 'hope':12 'librari':9 'life':18 'one':14 'ongo':3 'public':8 'realli':11 'toronto':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6322659"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705158839 {#2229
    date: 2024-01-13 16:13:59.0 +01:00
  }
  +"title": 305418
}
"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
Proxies\__CG__\App\Entity\Entry {#2117
  +user: Proxies\__CG__\App\Entity\User {#2960 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Your-favorite-linux-projects-for-weekend"
  +title: "Your favorite linux projects for weekend"
  +url: null
  +body: "I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 94
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723263561 {#2993
    date: 2024-08-10 06:19:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2998 …}
  +votes: Doctrine\ORM\PersistentCollection {#3001 …}
  +reports: Doctrine\ORM\PersistentCollection {#3003 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3005 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3007 …}
  +badges: Doctrine\ORM\PersistentCollection {#3009 …}
  +children: [
    1 => App\Entity\EntryComment {#2118
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
      +body: "That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705071420 {#2124
        date: 2024-01-12 15:57:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cryptix@discuss.tchncs.de"
        "@bloopernova@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2122 …}
      +nested: Doctrine\ORM\PersistentCollection {#2113 …}
      +votes: Doctrine\ORM\PersistentCollection {#2119 …}
      +reports: Doctrine\ORM\PersistentCollection {#2120 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2160 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
      -id: 302134
      -bodyTs: "'alreadi':14 'besid':43 'cast':47 'contain':19 'could':26 'embed':65 'file':53 'gitea':18 'home':23 'inadvert':60 'instal':15 'item':5 'learn':37 'list':11 'net':50 'next':4 'password':64 'privat':32 'public':29 'publish':61 'repo':30 'run':21 'set':31 'someth':62 'store':55 'to-do':8 'use':27 've':13 'want':35,45 'wider':49 'worri':58 'yes':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6297570"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705071420 {#2114
        date: 2024-01-12 15:57:00.0 +01:00
      }
      +"title": 302134
    }
    0 => App\Entity\EntryComment {#2126
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
      +body: """
        I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.\n
        \n
        It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705072633 {#2128
        date: 2024-01-12 16:17:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cryptix@discuss.tchncs.de"
        "@bloopernova@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2139 …}
      +nested: Doctrine\ORM\PersistentCollection {#2224 …}
      +votes: Doctrine\ORM\PersistentCollection {#2223 …}
      +reports: Doctrine\ORM\PersistentCollection {#2216 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
      -id: 302176
      -bodyTs: "'algorithm':58 'approach':26 'bare':11 'bubbl':42 'coincid':73 'consequ':55 'definit':70 'dive':29 'everywher':44 'explor':21 'free':41 'funni':35 'git':12 'idea':38 'implic':32 'lemmi':61 'm':2,49,52 'nice':64 'past':46 'pleasant':72 'prep':15 'project':37 'pros/cons':23 'repo':13 'search':57 'see':53,66 'seem':39 'set':8 'sure':50 'two':19 'vm':17 'waffl':3 'week':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6297967"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705072633 {#2127
        date: 2024-01-12 16:17:13.0 +01:00
      }
      +"title": 302176
    }
  ]
  -id: 29333
  -titleTs: "'favorit':2 'linux':3 'project':4 'weekend':6"
  -bodyTs: "'could':16 'els':14 'got':2 'idea':20 'minim':4 'nextcloud':9 'pihol':7 'setup':5 'share':18 'wonder':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705154766
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9168386"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705068366 {#2981
    date: 2024-01-12 15:06:06.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
75 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2117
  +user: Proxies\__CG__\App\Entity\User {#2960 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Your-favorite-linux-projects-for-weekend"
  +title: "Your favorite linux projects for weekend"
  +url: null
  +body: "I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 94
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723263561 {#2993
    date: 2024-08-10 06:19:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2998 …}
  +votes: Doctrine\ORM\PersistentCollection {#3001 …}
  +reports: Doctrine\ORM\PersistentCollection {#3003 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3005 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3007 …}
  +badges: Doctrine\ORM\PersistentCollection {#3009 …}
  +children: [
    1 => App\Entity\EntryComment {#2118
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
      +body: "That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705071420 {#2124
        date: 2024-01-12 15:57:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cryptix@discuss.tchncs.de"
        "@bloopernova@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2122 …}
      +nested: Doctrine\ORM\PersistentCollection {#2113 …}
      +votes: Doctrine\ORM\PersistentCollection {#2119 …}
      +reports: Doctrine\ORM\PersistentCollection {#2120 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2160 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
      -id: 302134
      -bodyTs: "'alreadi':14 'besid':43 'cast':47 'contain':19 'could':26 'embed':65 'file':53 'gitea':18 'home':23 'inadvert':60 'instal':15 'item':5 'learn':37 'list':11 'net':50 'next':4 'password':64 'privat':32 'public':29 'publish':61 'repo':30 'run':21 'set':31 'someth':62 'store':55 'to-do':8 'use':27 've':13 'want':35,45 'wider':49 'worri':58 'yes':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6297570"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705071420 {#2114
        date: 2024-01-12 15:57:00.0 +01:00
      }
      +"title": 302134
    }
    0 => App\Entity\EntryComment {#2126
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
      +body: """
        I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.\n
        \n
        It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705072633 {#2128
        date: 2024-01-12 16:17:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cryptix@discuss.tchncs.de"
        "@bloopernova@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2139 …}
      +nested: Doctrine\ORM\PersistentCollection {#2224 …}
      +votes: Doctrine\ORM\PersistentCollection {#2223 …}
      +reports: Doctrine\ORM\PersistentCollection {#2216 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
      -id: 302176
      -bodyTs: "'algorithm':58 'approach':26 'bare':11 'bubbl':42 'coincid':73 'consequ':55 'definit':70 'dive':29 'everywher':44 'explor':21 'free':41 'funni':35 'git':12 'idea':38 'implic':32 'lemmi':61 'm':2,49,52 'nice':64 'past':46 'pleasant':72 'prep':15 'project':37 'pros/cons':23 'repo':13 'search':57 'see':53,66 'seem':39 'set':8 'sure':50 'two':19 'vm':17 'waffl':3 'week':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6297967"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705072633 {#2127
        date: 2024-01-12 16:17:13.0 +01:00
      }
      +"title": 302176
    }
  ]
  -id: 29333
  -titleTs: "'favorit':2 'linux':3 'project':4 'weekend':6"
  -bodyTs: "'could':16 'els':14 'got':2 'idea':20 'minim':4 'nextcloud':9 'pihol':7 'setup':5 'share':18 'wonder':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705154766
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9168386"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705068366 {#2981
    date: 2024-01-12 15:06:06.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
76 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2117
  +user: Proxies\__CG__\App\Entity\User {#2960 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Your-favorite-linux-projects-for-weekend"
  +title: "Your favorite linux projects for weekend"
  +url: null
  +body: "I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 94
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723263561 {#2993
    date: 2024-08-10 06:19:21.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2998 …}
  +votes: Doctrine\ORM\PersistentCollection {#3001 …}
  +reports: Doctrine\ORM\PersistentCollection {#3003 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3005 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3007 …}
  +badges: Doctrine\ORM\PersistentCollection {#3009 …}
  +children: [
    1 => App\Entity\EntryComment {#2118
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
      +body: "That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705071420 {#2124
        date: 2024-01-12 15:57:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cryptix@discuss.tchncs.de"
        "@bloopernova@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2122 …}
      +nested: Doctrine\ORM\PersistentCollection {#2113 …}
      +votes: Doctrine\ORM\PersistentCollection {#2119 …}
      +reports: Doctrine\ORM\PersistentCollection {#2120 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2160 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
      -id: 302134
      -bodyTs: "'alreadi':14 'besid':43 'cast':47 'contain':19 'could':26 'embed':65 'file':53 'gitea':18 'home':23 'inadvert':60 'instal':15 'item':5 'learn':37 'list':11 'net':50 'next':4 'password':64 'privat':32 'public':29 'publish':61 'repo':30 'run':21 'set':31 'someth':62 'store':55 'to-do':8 'use':27 've':13 'want':35,45 'wider':49 'worri':58 'yes':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6297570"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705071420 {#2114
        date: 2024-01-12 15:57:00.0 +01:00
      }
      +"title": 302134
    }
    0 => App\Entity\EntryComment {#2126
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
      +body: """
        I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.\n
        \n
        It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705072633 {#2128
        date: 2024-01-12 16:17:13.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cryptix@discuss.tchncs.de"
        "@bloopernova@programming.dev"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2139 …}
      +nested: Doctrine\ORM\PersistentCollection {#2224 …}
      +votes: Doctrine\ORM\PersistentCollection {#2223 …}
      +reports: Doctrine\ORM\PersistentCollection {#2216 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
      -id: 302176
      -bodyTs: "'algorithm':58 'approach':26 'bare':11 'bubbl':42 'coincid':73 'consequ':55 'definit':70 'dive':29 'everywher':44 'explor':21 'free':41 'funni':35 'git':12 'idea':38 'implic':32 'lemmi':61 'm':2,49,52 'nice':64 'past':46 'pleasant':72 'prep':15 'project':37 'pros/cons':23 'repo':13 'search':57 'see':53,66 'seem':39 'set':8 'sure':50 'two':19 'vm':17 'waffl':3 'week':47"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6297967"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705072633 {#2127
        date: 2024-01-12 16:17:13.0 +01:00
      }
      +"title": 302176
    }
  ]
  -id: 29333
  -titleTs: "'favorit':2 'linux':3 'project':4 'weekend':6"
  -bodyTs: "'could':16 'els':14 'got':2 'idea':20 'minim':4 'nextcloud':9 'pihol':7 'setup':5 'share':18 'wonder':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705154766
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/post/9168386"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705068366 {#2981
    date: 2024-01-12 15:06:06.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
77 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
78 DENIED moderate
App\Entity\EntryComment {#2118
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2117
    +user: Proxies\__CG__\App\Entity\User {#2960 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Your-favorite-linux-projects-for-weekend"
    +title: "Your favorite linux projects for weekend"
    +url: null
    +body: "I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 94
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723263561 {#2993
      date: 2024-08-10 06:19:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2998 …}
    +votes: Doctrine\ORM\PersistentCollection {#3001 …}
    +reports: Doctrine\ORM\PersistentCollection {#3003 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3005 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3007 …}
    +badges: Doctrine\ORM\PersistentCollection {#3009 …}
    +children: [
      1 => App\Entity\EntryComment {#2118}
      0 => App\Entity\EntryComment {#2126
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
        +body: """
          I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.\n
          \n
          It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705072633 {#2128
          date: 2024-01-12 16:17:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cryptix@discuss.tchncs.de"
          "@bloopernova@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2139 …}
        +nested: Doctrine\ORM\PersistentCollection {#2224 …}
        +votes: Doctrine\ORM\PersistentCollection {#2223 …}
        +reports: Doctrine\ORM\PersistentCollection {#2216 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
        -id: 302176
        -bodyTs: "'algorithm':58 'approach':26 'bare':11 'bubbl':42 'coincid':73 'consequ':55 'definit':70 'dive':29 'everywher':44 'explor':21 'free':41 'funni':35 'git':12 'idea':38 'implic':32 'lemmi':61 'm':2,49,52 'nice':64 'past':46 'pleasant':72 'prep':15 'project':37 'pros/cons':23 'repo':13 'search':57 'see':53,66 'seem':39 'set':8 'sure':50 'two':19 'vm':17 'waffl':3 'week':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6297967"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705072633 {#2127
          date: 2024-01-12 16:17:13.0 +01:00
        }
        +"title": 302176
      }
    ]
    -id: 29333
    -titleTs: "'favorit':2 'linux':3 'project':4 'weekend':6"
    -bodyTs: "'could':16 'els':14 'got':2 'idea':20 'minim':4 'nextcloud':9 'pihol':7 'setup':5 'share':18 'wonder':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705154766
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/9168386"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705068366 {#2981
      date: 2024-01-12 15:06:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
  +body: "That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705071420 {#2124
    date: 2024-01-12 15:57:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cryptix@discuss.tchncs.de"
    "@bloopernova@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2122 …}
  +nested: Doctrine\ORM\PersistentCollection {#2113 …}
  +votes: Doctrine\ORM\PersistentCollection {#2119 …}
  +reports: Doctrine\ORM\PersistentCollection {#2120 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2160 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
  -id: 302134
  -bodyTs: "'alreadi':14 'besid':43 'cast':47 'contain':19 'could':26 'embed':65 'file':53 'gitea':18 'home':23 'inadvert':60 'instal':15 'item':5 'learn':37 'list':11 'net':50 'next':4 'password':64 'privat':32 'public':29 'publish':61 'repo':30 'run':21 'set':31 'someth':62 'store':55 'to-do':8 'use':27 've':13 'want':35,45 'wider':49 'worri':58 'yes':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6297570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705071420 {#2114
    date: 2024-01-12 15:57:00.0 +01:00
  }
  +"title": 302134
}
"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
79 DENIED edit
App\Entity\EntryComment {#2118
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2117
    +user: Proxies\__CG__\App\Entity\User {#2960 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Your-favorite-linux-projects-for-weekend"
    +title: "Your favorite linux projects for weekend"
    +url: null
    +body: "I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 94
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723263561 {#2993
      date: 2024-08-10 06:19:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2998 …}
    +votes: Doctrine\ORM\PersistentCollection {#3001 …}
    +reports: Doctrine\ORM\PersistentCollection {#3003 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3005 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3007 …}
    +badges: Doctrine\ORM\PersistentCollection {#3009 …}
    +children: [
      1 => App\Entity\EntryComment {#2118}
      0 => App\Entity\EntryComment {#2126
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
        +body: """
          I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.\n
          \n
          It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705072633 {#2128
          date: 2024-01-12 16:17:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cryptix@discuss.tchncs.de"
          "@bloopernova@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2139 …}
        +nested: Doctrine\ORM\PersistentCollection {#2224 …}
        +votes: Doctrine\ORM\PersistentCollection {#2223 …}
        +reports: Doctrine\ORM\PersistentCollection {#2216 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
        -id: 302176
        -bodyTs: "'algorithm':58 'approach':26 'bare':11 'bubbl':42 'coincid':73 'consequ':55 'definit':70 'dive':29 'everywher':44 'explor':21 'free':41 'funni':35 'git':12 'idea':38 'implic':32 'lemmi':61 'm':2,49,52 'nice':64 'past':46 'pleasant':72 'prep':15 'project':37 'pros/cons':23 'repo':13 'search':57 'see':53,66 'seem':39 'set':8 'sure':50 'two':19 'vm':17 'waffl':3 'week':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6297967"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705072633 {#2127
          date: 2024-01-12 16:17:13.0 +01:00
        }
        +"title": 302176
      }
    ]
    -id: 29333
    -titleTs: "'favorit':2 'linux':3 'project':4 'weekend':6"
    -bodyTs: "'could':16 'els':14 'got':2 'idea':20 'minim':4 'nextcloud':9 'pihol':7 'setup':5 'share':18 'wonder':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705154766
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/9168386"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705068366 {#2981
      date: 2024-01-12 15:06:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
  +body: "That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705071420 {#2124
    date: 2024-01-12 15:57:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cryptix@discuss.tchncs.de"
    "@bloopernova@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2122 …}
  +nested: Doctrine\ORM\PersistentCollection {#2113 …}
  +votes: Doctrine\ORM\PersistentCollection {#2119 …}
  +reports: Doctrine\ORM\PersistentCollection {#2120 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2160 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
  -id: 302134
  -bodyTs: "'alreadi':14 'besid':43 'cast':47 'contain':19 'could':26 'embed':65 'file':53 'gitea':18 'home':23 'inadvert':60 'instal':15 'item':5 'learn':37 'list':11 'net':50 'next':4 'password':64 'privat':32 'public':29 'publish':61 'repo':30 'run':21 'set':31 'someth':62 'store':55 'to-do':8 'use':27 've':13 'want':35,45 'wider':49 'worri':58 'yes':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6297570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705071420 {#2114
    date: 2024-01-12 15:57:00.0 +01:00
  }
  +"title": 302134
}
"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
80 DENIED moderate
App\Entity\EntryComment {#2118
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2117
    +user: Proxies\__CG__\App\Entity\User {#2960 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Your-favorite-linux-projects-for-weekend"
    +title: "Your favorite linux projects for weekend"
    +url: null
    +body: "I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 94
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723263561 {#2993
      date: 2024-08-10 06:19:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2998 …}
    +votes: Doctrine\ORM\PersistentCollection {#3001 …}
    +reports: Doctrine\ORM\PersistentCollection {#3003 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3005 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3007 …}
    +badges: Doctrine\ORM\PersistentCollection {#3009 …}
    +children: [
      1 => App\Entity\EntryComment {#2118}
      0 => App\Entity\EntryComment {#2126
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
        +body: """
          I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.\n
          \n
          It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705072633 {#2128
          date: 2024-01-12 16:17:13.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cryptix@discuss.tchncs.de"
          "@bloopernova@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2139 …}
        +nested: Doctrine\ORM\PersistentCollection {#2224 …}
        +votes: Doctrine\ORM\PersistentCollection {#2223 …}
        +reports: Doctrine\ORM\PersistentCollection {#2216 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
        -id: 302176
        -bodyTs: "'algorithm':58 'approach':26 'bare':11 'bubbl':42 'coincid':73 'consequ':55 'definit':70 'dive':29 'everywher':44 'explor':21 'free':41 'funni':35 'git':12 'idea':38 'implic':32 'lemmi':61 'm':2,49,52 'nice':64 'past':46 'pleasant':72 'prep':15 'project':37 'pros/cons':23 'repo':13 'search':57 'see':53,66 'seem':39 'set':8 'sure':50 'two':19 'vm':17 'waffl':3 'week':47"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6297967"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705072633 {#2127
          date: 2024-01-12 16:17:13.0 +01:00
        }
        +"title": 302176
      }
    ]
    -id: 29333
    -titleTs: "'favorit':2 'linux':3 'project':4 'weekend':6"
    -bodyTs: "'could':16 'els':14 'got':2 'idea':20 'minim':4 'nextcloud':9 'pihol':7 'setup':5 'share':18 'wonder':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705154766
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/9168386"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705068366 {#2981
      date: 2024-01-12 15:06:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
  +body: "That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705071420 {#2124
    date: 2024-01-12 15:57:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cryptix@discuss.tchncs.de"
    "@bloopernova@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2122 …}
  +nested: Doctrine\ORM\PersistentCollection {#2113 …}
  +votes: Doctrine\ORM\PersistentCollection {#2119 …}
  +reports: Doctrine\ORM\PersistentCollection {#2120 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2160 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
  -id: 302134
  -bodyTs: "'alreadi':14 'besid':43 'cast':47 'contain':19 'could':26 'embed':65 'file':53 'gitea':18 'home':23 'inadvert':60 'instal':15 'item':5 'learn':37 'list':11 'net':50 'next':4 'password':64 'privat':32 'public':29 'publish':61 'repo':30 'run':21 'set':31 'someth':62 'store':55 'to-do':8 'use':27 've':13 'want':35,45 'wider':49 'worri':58 'yes':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6297570"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705071420 {#2114
    date: 2024-01-12 15:57:00.0 +01:00
  }
  +"title": 302134
}
"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
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 {#2126
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2117
    +user: Proxies\__CG__\App\Entity\User {#2960 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Your-favorite-linux-projects-for-weekend"
    +title: "Your favorite linux projects for weekend"
    +url: null
    +body: "I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 94
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723263561 {#2993
      date: 2024-08-10 06:19:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2998 …}
    +votes: Doctrine\ORM\PersistentCollection {#3001 …}
    +reports: Doctrine\ORM\PersistentCollection {#3003 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3005 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3007 …}
    +badges: Doctrine\ORM\PersistentCollection {#3009 …}
    +children: [
      1 => App\Entity\EntryComment {#2118
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
        +body: "That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705071420 {#2124
          date: 2024-01-12 15:57:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cryptix@discuss.tchncs.de"
          "@bloopernova@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2122 …}
        +nested: Doctrine\ORM\PersistentCollection {#2113 …}
        +votes: Doctrine\ORM\PersistentCollection {#2119 …}
        +reports: Doctrine\ORM\PersistentCollection {#2120 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2160 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
        -id: 302134
        -bodyTs: "'alreadi':14 'besid':43 'cast':47 'contain':19 'could':26 'embed':65 'file':53 'gitea':18 'home':23 'inadvert':60 'instal':15 'item':5 'learn':37 'list':11 'net':50 'next':4 'password':64 'privat':32 'public':29 'publish':61 'repo':30 'run':21 'set':31 'someth':62 'store':55 'to-do':8 'use':27 've':13 'want':35,45 'wider':49 'worri':58 'yes':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6297570"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705071420 {#2114
          date: 2024-01-12 15:57:00.0 +01:00
        }
        +"title": 302134
      }
      0 => App\Entity\EntryComment {#2126}
    ]
    -id: 29333
    -titleTs: "'favorit':2 'linux':3 'project':4 'weekend':6"
    -bodyTs: "'could':16 'els':14 'got':2 'idea':20 'minim':4 'nextcloud':9 'pihol':7 'setup':5 'share':18 'wonder':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705154766
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/9168386"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705068366 {#2981
      date: 2024-01-12 15:06:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
  +body: """
    I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.\n
    \n
    It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705072633 {#2128
    date: 2024-01-12 16:17:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cryptix@discuss.tchncs.de"
    "@bloopernova@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2223 …}
  +reports: Doctrine\ORM\PersistentCollection {#2216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 302176
  -bodyTs: "'algorithm':58 'approach':26 'bare':11 'bubbl':42 'coincid':73 'consequ':55 'definit':70 'dive':29 'everywher':44 'explor':21 'free':41 'funni':35 'git':12 'idea':38 'implic':32 'lemmi':61 'm':2,49,52 'nice':64 'past':46 'pleasant':72 'prep':15 'project':37 'pros/cons':23 'repo':13 'search':57 'see':53,66 'seem':39 'set':8 'sure':50 'two':19 'vm':17 'waffl':3 'week':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6297967"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705072633 {#2127
    date: 2024-01-12 16:17:13.0 +01:00
  }
  +"title": 302176
}
"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 {#2126
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2117
    +user: Proxies\__CG__\App\Entity\User {#2960 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Your-favorite-linux-projects-for-weekend"
    +title: "Your favorite linux projects for weekend"
    +url: null
    +body: "I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 94
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723263561 {#2993
      date: 2024-08-10 06:19:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2998 …}
    +votes: Doctrine\ORM\PersistentCollection {#3001 …}
    +reports: Doctrine\ORM\PersistentCollection {#3003 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3005 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3007 …}
    +badges: Doctrine\ORM\PersistentCollection {#3009 …}
    +children: [
      1 => App\Entity\EntryComment {#2118
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
        +body: "That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705071420 {#2124
          date: 2024-01-12 15:57:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cryptix@discuss.tchncs.de"
          "@bloopernova@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2122 …}
        +nested: Doctrine\ORM\PersistentCollection {#2113 …}
        +votes: Doctrine\ORM\PersistentCollection {#2119 …}
        +reports: Doctrine\ORM\PersistentCollection {#2120 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2160 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
        -id: 302134
        -bodyTs: "'alreadi':14 'besid':43 'cast':47 'contain':19 'could':26 'embed':65 'file':53 'gitea':18 'home':23 'inadvert':60 'instal':15 'item':5 'learn':37 'list':11 'net':50 'next':4 'password':64 'privat':32 'public':29 'publish':61 'repo':30 'run':21 'set':31 'someth':62 'store':55 'to-do':8 'use':27 've':13 'want':35,45 'wider':49 'worri':58 'yes':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6297570"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705071420 {#2114
          date: 2024-01-12 15:57:00.0 +01:00
        }
        +"title": 302134
      }
      0 => App\Entity\EntryComment {#2126}
    ]
    -id: 29333
    -titleTs: "'favorit':2 'linux':3 'project':4 'weekend':6"
    -bodyTs: "'could':16 'els':14 'got':2 'idea':20 'minim':4 'nextcloud':9 'pihol':7 'setup':5 'share':18 'wonder':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705154766
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/9168386"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705068366 {#2981
      date: 2024-01-12 15:06:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
  +body: """
    I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.\n
    \n
    It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705072633 {#2128
    date: 2024-01-12 16:17:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cryptix@discuss.tchncs.de"
    "@bloopernova@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2223 …}
  +reports: Doctrine\ORM\PersistentCollection {#2216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 302176
  -bodyTs: "'algorithm':58 'approach':26 'bare':11 'bubbl':42 'coincid':73 'consequ':55 'definit':70 'dive':29 'everywher':44 'explor':21 'free':41 'funni':35 'git':12 'idea':38 'implic':32 'lemmi':61 'm':2,49,52 'nice':64 'past':46 'pleasant':72 'prep':15 'project':37 'pros/cons':23 'repo':13 'search':57 'see':53,66 'seem':39 'set':8 'sure':50 'two':19 'vm':17 'waffl':3 'week':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6297967"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705072633 {#2127
    date: 2024-01-12 16:17:13.0 +01:00
  }
  +"title": 302176
}
"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 {#2126
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2117
    +user: Proxies\__CG__\App\Entity\User {#2960 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Your-favorite-linux-projects-for-weekend"
    +title: "Your favorite linux projects for weekend"
    +url: null
    +body: "I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 94
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723263561 {#2993
      date: 2024-08-10 06:19:21.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2998 …}
    +votes: Doctrine\ORM\PersistentCollection {#3001 …}
    +reports: Doctrine\ORM\PersistentCollection {#3003 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3005 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3007 …}
    +badges: Doctrine\ORM\PersistentCollection {#3009 …}
    +children: [
      1 => App\Entity\EntryComment {#2118
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2117 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
        +body: "That is the next item on my to-do list. I’ve already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded…"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1705071420 {#2124
          date: 2024-01-12 15:57:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@cryptix@discuss.tchncs.de"
          "@bloopernova@programming.dev"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2122 …}
        +nested: Doctrine\ORM\PersistentCollection {#2113 …}
        +votes: Doctrine\ORM\PersistentCollection {#2119 …}
        +reports: Doctrine\ORM\PersistentCollection {#2120 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2160 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2162 …}
        -id: 302134
        -bodyTs: "'alreadi':14 'besid':43 'cast':47 'contain':19 'could':26 'embed':65 'file':53 'gitea':18 'home':23 'inadvert':60 'instal':15 'item':5 'learn':37 'list':11 'net':50 'next':4 'password':64 'privat':32 'public':29 'publish':61 'repo':30 'run':21 'set':31 'someth':62 'store':55 'to-do':8 'use':27 've':13 'want':35,45 'wider':49 'worri':58 'yes':24"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6297570"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705071420 {#2114
          date: 2024-01-12 15:57:00.0 +01:00
        }
        +"title": 302134
      }
      0 => App\Entity\EntryComment {#2126}
    ]
    -id: 29333
    -titleTs: "'favorit':2 'linux':3 'project':4 'weekend':6"
    -bodyTs: "'could':16 'els':14 'got':2 'idea':20 'minim':4 'nextcloud':9 'pihol':7 'setup':5 'share':18 'wonder':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705154766
    +visibility: "visible             "
    +apId: "https://discuss.tchncs.de/post/9168386"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705068366 {#2981
      date: 2024-01-12 15:06:06.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2121 …}
  +body: """
    I’m waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.\n
    \n
    It’s funny - this project idea seems to free bubbling up everywhere this past week. I’m sure I’m seeing the consequences of search algorithms, but on Lemmy, it’s nice to see what is a definite and pleasant coincidence.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705072633 {#2128
    date: 2024-01-12 16:17:13.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cryptix@discuss.tchncs.de"
    "@bloopernova@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2223 …}
  +reports: Doctrine\ORM\PersistentCollection {#2216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 302176
  -bodyTs: "'algorithm':58 'approach':26 'bare':11 'bubbl':42 'coincid':73 'consequ':55 'definit':70 'dive':29 'everywher':44 'explor':21 'free':41 'funni':35 'git':12 'idea':38 'implic':32 'lemmi':61 'm':2,49,52 'nice':64 'past':46 'pleasant':72 'prep':15 'project':37 'pros/cons':23 'repo':13 'search':57 'see':53,66 'seem':39 'set':8 'sure':50 'two':19 'vm':17 'waffl':3 'week':47"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6297967"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705072633 {#2127
    date: 2024-01-12 16:17:13.0 +01:00
  }
  +"title": 302176
}
"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
Proxies\__CG__\App\Entity\Entry {#2100
  +user: Proxies\__CG__\App\Entity\User {#3016 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
  +title: "What's the funniest mishearing of song lyrics you've had?"
  +url: null
  +body: """
    **Tears in Heaven**\n
    \n
    [chorus] I must be strong == I must destroy\n
    \n
    Lets hear em
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 118
  +favouriteCount: 102
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723107901 {#3011
    date: 2024-08-08 11:05:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3018 …}
  +votes: Doctrine\ORM\PersistentCollection {#3020 …}
  +reports: Doctrine\ORM\PersistentCollection {#3022 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
  +badges: Doctrine\ORM\PersistentCollection {#3028 …}
  +children: [
    App\Entity\EntryComment {#2104
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2100 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: null
      +root: null
      +body: "“'Scuse me while I kiss this guy…”"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1704929014 {#2165
        date: 2024-01-11 00:23:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2099 …}
      +nested: Doctrine\ORM\PersistentCollection {#2108 …}
      +votes: Doctrine\ORM\PersistentCollection {#2101 …}
      +reports: Doctrine\ORM\PersistentCollection {#2109 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2106 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2107 …}
      -id: 297674
      -bodyTs: "'guy':7 'kiss':5 'scuse':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6235358"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704929014 {#2041
        date: 2024-01-11 00:23:34.0 +01:00
      }
      +"title": 297674
    }
  ]
  -id: 28760
  -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
  -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705008300
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10551726"
  +editedAt: DateTimeImmutable @1720337229 {#2999
    date: 2024-07-07 09:27:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704921900 {#2978
    date: 2024-01-10 22:25:00.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
87 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2100
  +user: Proxies\__CG__\App\Entity\User {#3016 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
  +title: "What's the funniest mishearing of song lyrics you've had?"
  +url: null
  +body: """
    **Tears in Heaven**\n
    \n
    [chorus] I must be strong == I must destroy\n
    \n
    Lets hear em
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 118
  +favouriteCount: 102
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723107901 {#3011
    date: 2024-08-08 11:05:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3018 …}
  +votes: Doctrine\ORM\PersistentCollection {#3020 …}
  +reports: Doctrine\ORM\PersistentCollection {#3022 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
  +badges: Doctrine\ORM\PersistentCollection {#3028 …}
  +children: [
    App\Entity\EntryComment {#2104
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2100 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: null
      +root: null
      +body: "“'Scuse me while I kiss this guy…”"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1704929014 {#2165
        date: 2024-01-11 00:23:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2099 …}
      +nested: Doctrine\ORM\PersistentCollection {#2108 …}
      +votes: Doctrine\ORM\PersistentCollection {#2101 …}
      +reports: Doctrine\ORM\PersistentCollection {#2109 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2106 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2107 …}
      -id: 297674
      -bodyTs: "'guy':7 'kiss':5 'scuse':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6235358"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704929014 {#2041
        date: 2024-01-11 00:23:34.0 +01:00
      }
      +"title": 297674
    }
  ]
  -id: 28760
  -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
  -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705008300
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10551726"
  +editedAt: DateTimeImmutable @1720337229 {#2999
    date: 2024-07-07 09:27:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704921900 {#2978
    date: 2024-01-10 22:25:00.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
88 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2100
  +user: Proxies\__CG__\App\Entity\User {#3016 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
  +title: "What's the funniest mishearing of song lyrics you've had?"
  +url: null
  +body: """
    **Tears in Heaven**\n
    \n
    [chorus] I must be strong == I must destroy\n
    \n
    Lets hear em
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 118
  +favouriteCount: 102
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1723107901 {#3011
    date: 2024-08-08 11:05:01.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3018 …}
  +votes: Doctrine\ORM\PersistentCollection {#3020 …}
  +reports: Doctrine\ORM\PersistentCollection {#3022 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
  +badges: Doctrine\ORM\PersistentCollection {#3028 …}
  +children: [
    App\Entity\EntryComment {#2104
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2100 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: null
      +root: null
      +body: "“'Scuse me while I kiss this guy…”"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 11
      +score: 0
      +lastActive: DateTime @1704929014 {#2165
        date: 2024-01-11 00:23:34.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@cheese_greater@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2099 …}
      +nested: Doctrine\ORM\PersistentCollection {#2108 …}
      +votes: Doctrine\ORM\PersistentCollection {#2101 …}
      +reports: Doctrine\ORM\PersistentCollection {#2109 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2106 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2107 …}
      -id: 297674
      -bodyTs: "'guy':7 'kiss':5 'scuse':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6235358"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704929014 {#2041
        date: 2024-01-11 00:23:34.0 +01:00
      }
      +"title": 297674
    }
  ]
  -id: 28760
  -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
  -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705008300
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10551726"
  +editedAt: DateTimeImmutable @1720337229 {#2999
    date: 2024-07-07 09:27:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704921900 {#2978
    date: 2024-01-10 22:25:00.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
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2100
    +user: Proxies\__CG__\App\Entity\User {#3016 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
    +title: "What's the funniest mishearing of song lyrics you've had?"
    +url: null
    +body: """
      **Tears in Heaven**\n
      \n
      [chorus] I must be strong == I must destroy\n
      \n
      Lets hear em
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 118
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723107901 {#3011
      date: 2024-08-08 11:05:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3018 …}
    +votes: Doctrine\ORM\PersistentCollection {#3020 …}
    +reports: Doctrine\ORM\PersistentCollection {#3022 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
    +badges: Doctrine\ORM\PersistentCollection {#3028 …}
    +children: [
      App\Entity\EntryComment {#2104}
    ]
    -id: 28760
    -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
    -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008300
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10551726"
    +editedAt: DateTimeImmutable @1720337229 {#2999
      date: 2024-07-07 09:27:09.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704921900 {#2978
      date: 2024-01-10 22:25:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "“'Scuse me while I kiss this guy…”"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704929014 {#2165
    date: 2024-01-11 00:23:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2099 …}
  +nested: Doctrine\ORM\PersistentCollection {#2108 …}
  +votes: Doctrine\ORM\PersistentCollection {#2101 …}
  +reports: Doctrine\ORM\PersistentCollection {#2109 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2106 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2107 …}
  -id: 297674
  -bodyTs: "'guy':7 'kiss':5 'scuse':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6235358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704929014 {#2041
    date: 2024-01-11 00:23:34.0 +01:00
  }
  +"title": 297674
}
"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
91 DENIED edit
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2100
    +user: Proxies\__CG__\App\Entity\User {#3016 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
    +title: "What's the funniest mishearing of song lyrics you've had?"
    +url: null
    +body: """
      **Tears in Heaven**\n
      \n
      [chorus] I must be strong == I must destroy\n
      \n
      Lets hear em
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 118
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723107901 {#3011
      date: 2024-08-08 11:05:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3018 …}
    +votes: Doctrine\ORM\PersistentCollection {#3020 …}
    +reports: Doctrine\ORM\PersistentCollection {#3022 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
    +badges: Doctrine\ORM\PersistentCollection {#3028 …}
    +children: [
      App\Entity\EntryComment {#2104}
    ]
    -id: 28760
    -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
    -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008300
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10551726"
    +editedAt: DateTimeImmutable @1720337229 {#2999
      date: 2024-07-07 09:27:09.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704921900 {#2978
      date: 2024-01-10 22:25:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "“'Scuse me while I kiss this guy…”"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704929014 {#2165
    date: 2024-01-11 00:23:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2099 …}
  +nested: Doctrine\ORM\PersistentCollection {#2108 …}
  +votes: Doctrine\ORM\PersistentCollection {#2101 …}
  +reports: Doctrine\ORM\PersistentCollection {#2109 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2106 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2107 …}
  -id: 297674
  -bodyTs: "'guy':7 'kiss':5 'scuse':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6235358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704929014 {#2041
    date: 2024-01-11 00:23:34.0 +01:00
  }
  +"title": 297674
}
"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
92 DENIED moderate
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2100
    +user: Proxies\__CG__\App\Entity\User {#3016 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "What-s-the-funniest-mishearing-of-song-lyrics-you-ve-had"
    +title: "What's the funniest mishearing of song lyrics you've had?"
    +url: null
    +body: """
      **Tears in Heaven**\n
      \n
      [chorus] I must be strong == I must destroy\n
      \n
      Lets hear em
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 118
    +favouriteCount: 102
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1723107901 {#3011
      date: 2024-08-08 11:05:01.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3018 …}
    +votes: Doctrine\ORM\PersistentCollection {#3020 …}
    +reports: Doctrine\ORM\PersistentCollection {#3022 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3024 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3026 …}
    +badges: Doctrine\ORM\PersistentCollection {#3028 …}
    +children: [
      App\Entity\EntryComment {#2104}
    ]
    -id: 28760
    -titleTs: "'funniest':4 'lyric':8 'mishear':5 'song':7 've':10"
    -bodyTs: "'chorus':4 'destroy':11 'em':14 'hear':13 'heaven':3 'let':12 'must':6,10 'strong':8 'tear':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705008300
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10551726"
    +editedAt: DateTimeImmutable @1720337229 {#2999
      date: 2024-07-07 09:27:09.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704921900 {#2978
      date: 2024-01-10 22:25:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "“'Scuse me while I kiss this guy…”"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 11
  +score: 0
  +lastActive: DateTime @1704929014 {#2165
    date: 2024-01-11 00:23:34.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@cheese_greater@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2099 …}
  +nested: Doctrine\ORM\PersistentCollection {#2108 …}
  +votes: Doctrine\ORM\PersistentCollection {#2101 …}
  +reports: Doctrine\ORM\PersistentCollection {#2109 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2106 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2107 …}
  -id: 297674
  -bodyTs: "'guy':7 'kiss':5 'scuse':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6235358"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704929014 {#2041
    date: 2024-01-11 00:23:34.0 +01:00
  }
  +"title": 297674
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2051
  +user: Proxies\__CG__\App\Entity\User {#3035 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Joplin-alternative-needed"
  +title: "Joplin alternative needed"
  +url: null
  +body: """
    Hi guys! I think I’m over Joplin. Don’t get me wrong, it’s simple, it works, but… why is it Postgres db…. I have the server on a small box with like 250 GB of space and backing it up with kopia to Backblaze with free 10 GB, so I’m a bit storage cautious.\n
    \n
    With each snapshot, it seems like a good chunk of the database changes, even when I don’t use Joplin that day. That results in kopia backing up those changed files, and backups keep growing. Right now the Joplin database is like 200Mb, BUT when I export the notes from the app… all of them weigh 2Mb… including images. Yes there is versioning of notes, but they shouldn’t be that big after one-two months lol.\n
    \n
    I know I know, I’m being a bit weird about it, but I’m getting daily notifications about backups and I see how they grow each day.\n
    \n
    Anyway, do you have any alternatives that have an app on iOS and on Linux? Or should I just use Apple Notes in the browser? Thanks\n
    \n
    EDIT: The answer was easier than I thought. Just don’t back it up, it’s synced which means each device has a copy of it anyway so there is not really need for it, thanks @vvv@programming.dev !
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722654717 {#3030
    date: 2024-08-03 05:11:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@vvv@programming.dev"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3037 …}
  +votes: Doctrine\ORM\PersistentCollection {#3039 …}
  +reports: Doctrine\ORM\PersistentCollection {#3041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3045 …}
  +badges: Doctrine\ORM\PersistentCollection {#3047 …}
  +children: [
    App\Entity\EntryComment {#2048
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Can you not just backup the pg txn logs (with periodic full backups, purged in accordance with your needs?). That’s a much safer way to approach DBs anyway.\n
        \n
        (exclude the online db files from your file system replication)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704744481 {#2067
        date: 2024-01-08 21:08:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jaykay@lemmy.zip"
        "@jaykay@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2059 …}
      +nested: Doctrine\ORM\PersistentCollection {#2047 …}
      +votes: Doctrine\ORM\PersistentCollection {#2057 …}
      +reports: Doctrine\ORM\PersistentCollection {#2055 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
      -id: 291742
      -bodyTs: "'accord':16 'anyway':29 'approach':27 'backup':5,13 'db':33 'dbs':28 'exclud':30 'file':34,37 'full':12 'log':9 'much':23 'need':19 'onlin':32 'period':11 'pg':7 'purg':14 'replic':39 'safer':24 'system':38 'txn':8 'way':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6171502"
      +editedAt: DateTimeImmutable @1719190029 {#2070
        date: 2024-06-24 02:47:09.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704744481 {#2049
        date: 2024-01-08 21:08:01.0 +01:00
      }
      +"title": 291742
    }
  ]
  -id: 28147
  -titleTs: "'altern':2 'joplin':1 'need':3"
  -bodyTs: "'10':49 '200mb':100 '250':35 '2mb':114 'altern':169 'answer':192 'anyway':164,216 'app':109,173 'appl':184 'back':40,84,201 'backblaz':46 'backup':90,155 'big':129 'bit':55,144 'box':32 'browser':188 'cautious':57 'chang':70,87 'chunk':66 'copi':213 'daili':152 'databas':69,97 'day':79,163 'db':24 'devic':210 'easier':194 'edit':190 'even':71 'export':104 'file':88 'free':48 'gb':36,50 'get':11,151 'good':65 'grow':92,161 'guy':2 'hi':1 'imag':116 'includ':115 'io':175 'joplin':8,77,96 'keep':91 'know':137,139 'kopia':44,83 'like':34,63,99 'linux':178 'lol':135 'm':6,53,141,150 'mean':208 'month':134 'need':222 'note':106,122,185 'notif':153 'one':132 'one-two':131 'postgr':23 'realli':221 'result':81 'right':93 'see':158 'seem':62 'server':28 'shouldn':125 'simpl':16 'small':31 'snapshot':60 'space':38 'storag':56 'sync':206 'thank':189,225 'think':4 'thought':197 'two':133 'use':76,183 'version':120 'vvv@programming.dev':226 'weigh':113 'weird':145 'work':18 'wrong':13 'yes':117"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704830500
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8098430"
  +editedAt: DateTimeImmutable @1719215272 {#3017
    date: 2024-06-24 09:47:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704744100 {#2996
    date: 2024-01-08 21:01:40.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
95 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2051
  +user: Proxies\__CG__\App\Entity\User {#3035 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Joplin-alternative-needed"
  +title: "Joplin alternative needed"
  +url: null
  +body: """
    Hi guys! I think I’m over Joplin. Don’t get me wrong, it’s simple, it works, but… why is it Postgres db…. I have the server on a small box with like 250 GB of space and backing it up with kopia to Backblaze with free 10 GB, so I’m a bit storage cautious.\n
    \n
    With each snapshot, it seems like a good chunk of the database changes, even when I don’t use Joplin that day. That results in kopia backing up those changed files, and backups keep growing. Right now the Joplin database is like 200Mb, BUT when I export the notes from the app… all of them weigh 2Mb… including images. Yes there is versioning of notes, but they shouldn’t be that big after one-two months lol.\n
    \n
    I know I know, I’m being a bit weird about it, but I’m getting daily notifications about backups and I see how they grow each day.\n
    \n
    Anyway, do you have any alternatives that have an app on iOS and on Linux? Or should I just use Apple Notes in the browser? Thanks\n
    \n
    EDIT: The answer was easier than I thought. Just don’t back it up, it’s synced which means each device has a copy of it anyway so there is not really need for it, thanks @vvv@programming.dev !
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722654717 {#3030
    date: 2024-08-03 05:11:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@vvv@programming.dev"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3037 …}
  +votes: Doctrine\ORM\PersistentCollection {#3039 …}
  +reports: Doctrine\ORM\PersistentCollection {#3041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3045 …}
  +badges: Doctrine\ORM\PersistentCollection {#3047 …}
  +children: [
    App\Entity\EntryComment {#2048
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Can you not just backup the pg txn logs (with periodic full backups, purged in accordance with your needs?). That’s a much safer way to approach DBs anyway.\n
        \n
        (exclude the online db files from your file system replication)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704744481 {#2067
        date: 2024-01-08 21:08:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jaykay@lemmy.zip"
        "@jaykay@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2059 …}
      +nested: Doctrine\ORM\PersistentCollection {#2047 …}
      +votes: Doctrine\ORM\PersistentCollection {#2057 …}
      +reports: Doctrine\ORM\PersistentCollection {#2055 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
      -id: 291742
      -bodyTs: "'accord':16 'anyway':29 'approach':27 'backup':5,13 'db':33 'dbs':28 'exclud':30 'file':34,37 'full':12 'log':9 'much':23 'need':19 'onlin':32 'period':11 'pg':7 'purg':14 'replic':39 'safer':24 'system':38 'txn':8 'way':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6171502"
      +editedAt: DateTimeImmutable @1719190029 {#2070
        date: 2024-06-24 02:47:09.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704744481 {#2049
        date: 2024-01-08 21:08:01.0 +01:00
      }
      +"title": 291742
    }
  ]
  -id: 28147
  -titleTs: "'altern':2 'joplin':1 'need':3"
  -bodyTs: "'10':49 '200mb':100 '250':35 '2mb':114 'altern':169 'answer':192 'anyway':164,216 'app':109,173 'appl':184 'back':40,84,201 'backblaz':46 'backup':90,155 'big':129 'bit':55,144 'box':32 'browser':188 'cautious':57 'chang':70,87 'chunk':66 'copi':213 'daili':152 'databas':69,97 'day':79,163 'db':24 'devic':210 'easier':194 'edit':190 'even':71 'export':104 'file':88 'free':48 'gb':36,50 'get':11,151 'good':65 'grow':92,161 'guy':2 'hi':1 'imag':116 'includ':115 'io':175 'joplin':8,77,96 'keep':91 'know':137,139 'kopia':44,83 'like':34,63,99 'linux':178 'lol':135 'm':6,53,141,150 'mean':208 'month':134 'need':222 'note':106,122,185 'notif':153 'one':132 'one-two':131 'postgr':23 'realli':221 'result':81 'right':93 'see':158 'seem':62 'server':28 'shouldn':125 'simpl':16 'small':31 'snapshot':60 'space':38 'storag':56 'sync':206 'thank':189,225 'think':4 'thought':197 'two':133 'use':76,183 'version':120 'vvv@programming.dev':226 'weigh':113 'weird':145 'work':18 'wrong':13 'yes':117"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704830500
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8098430"
  +editedAt: DateTimeImmutable @1719215272 {#3017
    date: 2024-06-24 09:47:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704744100 {#2996
    date: 2024-01-08 21:01:40.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
96 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2051
  +user: Proxies\__CG__\App\Entity\User {#3035 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Joplin-alternative-needed"
  +title: "Joplin alternative needed"
  +url: null
  +body: """
    Hi guys! I think I’m over Joplin. Don’t get me wrong, it’s simple, it works, but… why is it Postgres db…. I have the server on a small box with like 250 GB of space and backing it up with kopia to Backblaze with free 10 GB, so I’m a bit storage cautious.\n
    \n
    With each snapshot, it seems like a good chunk of the database changes, even when I don’t use Joplin that day. That results in kopia backing up those changed files, and backups keep growing. Right now the Joplin database is like 200Mb, BUT when I export the notes from the app… all of them weigh 2Mb… including images. Yes there is versioning of notes, but they shouldn’t be that big after one-two months lol.\n
    \n
    I know I know, I’m being a bit weird about it, but I’m getting daily notifications about backups and I see how they grow each day.\n
    \n
    Anyway, do you have any alternatives that have an app on iOS and on Linux? Or should I just use Apple Notes in the browser? Thanks\n
    \n
    EDIT: The answer was easier than I thought. Just don’t back it up, it’s synced which means each device has a copy of it anyway so there is not really need for it, thanks @vvv@programming.dev !
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 68
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1722654717 {#3030
    date: 2024-08-03 05:11:57.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: [
    "@vvv@programming.dev"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3037 …}
  +votes: Doctrine\ORM\PersistentCollection {#3039 …}
  +reports: Doctrine\ORM\PersistentCollection {#3041 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3045 …}
  +badges: Doctrine\ORM\PersistentCollection {#3047 …}
  +children: [
    App\Entity\EntryComment {#2048
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2051 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Can you not just backup the pg txn logs (with periodic full backups, purged in accordance with your needs?). That’s a much safer way to approach DBs anyway.\n
        \n
        (exclude the online db files from your file system replication)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704744481 {#2067
        date: 2024-01-08 21:08:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@jaykay@lemmy.zip"
        "@jaykay@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2059 …}
      +nested: Doctrine\ORM\PersistentCollection {#2047 …}
      +votes: Doctrine\ORM\PersistentCollection {#2057 …}
      +reports: Doctrine\ORM\PersistentCollection {#2055 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
      -id: 291742
      -bodyTs: "'accord':16 'anyway':29 'approach':27 'backup':5,13 'db':33 'dbs':28 'exclud':30 'file':34,37 'full':12 'log':9 'much':23 'need':19 'onlin':32 'period':11 'pg':7 'purg':14 'replic':39 'safer':24 'system':38 'txn':8 'way':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6171502"
      +editedAt: DateTimeImmutable @1719190029 {#2070
        date: 2024-06-24 02:47:09.0 +02:00
      }
      +createdAt: DateTimeImmutable @1704744481 {#2049
        date: 2024-01-08 21:08:01.0 +01:00
      }
      +"title": 291742
    }
  ]
  -id: 28147
  -titleTs: "'altern':2 'joplin':1 'need':3"
  -bodyTs: "'10':49 '200mb':100 '250':35 '2mb':114 'altern':169 'answer':192 'anyway':164,216 'app':109,173 'appl':184 'back':40,84,201 'backblaz':46 'backup':90,155 'big':129 'bit':55,144 'box':32 'browser':188 'cautious':57 'chang':70,87 'chunk':66 'copi':213 'daili':152 'databas':69,97 'day':79,163 'db':24 'devic':210 'easier':194 'edit':190 'even':71 'export':104 'file':88 'free':48 'gb':36,50 'get':11,151 'good':65 'grow':92,161 'guy':2 'hi':1 'imag':116 'includ':115 'io':175 'joplin':8,77,96 'keep':91 'know':137,139 'kopia':44,83 'like':34,63,99 'linux':178 'lol':135 'm':6,53,141,150 'mean':208 'month':134 'need':222 'note':106,122,185 'notif':153 'one':132 'one-two':131 'postgr':23 'realli':221 'result':81 'right':93 'see':158 'seem':62 'server':28 'shouldn':125 'simpl':16 'small':31 'snapshot':60 'space':38 'storag':56 'sync':206 'thank':189,225 'think':4 'thought':197 'two':133 'use':76,183 'version':120 'vvv@programming.dev':226 'weigh':113 'weird':145 'work':18 'wrong':13 'yes':117"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704830500
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/8098430"
  +editedAt: DateTimeImmutable @1719215272 {#3017
    date: 2024-06-24 09:47:52.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704744100 {#2996
    date: 2024-01-08 21:01:40.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
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 {#2048
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051
    +user: Proxies\__CG__\App\Entity\User {#3035 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Joplin-alternative-needed"
    +title: "Joplin alternative needed"
    +url: null
    +body: """
      Hi guys! I think I’m over Joplin. Don’t get me wrong, it’s simple, it works, but… why is it Postgres db…. I have the server on a small box with like 250 GB of space and backing it up with kopia to Backblaze with free 10 GB, so I’m a bit storage cautious.\n
      \n
      With each snapshot, it seems like a good chunk of the database changes, even when I don’t use Joplin that day. That results in kopia backing up those changed files, and backups keep growing. Right now the Joplin database is like 200Mb, BUT when I export the notes from the app… all of them weigh 2Mb… including images. Yes there is versioning of notes, but they shouldn’t be that big after one-two months lol.\n
      \n
      I know I know, I’m being a bit weird about it, but I’m getting daily notifications about backups and I see how they grow each day.\n
      \n
      Anyway, do you have any alternatives that have an app on iOS and on Linux? Or should I just use Apple Notes in the browser? Thanks\n
      \n
      EDIT: The answer was easier than I thought. Just don’t back it up, it’s synced which means each device has a copy of it anyway so there is not really need for it, thanks @vvv@programming.dev !
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 54
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722654717 {#3030
      date: 2024-08-03 05:11:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@vvv@programming.dev"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3037 …}
    +votes: Doctrine\ORM\PersistentCollection {#3039 …}
    +reports: Doctrine\ORM\PersistentCollection {#3041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3045 …}
    +badges: Doctrine\ORM\PersistentCollection {#3047 …}
    +children: [
      App\Entity\EntryComment {#2048}
    ]
    -id: 28147
    -titleTs: "'altern':2 'joplin':1 'need':3"
    -bodyTs: "'10':49 '200mb':100 '250':35 '2mb':114 'altern':169 'answer':192 'anyway':164,216 'app':109,173 'appl':184 'back':40,84,201 'backblaz':46 'backup':90,155 'big':129 'bit':55,144 'box':32 'browser':188 'cautious':57 'chang':70,87 'chunk':66 'copi':213 'daili':152 'databas':69,97 'day':79,163 'db':24 'devic':210 'easier':194 'edit':190 'even':71 'export':104 'file':88 'free':48 'gb':36,50 'get':11,151 'good':65 'grow':92,161 'guy':2 'hi':1 'imag':116 'includ':115 'io':175 'joplin':8,77,96 'keep':91 'know':137,139 'kopia':44,83 'like':34,63,99 'linux':178 'lol':135 'm':6,53,141,150 'mean':208 'month':134 'need':222 'note':106,122,185 'notif':153 'one':132 'one-two':131 'postgr':23 'realli':221 'result':81 'right':93 'see':158 'seem':62 'server':28 'shouldn':125 'simpl':16 'small':31 'snapshot':60 'space':38 'storag':56 'sync':206 'thank':189,225 'think':4 'thought':197 'two':133 'use':76,183 'version':120 'vvv@programming.dev':226 'weigh':113 'weird':145 'work':18 'wrong':13 'yes':117"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704830500
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8098430"
    +editedAt: DateTimeImmutable @1719215272 {#3017
      date: 2024-06-24 09:47:52.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704744100 {#2996
      date: 2024-01-08 21:01:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Can you not just backup the pg txn logs (with periodic full backups, purged in accordance with your needs?). That’s a much safer way to approach DBs anyway.\n
    \n
    (exclude the online db files from your file system replication)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704744481 {#2067
    date: 2024-01-08 21:08:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jaykay@lemmy.zip"
    "@jaykay@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2059 …}
  +nested: Doctrine\ORM\PersistentCollection {#2047 …}
  +votes: Doctrine\ORM\PersistentCollection {#2057 …}
  +reports: Doctrine\ORM\PersistentCollection {#2055 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
  -id: 291742
  -bodyTs: "'accord':16 'anyway':29 'approach':27 'backup':5,13 'db':33 'dbs':28 'exclud':30 'file':34,37 'full':12 'log':9 'much':23 'need':19 'onlin':32 'period':11 'pg':7 'purg':14 'replic':39 'safer':24 'system':38 'txn':8 'way':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6171502"
  +editedAt: DateTimeImmutable @1719190029 {#2070
    date: 2024-06-24 02:47:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704744481 {#2049
    date: 2024-01-08 21:08:01.0 +01:00
  }
  +"title": 291742
}
"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 {#2048
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051
    +user: Proxies\__CG__\App\Entity\User {#3035 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Joplin-alternative-needed"
    +title: "Joplin alternative needed"
    +url: null
    +body: """
      Hi guys! I think I’m over Joplin. Don’t get me wrong, it’s simple, it works, but… why is it Postgres db…. I have the server on a small box with like 250 GB of space and backing it up with kopia to Backblaze with free 10 GB, so I’m a bit storage cautious.\n
      \n
      With each snapshot, it seems like a good chunk of the database changes, even when I don’t use Joplin that day. That results in kopia backing up those changed files, and backups keep growing. Right now the Joplin database is like 200Mb, BUT when I export the notes from the app… all of them weigh 2Mb… including images. Yes there is versioning of notes, but they shouldn’t be that big after one-two months lol.\n
      \n
      I know I know, I’m being a bit weird about it, but I’m getting daily notifications about backups and I see how they grow each day.\n
      \n
      Anyway, do you have any alternatives that have an app on iOS and on Linux? Or should I just use Apple Notes in the browser? Thanks\n
      \n
      EDIT: The answer was easier than I thought. Just don’t back it up, it’s synced which means each device has a copy of it anyway so there is not really need for it, thanks @vvv@programming.dev !
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 54
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722654717 {#3030
      date: 2024-08-03 05:11:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@vvv@programming.dev"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3037 …}
    +votes: Doctrine\ORM\PersistentCollection {#3039 …}
    +reports: Doctrine\ORM\PersistentCollection {#3041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3045 …}
    +badges: Doctrine\ORM\PersistentCollection {#3047 …}
    +children: [
      App\Entity\EntryComment {#2048}
    ]
    -id: 28147
    -titleTs: "'altern':2 'joplin':1 'need':3"
    -bodyTs: "'10':49 '200mb':100 '250':35 '2mb':114 'altern':169 'answer':192 'anyway':164,216 'app':109,173 'appl':184 'back':40,84,201 'backblaz':46 'backup':90,155 'big':129 'bit':55,144 'box':32 'browser':188 'cautious':57 'chang':70,87 'chunk':66 'copi':213 'daili':152 'databas':69,97 'day':79,163 'db':24 'devic':210 'easier':194 'edit':190 'even':71 'export':104 'file':88 'free':48 'gb':36,50 'get':11,151 'good':65 'grow':92,161 'guy':2 'hi':1 'imag':116 'includ':115 'io':175 'joplin':8,77,96 'keep':91 'know':137,139 'kopia':44,83 'like':34,63,99 'linux':178 'lol':135 'm':6,53,141,150 'mean':208 'month':134 'need':222 'note':106,122,185 'notif':153 'one':132 'one-two':131 'postgr':23 'realli':221 'result':81 'right':93 'see':158 'seem':62 'server':28 'shouldn':125 'simpl':16 'small':31 'snapshot':60 'space':38 'storag':56 'sync':206 'thank':189,225 'think':4 'thought':197 'two':133 'use':76,183 'version':120 'vvv@programming.dev':226 'weigh':113 'weird':145 'work':18 'wrong':13 'yes':117"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704830500
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8098430"
    +editedAt: DateTimeImmutable @1719215272 {#3017
      date: 2024-06-24 09:47:52.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704744100 {#2996
      date: 2024-01-08 21:01:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Can you not just backup the pg txn logs (with periodic full backups, purged in accordance with your needs?). That’s a much safer way to approach DBs anyway.\n
    \n
    (exclude the online db files from your file system replication)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704744481 {#2067
    date: 2024-01-08 21:08:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jaykay@lemmy.zip"
    "@jaykay@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2059 …}
  +nested: Doctrine\ORM\PersistentCollection {#2047 …}
  +votes: Doctrine\ORM\PersistentCollection {#2057 …}
  +reports: Doctrine\ORM\PersistentCollection {#2055 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
  -id: 291742
  -bodyTs: "'accord':16 'anyway':29 'approach':27 'backup':5,13 'db':33 'dbs':28 'exclud':30 'file':34,37 'full':12 'log':9 'much':23 'need':19 'onlin':32 'period':11 'pg':7 'purg':14 'replic':39 'safer':24 'system':38 'txn':8 'way':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6171502"
  +editedAt: DateTimeImmutable @1719190029 {#2070
    date: 2024-06-24 02:47:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704744481 {#2049
    date: 2024-01-08 21:08:01.0 +01:00
  }
  +"title": 291742
}
"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 {#2048
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2051
    +user: Proxies\__CG__\App\Entity\User {#3035 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Joplin-alternative-needed"
    +title: "Joplin alternative needed"
    +url: null
    +body: """
      Hi guys! I think I’m over Joplin. Don’t get me wrong, it’s simple, it works, but… why is it Postgres db…. I have the server on a small box with like 250 GB of space and backing it up with kopia to Backblaze with free 10 GB, so I’m a bit storage cautious.\n
      \n
      With each snapshot, it seems like a good chunk of the database changes, even when I don’t use Joplin that day. That results in kopia backing up those changed files, and backups keep growing. Right now the Joplin database is like 200Mb, BUT when I export the notes from the app… all of them weigh 2Mb… including images. Yes there is versioning of notes, but they shouldn’t be that big after one-two months lol.\n
      \n
      I know I know, I’m being a bit weird about it, but I’m getting daily notifications about backups and I see how they grow each day.\n
      \n
      Anyway, do you have any alternatives that have an app on iOS and on Linux? Or should I just use Apple Notes in the browser? Thanks\n
      \n
      EDIT: The answer was easier than I thought. Just don’t back it up, it’s synced which means each device has a copy of it anyway so there is not really need for it, thanks @vvv@programming.dev !
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 54
    +favouriteCount: 68
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1722654717 {#3030
      date: 2024-08-03 05:11:57.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: [
      "@vvv@programming.dev"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3037 …}
    +votes: Doctrine\ORM\PersistentCollection {#3039 …}
    +reports: Doctrine\ORM\PersistentCollection {#3041 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3045 …}
    +badges: Doctrine\ORM\PersistentCollection {#3047 …}
    +children: [
      App\Entity\EntryComment {#2048}
    ]
    -id: 28147
    -titleTs: "'altern':2 'joplin':1 'need':3"
    -bodyTs: "'10':49 '200mb':100 '250':35 '2mb':114 'altern':169 'answer':192 'anyway':164,216 'app':109,173 'appl':184 'back':40,84,201 'backblaz':46 'backup':90,155 'big':129 'bit':55,144 'box':32 'browser':188 'cautious':57 'chang':70,87 'chunk':66 'copi':213 'daili':152 'databas':69,97 'day':79,163 'db':24 'devic':210 'easier':194 'edit':190 'even':71 'export':104 'file':88 'free':48 'gb':36,50 'get':11,151 'good':65 'grow':92,161 'guy':2 'hi':1 'imag':116 'includ':115 'io':175 'joplin':8,77,96 'keep':91 'know':137,139 'kopia':44,83 'like':34,63,99 'linux':178 'lol':135 'm':6,53,141,150 'mean':208 'month':134 'need':222 'note':106,122,185 'notif':153 'one':132 'one-two':131 'postgr':23 'realli':221 'result':81 'right':93 'see':158 'seem':62 'server':28 'shouldn':125 'simpl':16 'small':31 'snapshot':60 'space':38 'storag':56 'sync':206 'thank':189,225 'think':4 'thought':197 'two':133 'use':76,183 'version':120 'vvv@programming.dev':226 'weigh':113 'weird':145 'work':18 'wrong':13 'yes':117"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704830500
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/8098430"
    +editedAt: DateTimeImmutable @1719215272 {#3017
      date: 2024-06-24 09:47:52.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704744100 {#2996
      date: 2024-01-08 21:01:40.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2056 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Can you not just backup the pg txn logs (with periodic full backups, purged in accordance with your needs?). That’s a much safer way to approach DBs anyway.\n
    \n
    (exclude the online db files from your file system replication)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704744481 {#2067
    date: 2024-01-08 21:08:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@jaykay@lemmy.zip"
    "@jaykay@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2059 …}
  +nested: Doctrine\ORM\PersistentCollection {#2047 …}
  +votes: Doctrine\ORM\PersistentCollection {#2057 …}
  +reports: Doctrine\ORM\PersistentCollection {#2055 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
  -id: 291742
  -bodyTs: "'accord':16 'anyway':29 'approach':27 'backup':5,13 'db':33 'dbs':28 'exclud':30 'file':34,37 'full':12 'log':9 'much':23 'need':19 'onlin':32 'period':11 'pg':7 'purg':14 'replic':39 'safer':24 'system':38 'txn':8 'way':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6171502"
  +editedAt: DateTimeImmutable @1719190029 {#2070
    date: 2024-06-24 02:47:09.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704744481 {#2049
    date: 2024-01-08 21:08:01.0 +01:00
  }
  +"title": 291742
}
"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 {#2385
  +user: Proxies\__CG__\App\Entity\User {#2623 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: Proxies\__CG__\App\Entity\Image {#2872 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
  +slug: "Linux-reaches-new-high-3-82"
  +title: "Linux reaches new high 3.82%"
  +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 259
  +favouriteCount: 838
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721610728 {#2847
    date: 2024-07-22 03:12:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2870 …}
  +votes: Doctrine\ORM\PersistentCollection {#2877 …}
  +reports: Doctrine\ORM\PersistentCollection {#2873 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
  +badges: Doctrine\ORM\PersistentCollection {#2881 …}
  +children: [
    5 => App\Entity\EntryComment {#1407
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: App\Entity\EntryComment {#2382
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
          \n
          FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 105
        +score: 0
        +lastActive: DateTime @1721610710 {#2380
          date: 2024-07-22 03:11:50.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 273990
        -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6006166"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704216031 {#2386
          date: 2024-01-02 18:20:31.0 +01:00
        }
        +"title": 273990
      }
      +body: """
        I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
        \n
        I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
        \n
        Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 25
      +score: 0
      +lastActive: DateTime @1704221482 {#1907
        date: 2024-01-02 19:51:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2028 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2018 …}
      +reports: Doctrine\ORM\PersistentCollection {#2024 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 274295
      -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6007643"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704221482 {#1908
        date: 2024-01-02 19:51:22.0 +01:00
      }
      +"title": 274295
    }
    4 => App\Entity\EntryComment {#1361
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +root: App\Entity\EntryComment {#2382}
      +body: """
        There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
        \n
        (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704227190 {#1403
        date: 2024-01-02 21:26:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@possiblylinux127@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1382 …}
      +votes: Doctrine\ORM\PersistentCollection {#1405 …}
      +reports: Doctrine\ORM\PersistentCollection {#1383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
      -id: 274526
      -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6009421"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704227190 {#1362
        date: 2024-01-02 21:26:30.0 +01:00
      }
      +"title": 274526
    }
    3 => App\Entity\EntryComment {#2021
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
      +root: App\Entity\EntryComment {#2382}
      +body: "Kdenlive and shotcut are also great."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1704227224 {#2392
        date: 2024-01-02 21:27:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@joojmachine@lemmy.ml"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@joojmachine@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2020 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2031 …}
      +reports: Doctrine\ORM\PersistentCollection {#2037 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
      -id: 274528
      -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6009433"
      +editedAt: DateTimeImmutable @1711006910 {#2387
        date: 2024-03-21 08:41:50.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704227224 {#2369
        date: 2024-01-02 21:27:04.0 +01:00
      }
      +"title": 274528
    }
    2 => App\Entity\EntryComment {#2097
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +root: App\Entity\EntryComment {#2382}
      +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1704233252 {#2078
        date: 2024-01-02 23:07:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@joojmachine@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2082 …}
      +nested: Doctrine\ORM\PersistentCollection {#2096 …}
      +votes: Doctrine\ORM\PersistentCollection {#2081 …}
      +reports: Doctrine\ORM\PersistentCollection {#2098 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
      -id: 274812
      -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6011288"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704233252 {#2076
        date: 2024-01-02 23:07:32.0 +01:00
      }
      +"title": 274812
    }
    1 => App\Entity\EntryComment {#2086
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
      +root: App\Entity\EntryComment {#2382}
      +body: """
        I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
        \n
        As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704257580 {#2095
        date: 2024-01-03 05:53:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2093 …}
      +nested: Doctrine\ORM\PersistentCollection {#2094 …}
      +votes: Doctrine\ORM\PersistentCollection {#2140 …}
      +reports: Doctrine\ORM\PersistentCollection {#2133 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
      -id: 275667
      -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6022052"
      +editedAt: DateTimeImmutable @1711131185 {#2087
        date: 2024-03-22 19:13:05.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704257580 {#2091
        date: 2024-01-03 05:53:00.0 +01:00
      }
      +"title": 275667
    }
    0 => App\Entity\EntryComment {#2382}
  ]
  -id: 26745
  -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704299973
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10238899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704213573 {#2775
    date: 2024-01-02 17:39:33.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 {#2385
  +user: Proxies\__CG__\App\Entity\User {#2623 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: Proxies\__CG__\App\Entity\Image {#2872 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
  +slug: "Linux-reaches-new-high-3-82"
  +title: "Linux reaches new high 3.82%"
  +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 259
  +favouriteCount: 838
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721610728 {#2847
    date: 2024-07-22 03:12:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2870 …}
  +votes: Doctrine\ORM\PersistentCollection {#2877 …}
  +reports: Doctrine\ORM\PersistentCollection {#2873 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
  +badges: Doctrine\ORM\PersistentCollection {#2881 …}
  +children: [
    5 => App\Entity\EntryComment {#1407
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: App\Entity\EntryComment {#2382
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
          \n
          FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 105
        +score: 0
        +lastActive: DateTime @1721610710 {#2380
          date: 2024-07-22 03:11:50.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 273990
        -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6006166"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704216031 {#2386
          date: 2024-01-02 18:20:31.0 +01:00
        }
        +"title": 273990
      }
      +body: """
        I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
        \n
        I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
        \n
        Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 25
      +score: 0
      +lastActive: DateTime @1704221482 {#1907
        date: 2024-01-02 19:51:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2028 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2018 …}
      +reports: Doctrine\ORM\PersistentCollection {#2024 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 274295
      -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6007643"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704221482 {#1908
        date: 2024-01-02 19:51:22.0 +01:00
      }
      +"title": 274295
    }
    4 => App\Entity\EntryComment {#1361
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +root: App\Entity\EntryComment {#2382}
      +body: """
        There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
        \n
        (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704227190 {#1403
        date: 2024-01-02 21:26:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@possiblylinux127@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1382 …}
      +votes: Doctrine\ORM\PersistentCollection {#1405 …}
      +reports: Doctrine\ORM\PersistentCollection {#1383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
      -id: 274526
      -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6009421"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704227190 {#1362
        date: 2024-01-02 21:26:30.0 +01:00
      }
      +"title": 274526
    }
    3 => App\Entity\EntryComment {#2021
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
      +root: App\Entity\EntryComment {#2382}
      +body: "Kdenlive and shotcut are also great."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1704227224 {#2392
        date: 2024-01-02 21:27:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@joojmachine@lemmy.ml"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@joojmachine@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2020 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2031 …}
      +reports: Doctrine\ORM\PersistentCollection {#2037 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
      -id: 274528
      -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6009433"
      +editedAt: DateTimeImmutable @1711006910 {#2387
        date: 2024-03-21 08:41:50.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704227224 {#2369
        date: 2024-01-02 21:27:04.0 +01:00
      }
      +"title": 274528
    }
    2 => App\Entity\EntryComment {#2097
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +root: App\Entity\EntryComment {#2382}
      +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1704233252 {#2078
        date: 2024-01-02 23:07:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@joojmachine@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2082 …}
      +nested: Doctrine\ORM\PersistentCollection {#2096 …}
      +votes: Doctrine\ORM\PersistentCollection {#2081 …}
      +reports: Doctrine\ORM\PersistentCollection {#2098 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
      -id: 274812
      -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6011288"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704233252 {#2076
        date: 2024-01-02 23:07:32.0 +01:00
      }
      +"title": 274812
    }
    1 => App\Entity\EntryComment {#2086
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
      +root: App\Entity\EntryComment {#2382}
      +body: """
        I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
        \n
        As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704257580 {#2095
        date: 2024-01-03 05:53:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2093 …}
      +nested: Doctrine\ORM\PersistentCollection {#2094 …}
      +votes: Doctrine\ORM\PersistentCollection {#2140 …}
      +reports: Doctrine\ORM\PersistentCollection {#2133 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
      -id: 275667
      -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6022052"
      +editedAt: DateTimeImmutable @1711131185 {#2087
        date: 2024-03-22 19:13:05.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704257580 {#2091
        date: 2024-01-03 05:53:00.0 +01:00
      }
      +"title": 275667
    }
    0 => App\Entity\EntryComment {#2382}
  ]
  -id: 26745
  -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704299973
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10238899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704213573 {#2775
    date: 2024-01-02 17:39:33.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 {#2385
  +user: Proxies\__CG__\App\Entity\User {#2623 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: Proxies\__CG__\App\Entity\Image {#2872 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
  +slug: "Linux-reaches-new-high-3-82"
  +title: "Linux reaches new high 3.82%"
  +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 259
  +favouriteCount: 838
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721610728 {#2847
    date: 2024-07-22 03:12:08.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2870 …}
  +votes: Doctrine\ORM\PersistentCollection {#2877 …}
  +reports: Doctrine\ORM\PersistentCollection {#2873 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
  +badges: Doctrine\ORM\PersistentCollection {#2881 …}
  +children: [
    5 => App\Entity\EntryComment {#1407
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: App\Entity\EntryComment {#2382
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
          \n
          FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 105
        +score: 0
        +lastActive: DateTime @1721610710 {#2380
          date: 2024-07-22 03:11:50.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 273990
        -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6006166"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704216031 {#2386
          date: 2024-01-02 18:20:31.0 +01:00
        }
        +"title": 273990
      }
      +body: """
        I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
        \n
        I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
        \n
        Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 25
      +score: 0
      +lastActive: DateTime @1704221482 {#1907
        date: 2024-01-02 19:51:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2028 …}
      +nested: Doctrine\ORM\PersistentCollection {#2011 …}
      +votes: Doctrine\ORM\PersistentCollection {#2018 …}
      +reports: Doctrine\ORM\PersistentCollection {#2024 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
      -id: 274295
      -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6007643"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704221482 {#1908
        date: 2024-01-02 19:51:22.0 +01:00
      }
      +"title": 274295
    }
    4 => App\Entity\EntryComment {#1361
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
      +root: App\Entity\EntryComment {#2382}
      +body: """
        There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
        \n
        (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1704227190 {#1403
        date: 2024-01-02 21:26:30.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@possiblylinux127@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1382 …}
      +votes: Doctrine\ORM\PersistentCollection {#1405 …}
      +reports: Doctrine\ORM\PersistentCollection {#1383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
      -id: 274526
      -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6009421"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704227190 {#1362
        date: 2024-01-02 21:26:30.0 +01:00
      }
      +"title": 274526
    }
    3 => App\Entity\EntryComment {#2021
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
      +root: App\Entity\EntryComment {#2382}
      +body: "Kdenlive and shotcut are also great."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 13
      +score: 0
      +lastActive: DateTime @1704227224 {#2392
        date: 2024-01-02 21:27:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@joojmachine@lemmy.ml"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@joojmachine@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2020 …}
      +nested: Doctrine\ORM\PersistentCollection {#2027 …}
      +votes: Doctrine\ORM\PersistentCollection {#2031 …}
      +reports: Doctrine\ORM\PersistentCollection {#2037 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
      -id: 274528
      -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6009433"
      +editedAt: DateTimeImmutable @1711006910 {#2387
        date: 2024-03-21 08:41:50.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704227224 {#2369
        date: 2024-01-02 21:27:04.0 +01:00
      }
      +"title": 274528
    }
    2 => App\Entity\EntryComment {#2097
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
      +root: App\Entity\EntryComment {#2382}
      +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1704233252 {#2078
        date: 2024-01-02 23:07:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@PopOfAfrica@lemmy.world"
        "@joojmachine@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2082 …}
      +nested: Doctrine\ORM\PersistentCollection {#2096 …}
      +votes: Doctrine\ORM\PersistentCollection {#2081 …}
      +reports: Doctrine\ORM\PersistentCollection {#2098 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
      -id: 274812
      -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6011288"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704233252 {#2076
        date: 2024-01-02 23:07:32.0 +01:00
      }
      +"title": 274812
    }
    1 => App\Entity\EntryComment {#2086
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
      +root: App\Entity\EntryComment {#2382}
      +body: """
        I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
        \n
        As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1704257580 {#2095
        date: 2024-01-03 05:53:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
        "@markus99@lemmy.world"
        "@indigomirage@lemmy.ca"
        "@mexicancartel@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2093 …}
      +nested: Doctrine\ORM\PersistentCollection {#2094 …}
      +votes: Doctrine\ORM\PersistentCollection {#2140 …}
      +reports: Doctrine\ORM\PersistentCollection {#2133 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
      -id: 275667
      -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6022052"
      +editedAt: DateTimeImmutable @1711131185 {#2087
        date: 2024-03-22 19:13:05.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704257580 {#2091
        date: 2024-01-03 05:53:00.0 +01:00
      }
      +"title": 275667
    }
    0 => App\Entity\EntryComment {#2382}
  ]
  -id: 26745
  -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704299973
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10238899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704213573 {#2775
    date: 2024-01-02 17:39:33.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 {#1407
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407}
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: App\Entity\EntryComment {#2382}
  +body: """
    I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
    \n
    I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
    \n
    Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 25
  +score: 0
  +lastActive: DateTime @1704221482 {#1907
    date: 2024-01-02 19:51:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2028 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2018 …}
  +reports: Doctrine\ORM\PersistentCollection {#2024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 274295
  -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6007643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704221482 {#1908
    date: 2024-01-02 19:51:22.0 +01:00
  }
  +"title": 274295
}
"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 {#1407
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407}
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: App\Entity\EntryComment {#2382}
  +body: """
    I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
    \n
    I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
    \n
    Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 25
  +score: 0
  +lastActive: DateTime @1704221482 {#1907
    date: 2024-01-02 19:51:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2028 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2018 …}
  +reports: Doctrine\ORM\PersistentCollection {#2024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 274295
  -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6007643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704221482 {#1908
    date: 2024-01-02 19:51:22.0 +01:00
  }
  +"title": 274295
}
"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 {#1407
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407}
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: App\Entity\EntryComment {#2382}
  +body: """
    I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
    \n
    I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
    \n
    Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 25
  +score: 0
  +lastActive: DateTime @1704221482 {#1907
    date: 2024-01-02 19:51:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2028 …}
  +nested: Doctrine\ORM\PersistentCollection {#2011 …}
  +votes: Doctrine\ORM\PersistentCollection {#2018 …}
  +reports: Doctrine\ORM\PersistentCollection {#2024 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
  -id: 274295
  -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6007643"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704221482 {#1908
    date: 2024-01-02 19:51:22.0 +01:00
  }
  +"title": 274295
}
"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 {#1361
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361}
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +root: App\Entity\EntryComment {#2382}
  +body: """
    There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
    \n
    (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704227190 {#1403
    date: 2024-01-02 21:26:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@possiblylinux127@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1405 …}
  +reports: Doctrine\ORM\PersistentCollection {#1383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
  -id: 274526
  -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6009421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704227190 {#1362
    date: 2024-01-02 21:26:30.0 +01:00
  }
  +"title": 274526
}
"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 {#1361
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361}
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +root: App\Entity\EntryComment {#2382}
  +body: """
    There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
    \n
    (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704227190 {#1403
    date: 2024-01-02 21:26:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@possiblylinux127@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1405 …}
  +reports: Doctrine\ORM\PersistentCollection {#1383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
  -id: 274526
  -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6009421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704227190 {#1362
    date: 2024-01-02 21:26:30.0 +01:00
  }
  +"title": 274526
}
"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 {#1361
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361}
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
  +root: App\Entity\EntryComment {#2382}
  +body: """
    There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
    \n
    (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1704227190 {#1403
    date: 2024-01-02 21:26:30.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@possiblylinux127@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1382 …}
  +votes: Doctrine\ORM\PersistentCollection {#1405 …}
  +reports: Doctrine\ORM\PersistentCollection {#1383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
  -id: 274526
  -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6009421"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704227190 {#1362
    date: 2024-01-02 21:26:30.0 +01:00
  }
  +"title": 274526
}
"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 {#2021
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021}
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
  +root: App\Entity\EntryComment {#2382}
  +body: "Kdenlive and shotcut are also great."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1704227224 {#2392
    date: 2024-01-02 21:27:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@joojmachine@lemmy.ml"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@joojmachine@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2020 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2031 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  -id: 274528
  -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6009433"
  +editedAt: DateTimeImmutable @1711006910 {#2387
    date: 2024-03-21 08:41:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704227224 {#2369
    date: 2024-01-02 21:27:04.0 +01:00
  }
  +"title": 274528
}
"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 {#2021
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021}
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
  +root: App\Entity\EntryComment {#2382}
  +body: "Kdenlive and shotcut are also great."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1704227224 {#2392
    date: 2024-01-02 21:27:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@joojmachine@lemmy.ml"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@joojmachine@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2020 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2031 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  -id: 274528
  -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6009433"
  +editedAt: DateTimeImmutable @1711006910 {#2387
    date: 2024-03-21 08:41:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704227224 {#2369
    date: 2024-01-02 21:27:04.0 +01:00
  }
  +"title": 274528
}
"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 {#2021
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021}
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
  +root: App\Entity\EntryComment {#2382}
  +body: "Kdenlive and shotcut are also great."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 13
  +score: 0
  +lastActive: DateTime @1704227224 {#2392
    date: 2024-01-02 21:27:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@joojmachine@lemmy.ml"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@joojmachine@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2020 …}
  +nested: Doctrine\ORM\PersistentCollection {#2027 …}
  +votes: Doctrine\ORM\PersistentCollection {#2031 …}
  +reports: Doctrine\ORM\PersistentCollection {#2037 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
  -id: 274528
  -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6009433"
  +editedAt: DateTimeImmutable @1711006910 {#2387
    date: 2024-03-21 08:41:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704227224 {#2369
    date: 2024-01-02 21:27:04.0 +01:00
  }
  +"title": 274528
}
"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
App\Entity\EntryComment {#2097
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097}
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +root: App\Entity\EntryComment {#2382}
  +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1704233252 {#2078
    date: 2024-01-02 23:07:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@joojmachine@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 274812
  -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6011288"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704233252 {#2076
    date: 2024-01-02 23:07:32.0 +01:00
  }
  +"title": 274812
}
"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
119 DENIED edit
App\Entity\EntryComment {#2097
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097}
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +root: App\Entity\EntryComment {#2382}
  +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1704233252 {#2078
    date: 2024-01-02 23:07:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@joojmachine@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 274812
  -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6011288"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704233252 {#2076
    date: 2024-01-02 23:07:32.0 +01:00
  }
  +"title": 274812
}
"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
120 DENIED moderate
App\Entity\EntryComment {#2097
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097}
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
  +root: App\Entity\EntryComment {#2382}
  +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1704233252 {#2078
    date: 2024-01-02 23:07:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@PopOfAfrica@lemmy.world"
    "@joojmachine@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2082 …}
  +nested: Doctrine\ORM\PersistentCollection {#2096 …}
  +votes: Doctrine\ORM\PersistentCollection {#2081 …}
  +reports: Doctrine\ORM\PersistentCollection {#2098 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
  -id: 274812
  -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6011288"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704233252 {#2076
    date: 2024-01-02 23:07:32.0 +01:00
  }
  +"title": 274812
}
"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
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 {#2086
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086}
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
  +root: App\Entity\EntryComment {#2382}
  +body: """
    I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
    \n
    As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704257580 {#2095
    date: 2024-01-03 05:53:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2093 …}
  +nested: Doctrine\ORM\PersistentCollection {#2094 …}
  +votes: Doctrine\ORM\PersistentCollection {#2140 …}
  +reports: Doctrine\ORM\PersistentCollection {#2133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 275667
  -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6022052"
  +editedAt: DateTimeImmutable @1711131185 {#2087
    date: 2024-03-22 19:13:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704257580 {#2091
    date: 2024-01-03 05:53:00.0 +01:00
  }
  +"title": 275667
}
"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 {#2086
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086}
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
  +root: App\Entity\EntryComment {#2382}
  +body: """
    I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
    \n
    As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704257580 {#2095
    date: 2024-01-03 05:53:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2093 …}
  +nested: Doctrine\ORM\PersistentCollection {#2094 …}
  +votes: Doctrine\ORM\PersistentCollection {#2140 …}
  +reports: Doctrine\ORM\PersistentCollection {#2133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 275667
  -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6022052"
  +editedAt: DateTimeImmutable @1711131185 {#2087
    date: 2024-03-22 19:13:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704257580 {#2091
    date: 2024-01-03 05:53:00.0 +01:00
  }
  +"title": 275667
}
"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 {#2086
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382
          +user: App\Entity\User {#260 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
            \n
            FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 105
          +score: 0
          +lastActive: DateTime @1721610710 {#2380
            date: 2024-07-22 03:11:50.0 +02:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@markus99@lemmy.world"
          ]
          +children: Doctrine\ORM\PersistentCollection {#2384 …}
          +nested: Doctrine\ORM\PersistentCollection {#2379 …}
          +votes: Doctrine\ORM\PersistentCollection {#2383 …}
          +reports: Doctrine\ORM\PersistentCollection {#1906 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
          -id: 273990
          -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://lemmy.ca/comment/6006166"
          +editedAt: null
          +createdAt: DateTimeImmutable @1704216031 {#2386
            date: 2024-01-02 18:20:31.0 +01:00
          }
          +"title": 273990
        }
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086}
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
  +root: App\Entity\EntryComment {#2382}
  +body: """
    I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
    \n
    As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1704257580 {#2095
    date: 2024-01-03 05:53:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
    "@markus99@lemmy.world"
    "@indigomirage@lemmy.ca"
    "@mexicancartel@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2093 …}
  +nested: Doctrine\ORM\PersistentCollection {#2094 …}
  +votes: Doctrine\ORM\PersistentCollection {#2140 …}
  +reports: Doctrine\ORM\PersistentCollection {#2133 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 275667
  -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6022052"
  +editedAt: DateTimeImmutable @1711131185 {#2087
    date: 2024-03-22 19:13:05.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704257580 {#2091
    date: 2024-01-03 05:53:00.0 +01:00
  }
  +"title": 275667
}
"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 {#2382
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
    \n
    FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 105
  +score: 0
  +lastActive: DateTime @1721610710 {#2380
    date: 2024-07-22 03:11:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2379 …}
  +votes: Doctrine\ORM\PersistentCollection {#2383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1906 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
  -id: 273990
  -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6006166"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704216031 {#2386
    date: 2024-01-02 18:20:31.0 +01:00
  }
  +"title": 273990
}
"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 {#2382
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
    \n
    FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 105
  +score: 0
  +lastActive: DateTime @1721610710 {#2380
    date: 2024-07-22 03:11:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2379 …}
  +votes: Doctrine\ORM\PersistentCollection {#2383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1906 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
  -id: 273990
  -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6006166"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704216031 {#2386
    date: 2024-01-02 18:20:31.0 +01:00
  }
  +"title": 273990
}
"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 {#2382
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2385
    +user: Proxies\__CG__\App\Entity\User {#2623 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: Proxies\__CG__\App\Entity\Image {#2872 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2871 …}
    +slug: "Linux-reaches-new-high-3-82"
    +title: "Linux reaches new high 3.82%"
    +url: "https://gs.statcounter.com/os-market-share/desktop/worldwide"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 259
    +favouriteCount: 838
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721610728 {#2847
      date: 2024-07-22 03:12:08.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2870 …}
    +votes: Doctrine\ORM\PersistentCollection {#2877 …}
    +reports: Doctrine\ORM\PersistentCollection {#2873 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2876 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2879 …}
    +badges: Doctrine\ORM\PersistentCollection {#2881 …}
    +children: [
      5 => App\Entity\EntryComment {#1407
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I tend to agree. And people need to realize that Adobe’s secret sauce is not in their apps, it’s in the multi-device interoperability. I love lightroom, but it’s not the photo editing ability (darkroom has that), rather it’s the fact that I can seamlessly work the same catalogue from any device (even if I don’t use their cloud for anything but smart previews).\n
          \n
          I think Adobe would cash in if they supported Linux - for want of a workable alternative, I’d even pay them.\n
          \n
          Music device manufacturers need to support Linux too. NI Maschine (and others) is simply a non-starter…
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 25
        +score: 0
        +lastActive: DateTime @1704221482 {#1907
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2028 …}
        +nested: Doctrine\ORM\PersistentCollection {#2011 …}
        +votes: Doctrine\ORM\PersistentCollection {#2018 …}
        +reports: Doctrine\ORM\PersistentCollection {#2024 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2023 …}
        -id: 274295
        -bodyTs: "'abil':38 'adob':11,73 'agre':4 'altern':86 'anyth':67 'app':19 'cash':75 'catalogu':54 'cloud':65 'd':88 'darkroom':39 'devic':26,57,93 'edit':37 'even':58,89 'fact':46 'interoper':27 'lightroom':30 'linux':80,98 'love':29 'manufactur':94 'maschin':101 'multi':25 'multi-devic':24 'music':92 'need':7,95 'ni':100 'non':108 'non-start':107 'other':103 'pay':90 'peopl':6 'photo':36 'preview':70 'rather':42 'realiz':9 'sauc':14 'seamless':50 'secret':13 'simpli':105 'smart':69 'starter':109 'support':79,97 'tend':2 'think':72 'use':63 'want':82 'work':51 'workabl':85 'would':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6007643"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704221482 {#1908
          date: 2024-01-02 19:51:22.0 +01:00
        }
        +"title": 274295
      }
      4 => App\Entity\EntryComment {#1361
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1363 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          There are lots of individual applications that do pretty well in and of themselves (darktable, gimp, krita, etc.) they have varying degrees of niceness. But what Adobe can do has no analogue in Linux land (paid or not) - it’s the multi-device interoperability. It makes for unparalleled workflow. I am not an advocate your Adobe - I really wish there was someone else that did it, and I believe it is something worth paying for. Figma maybe? (but it’s all cloud and was nearly knocked out by Adobe…)\n
          \n
          (FWIW, I’ve never found gimp to be pleasant to use, but that is only my own subjective experience. Others like it and that’s a good thing.)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1704227190 {#1403
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@possiblylinux127@lemmy.zip"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1404 …}
        +nested: Doctrine\ORM\PersistentCollection {#1382 …}
        +votes: Doctrine\ORM\PersistentCollection {#1405 …}
        +reports: Doctrine\ORM\PersistentCollection {#1383 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2395 …}
        -id: 274526
        -bodyTs: "'adob':27,57,90 'advoc':55 'analogu':32 'applic':6 'believ':70 'cloud':83 'darktabl':15 'degre':22 'devic':44 'els':64 'etc':18 'experi':109 'figma':77 'found':95 'fwiw':91 'gimp':16,96 'good':117 'individu':5 'interoper':45 'knock':87 'krita':17 'land':35 'like':111 'linux':34 'lot':3 'make':47 'mayb':78 'multi':43 'multi-devic':42 'near':86 'never':94 'nice':24 'other':110 'paid':36 'pay':75 'pleasant':99 'pretti':9 'realli':59 'someon':63 'someth':73 'subject':108 'thing':118 'unparallel':49 'use':101 'vari':21 've':93 'well':10 'wish':60 'workflow':50 'worth':74"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009421"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704227190 {#1362
          date: 2024-01-02 21:26:30.0 +01:00
        }
        +"title": 274526
      }
      3 => App\Entity\EntryComment {#2021
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2012 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Kdenlive and shotcut are also great."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 13
        +score: 0
        +lastActive: DateTime @1704227224 {#2392
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2020 …}
        +nested: Doctrine\ORM\PersistentCollection {#2027 …}
        +votes: Doctrine\ORM\PersistentCollection {#2031 …}
        +reports: Doctrine\ORM\PersistentCollection {#2037 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2075 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2079 …}
        -id: 274528
        -bodyTs: "'also':5 'great':6 'kdenliv':1 'shotcut':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6009433"
        +editedAt: DateTimeImmutable @1711006910 {#2387
          date: 2024-03-21 08:41:50.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704227224 {#2369
          date: 2024-01-02 21:27:04.0 +01:00
        }
        +"title": 274528
      }
      2 => App\Entity\EntryComment {#2097
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2083 …}
        +root: App\Entity\EntryComment {#2382}
        +body: "Fair enough! My only work with video has been very lightweight stuff and I haven’t needed much else. Shotcut definitely has quirks, though I know it a lot better than kdenlive. Have not played enough with Resolve to comment, though I have it on my list to try when the opportunity presents itself."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 3
        +score: 0
        +lastActive: DateTime @1704233252 {#2078
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@PopOfAfrica@lemmy.world"
          "@joojmachine@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2082 …}
        +nested: Doctrine\ORM\PersistentCollection {#2096 …}
        +votes: Doctrine\ORM\PersistentCollection {#2081 …}
        +reports: Doctrine\ORM\PersistentCollection {#2098 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2080 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2089 …}
        -id: 274812
        -bodyTs: "'better':30 'comment':40 'definit':21 'els':19 'enough':2,36 'fair':1 'haven':15 'kdenliv':32 'know':26 'lightweight':11 'list':47 'lot':29 'much':18 'need':17 'opportun':52 'play':35 'present':53 'quirk':23 'resolv':38 'shotcut':20 'stuff':12 'though':24,41 'tri':49 'video':7 'work':5"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6011288"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704233252 {#2076
          date: 2024-01-02 23:07:32.0 +01:00
        }
        +"title": 274812
      }
      1 => App\Entity\EntryComment {#2086
        +user: App\Entity\User {#260 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2385 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2090 …}
        +root: App\Entity\EntryComment {#2382}
        +body: """
          I suppose what I mean is that i am happy to select whatever software is best for the task at hand. I have no issue with paying for software if it serves my needs. In a few cases, that limits my options to running windows as commercial versions are unavailable on Linux, and it is my hope that more commercial orgs start making their wares available for Linux, especially in cases where there’s no available alternative.\n
          \n
          As for splitting hairs on the difference between gratis and libre, life’s too short (so if I used incorrect terminology, c’est la vie…)
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1704257580 {#2095
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
          "@markus99@lemmy.world"
          "@indigomirage@lemmy.ca"
          "@mexicancartel@lemmy.dbzer0.com"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2093 …}
        +nested: Doctrine\ORM\PersistentCollection {#2094 …}
        +votes: Doctrine\ORM\PersistentCollection {#2140 …}
        +reports: Doctrine\ORM\PersistentCollection {#2133 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
        -id: 275667
        -bodyTs: "'altern':77 'avail':66,76 'best':16 'c':99 'case':38,71 'commerci':47,60 'differ':84 'especi':69 'est':100 'grati':86 'hair':81 'hand':21 'happi':10 'hope':57 'incorrect':97 'issu':25 'la':101 'libr':88 'life':89 'limit':40 'linux':52,68 'make':63 'mean':5 'need':34 'option':42 'org':61 'pay':27 'run':44 'select':12 'serv':32 'short':92 'softwar':14,29 'split':80 'start':62 'suppos':2 'task':19 'terminolog':98 'unavail':50 'use':96 'version':48 'vie':102 'ware':65 'whatev':13 'window':45"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ca/comment/6022052"
        +editedAt: DateTimeImmutable @1711131185 {#2087
          date: 2024-03-22 19:13:05.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704257580 {#2091
          date: 2024-01-03 05:53:00.0 +01:00
        }
        +"title": 275667
      }
      0 => App\Entity\EntryComment {#2382}
    ]
    -id: 26745
    -titleTs: "'3.82':5 'high':4 'linux':1 'new':3 'reach':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704299973
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10238899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704213573 {#2775
      date: 2024-01-02 17:39:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    This is very good. The higher those numbers go, the more pressure there will be for better official support for both HW and SW.\n
    \n
    FOSS is fantastic. But lack of options (FOSS or paid) for a few of my use cases keeps me stapled to Windows and WSL. Unfortunately. I’m hoping the momentum shifts.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 105
  +score: 0
  +lastActive: DateTime @1721610710 {#2380
    date: 2024-07-22 03:11:50.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@markus99@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2379 …}
  +votes: Doctrine\ORM\PersistentCollection {#2383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1906 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
  -id: 273990
  -bodyTs: "'better':17 'case':41 'fantast':27 'foss':25,32 'go':9 'good':4 'higher':6 'hope':52 'hw':22 'keep':42 'lack':29 'm':51 'momentum':54 'number':8 'offici':18 'option':31 'paid':34 'pressur':12 'shift':55 'stapl':44 'support':19 'sw':24 'unfortun':49 'use':40 'window':46 'wsl':48"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6006166"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704216031 {#2386
    date: 2024-01-02 18:20:31.0 +01:00
  }
  +"title": 273990
}
"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 {#2338
  +user: Proxies\__CG__\App\Entity\User {#3014 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Is-Sync-for-Android-worth-the-cost"
  +title: "Is Sync for Android worth the cost?"
  +url: null
  +body: "R5: just started checking it out. It’s cool and has some advantages of others. It’s hella expensive. Thoughts?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 76
  +favouriteCount: 99
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721446022 {#3049
    date: 2024-07-20 05:27:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3054 …}
  +votes: Doctrine\ORM\PersistentCollection {#3057 …}
  +reports: Doctrine\ORM\PersistentCollection {#3059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3061 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3063 …}
  +badges: Doctrine\ORM\PersistentCollection {#3065 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +body: """
        Had been using Sync nonstop. Tried Boost this morning.\n
        \n
        I no longer use Sync.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1704631265 {#2336
        date: 2024-01-07 13:41:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@blazeknave@lemmy.world"
        "@HeavyRaptor@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2143 …}
      +nested: Doctrine\ORM\PersistentCollection {#2136 …}
      +votes: Doctrine\ORM\PersistentCollection {#2073 …}
      +reports: Doctrine\ORM\PersistentCollection {#2072 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2066 …}
      -id: 288522
      -bodyTs: "'boost':7 'longer':12 'morn':9 'nonstop':5 'sync':4,14 'tri':6 'use':3,13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6139462"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704631265 {#2335
        date: 2024-01-07 13:41:05.0 +01:00
      }
      +"title": 288522
    }
  ]
  -id: 27780
  -titleTs: "'android':4 'cost':7 'sync':2 'worth':5"
  -bodyTs: "'advantag':13 'check':4 'cool':9 'expens':19 'hella':18 'other':15 'r5':1 'start':3 'thought':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704694140
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10412912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704607740 {#3036
    date: 2024-01-07 07:09:00.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 {#2338
  +user: Proxies\__CG__\App\Entity\User {#3014 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Is-Sync-for-Android-worth-the-cost"
  +title: "Is Sync for Android worth the cost?"
  +url: null
  +body: "R5: just started checking it out. It’s cool and has some advantages of others. It’s hella expensive. Thoughts?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 76
  +favouriteCount: 99
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721446022 {#3049
    date: 2024-07-20 05:27:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3054 …}
  +votes: Doctrine\ORM\PersistentCollection {#3057 …}
  +reports: Doctrine\ORM\PersistentCollection {#3059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3061 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3063 …}
  +badges: Doctrine\ORM\PersistentCollection {#3065 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +body: """
        Had been using Sync nonstop. Tried Boost this morning.\n
        \n
        I no longer use Sync.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1704631265 {#2336
        date: 2024-01-07 13:41:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@blazeknave@lemmy.world"
        "@HeavyRaptor@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2143 …}
      +nested: Doctrine\ORM\PersistentCollection {#2136 …}
      +votes: Doctrine\ORM\PersistentCollection {#2073 …}
      +reports: Doctrine\ORM\PersistentCollection {#2072 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2066 …}
      -id: 288522
      -bodyTs: "'boost':7 'longer':12 'morn':9 'nonstop':5 'sync':4,14 'tri':6 'use':3,13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6139462"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704631265 {#2335
        date: 2024-01-07 13:41:05.0 +01:00
      }
      +"title": 288522
    }
  ]
  -id: 27780
  -titleTs: "'android':4 'cost':7 'sync':2 'worth':5"
  -bodyTs: "'advantag':13 'check':4 'cool':9 'expens':19 'hella':18 'other':15 'r5':1 'start':3 'thought':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704694140
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10412912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704607740 {#3036
    date: 2024-01-07 07:09:00.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 {#2338
  +user: Proxies\__CG__\App\Entity\User {#3014 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Is-Sync-for-Android-worth-the-cost"
  +title: "Is Sync for Android worth the cost?"
  +url: null
  +body: "R5: just started checking it out. It’s cool and has some advantages of others. It’s hella expensive. Thoughts?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 76
  +favouriteCount: 99
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721446022 {#3049
    date: 2024-07-20 05:27:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3054 …}
  +votes: Doctrine\ORM\PersistentCollection {#3057 …}
  +reports: Doctrine\ORM\PersistentCollection {#3059 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3061 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3063 …}
  +badges: Doctrine\ORM\PersistentCollection {#3065 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
      +body: """
        Had been using Sync nonstop. Tried Boost this morning.\n
        \n
        I no longer use Sync.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 15
      +score: 0
      +lastActive: DateTime @1704631265 {#2336
        date: 2024-01-07 13:41:05.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@blazeknave@lemmy.world"
        "@HeavyRaptor@lemmy.zip"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2143 …}
      +nested: Doctrine\ORM\PersistentCollection {#2136 …}
      +votes: Doctrine\ORM\PersistentCollection {#2073 …}
      +reports: Doctrine\ORM\PersistentCollection {#2072 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2066 …}
      -id: 288522
      -bodyTs: "'boost':7 'longer':12 'morn':9 'nonstop':5 'sync':4,14 'tri':6 'use':3,13"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/6139462"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704631265 {#2335
        date: 2024-01-07 13:41:05.0 +01:00
      }
      +"title": 288522
    }
  ]
  -id: 27780
  -titleTs: "'android':4 'cost':7 'sync':2 'worth':5"
  -bodyTs: "'advantag':13 'check':4 'cool':9 'expens':19 'hella':18 'other':15 'r5':1 'start':3 'thought':20"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704694140
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10412912"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704607740 {#3036
    date: 2024-01-07 07:09:00.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 {#2339
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#3014 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Is-Sync-for-Android-worth-the-cost"
    +title: "Is Sync for Android worth the cost?"
    +url: null
    +body: "R5: just started checking it out. It’s cool and has some advantages of others. It’s hella expensive. Thoughts?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 76
    +favouriteCount: 99
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721446022 {#3049
      date: 2024-07-20 05:27:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3054 …}
    +votes: Doctrine\ORM\PersistentCollection {#3057 …}
    +reports: Doctrine\ORM\PersistentCollection {#3059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3061 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3063 …}
    +badges: Doctrine\ORM\PersistentCollection {#3065 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 27780
    -titleTs: "'android':4 'cost':7 'sync':2 'worth':5"
    -bodyTs: "'advantag':13 'check':4 'cool':9 'expens':19 'hella':18 'other':15 'r5':1 'start':3 'thought':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704694140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10412912"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704607740 {#3036
      date: 2024-01-07 07:09:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +body: """
    Had been using Sync nonstop. Tried Boost this morning.\n
    \n
    I no longer use Sync.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1704631265 {#2336
    date: 2024-01-07 13:41:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@blazeknave@lemmy.world"
    "@HeavyRaptor@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2143 …}
  +nested: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2073 …}
  +reports: Doctrine\ORM\PersistentCollection {#2072 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2066 …}
  -id: 288522
  -bodyTs: "'boost':7 'longer':12 'morn':9 'nonstop':5 'sync':4,14 'tri':6 'use':3,13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6139462"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704631265 {#2335
    date: 2024-01-07 13:41:05.0 +01:00
  }
  +"title": 288522
}
"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 {#2339
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#3014 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Is-Sync-for-Android-worth-the-cost"
    +title: "Is Sync for Android worth the cost?"
    +url: null
    +body: "R5: just started checking it out. It’s cool and has some advantages of others. It’s hella expensive. Thoughts?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 76
    +favouriteCount: 99
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721446022 {#3049
      date: 2024-07-20 05:27:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3054 …}
    +votes: Doctrine\ORM\PersistentCollection {#3057 …}
    +reports: Doctrine\ORM\PersistentCollection {#3059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3061 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3063 …}
    +badges: Doctrine\ORM\PersistentCollection {#3065 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 27780
    -titleTs: "'android':4 'cost':7 'sync':2 'worth':5"
    -bodyTs: "'advantag':13 'check':4 'cool':9 'expens':19 'hella':18 'other':15 'r5':1 'start':3 'thought':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704694140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10412912"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704607740 {#3036
      date: 2024-01-07 07:09:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +body: """
    Had been using Sync nonstop. Tried Boost this morning.\n
    \n
    I no longer use Sync.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1704631265 {#2336
    date: 2024-01-07 13:41:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@blazeknave@lemmy.world"
    "@HeavyRaptor@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2143 …}
  +nested: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2073 …}
  +reports: Doctrine\ORM\PersistentCollection {#2072 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2066 …}
  -id: 288522
  -bodyTs: "'boost':7 'longer':12 'morn':9 'nonstop':5 'sync':4,14 'tri':6 'use':3,13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6139462"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704631265 {#2335
    date: 2024-01-07 13:41:05.0 +01:00
  }
  +"title": 288522
}
"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 {#2339
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#3014 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Is-Sync-for-Android-worth-the-cost"
    +title: "Is Sync for Android worth the cost?"
    +url: null
    +body: "R5: just started checking it out. It’s cool and has some advantages of others. It’s hella expensive. Thoughts?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 76
    +favouriteCount: 99
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721446022 {#3049
      date: 2024-07-20 05:27:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3054 …}
    +votes: Doctrine\ORM\PersistentCollection {#3057 …}
    +reports: Doctrine\ORM\PersistentCollection {#3059 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3061 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3063 …}
    +badges: Doctrine\ORM\PersistentCollection {#3065 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 27780
    -titleTs: "'android':4 'cost':7 'sync':2 'worth':5"
    -bodyTs: "'advantag':13 'check':4 'cool':9 'expens':19 'hella':18 'other':15 'r5':1 'start':3 'thought':20"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704694140
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10412912"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704607740 {#3036
      date: 2024-01-07 07:09:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2159 …}
  +body: """
    Had been using Sync nonstop. Tried Boost this morning.\n
    \n
    I no longer use Sync.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 15
  +score: 0
  +lastActive: DateTime @1704631265 {#2336
    date: 2024-01-07 13:41:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@blazeknave@lemmy.world"
    "@HeavyRaptor@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2143 …}
  +nested: Doctrine\ORM\PersistentCollection {#2136 …}
  +votes: Doctrine\ORM\PersistentCollection {#2073 …}
  +reports: Doctrine\ORM\PersistentCollection {#2072 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2065 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2066 …}
  -id: 288522
  -bodyTs: "'boost':7 'longer':12 'morn':9 'nonstop':5 'sync':4,14 'tri':6 'use':3,13"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/6139462"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704631265 {#2335
    date: 2024-01-07 13:41:05.0 +01:00
  }
  +"title": 288522
}
"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 {#2468
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2470 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "Gifts. Pointless, wasteful and often resented. If you really must give, donate to a food bank and make sure people in need get fed. (or give to a charity of your preference)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1708383641 {#2455
    date: 2024-02-20 00:00:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CorrodedCranium@leminal.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2469 …}
  +nested: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2363 …}
  +reports: Doctrine\ORM\PersistentCollection {#2377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2364 …}
  -id: 256122
  -bodyTs: "'bank':16 'chariti':29 'donat':12 'fed':24 'food':15 'get':23 'gift':1 'give':11,26 'make':18 'must':10 'need':22 'often':5 'peopl':20 'pointless':2 'prefer':32 'realli':9 'resent':6 'sure':19 'wast':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5905066"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703673126 {#2459
    date: 2023-12-27 11:32:06.0 +01:00
  }
  +"title": 256122
}
"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 {#2468
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2470 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "Gifts. Pointless, wasteful and often resented. If you really must give, donate to a food bank and make sure people in need get fed. (or give to a charity of your preference)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1708383641 {#2455
    date: 2024-02-20 00:00:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CorrodedCranium@leminal.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2469 …}
  +nested: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2363 …}
  +reports: Doctrine\ORM\PersistentCollection {#2377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2364 …}
  -id: 256122
  -bodyTs: "'bank':16 'chariti':29 'donat':12 'fed':24 'food':15 'get':23 'gift':1 'give':11,26 'make':18 'must':10 'need':22 'often':5 'peopl':20 'pointless':2 'prefer':32 'realli':9 'resent':6 'sure':19 'wast':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5905066"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703673126 {#2459
    date: 2023-12-27 11:32:06.0 +01:00
  }
  +"title": 256122
}
"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 {#2468
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2470 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1707 …}
  +image: null
  +parent: null
  +root: null
  +body: "Gifts. Pointless, wasteful and often resented. If you really must give, donate to a food bank and make sure people in need get fed. (or give to a charity of your preference)."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1708383641 {#2455
    date: 2024-02-20 00:00:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CorrodedCranium@leminal.space"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2469 …}
  +nested: Doctrine\ORM\PersistentCollection {#2471 …}
  +votes: Doctrine\ORM\PersistentCollection {#2363 …}
  +reports: Doctrine\ORM\PersistentCollection {#2377 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2359 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2364 …}
  -id: 256122
  -bodyTs: "'bank':16 'chariti':29 'donat':12 'fed':24 'food':15 'get':23 'gift':1 'give':11,26 'make':18 'must':10 'need':22 'often':5 'peopl':20 'pointless':2 'prefer':32 'realli':9 'resent':6 'sure':19 'wast':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5905066"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703673126 {#2459
    date: 2023-12-27 11:32:06.0 +01:00
  }
  +"title": 256122
}
"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 {#1739
  +user: Proxies\__CG__\App\Entity\User {#3033 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Video-editor-for-Linux"
  +title: "Video editor for Linux?"
  +url: null
  +body: """
    I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
    I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 129
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702284475 {#3067
    date: 2023-12-11 09:47:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3072 …}
  +votes: Doctrine\ORM\PersistentCollection {#3075 …}
  +reports: Doctrine\ORM\PersistentCollection {#3077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3079 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3081 …}
  +badges: Doctrine\ORM\PersistentCollection {#3083 …}
  +children: [
    App\Entity\EntryComment {#1702
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1739 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I had the most luck with shotcut. I’ve been meaning to try kdenlive again though but there were a few fx I needed that immediately apparent in shotcut that I could not find quickly in kdenlive.\n
        \n
        I suspect kdenlive has it covered but timelines dictated that I not change horses mid race, and I haven’t got back to retry.\n
        \n
        Basically, either is good!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 21
      +score: 0
      +lastActive: DateTime @1703783542 {#1567
        date: 2023-12-28 18:12:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KISSmyOS@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1717 …}
      +nested: Doctrine\ORM\PersistentCollection {#1720 …}
      +votes: Doctrine\ORM\PersistentCollection {#1715 …}
      +reports: Doctrine\ORM\PersistentCollection {#1724 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
      -id: 213375
      -bodyTs: "'appar':27 'back':59 'basic':62 'chang':50 'could':32 'cover':43 'dictat':46 'either':63 'find':34 'fx':22 'good':65 'got':58 'haven':56 'hors':51 'immedi':26 'kdenliv':14,37,40 'luck':5 'mean':11 'mid':52 'need':24 'quick':35 'race':53 'retri':61 'shotcut':7,29 'suspect':39 'though':16 'timelin':45 'tri':13 've':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5536880"
      +editedAt: DateTimeImmutable @1703564357 {#1526
        date: 2023-12-26 05:19:17.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702121725 {#1568
        date: 2023-12-09 12:35:25.0 +01:00
      }
      +"title": 213375
    }
  ]
  -id: 21308
  -titleTs: "'editor':2 'linux':4 'video':1"
  -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702193734
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9336915"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702107334 {#3055
    date: 2023-12-09 08:35: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
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1739
  +user: Proxies\__CG__\App\Entity\User {#3033 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Video-editor-for-Linux"
  +title: "Video editor for Linux?"
  +url: null
  +body: """
    I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
    I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 129
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702284475 {#3067
    date: 2023-12-11 09:47:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3072 …}
  +votes: Doctrine\ORM\PersistentCollection {#3075 …}
  +reports: Doctrine\ORM\PersistentCollection {#3077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3079 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3081 …}
  +badges: Doctrine\ORM\PersistentCollection {#3083 …}
  +children: [
    App\Entity\EntryComment {#1702
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1739 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I had the most luck with shotcut. I’ve been meaning to try kdenlive again though but there were a few fx I needed that immediately apparent in shotcut that I could not find quickly in kdenlive.\n
        \n
        I suspect kdenlive has it covered but timelines dictated that I not change horses mid race, and I haven’t got back to retry.\n
        \n
        Basically, either is good!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 21
      +score: 0
      +lastActive: DateTime @1703783542 {#1567
        date: 2023-12-28 18:12:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KISSmyOS@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1717 …}
      +nested: Doctrine\ORM\PersistentCollection {#1720 …}
      +votes: Doctrine\ORM\PersistentCollection {#1715 …}
      +reports: Doctrine\ORM\PersistentCollection {#1724 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
      -id: 213375
      -bodyTs: "'appar':27 'back':59 'basic':62 'chang':50 'could':32 'cover':43 'dictat':46 'either':63 'find':34 'fx':22 'good':65 'got':58 'haven':56 'hors':51 'immedi':26 'kdenliv':14,37,40 'luck':5 'mean':11 'mid':52 'need':24 'quick':35 'race':53 'retri':61 'shotcut':7,29 'suspect':39 'though':16 'timelin':45 'tri':13 've':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5536880"
      +editedAt: DateTimeImmutable @1703564357 {#1526
        date: 2023-12-26 05:19:17.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702121725 {#1568
        date: 2023-12-09 12:35:25.0 +01:00
      }
      +"title": 213375
    }
  ]
  -id: 21308
  -titleTs: "'editor':2 'linux':4 'video':1"
  -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702193734
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9336915"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702107334 {#3055
    date: 2023-12-09 08:35: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
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1739
  +user: Proxies\__CG__\App\Entity\User {#3033 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Video-editor-for-Linux"
  +title: "Video editor for Linux?"
  +url: null
  +body: """
    I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
    I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 54
  +favouriteCount: 129
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702284475 {#3067
    date: 2023-12-11 09:47:55.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3072 …}
  +votes: Doctrine\ORM\PersistentCollection {#3075 …}
  +reports: Doctrine\ORM\PersistentCollection {#3077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3079 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3081 …}
  +badges: Doctrine\ORM\PersistentCollection {#3083 …}
  +children: [
    App\Entity\EntryComment {#1702
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1739 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I had the most luck with shotcut. I’ve been meaning to try kdenlive again though but there were a few fx I needed that immediately apparent in shotcut that I could not find quickly in kdenlive.\n
        \n
        I suspect kdenlive has it covered but timelines dictated that I not change horses mid race, and I haven’t got back to retry.\n
        \n
        Basically, either is good!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 21
      +score: 0
      +lastActive: DateTime @1703783542 {#1567
        date: 2023-12-28 18:12:22.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@KISSmyOS@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1717 …}
      +nested: Doctrine\ORM\PersistentCollection {#1720 …}
      +votes: Doctrine\ORM\PersistentCollection {#1715 …}
      +reports: Doctrine\ORM\PersistentCollection {#1724 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
      -id: 213375
      -bodyTs: "'appar':27 'back':59 'basic':62 'chang':50 'could':32 'cover':43 'dictat':46 'either':63 'find':34 'fx':22 'good':65 'got':58 'haven':56 'hors':51 'immedi':26 'kdenliv':14,37,40 'luck':5 'mean':11 'mid':52 'need':24 'quick':35 'race':53 'retri':61 'shotcut':7,29 'suspect':39 'though':16 'timelin':45 'tri':13 've':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ca/comment/5536880"
      +editedAt: DateTimeImmutable @1703564357 {#1526
        date: 2023-12-26 05:19:17.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702121725 {#1568
        date: 2023-12-09 12:35:25.0 +01:00
      }
      +"title": 213375
    }
  ]
  -id: 21308
  -titleTs: "'editor':2 'linux':4 'video':1"
  -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702193734
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9336915"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702107334 {#3055
    date: 2023-12-09 08:35: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
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 {#1702
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1739
    +user: Proxies\__CG__\App\Entity\User {#3033 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Video-editor-for-Linux"
    +title: "Video editor for Linux?"
    +url: null
    +body: """
      I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
      I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 54
    +favouriteCount: 129
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702284475 {#3067
      date: 2023-12-11 09:47:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3072 …}
    +votes: Doctrine\ORM\PersistentCollection {#3075 …}
    +reports: Doctrine\ORM\PersistentCollection {#3077 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3079 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3081 …}
    +badges: Doctrine\ORM\PersistentCollection {#3083 …}
    +children: [
      App\Entity\EntryComment {#1702}
    ]
    -id: 21308
    -titleTs: "'editor':2 'linux':4 'video':1"
    -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702193734
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9336915"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702107334 {#3055
      date: 2023-12-09 08:35:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I had the most luck with shotcut. I’ve been meaning to try kdenlive again though but there were a few fx I needed that immediately apparent in shotcut that I could not find quickly in kdenlive.\n
    \n
    I suspect kdenlive has it covered but timelines dictated that I not change horses mid race, and I haven’t got back to retry.\n
    \n
    Basically, either is good!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1703783542 {#1567
    date: 2023-12-28 18:12:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KISSmyOS@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1717 …}
  +nested: Doctrine\ORM\PersistentCollection {#1720 …}
  +votes: Doctrine\ORM\PersistentCollection {#1715 …}
  +reports: Doctrine\ORM\PersistentCollection {#1724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
  -id: 213375
  -bodyTs: "'appar':27 'back':59 'basic':62 'chang':50 'could':32 'cover':43 'dictat':46 'either':63 'find':34 'fx':22 'good':65 'got':58 'haven':56 'hors':51 'immedi':26 'kdenliv':14,37,40 'luck':5 'mean':11 'mid':52 'need':24 'quick':35 'race':53 'retri':61 'shotcut':7,29 'suspect':39 'though':16 'timelin':45 'tri':13 've':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5536880"
  +editedAt: DateTimeImmutable @1703564357 {#1526
    date: 2023-12-26 05:19:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702121725 {#1568
    date: 2023-12-09 12:35:25.0 +01:00
  }
  +"title": 213375
}
"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 {#1702
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1739
    +user: Proxies\__CG__\App\Entity\User {#3033 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Video-editor-for-Linux"
    +title: "Video editor for Linux?"
    +url: null
    +body: """
      I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
      I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 54
    +favouriteCount: 129
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702284475 {#3067
      date: 2023-12-11 09:47:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3072 …}
    +votes: Doctrine\ORM\PersistentCollection {#3075 …}
    +reports: Doctrine\ORM\PersistentCollection {#3077 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3079 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3081 …}
    +badges: Doctrine\ORM\PersistentCollection {#3083 …}
    +children: [
      App\Entity\EntryComment {#1702}
    ]
    -id: 21308
    -titleTs: "'editor':2 'linux':4 'video':1"
    -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702193734
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9336915"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702107334 {#3055
      date: 2023-12-09 08:35:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I had the most luck with shotcut. I’ve been meaning to try kdenlive again though but there were a few fx I needed that immediately apparent in shotcut that I could not find quickly in kdenlive.\n
    \n
    I suspect kdenlive has it covered but timelines dictated that I not change horses mid race, and I haven’t got back to retry.\n
    \n
    Basically, either is good!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1703783542 {#1567
    date: 2023-12-28 18:12:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KISSmyOS@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1717 …}
  +nested: Doctrine\ORM\PersistentCollection {#1720 …}
  +votes: Doctrine\ORM\PersistentCollection {#1715 …}
  +reports: Doctrine\ORM\PersistentCollection {#1724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
  -id: 213375
  -bodyTs: "'appar':27 'back':59 'basic':62 'chang':50 'could':32 'cover':43 'dictat':46 'either':63 'find':34 'fx':22 'good':65 'got':58 'haven':56 'hors':51 'immedi':26 'kdenliv':14,37,40 'luck':5 'mean':11 'mid':52 'need':24 'quick':35 'race':53 'retri':61 'shotcut':7,29 'suspect':39 'though':16 'timelin':45 'tri':13 've':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5536880"
  +editedAt: DateTimeImmutable @1703564357 {#1526
    date: 2023-12-26 05:19:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702121725 {#1568
    date: 2023-12-09 12:35:25.0 +01:00
  }
  +"title": 213375
}
"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 {#1702
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1739
    +user: Proxies\__CG__\App\Entity\User {#3033 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Video-editor-for-Linux"
    +title: "Video editor for Linux?"
    +url: null
    +body: """
      I’m looking for a program that can cut video, adjust exposure levels, color correct, stabilize and encode.  \n
      I’ve never done anything like this before, so ease of use would be great. But if there’s an established standard program (like Gimp for photos), I’ll learn it. Any suggestions would be helpful.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 54
    +favouriteCount: 129
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702284475 {#3067
      date: 2023-12-11 09:47:55.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3072 …}
    +votes: Doctrine\ORM\PersistentCollection {#3075 …}
    +reports: Doctrine\ORM\PersistentCollection {#3077 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3079 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3081 …}
    +badges: Doctrine\ORM\PersistentCollection {#3083 …}
    +children: [
      App\Entity\EntryComment {#1702}
    ]
    -id: 21308
    -titleTs: "'editor':2 'linux':4 'video':1"
    -bodyTs: "'adjust':11 'anyth':23 'color':14 'correct':15 'cut':9 'done':22 'eas':28 'encod':18 'establish':39 'exposur':12 'gimp':43 'great':33 'help':54 'learn':48 'level':13 'like':24,42 'll':47 'look':3 'm':2 'never':21 'photo':45 'program':6,41 'stabil':16 'standard':40 'suggest':51 'use':30 've':20 'video':10 'would':31,52"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702193734
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9336915"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702107334 {#3055
      date: 2023-12-09 08:35:34.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I had the most luck with shotcut. I’ve been meaning to try kdenlive again though but there were a few fx I needed that immediately apparent in shotcut that I could not find quickly in kdenlive.\n
    \n
    I suspect kdenlive has it covered but timelines dictated that I not change horses mid race, and I haven’t got back to retry.\n
    \n
    Basically, either is good!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 21
  +score: 0
  +lastActive: DateTime @1703783542 {#1567
    date: 2023-12-28 18:12:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@KISSmyOS@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1717 …}
  +nested: Doctrine\ORM\PersistentCollection {#1720 …}
  +votes: Doctrine\ORM\PersistentCollection {#1715 …}
  +reports: Doctrine\ORM\PersistentCollection {#1724 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1692 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1616 …}
  -id: 213375
  -bodyTs: "'appar':27 'back':59 'basic':62 'chang':50 'could':32 'cover':43 'dictat':46 'either':63 'find':34 'fx':22 'good':65 'got':58 'haven':56 'hors':51 'immedi':26 'kdenliv':14,37,40 'luck':5 'mean':11 'mid':52 'need':24 'quick':35 'race':53 'retri':61 'shotcut':7,29 'suspect':39 'though':16 'timelin':45 'tri':13 've':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ca/comment/5536880"
  +editedAt: DateTimeImmutable @1703564357 {#1526
    date: 2023-12-26 05:19:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702121725 {#1568
    date: 2023-12-09 12:35:25.0 +01:00
  }
  +"title": 213375
}
"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_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
150 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