GET https://kbin.spritesserver.nl/index.php/u/@Atemu@lemmy.ml/hot/c/blockchainvoting?p=2

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 …}
}
15.29 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 {#2267
  +user: Proxies\__CG__\App\Entity\User {#2618 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "When-do-I-actually-need-a-firewall"
  +title: "When do I actually need a firewall?"
  +url: null
  +body: """
    I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
    \n
    1. “It’s just good security practice.”\n
    2. “You need it if you are running a server.”\n
    3. “You need it if you don’t trust the other devices on the network.”\n
    4. “You need it if you are not behind a NAT.”\n
    5. “You need it if you don’t trust the software running on your computer.”\n
    \n
    The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
    \n
    If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 91
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729354440 {#3191
    date: 2024-10-19 18:14:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3196 …}
  +votes: Doctrine\ORM\PersistentCollection {#3199 …}
  +reports: Doctrine\ORM\PersistentCollection {#3201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
  +badges: Doctrine\ORM\PersistentCollection {#3207 …}
  +children: [
    App\Entity\EntryComment {#2268
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2267 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > #2 is strange – why does it matter?\n
        \n
        It doesn’t. If you’re running a laptop with a local web server for development, you wouldn’t want other devices in i.e. the coffee shop WiFi to be able to connect to your (likely insecure) local web server, would you?\n
        \n
        > If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded?\n
        \n
        Who is “they”? What about all the other ports?\n
        \n
        Imagine a family member visits you and wants internet access in their Windows laptop, so you give them the WiFi password. Do you want that possibly malware infected thing poking around at ports other than 80 running on your server?\n
        \n
        Obviously you shouldn’t have insecure things listening there in the fist place but you don’t always get to choose whether some thing you’re hosting is currently secure or not or may not care too much because it’s just on the local network and you didn’t expose it to the internet.  \n
        This is what defense in depth is about; making it less likely for something to happen or the attack less potent even if your primary protections have failed.\n
        \n
        > #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access\n
        \n
        Mostly addressed by the above but also note that you likely do have applications listening on ports you didn’t know about. Take a look at `sudo ss -utpnl`.\n
        \n
        > #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
        \n
        It’s rather the other way around; you don’t want the outside world to be able to talk to untrusted software on your computer. To be a classical “door”, the application must be able to listen to connections.\n
        \n
        OTOH, smarter malware can of course be something like a door by requesting intrusion by itself, so outbound filtering is also something you should do with untrusted applications.\n
        \n
        > People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?\n
        \n
        I’d rather liken it to a razor fence around your house, protecting you from thieves even getting near it. Your windows are likely safe from intrusion but they’re known to be fragile. Razor fence can also be cut through but not everyone will have the skill or patience to do so.\n
        \n
        If it turned out your window could easily be opened from the outside, you’d rather have razor fence in front until you can replace the window, would you?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1729334904 {#2266
        date: 2024-10-19 12:48:24.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2273 …}
      +nested: Doctrine\ORM\PersistentCollection {#2274 …}
      +votes: Doctrine\ORM\PersistentCollection {#2190 …}
      +reports: Doctrine\ORM\PersistentCollection {#2265 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2263 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2235 …}
      -id: 338847
      -bodyTs: "'2':1 '3':233 '5':297 '80':58,75,145 'abl':38,330,384,402 'access':119,267 'act':444 'action':367 'address':269 'also':274,427,513 'alway':167 'analog':454 'anoth':93 'applic':257,281,399,434 'around':140,374,485 'attack':223 'behaviour':242 'care':185 'choos':170 'classic':396 'coffe':33 'communic':333 'comput':392 'connect':40,406 'could':243,351,535 'cours':412 'current':178 'cut':515 'd':477,543 'defens':208 'depth':210 'develop':23 'devic':29,249,359,365 'didn':198,286 'differ':86 'doesn':9,455 'done':246 'door':354,397,417,448,475 'easili':536 'even':226,244,492 'everyon':519 'exampl':60 'explicit':340 'expos':200 'fail':232 'famili':112 'fenc':484,511,547 'filter':425 'firewal':94,252 'fist':161 'forward':100 'fragil':509 'front':447,549 'get':168,356,493 'give':126 'go':63 'good':472 'grant':341 'happen':220 'hole':67 'host':53,176 'hous':451,464,487 'i.e':31 'imagin':110 'infect':137 'insecur':44,155 'instal':308 'internet':118,204 'intrus':420,502 'know':288,319 'known':506 'laptop':16,123 'less':215,224 'like':43,216,278,415,445,499 'liken':479 'listen':157,258,282,404,467 'local':19,45,194 'look':292 'make':89,213,303,457 'malici':241 'malwar':136,409 'matter':7 'may':183 'member':113 'most':268 'much':187,458 'must':400 'nat':72 'near':494 'need':96 'network':195 'note':275 'noth':265 'obvious':150 'one':51,237,301 'open':77,538 'otoh':407 'outbound':424 'outsid':336,380,541 'password':130 'patienc':525 'peopl':435 'permiss':343 'place':162 'poke':65,139 'port':57,74,81,99,109,142,261,284,470 'possibl':135 'potent':225 'primari':229 'program':310,350 'protect':230,488 'public':84 'rather':370,478,544 'razor':483,510,546 're':13,175,505 'readili':332 'replac':553 'request':419 'router':70 'run':14,146 'safe':500 'secur':179 'seem':436 'sens':305,459 'server':21,47,79,149 'servic':466 'shop':34 'shouldn':152 'skill':523 'smarter':408 'softwar':389 'someth':218,414,428 'sort':239 'spi':362 'ss':295 'strang':3,236 'sudo':294 'take':290 'talk':386 'thiev':491 'thing':138,156,173 'treat':438 'trust':315 'turn':531 'unknown':349 'unless':338 'untrust':388,433 'utpnl':296 'visit':114 'want':27,117,133,326,378 'way':373 'web':20,46 'webserv':55 'whether':171 'wifi':35,129 'window':122,497,534,555 'without':462 'work':322 'world':337,381 'would':48,556 'wouldn':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7709419"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706174215 {#2257
        date: 2024-01-25 10:16:55.0 +01:00
      }
      +"title": 338847
    }
  ]
  -id: 32961
  -titleTs: "'actual':4 'firewal':7 'need':5"
  -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706257325
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13453975"
  +editedAt: DateTimeImmutable @1728528893 {#3177
    date: 2024-10-10 04:54:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706170925 {#3154
    date: 2024-01-25 09:22:05.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 {#2267
  +user: Proxies\__CG__\App\Entity\User {#2618 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "When-do-I-actually-need-a-firewall"
  +title: "When do I actually need a firewall?"
  +url: null
  +body: """
    I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
    \n
    1. “It’s just good security practice.”\n
    2. “You need it if you are running a server.”\n
    3. “You need it if you don’t trust the other devices on the network.”\n
    4. “You need it if you are not behind a NAT.”\n
    5. “You need it if you don’t trust the software running on your computer.”\n
    \n
    The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
    \n
    If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 91
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729354440 {#3191
    date: 2024-10-19 18:14:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3196 …}
  +votes: Doctrine\ORM\PersistentCollection {#3199 …}
  +reports: Doctrine\ORM\PersistentCollection {#3201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
  +badges: Doctrine\ORM\PersistentCollection {#3207 …}
  +children: [
    App\Entity\EntryComment {#2268
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2267 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > #2 is strange – why does it matter?\n
        \n
        It doesn’t. If you’re running a laptop with a local web server for development, you wouldn’t want other devices in i.e. the coffee shop WiFi to be able to connect to your (likely insecure) local web server, would you?\n
        \n
        > If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded?\n
        \n
        Who is “they”? What about all the other ports?\n
        \n
        Imagine a family member visits you and wants internet access in their Windows laptop, so you give them the WiFi password. Do you want that possibly malware infected thing poking around at ports other than 80 running on your server?\n
        \n
        Obviously you shouldn’t have insecure things listening there in the fist place but you don’t always get to choose whether some thing you’re hosting is currently secure or not or may not care too much because it’s just on the local network and you didn’t expose it to the internet.  \n
        This is what defense in depth is about; making it less likely for something to happen or the attack less potent even if your primary protections have failed.\n
        \n
        > #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access\n
        \n
        Mostly addressed by the above but also note that you likely do have applications listening on ports you didn’t know about. Take a look at `sudo ss -utpnl`.\n
        \n
        > #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
        \n
        It’s rather the other way around; you don’t want the outside world to be able to talk to untrusted software on your computer. To be a classical “door”, the application must be able to listen to connections.\n
        \n
        OTOH, smarter malware can of course be something like a door by requesting intrusion by itself, so outbound filtering is also something you should do with untrusted applications.\n
        \n
        > People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?\n
        \n
        I’d rather liken it to a razor fence around your house, protecting you from thieves even getting near it. Your windows are likely safe from intrusion but they’re known to be fragile. Razor fence can also be cut through but not everyone will have the skill or patience to do so.\n
        \n
        If it turned out your window could easily be opened from the outside, you’d rather have razor fence in front until you can replace the window, would you?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1729334904 {#2266
        date: 2024-10-19 12:48:24.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2273 …}
      +nested: Doctrine\ORM\PersistentCollection {#2274 …}
      +votes: Doctrine\ORM\PersistentCollection {#2190 …}
      +reports: Doctrine\ORM\PersistentCollection {#2265 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2263 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2235 …}
      -id: 338847
      -bodyTs: "'2':1 '3':233 '5':297 '80':58,75,145 'abl':38,330,384,402 'access':119,267 'act':444 'action':367 'address':269 'also':274,427,513 'alway':167 'analog':454 'anoth':93 'applic':257,281,399,434 'around':140,374,485 'attack':223 'behaviour':242 'care':185 'choos':170 'classic':396 'coffe':33 'communic':333 'comput':392 'connect':40,406 'could':243,351,535 'cours':412 'current':178 'cut':515 'd':477,543 'defens':208 'depth':210 'develop':23 'devic':29,249,359,365 'didn':198,286 'differ':86 'doesn':9,455 'done':246 'door':354,397,417,448,475 'easili':536 'even':226,244,492 'everyon':519 'exampl':60 'explicit':340 'expos':200 'fail':232 'famili':112 'fenc':484,511,547 'filter':425 'firewal':94,252 'fist':161 'forward':100 'fragil':509 'front':447,549 'get':168,356,493 'give':126 'go':63 'good':472 'grant':341 'happen':220 'hole':67 'host':53,176 'hous':451,464,487 'i.e':31 'imagin':110 'infect':137 'insecur':44,155 'instal':308 'internet':118,204 'intrus':420,502 'know':288,319 'known':506 'laptop':16,123 'less':215,224 'like':43,216,278,415,445,499 'liken':479 'listen':157,258,282,404,467 'local':19,45,194 'look':292 'make':89,213,303,457 'malici':241 'malwar':136,409 'matter':7 'may':183 'member':113 'most':268 'much':187,458 'must':400 'nat':72 'near':494 'need':96 'network':195 'note':275 'noth':265 'obvious':150 'one':51,237,301 'open':77,538 'otoh':407 'outbound':424 'outsid':336,380,541 'password':130 'patienc':525 'peopl':435 'permiss':343 'place':162 'poke':65,139 'port':57,74,81,99,109,142,261,284,470 'possibl':135 'potent':225 'primari':229 'program':310,350 'protect':230,488 'public':84 'rather':370,478,544 'razor':483,510,546 're':13,175,505 'readili':332 'replac':553 'request':419 'router':70 'run':14,146 'safe':500 'secur':179 'seem':436 'sens':305,459 'server':21,47,79,149 'servic':466 'shop':34 'shouldn':152 'skill':523 'smarter':408 'softwar':389 'someth':218,414,428 'sort':239 'spi':362 'ss':295 'strang':3,236 'sudo':294 'take':290 'talk':386 'thiev':491 'thing':138,156,173 'treat':438 'trust':315 'turn':531 'unknown':349 'unless':338 'untrust':388,433 'utpnl':296 'visit':114 'want':27,117,133,326,378 'way':373 'web':20,46 'webserv':55 'whether':171 'wifi':35,129 'window':122,497,534,555 'without':462 'work':322 'world':337,381 'would':48,556 'wouldn':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7709419"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706174215 {#2257
        date: 2024-01-25 10:16:55.0 +01:00
      }
      +"title": 338847
    }
  ]
  -id: 32961
  -titleTs: "'actual':4 'firewal':7 'need':5"
  -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706257325
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13453975"
  +editedAt: DateTimeImmutable @1728528893 {#3177
    date: 2024-10-10 04:54:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706170925 {#3154
    date: 2024-01-25 09:22:05.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 {#2267
  +user: Proxies\__CG__\App\Entity\User {#2618 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "When-do-I-actually-need-a-firewall"
  +title: "When do I actually need a firewall?"
  +url: null
  +body: """
    I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
    \n
    1. “It’s just good security practice.”\n
    2. “You need it if you are running a server.”\n
    3. “You need it if you don’t trust the other devices on the network.”\n
    4. “You need it if you are not behind a NAT.”\n
    5. “You need it if you don’t trust the software running on your computer.”\n
    \n
    The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
    \n
    If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 40
  +favouriteCount: 91
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729354440 {#3191
    date: 2024-10-19 18:14:00.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3196 …}
  +votes: Doctrine\ORM\PersistentCollection {#3199 …}
  +reports: Doctrine\ORM\PersistentCollection {#3201 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
  +badges: Doctrine\ORM\PersistentCollection {#3207 …}
  +children: [
    App\Entity\EntryComment {#2268
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2267 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > #2 is strange – why does it matter?\n
        \n
        It doesn’t. If you’re running a laptop with a local web server for development, you wouldn’t want other devices in i.e. the coffee shop WiFi to be able to connect to your (likely insecure) local web server, would you?\n
        \n
        > If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded?\n
        \n
        Who is “they”? What about all the other ports?\n
        \n
        Imagine a family member visits you and wants internet access in their Windows laptop, so you give them the WiFi password. Do you want that possibly malware infected thing poking around at ports other than 80 running on your server?\n
        \n
        Obviously you shouldn’t have insecure things listening there in the fist place but you don’t always get to choose whether some thing you’re hosting is currently secure or not or may not care too much because it’s just on the local network and you didn’t expose it to the internet.  \n
        This is what defense in depth is about; making it less likely for something to happen or the attack less potent even if your primary protections have failed.\n
        \n
        > #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access\n
        \n
        Mostly addressed by the above but also note that you likely do have applications listening on ports you didn’t know about. Take a look at `sudo ss -utpnl`.\n
        \n
        > #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
        \n
        It’s rather the other way around; you don’t want the outside world to be able to talk to untrusted software on your computer. To be a classical “door”, the application must be able to listen to connections.\n
        \n
        OTOH, smarter malware can of course be something like a door by requesting intrusion by itself, so outbound filtering is also something you should do with untrusted applications.\n
        \n
        > People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?\n
        \n
        I’d rather liken it to a razor fence around your house, protecting you from thieves even getting near it. Your windows are likely safe from intrusion but they’re known to be fragile. Razor fence can also be cut through but not everyone will have the skill or patience to do so.\n
        \n
        If it turned out your window could easily be opened from the outside, you’d rather have razor fence in front until you can replace the window, would you?
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1729334904 {#2266
        date: 2024-10-19 12:48:24.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Kalcifer@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2273 …}
      +nested: Doctrine\ORM\PersistentCollection {#2274 …}
      +votes: Doctrine\ORM\PersistentCollection {#2190 …}
      +reports: Doctrine\ORM\PersistentCollection {#2265 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2263 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2235 …}
      -id: 338847
      -bodyTs: "'2':1 '3':233 '5':297 '80':58,75,145 'abl':38,330,384,402 'access':119,267 'act':444 'action':367 'address':269 'also':274,427,513 'alway':167 'analog':454 'anoth':93 'applic':257,281,399,434 'around':140,374,485 'attack':223 'behaviour':242 'care':185 'choos':170 'classic':396 'coffe':33 'communic':333 'comput':392 'connect':40,406 'could':243,351,535 'cours':412 'current':178 'cut':515 'd':477,543 'defens':208 'depth':210 'develop':23 'devic':29,249,359,365 'didn':198,286 'differ':86 'doesn':9,455 'done':246 'door':354,397,417,448,475 'easili':536 'even':226,244,492 'everyon':519 'exampl':60 'explicit':340 'expos':200 'fail':232 'famili':112 'fenc':484,511,547 'filter':425 'firewal':94,252 'fist':161 'forward':100 'fragil':509 'front':447,549 'get':168,356,493 'give':126 'go':63 'good':472 'grant':341 'happen':220 'hole':67 'host':53,176 'hous':451,464,487 'i.e':31 'imagin':110 'infect':137 'insecur':44,155 'instal':308 'internet':118,204 'intrus':420,502 'know':288,319 'known':506 'laptop':16,123 'less':215,224 'like':43,216,278,415,445,499 'liken':479 'listen':157,258,282,404,467 'local':19,45,194 'look':292 'make':89,213,303,457 'malici':241 'malwar':136,409 'matter':7 'may':183 'member':113 'most':268 'much':187,458 'must':400 'nat':72 'near':494 'need':96 'network':195 'note':275 'noth':265 'obvious':150 'one':51,237,301 'open':77,538 'otoh':407 'outbound':424 'outsid':336,380,541 'password':130 'patienc':525 'peopl':435 'permiss':343 'place':162 'poke':65,139 'port':57,74,81,99,109,142,261,284,470 'possibl':135 'potent':225 'primari':229 'program':310,350 'protect':230,488 'public':84 'rather':370,478,544 'razor':483,510,546 're':13,175,505 'readili':332 'replac':553 'request':419 'router':70 'run':14,146 'safe':500 'secur':179 'seem':436 'sens':305,459 'server':21,47,79,149 'servic':466 'shop':34 'shouldn':152 'skill':523 'smarter':408 'softwar':389 'someth':218,414,428 'sort':239 'spi':362 'ss':295 'strang':3,236 'sudo':294 'take':290 'talk':386 'thiev':491 'thing':138,156,173 'treat':438 'trust':315 'turn':531 'unknown':349 'unless':338 'untrust':388,433 'utpnl':296 'visit':114 'want':27,117,133,326,378 'way':373 'web':20,46 'webserv':55 'whether':171 'wifi':35,129 'window':122,497,534,555 'without':462 'work':322 'world':337,381 'would':48,556 'wouldn':25"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7709419"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706174215 {#2257
        date: 2024-01-25 10:16:55.0 +01:00
      }
      +"title": 338847
    }
  ]
  -id: 32961
  -titleTs: "'actual':4 'firewal':7 'need':5"
  -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706257325
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/13453975"
  +editedAt: DateTimeImmutable @1728528893 {#3177
    date: 2024-10-10 04:54:53.0 +02:00
  }
  +createdAt: DateTimeImmutable @1706170925 {#3154
    date: 2024-01-25 09:22:05.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 {#2268
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2267
    +user: Proxies\__CG__\App\Entity\User {#2618 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "When-do-I-actually-need-a-firewall"
    +title: "When do I actually need a firewall?"
    +url: null
    +body: """
      I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
      \n
      1. “It’s just good security practice.”\n
      2. “You need it if you are running a server.”\n
      3. “You need it if you don’t trust the other devices on the network.”\n
      4. “You need it if you are not behind a NAT.”\n
      5. “You need it if you don’t trust the software running on your computer.”\n
      \n
      The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
      \n
      If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 91
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729354440 {#3191
      date: 2024-10-19 18:14:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3196 …}
    +votes: Doctrine\ORM\PersistentCollection {#3199 …}
    +reports: Doctrine\ORM\PersistentCollection {#3201 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
    +badges: Doctrine\ORM\PersistentCollection {#3207 …}
    +children: [
      App\Entity\EntryComment {#2268}
    ]
    -id: 32961
    -titleTs: "'actual':4 'firewal':7 'need':5"
    -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706257325
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13453975"
    +editedAt: DateTimeImmutable @1728528893 {#3177
      date: 2024-10-10 04:54:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706170925 {#3154
      date: 2024-01-25 09:22:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > #2 is strange – why does it matter?\n
    \n
    It doesn’t. If you’re running a laptop with a local web server for development, you wouldn’t want other devices in i.e. the coffee shop WiFi to be able to connect to your (likely insecure) local web server, would you?\n
    \n
    > If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded?\n
    \n
    Who is “they”? What about all the other ports?\n
    \n
    Imagine a family member visits you and wants internet access in their Windows laptop, so you give them the WiFi password. Do you want that possibly malware infected thing poking around at ports other than 80 running on your server?\n
    \n
    Obviously you shouldn’t have insecure things listening there in the fist place but you don’t always get to choose whether some thing you’re hosting is currently secure or not or may not care too much because it’s just on the local network and you didn’t expose it to the internet.  \n
    This is what defense in depth is about; making it less likely for something to happen or the attack less potent even if your primary protections have failed.\n
    \n
    > #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access\n
    \n
    Mostly addressed by the above but also note that you likely do have applications listening on ports you didn’t know about. Take a look at `sudo ss -utpnl`.\n
    \n
    > #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
    \n
    It’s rather the other way around; you don’t want the outside world to be able to talk to untrusted software on your computer. To be a classical “door”, the application must be able to listen to connections.\n
    \n
    OTOH, smarter malware can of course be something like a door by requesting intrusion by itself, so outbound filtering is also something you should do with untrusted applications.\n
    \n
    > People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?\n
    \n
    I’d rather liken it to a razor fence around your house, protecting you from thieves even getting near it. Your windows are likely safe from intrusion but they’re known to be fragile. Razor fence can also be cut through but not everyone will have the skill or patience to do so.\n
    \n
    If it turned out your window could easily be opened from the outside, you’d rather have razor fence in front until you can replace the window, would you?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1729334904 {#2266
    date: 2024-10-19 12:48:24.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2273 …}
  +nested: Doctrine\ORM\PersistentCollection {#2274 …}
  +votes: Doctrine\ORM\PersistentCollection {#2190 …}
  +reports: Doctrine\ORM\PersistentCollection {#2265 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2263 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2235 …}
  -id: 338847
  -bodyTs: "'2':1 '3':233 '5':297 '80':58,75,145 'abl':38,330,384,402 'access':119,267 'act':444 'action':367 'address':269 'also':274,427,513 'alway':167 'analog':454 'anoth':93 'applic':257,281,399,434 'around':140,374,485 'attack':223 'behaviour':242 'care':185 'choos':170 'classic':396 'coffe':33 'communic':333 'comput':392 'connect':40,406 'could':243,351,535 'cours':412 'current':178 'cut':515 'd':477,543 'defens':208 'depth':210 'develop':23 'devic':29,249,359,365 'didn':198,286 'differ':86 'doesn':9,455 'done':246 'door':354,397,417,448,475 'easili':536 'even':226,244,492 'everyon':519 'exampl':60 'explicit':340 'expos':200 'fail':232 'famili':112 'fenc':484,511,547 'filter':425 'firewal':94,252 'fist':161 'forward':100 'fragil':509 'front':447,549 'get':168,356,493 'give':126 'go':63 'good':472 'grant':341 'happen':220 'hole':67 'host':53,176 'hous':451,464,487 'i.e':31 'imagin':110 'infect':137 'insecur':44,155 'instal':308 'internet':118,204 'intrus':420,502 'know':288,319 'known':506 'laptop':16,123 'less':215,224 'like':43,216,278,415,445,499 'liken':479 'listen':157,258,282,404,467 'local':19,45,194 'look':292 'make':89,213,303,457 'malici':241 'malwar':136,409 'matter':7 'may':183 'member':113 'most':268 'much':187,458 'must':400 'nat':72 'near':494 'need':96 'network':195 'note':275 'noth':265 'obvious':150 'one':51,237,301 'open':77,538 'otoh':407 'outbound':424 'outsid':336,380,541 'password':130 'patienc':525 'peopl':435 'permiss':343 'place':162 'poke':65,139 'port':57,74,81,99,109,142,261,284,470 'possibl':135 'potent':225 'primari':229 'program':310,350 'protect':230,488 'public':84 'rather':370,478,544 'razor':483,510,546 're':13,175,505 'readili':332 'replac':553 'request':419 'router':70 'run':14,146 'safe':500 'secur':179 'seem':436 'sens':305,459 'server':21,47,79,149 'servic':466 'shop':34 'shouldn':152 'skill':523 'smarter':408 'softwar':389 'someth':218,414,428 'sort':239 'spi':362 'ss':295 'strang':3,236 'sudo':294 'take':290 'talk':386 'thiev':491 'thing':138,156,173 'treat':438 'trust':315 'turn':531 'unknown':349 'unless':338 'untrust':388,433 'utpnl':296 'visit':114 'want':27,117,133,326,378 'way':373 'web':20,46 'webserv':55 'whether':171 'wifi':35,129 'window':122,497,534,555 'without':462 'work':322 'world':337,381 'would':48,556 'wouldn':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7709419"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706174215 {#2257
    date: 2024-01-25 10:16:55.0 +01:00
  }
  +"title": 338847
}
"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 {#2268
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2267
    +user: Proxies\__CG__\App\Entity\User {#2618 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "When-do-I-actually-need-a-firewall"
    +title: "When do I actually need a firewall?"
    +url: null
    +body: """
      I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
      \n
      1. “It’s just good security practice.”\n
      2. “You need it if you are running a server.”\n
      3. “You need it if you don’t trust the other devices on the network.”\n
      4. “You need it if you are not behind a NAT.”\n
      5. “You need it if you don’t trust the software running on your computer.”\n
      \n
      The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
      \n
      If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 91
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729354440 {#3191
      date: 2024-10-19 18:14:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3196 …}
    +votes: Doctrine\ORM\PersistentCollection {#3199 …}
    +reports: Doctrine\ORM\PersistentCollection {#3201 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
    +badges: Doctrine\ORM\PersistentCollection {#3207 …}
    +children: [
      App\Entity\EntryComment {#2268}
    ]
    -id: 32961
    -titleTs: "'actual':4 'firewal':7 'need':5"
    -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706257325
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13453975"
    +editedAt: DateTimeImmutable @1728528893 {#3177
      date: 2024-10-10 04:54:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706170925 {#3154
      date: 2024-01-25 09:22:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > #2 is strange – why does it matter?\n
    \n
    It doesn’t. If you’re running a laptop with a local web server for development, you wouldn’t want other devices in i.e. the coffee shop WiFi to be able to connect to your (likely insecure) local web server, would you?\n
    \n
    > If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded?\n
    \n
    Who is “they”? What about all the other ports?\n
    \n
    Imagine a family member visits you and wants internet access in their Windows laptop, so you give them the WiFi password. Do you want that possibly malware infected thing poking around at ports other than 80 running on your server?\n
    \n
    Obviously you shouldn’t have insecure things listening there in the fist place but you don’t always get to choose whether some thing you’re hosting is currently secure or not or may not care too much because it’s just on the local network and you didn’t expose it to the internet.  \n
    This is what defense in depth is about; making it less likely for something to happen or the attack less potent even if your primary protections have failed.\n
    \n
    > #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access\n
    \n
    Mostly addressed by the above but also note that you likely do have applications listening on ports you didn’t know about. Take a look at `sudo ss -utpnl`.\n
    \n
    > #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
    \n
    It’s rather the other way around; you don’t want the outside world to be able to talk to untrusted software on your computer. To be a classical “door”, the application must be able to listen to connections.\n
    \n
    OTOH, smarter malware can of course be something like a door by requesting intrusion by itself, so outbound filtering is also something you should do with untrusted applications.\n
    \n
    > People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?\n
    \n
    I’d rather liken it to a razor fence around your house, protecting you from thieves even getting near it. Your windows are likely safe from intrusion but they’re known to be fragile. Razor fence can also be cut through but not everyone will have the skill or patience to do so.\n
    \n
    If it turned out your window could easily be opened from the outside, you’d rather have razor fence in front until you can replace the window, would you?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1729334904 {#2266
    date: 2024-10-19 12:48:24.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2273 …}
  +nested: Doctrine\ORM\PersistentCollection {#2274 …}
  +votes: Doctrine\ORM\PersistentCollection {#2190 …}
  +reports: Doctrine\ORM\PersistentCollection {#2265 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2263 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2235 …}
  -id: 338847
  -bodyTs: "'2':1 '3':233 '5':297 '80':58,75,145 'abl':38,330,384,402 'access':119,267 'act':444 'action':367 'address':269 'also':274,427,513 'alway':167 'analog':454 'anoth':93 'applic':257,281,399,434 'around':140,374,485 'attack':223 'behaviour':242 'care':185 'choos':170 'classic':396 'coffe':33 'communic':333 'comput':392 'connect':40,406 'could':243,351,535 'cours':412 'current':178 'cut':515 'd':477,543 'defens':208 'depth':210 'develop':23 'devic':29,249,359,365 'didn':198,286 'differ':86 'doesn':9,455 'done':246 'door':354,397,417,448,475 'easili':536 'even':226,244,492 'everyon':519 'exampl':60 'explicit':340 'expos':200 'fail':232 'famili':112 'fenc':484,511,547 'filter':425 'firewal':94,252 'fist':161 'forward':100 'fragil':509 'front':447,549 'get':168,356,493 'give':126 'go':63 'good':472 'grant':341 'happen':220 'hole':67 'host':53,176 'hous':451,464,487 'i.e':31 'imagin':110 'infect':137 'insecur':44,155 'instal':308 'internet':118,204 'intrus':420,502 'know':288,319 'known':506 'laptop':16,123 'less':215,224 'like':43,216,278,415,445,499 'liken':479 'listen':157,258,282,404,467 'local':19,45,194 'look':292 'make':89,213,303,457 'malici':241 'malwar':136,409 'matter':7 'may':183 'member':113 'most':268 'much':187,458 'must':400 'nat':72 'near':494 'need':96 'network':195 'note':275 'noth':265 'obvious':150 'one':51,237,301 'open':77,538 'otoh':407 'outbound':424 'outsid':336,380,541 'password':130 'patienc':525 'peopl':435 'permiss':343 'place':162 'poke':65,139 'port':57,74,81,99,109,142,261,284,470 'possibl':135 'potent':225 'primari':229 'program':310,350 'protect':230,488 'public':84 'rather':370,478,544 'razor':483,510,546 're':13,175,505 'readili':332 'replac':553 'request':419 'router':70 'run':14,146 'safe':500 'secur':179 'seem':436 'sens':305,459 'server':21,47,79,149 'servic':466 'shop':34 'shouldn':152 'skill':523 'smarter':408 'softwar':389 'someth':218,414,428 'sort':239 'spi':362 'ss':295 'strang':3,236 'sudo':294 'take':290 'talk':386 'thiev':491 'thing':138,156,173 'treat':438 'trust':315 'turn':531 'unknown':349 'unless':338 'untrust':388,433 'utpnl':296 'visit':114 'want':27,117,133,326,378 'way':373 'web':20,46 'webserv':55 'whether':171 'wifi':35,129 'window':122,497,534,555 'without':462 'work':322 'world':337,381 'would':48,556 'wouldn':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7709419"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706174215 {#2257
    date: 2024-01-25 10:16:55.0 +01:00
  }
  +"title": 338847
}
"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 {#2268
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2267
    +user: Proxies\__CG__\App\Entity\User {#2618 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "When-do-I-actually-need-a-firewall"
    +title: "When do I actually need a firewall?"
    +url: null
    +body: """
      I’ve spent some time searching this question, but I have yet to find a satisfying answer. The majority of answers that I have seen state something along the lines of the following:\n
      \n
      1. “It’s just good security practice.”\n
      2. “You need it if you are running a server.”\n
      3. “You need it if you don’t trust the other devices on the network.”\n
      4. “You need it if you are not behind a NAT.”\n
      5. “You need it if you don’t trust the software running on your computer.”\n
      \n
      The only answer that makes any sense to me is #5. #1 leaves a lot to be desired, as it advocates for doing something without thinking about why you’re doing it – it is essentially a non-answer. #2 is strange – why does it matter? If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded? #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access. #4 feels like an extension of #3 – only, in this case, it is most likely a larger group that the device is exposed to. #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
      \n
      If anything, a firewall only seems to provide extra precautions against mistakes made by the user, rather than actively preventing bad actors from getting in. People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 40
    +favouriteCount: 91
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729354440 {#3191
      date: 2024-10-19 18:14:00.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3196 …}
    +votes: Doctrine\ORM\PersistentCollection {#3199 …}
    +reports: Doctrine\ORM\PersistentCollection {#3201 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3203 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3205 …}
    +badges: Doctrine\ORM\PersistentCollection {#3207 …}
    +children: [
      App\Entity\EntryComment {#2268}
    ]
    -id: 32961
    -titleTs: "'actual':4 'firewal':7 'need':5"
    -bodyTs: "'1':34,103 '2':41,131 '3':51,189,230 '4':66,224 '5':77,102,248 '80':146,163 'abl':281 'access':223 'act':353 'action':318 'activ':337 'actor':340 'advoc':112 'along':28 'analog':363 'anoth':181 'answer':17,21,94,130 'anyth':320 'applic':213 'bad':339 'behaviour':198 'behind':74 'case':234 'communic':284 'comput':91 'could':199,302 'desir':109 'devic':62,205,244,310,316 'differ':174 'doesn':364 'done':202 'door':305,357,384 'essenti':126 'even':200 'exampl':148 'explicit':291 'expos':246 'extens':228 'extra':327 'feel':225 'find':14 'firewal':182,208,322 'follow':33 'forward':188 'front':356 'get':307,342 'go':151 'good':38,381 'grant':292 'group':241 'hole':155 'host':141 'hous':360,373 'instal':259 'know':270 'larger':240 'leav':104 'like':226,238,354 'line':30 'listen':214,376 'lot':106 'made':331 'major':19 'make':96,177,254,366 'malici':197 'matter':137 'mistak':330 'much':367 'nat':76,160 'need':43,53,68,79,184 'network':65 'non':129 'non-answ':128 'noth':221 'one':139,193,252 'open':165 'outsid':287 'peopl':344 'permiss':294 'poke':153 'port':145,162,169,187,217,379 'practic':40 'precaut':328 'prevent':338 'program':261,301 'provid':326 'public':172 'question':8 'rather':335 're':121 'readili':283 'router':158 'run':48,88 'satisfi':16 'search':6 'secur':39 'seem':324,345 'seen':25 'sens':98,256,368 'server':50,167 'servic':375 'softwar':87 'someth':27,115 'sort':195 'spent':3 'spi':313 'state':26 'strang':133,192 'think':117 'time':5 'treat':347 'trust':59,85,266 'unknown':300 'unless':289 'user':334 've':2 'want':277 'webserv':143 'without':116,371 'work':273 'world':288 'yet':12"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706257325
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/13453975"
    +editedAt: DateTimeImmutable @1728528893 {#3177
      date: 2024-10-10 04:54:53.0 +02:00
    }
    +createdAt: DateTimeImmutable @1706170925 {#3154
      date: 2024-01-25 09:22:05.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > #2 is strange – why does it matter?\n
    \n
    It doesn’t. If you’re running a laptop with a local web server for development, you wouldn’t want other devices in i.e. the coffee shop WiFi to be able to connect to your (likely insecure) local web server, would you?\n
    \n
    > If one is hosting a webserver on port 80, for example, they are going to poke a hole in their router’s NAT at port 80 to open that server’s port to the public. What difference does it make to then have another firewall that needs to be port forwarded?\n
    \n
    Who is “they”? What about all the other ports?\n
    \n
    Imagine a family member visits you and wants internet access in their Windows laptop, so you give them the WiFi password. Do you want that possibly malware infected thing poking around at ports other than 80 running on your server?\n
    \n
    Obviously you shouldn’t have insecure things listening there in the fist place but you don’t always get to choose whether some thing you’re hosting is currently secure or not or may not care too much because it’s just on the local network and you didn’t expose it to the internet.  \n
    This is what defense in depth is about; making it less likely for something to happen or the attack less potent even if your primary protections have failed.\n
    \n
    > #3 is a strange one – what sort of malicious behaviour could even be done to a device with no firewall? If you have no applications listening on any port, then there’s nothing to access\n
    \n
    Mostly addressed by the above but also note that you likely do have applications listening on ports you didn’t know about. Take a look at `sudo ss -utpnl`.\n
    \n
    > #5 is the only one that makes some sense; if you install a program that you do not trust (you don’t know how it works), you don’t want it to be able to readily communicate with the outside world unless you explicitly grant it permission to do so. Such an unknown program could be the door to get into your device, or a spy on your device’s actions.\n
    \n
    It’s rather the other way around; you don’t want the outside world to be able to talk to untrusted software on your computer. To be a classical “door”, the application must be able to listen to connections.\n
    \n
    OTOH, smarter malware can of course be something like a door by requesting intrusion by itself, so outbound filtering is also something you should do with untrusted applications.\n
    \n
    > People seem to treat it as if it’s acting like the front door to a house, but this analogy doesn’t make much sense to me – without a house (a service listening on a port), what good is a door?\n
    \n
    I’d rather liken it to a razor fence around your house, protecting you from thieves even getting near it. Your windows are likely safe from intrusion but they’re known to be fragile. Razor fence can also be cut through but not everyone will have the skill or patience to do so.\n
    \n
    If it turned out your window could easily be opened from the outside, you’d rather have razor fence in front until you can replace the window, would you?
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1729334904 {#2266
    date: 2024-10-19 12:48:24.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Kalcifer@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2273 …}
  +nested: Doctrine\ORM\PersistentCollection {#2274 …}
  +votes: Doctrine\ORM\PersistentCollection {#2190 …}
  +reports: Doctrine\ORM\PersistentCollection {#2265 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2263 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2235 …}
  -id: 338847
  -bodyTs: "'2':1 '3':233 '5':297 '80':58,75,145 'abl':38,330,384,402 'access':119,267 'act':444 'action':367 'address':269 'also':274,427,513 'alway':167 'analog':454 'anoth':93 'applic':257,281,399,434 'around':140,374,485 'attack':223 'behaviour':242 'care':185 'choos':170 'classic':396 'coffe':33 'communic':333 'comput':392 'connect':40,406 'could':243,351,535 'cours':412 'current':178 'cut':515 'd':477,543 'defens':208 'depth':210 'develop':23 'devic':29,249,359,365 'didn':198,286 'differ':86 'doesn':9,455 'done':246 'door':354,397,417,448,475 'easili':536 'even':226,244,492 'everyon':519 'exampl':60 'explicit':340 'expos':200 'fail':232 'famili':112 'fenc':484,511,547 'filter':425 'firewal':94,252 'fist':161 'forward':100 'fragil':509 'front':447,549 'get':168,356,493 'give':126 'go':63 'good':472 'grant':341 'happen':220 'hole':67 'host':53,176 'hous':451,464,487 'i.e':31 'imagin':110 'infect':137 'insecur':44,155 'instal':308 'internet':118,204 'intrus':420,502 'know':288,319 'known':506 'laptop':16,123 'less':215,224 'like':43,216,278,415,445,499 'liken':479 'listen':157,258,282,404,467 'local':19,45,194 'look':292 'make':89,213,303,457 'malici':241 'malwar':136,409 'matter':7 'may':183 'member':113 'most':268 'much':187,458 'must':400 'nat':72 'near':494 'need':96 'network':195 'note':275 'noth':265 'obvious':150 'one':51,237,301 'open':77,538 'otoh':407 'outbound':424 'outsid':336,380,541 'password':130 'patienc':525 'peopl':435 'permiss':343 'place':162 'poke':65,139 'port':57,74,81,99,109,142,261,284,470 'possibl':135 'potent':225 'primari':229 'program':310,350 'protect':230,488 'public':84 'rather':370,478,544 'razor':483,510,546 're':13,175,505 'readili':332 'replac':553 'request':419 'router':70 'run':14,146 'safe':500 'secur':179 'seem':436 'sens':305,459 'server':21,47,79,149 'servic':466 'shop':34 'shouldn':152 'skill':523 'smarter':408 'softwar':389 'someth':218,414,428 'sort':239 'spi':362 'ss':295 'strang':3,236 'sudo':294 'take':290 'talk':386 'thiev':491 'thing':138,156,173 'treat':438 'trust':315 'turn':531 'unknown':349 'unless':338 'untrust':388,433 'utpnl':296 'visit':114 'want':27,117,133,326,378 'way':373 'web':20,46 'webserv':55 'whether':171 'wifi':35,129 'window':122,497,534,555 'without':462 'work':322 'world':337,381 'would':48,556 'wouldn':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7709419"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706174215 {#2257
    date: 2024-01-25 10:16:55.0 +01:00
  }
  +"title": 338847
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Post {#3037
  +user: Proxies\__CG__\App\Entity\User {#3194 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
  +body: """
    Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
    \n
    1. Continue on Win 10 but with higher security risks.  \n
    2. Buy new and expensive hardware that supports Win11.  \n
    3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
    \n
    @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
    """
  +lang: "en"
  +commentCount: 138
  +favouriteCount: 391
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729559413 {#3229
    date: 2024-10-22 03:10:13.0 +02:00
  }
  +ip: null
  +tags: [
    "windows10"
    "linux"
    "linuxmint"
  ]
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3234 …}
  +votes: Doctrine\ORM\PersistentCollection {#3237 …}
  +reports: Doctrine\ORM\PersistentCollection {#3239 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3271 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3267 …}
  +children: [
    App\Entity\PostComment {#2239
      +user: App\Entity\User {#264 …}
      +post: Proxies\__CG__\App\Entity\Post {#3037 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2996 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#3000 …}
      +image: null
      +body: "All of them. You want to play your single player role playing game? Better have a hardware-attested system or else we can’t verify you’re not receiving that armor you need for the boss through anything but a microtransaction. It’s just 4.99€!"
      +lang: "en"
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1706176526 {#2848
        date: 2024-01-25 10:55:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nixCraft@mastodon.social"
        "@linux@lemmy.ml"
        "@windowscentralbot@mastodon.online"
        "@ajayiyer@mastodon.social"
        "@XEAL@lemm.ee"
        "@deweydecibel@lemmy.world"
        "@SatyrSack@lemmy.one"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2995 …}
      +nested: Doctrine\ORM\PersistentCollection {#3006 …}
      +votes: Doctrine\ORM\PersistentCollection {#3008 …}
      +reports: Doctrine\ORM\PersistentCollection {#3004 …}
      +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
      +notifications: Doctrine\ORM\PersistentCollection {#3038 …}
      -id: 1209
      -bodyTs: "'4.99':46 'anyth':39 'armor':32 'attest':19 'better':14 'boss':37 'els':22 'game':13 'hardwar':18 'hardware-attest':17 'microtransact':42 'need':34 'play':7,12 'player':10 're':28 'receiv':30 'role':11 'singl':9 'system':20 'verifi':26 'want':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7710373"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706176526 {#2643
        date: 2024-01-25 10:55:26.0 +01:00
      }
      +"title": 1209
    }
  ]
  -id: 365
  -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706171905
  +visibility: "visible             "
  +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706085505 {#3215
    date: 2024-01-24 09:38:25.0 +01:00
  }
  +__isInitialized__: true
  +"title": 365
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Post {#3037
  +user: Proxies\__CG__\App\Entity\User {#3194 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
  +body: """
    Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
    \n
    1. Continue on Win 10 but with higher security risks.  \n
    2. Buy new and expensive hardware that supports Win11.  \n
    3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
    \n
    @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
    """
  +lang: "en"
  +commentCount: 138
  +favouriteCount: 391
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729559413 {#3229
    date: 2024-10-22 03:10:13.0 +02:00
  }
  +ip: null
  +tags: [
    "windows10"
    "linux"
    "linuxmint"
  ]
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3234 …}
  +votes: Doctrine\ORM\PersistentCollection {#3237 …}
  +reports: Doctrine\ORM\PersistentCollection {#3239 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3271 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3267 …}
  +children: [
    App\Entity\PostComment {#2239
      +user: App\Entity\User {#264 …}
      +post: Proxies\__CG__\App\Entity\Post {#3037 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2996 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#3000 …}
      +image: null
      +body: "All of them. You want to play your single player role playing game? Better have a hardware-attested system or else we can’t verify you’re not receiving that armor you need for the boss through anything but a microtransaction. It’s just 4.99€!"
      +lang: "en"
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1706176526 {#2848
        date: 2024-01-25 10:55:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nixCraft@mastodon.social"
        "@linux@lemmy.ml"
        "@windowscentralbot@mastodon.online"
        "@ajayiyer@mastodon.social"
        "@XEAL@lemm.ee"
        "@deweydecibel@lemmy.world"
        "@SatyrSack@lemmy.one"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2995 …}
      +nested: Doctrine\ORM\PersistentCollection {#3006 …}
      +votes: Doctrine\ORM\PersistentCollection {#3008 …}
      +reports: Doctrine\ORM\PersistentCollection {#3004 …}
      +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
      +notifications: Doctrine\ORM\PersistentCollection {#3038 …}
      -id: 1209
      -bodyTs: "'4.99':46 'anyth':39 'armor':32 'attest':19 'better':14 'boss':37 'els':22 'game':13 'hardwar':18 'hardware-attest':17 'microtransact':42 'need':34 'play':7,12 'player':10 're':28 'receiv':30 'role':11 'singl':9 'system':20 'verifi':26 'want':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7710373"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706176526 {#2643
        date: 2024-01-25 10:55:26.0 +01:00
      }
      +"title": 1209
    }
  ]
  -id: 365
  -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706171905
  +visibility: "visible             "
  +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706085505 {#3215
    date: 2024-01-24 09:38:25.0 +01:00
  }
  +__isInitialized__: true
  +"title": 365
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Post {#3037
  +user: Proxies\__CG__\App\Entity\User {#3194 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
  +body: """
    Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
    \n
    1. Continue on Win 10 but with higher security risks.  \n
    2. Buy new and expensive hardware that supports Win11.  \n
    3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
    \n
    @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
    """
  +lang: "en"
  +commentCount: 138
  +favouriteCount: 391
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729559413 {#3229
    date: 2024-10-22 03:10:13.0 +02:00
  }
  +ip: null
  +tags: [
    "windows10"
    "linux"
    "linuxmint"
  ]
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
  ]
  +comments: Doctrine\ORM\PersistentCollection {#3234 …}
  +votes: Doctrine\ORM\PersistentCollection {#3237 …}
  +reports: Doctrine\ORM\PersistentCollection {#3239 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3271 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3267 …}
  +children: [
    App\Entity\PostComment {#2239
      +user: App\Entity\User {#264 …}
      +post: Proxies\__CG__\App\Entity\Post {#3037 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +parent: Proxies\__CG__\App\Entity\PostComment {#2996 …}
      +root: Proxies\__CG__\App\Entity\PostComment {#3000 …}
      +image: null
      +body: "All of them. You want to play your single player role playing game? Better have a hardware-attested system or else we can’t verify you’re not receiving that armor you need for the boss through anything but a microtransaction. It’s just 4.99€!"
      +lang: "en"
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1706176526 {#2848
        date: 2024-01-25 10:55:26.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@nixCraft@mastodon.social"
        "@linux@lemmy.ml"
        "@windowscentralbot@mastodon.online"
        "@ajayiyer@mastodon.social"
        "@XEAL@lemm.ee"
        "@deweydecibel@lemmy.world"
        "@SatyrSack@lemmy.one"
      ]
      +isAdult: false
      +updateMark: false
      +children: Doctrine\ORM\PersistentCollection {#2995 …}
      +nested: Doctrine\ORM\PersistentCollection {#3006 …}
      +votes: Doctrine\ORM\PersistentCollection {#3008 …}
      +reports: Doctrine\ORM\PersistentCollection {#3004 …}
      +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
      +notifications: Doctrine\ORM\PersistentCollection {#3038 …}
      -id: 1209
      -bodyTs: "'4.99':46 'anyth':39 'armor':32 'attest':19 'better':14 'boss':37 'els':22 'game':13 'hardwar':18 'hardware-attest':17 'microtransact':42 'need':34 'play':7,12 'player':10 're':28 'receiv':30 'role':11 'singl':9 'system':20 'verifi':26 'want':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7710373"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706176526 {#2643
        date: 2024-01-25 10:55:26.0 +01:00
      }
      +"title": 1209
    }
  ]
  -id: 365
  -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706171905
  +visibility: "visible             "
  +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706085505 {#3215
    date: 2024-01-24 09:38:25.0 +01:00
  }
  +__isInitialized__: true
  +"title": 365
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\PostComment {#2239
  +user: App\Entity\User {#264 …}
  +post: Proxies\__CG__\App\Entity\Post {#3037
    +user: Proxies\__CG__\App\Entity\User {#3194 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
    +body: """
      Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
      \n
      1. Continue on Win 10 but with higher security risks.  \n
      2. Buy new and expensive hardware that supports Win11.  \n
      3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
      \n
      @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
      """
    +lang: "en"
    +commentCount: 138
    +favouriteCount: 391
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729559413 {#3229
      date: 2024-10-22 03:10:13.0 +02:00
    }
    +ip: null
    +tags: [
      "windows10"
      "linux"
      "linuxmint"
    ]
    +mentions: [
      "@nixCraft@mastodon.social"
      "@linux@lemmy.ml"
      "@windowscentralbot@mastodon.online"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3234 …}
    +votes: Doctrine\ORM\PersistentCollection {#3237 …}
    +reports: Doctrine\ORM\PersistentCollection {#3239 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3271 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3267 …}
    +children: [
      App\Entity\PostComment {#2239}
    ]
    -id: 365
    -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706171905
    +visibility: "visible             "
    +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706085505 {#3215
      date: 2024-01-24 09:38:25.0 +01:00
    }
    +__isInitialized__: true
    +"title": 365
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2996 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#3000 …}
  +image: null
  +body: "All of them. You want to play your single player role playing game? Better have a hardware-attested system or else we can’t verify you’re not receiving that armor you need for the boss through anything but a microtransaction. It’s just 4.99€!"
  +lang: "en"
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1706176526 {#2848
    date: 2024-01-25 10:55:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
    "@ajayiyer@mastodon.social"
    "@XEAL@lemm.ee"
    "@deweydecibel@lemmy.world"
    "@SatyrSack@lemmy.one"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2995 …}
  +nested: Doctrine\ORM\PersistentCollection {#3006 …}
  +votes: Doctrine\ORM\PersistentCollection {#3008 …}
  +reports: Doctrine\ORM\PersistentCollection {#3004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3038 …}
  -id: 1209
  -bodyTs: "'4.99':46 'anyth':39 'armor':32 'attest':19 'better':14 'boss':37 'els':22 'game':13 'hardwar':18 'hardware-attest':17 'microtransact':42 'need':34 'play':7,12 'player':10 're':28 'receiv':30 'role':11 'singl':9 'system':20 'verifi':26 'want':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7710373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706176526 {#2643
    date: 2024-01-25 10:55:26.0 +01:00
  }
  +"title": 1209
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\PostComment {#2239
  +user: App\Entity\User {#264 …}
  +post: Proxies\__CG__\App\Entity\Post {#3037
    +user: Proxies\__CG__\App\Entity\User {#3194 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
    +body: """
      Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
      \n
      1. Continue on Win 10 but with higher security risks.  \n
      2. Buy new and expensive hardware that supports Win11.  \n
      3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
      \n
      @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
      """
    +lang: "en"
    +commentCount: 138
    +favouriteCount: 391
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729559413 {#3229
      date: 2024-10-22 03:10:13.0 +02:00
    }
    +ip: null
    +tags: [
      "windows10"
      "linux"
      "linuxmint"
    ]
    +mentions: [
      "@nixCraft@mastodon.social"
      "@linux@lemmy.ml"
      "@windowscentralbot@mastodon.online"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3234 …}
    +votes: Doctrine\ORM\PersistentCollection {#3237 …}
    +reports: Doctrine\ORM\PersistentCollection {#3239 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3271 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3267 …}
    +children: [
      App\Entity\PostComment {#2239}
    ]
    -id: 365
    -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706171905
    +visibility: "visible             "
    +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706085505 {#3215
      date: 2024-01-24 09:38:25.0 +01:00
    }
    +__isInitialized__: true
    +"title": 365
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2996 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#3000 …}
  +image: null
  +body: "All of them. You want to play your single player role playing game? Better have a hardware-attested system or else we can’t verify you’re not receiving that armor you need for the boss through anything but a microtransaction. It’s just 4.99€!"
  +lang: "en"
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1706176526 {#2848
    date: 2024-01-25 10:55:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
    "@ajayiyer@mastodon.social"
    "@XEAL@lemm.ee"
    "@deweydecibel@lemmy.world"
    "@SatyrSack@lemmy.one"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2995 …}
  +nested: Doctrine\ORM\PersistentCollection {#3006 …}
  +votes: Doctrine\ORM\PersistentCollection {#3008 …}
  +reports: Doctrine\ORM\PersistentCollection {#3004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3038 …}
  -id: 1209
  -bodyTs: "'4.99':46 'anyth':39 'armor':32 'attest':19 'better':14 'boss':37 'els':22 'game':13 'hardwar':18 'hardware-attest':17 'microtransact':42 'need':34 'play':7,12 'player':10 're':28 'receiv':30 'role':11 'singl':9 'system':20 'verifi':26 'want':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7710373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706176526 {#2643
    date: 2024-01-25 10:55:26.0 +01:00
  }
  +"title": 1209
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\PostComment {#2239
  +user: App\Entity\User {#264 …}
  +post: Proxies\__CG__\App\Entity\Post {#3037
    +user: Proxies\__CG__\App\Entity\User {#3194 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +slug: "Gentle-reminder-to-everyone-that-support-for-windows10-ends-in"
    +body: """
      Gentle reminder to everyone that support for #windows10 ends in about 90 weeks. Many computers can't upgrade to Win 11 so here are your options:\n
      \n
      1. Continue on Win 10 but with higher security risks.  \n
      2. Buy new and expensive hardware that supports Win11.  \n
      3. Try a beginner friendly #Linux distro like #linuxmint. It only takes about two months to acclimate.\n
      \n
      @nixCraft@mastodon.social @linux@lemmy.ml @windowscentralbot@mastodon.online
      """
    +lang: "en"
    +commentCount: 138
    +favouriteCount: 391
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729559413 {#3229
      date: 2024-10-22 03:10:13.0 +02:00
    }
    +ip: null
    +tags: [
      "windows10"
      "linux"
      "linuxmint"
    ]
    +mentions: [
      "@nixCraft@mastodon.social"
      "@linux@lemmy.ml"
      "@windowscentralbot@mastodon.online"
    ]
    +comments: Doctrine\ORM\PersistentCollection {#3234 …}
    +votes: Doctrine\ORM\PersistentCollection {#3237 …}
    +reports: Doctrine\ORM\PersistentCollection {#3239 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3271 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3267 …}
    +children: [
      App\Entity\PostComment {#2239}
    ]
    -id: 365
    -bodyTs: "'1':27 '10':31 '11':21 '2':37 '3':46 '90':12 'acclim':62 'beginn':49 'buy':38 'comput':15 'continu':28 'distro':52 'end':9 'everyon':4 'expens':41 'friend':50 'gentl':1 'hardwar':42 'higher':34 'like':53 'linux':51 'linux@lemmy.ml':64 'linuxmint':54 'mani':14 'month':60 'new':39 'nixcraft@mastodon.social':63 'option':26 'remind':2 'risk':36 'secur':35 'support':6,44 'take':57 'tri':47 'two':59 'upgrad':18 'week':13 'win':20,30 'win11':45 'windows10':8 'windowscentralbot@mastodon.online':65"
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706171905
    +visibility: "visible             "
    +apId: "https://mastodon.social/users/ajayiyer/statuses/111810019713783244"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706085505 {#3215
      date: 2024-01-24 09:38:25.0 +01:00
    }
    +__isInitialized__: true
    +"title": 365
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +parent: Proxies\__CG__\App\Entity\PostComment {#2996 …}
  +root: Proxies\__CG__\App\Entity\PostComment {#3000 …}
  +image: null
  +body: "All of them. You want to play your single player role playing game? Better have a hardware-attested system or else we can’t verify you’re not receiving that armor you need for the boss through anything but a microtransaction. It’s just 4.99€!"
  +lang: "en"
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1706176526 {#2848
    date: 2024-01-25 10:55:26.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nixCraft@mastodon.social"
    "@linux@lemmy.ml"
    "@windowscentralbot@mastodon.online"
    "@ajayiyer@mastodon.social"
    "@XEAL@lemm.ee"
    "@deweydecibel@lemmy.world"
    "@SatyrSack@lemmy.one"
  ]
  +isAdult: false
  +updateMark: false
  +children: Doctrine\ORM\PersistentCollection {#2995 …}
  +nested: Doctrine\ORM\PersistentCollection {#3006 …}
  +votes: Doctrine\ORM\PersistentCollection {#3008 …}
  +reports: Doctrine\ORM\PersistentCollection {#3004 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3043 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3038 …}
  -id: 1209
  -bodyTs: "'4.99':46 'anyth':39 'armor':32 'attest':19 'better':14 'boss':37 'els':22 'game':13 'hardwar':18 'hardware-attest':17 'microtransact':42 'need':34 'play':7,12 'player':10 're':28 'receiv':30 'role':11 'singl':9 'system':20 'verifi':26 'want':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7710373"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706176526 {#2643
    date: 2024-01-25 10:55:26.0 +01:00
  }
  +"title": 1209
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"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 DENIED
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2206
  +user: Proxies\__CG__\App\Entity\User {#3538 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Securing-Bluetooth-Headphones"
  +title: "Securing Bluetooth Headphones"
  +url: null
  +body: """
    I have a pair of Bluetooth headphones, which I have been using since 2022. Today, I was sitting on the bus when some random person connected to them and started playing *Free Bird*.\n
    \n
    It was a bit funny, but I don’t want this to become a regular thing. Is there a way of locking the headphones to certain Bluetooth addresses? Or a way of making it not show up automatically on phones (similar to a hidden WiFi network)?\n
    \n
    The headphones in question are the JBL Tune 510, which have a USB-C port. However, I don’t know if this can be used to flash firmware.\n
    \n
    If there’s already a comment telling me to “just use wired” or something, please don’t tell me again. It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727183633 {#3574
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3579 …}
  +votes: Doctrine\ORM\PersistentCollection {#3582 …}
  +reports: Doctrine\ORM\PersistentCollection {#3584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3588 …}
  +badges: Doctrine\ORM\PersistentCollection {#3590 …}
  +children: [
    App\Entity\EntryComment {#2205
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
        \n
        You can buy a tiny DAC that plugs into the digital port of the phone.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1727183633 {#2193
        date: 2024-09-24 15:13:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hellfire103@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2202 …}
      +nested: Doctrine\ORM\PersistentCollection {#2210 …}
      +votes: Doctrine\ORM\PersistentCollection {#2207 …}
      +reports: Doctrine\ORM\PersistentCollection {#2208 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
      -id: 319655
      -bodyTs: "'appl':17 'best':4 'buy':20 'dac':23 'digit':28 'doesn':9 'fuck':15 'headphon':13 'jack':14 'phone':8,32 'plug':25 'port':29 'solut':5 'tini':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7500409"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705596722 {#2197
        date: 2024-01-18 17:52:02.0 +01:00
      }
      +"title": 319655
    }
  ]
  -id: 31515
  -titleTs: "'bluetooth':2 'headphon':3 'secur':1"
  -bodyTs: "'2022':14 '510':88 'address':61 'alreadi':112 'appl':145 'automat':71 'becom':46 'best':132 'bird':33 'bit':37 'bluetooth':6,60 'bus':21 'c':94 'certain':59 'comment':114 'connect':26 'doesn':137 'firmwar':108 'flash':107 'free':32 'fuck':143 'funni':38 'headphon':7,57,81,141 'hidden':77 'howev':96 'jack':142 'jbl':86 'know':100 'lock':55 'make':66 'network':79 'pair':4 'person':25 'phone':73,136 'play':31 'pleas':123 'port':95 'question':83 'random':24 'regular':48 'show':69 'similar':74 'sinc':13 'sit':18 'solut':133 'someth':122 'start':30 'tell':115,126 'thank':146 'thing':49 'today':15 'tune':87 'usb':93 'usb-c':92 'use':12,105,119 'want':43 'way':53,64 'wifi':78 'wire':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705679197
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/8117983"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705592797 {#3559
    date: 2024-01-18 16:46:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2206
  +user: Proxies\__CG__\App\Entity\User {#3538 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Securing-Bluetooth-Headphones"
  +title: "Securing Bluetooth Headphones"
  +url: null
  +body: """
    I have a pair of Bluetooth headphones, which I have been using since 2022. Today, I was sitting on the bus when some random person connected to them and started playing *Free Bird*.\n
    \n
    It was a bit funny, but I don’t want this to become a regular thing. Is there a way of locking the headphones to certain Bluetooth addresses? Or a way of making it not show up automatically on phones (similar to a hidden WiFi network)?\n
    \n
    The headphones in question are the JBL Tune 510, which have a USB-C port. However, I don’t know if this can be used to flash firmware.\n
    \n
    If there’s already a comment telling me to “just use wired” or something, please don’t tell me again. It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727183633 {#3574
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3579 …}
  +votes: Doctrine\ORM\PersistentCollection {#3582 …}
  +reports: Doctrine\ORM\PersistentCollection {#3584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3588 …}
  +badges: Doctrine\ORM\PersistentCollection {#3590 …}
  +children: [
    App\Entity\EntryComment {#2205
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
        \n
        You can buy a tiny DAC that plugs into the digital port of the phone.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1727183633 {#2193
        date: 2024-09-24 15:13:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hellfire103@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2202 …}
      +nested: Doctrine\ORM\PersistentCollection {#2210 …}
      +votes: Doctrine\ORM\PersistentCollection {#2207 …}
      +reports: Doctrine\ORM\PersistentCollection {#2208 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
      -id: 319655
      -bodyTs: "'appl':17 'best':4 'buy':20 'dac':23 'digit':28 'doesn':9 'fuck':15 'headphon':13 'jack':14 'phone':8,32 'plug':25 'port':29 'solut':5 'tini':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7500409"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705596722 {#2197
        date: 2024-01-18 17:52:02.0 +01:00
      }
      +"title": 319655
    }
  ]
  -id: 31515
  -titleTs: "'bluetooth':2 'headphon':3 'secur':1"
  -bodyTs: "'2022':14 '510':88 'address':61 'alreadi':112 'appl':145 'automat':71 'becom':46 'best':132 'bird':33 'bit':37 'bluetooth':6,60 'bus':21 'c':94 'certain':59 'comment':114 'connect':26 'doesn':137 'firmwar':108 'flash':107 'free':32 'fuck':143 'funni':38 'headphon':7,57,81,141 'hidden':77 'howev':96 'jack':142 'jbl':86 'know':100 'lock':55 'make':66 'network':79 'pair':4 'person':25 'phone':73,136 'play':31 'pleas':123 'port':95 'question':83 'random':24 'regular':48 'show':69 'similar':74 'sinc':13 'sit':18 'solut':133 'someth':122 'start':30 'tell':115,126 'thank':146 'thing':49 'today':15 'tune':87 'usb':93 'usb-c':92 'use':12,105,119 'want':43 'way':53,64 'wifi':78 'wire':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705679197
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/8117983"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705592797 {#3559
    date: 2024-01-18 16:46:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2206
  +user: Proxies\__CG__\App\Entity\User {#3538 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Securing-Bluetooth-Headphones"
  +title: "Securing Bluetooth Headphones"
  +url: null
  +body: """
    I have a pair of Bluetooth headphones, which I have been using since 2022. Today, I was sitting on the bus when some random person connected to them and started playing *Free Bird*.\n
    \n
    It was a bit funny, but I don’t want this to become a regular thing. Is there a way of locking the headphones to certain Bluetooth addresses? Or a way of making it not show up automatically on phones (similar to a hidden WiFi network)?\n
    \n
    The headphones in question are the JBL Tune 510, which have a USB-C port. However, I don’t know if this can be used to flash firmware.\n
    \n
    If there’s already a comment telling me to “just use wired” or something, please don’t tell me again. It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 10
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727183633 {#3574
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3579 …}
  +votes: Doctrine\ORM\PersistentCollection {#3582 …}
  +reports: Doctrine\ORM\PersistentCollection {#3584 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3586 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3588 …}
  +badges: Doctrine\ORM\PersistentCollection {#3590 …}
  +children: [
    App\Entity\EntryComment {#2205
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2206 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        > It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
        \n
        You can buy a tiny DAC that plugs into the digital port of the phone.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1727183633 {#2193
        date: 2024-09-24 15:13:53.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hellfire103@sopuli.xyz"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2202 …}
      +nested: Doctrine\ORM\PersistentCollection {#2210 …}
      +votes: Doctrine\ORM\PersistentCollection {#2207 …}
      +reports: Doctrine\ORM\PersistentCollection {#2208 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
      -id: 319655
      -bodyTs: "'appl':17 'best':4 'buy':20 'dac':23 'digit':28 'doesn':9 'fuck':15 'headphon':13 'jack':14 'phone':8,32 'plug':25 'port':29 'solut':5 'tini':22"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7500409"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705596722 {#2197
        date: 2024-01-18 17:52:02.0 +01:00
      }
      +"title": 319655
    }
  ]
  -id: 31515
  -titleTs: "'bluetooth':2 'headphon':3 'secur':1"
  -bodyTs: "'2022':14 '510':88 'address':61 'alreadi':112 'appl':145 'automat':71 'becom':46 'best':132 'bird':33 'bit':37 'bluetooth':6,60 'bus':21 'c':94 'certain':59 'comment':114 'connect':26 'doesn':137 'firmwar':108 'flash':107 'free':32 'fuck':143 'funni':38 'headphon':7,57,81,141 'hidden':77 'howev':96 'jack':142 'jbl':86 'know':100 'lock':55 'make':66 'network':79 'pair':4 'person':25 'phone':73,136 'play':31 'pleas':123 'port':95 'question':83 'random':24 'regular':48 'show':69 'similar':74 'sinc':13 'sit':18 'solut':133 'someth':122 'start':30 'tell':115,126 'thank':146 'thing':49 'today':15 'tune':87 'usb':93 'usb-c':92 'use':12,105,119 'want':43 'way':53,64 'wifi':78 'wire':120"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705679197
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/8117983"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705592797 {#3559
    date: 2024-01-18 16:46:37.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
App\Entity\EntryComment {#2205
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2206
    +user: Proxies\__CG__\App\Entity\User {#3538 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Securing-Bluetooth-Headphones"
    +title: "Securing Bluetooth Headphones"
    +url: null
    +body: """
      I have a pair of Bluetooth headphones, which I have been using since 2022. Today, I was sitting on the bus when some random person connected to them and started playing *Free Bird*.\n
      \n
      It was a bit funny, but I don’t want this to become a regular thing. Is there a way of locking the headphones to certain Bluetooth addresses? Or a way of making it not show up automatically on phones (similar to a hidden WiFi network)?\n
      \n
      The headphones in question are the JBL Tune 510, which have a USB-C port. However, I don’t know if this can be used to flash firmware.\n
      \n
      If there’s already a comment telling me to “just use wired” or something, please don’t tell me again. It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 48
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727183633 {#3574
      date: 2024-09-24 15:13:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3579 …}
    +votes: Doctrine\ORM\PersistentCollection {#3582 …}
    +reports: Doctrine\ORM\PersistentCollection {#3584 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3586 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3588 …}
    +badges: Doctrine\ORM\PersistentCollection {#3590 …}
    +children: [
      App\Entity\EntryComment {#2205}
    ]
    -id: 31515
    -titleTs: "'bluetooth':2 'headphon':3 'secur':1"
    -bodyTs: "'2022':14 '510':88 'address':61 'alreadi':112 'appl':145 'automat':71 'becom':46 'best':132 'bird':33 'bit':37 'bluetooth':6,60 'bus':21 'c':94 'certain':59 'comment':114 'connect':26 'doesn':137 'firmwar':108 'flash':107 'free':32 'fuck':143 'funni':38 'headphon':7,57,81,141 'hidden':77 'howev':96 'jack':142 'jbl':86 'know':100 'lock':55 'make':66 'network':79 'pair':4 'person':25 'phone':73,136 'play':31 'pleas':123 'port':95 'question':83 'random':24 'regular':48 'show':69 'similar':74 'sinc':13 'sit':18 'solut':133 'someth':122 'start':30 'tell':115,126 'thank':146 'thing':49 'today':15 'tune':87 'usb':93 'usb-c':92 'use':12,105,119 'want':43 'way':53,64 'wifi':78 'wire':120"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705679197
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/8117983"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705592797 {#3559
      date: 2024-01-18 16:46:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
    \n
    You can buy a tiny DAC that plugs into the digital port of the phone.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1727183633 {#2193
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hellfire103@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2202 …}
  +nested: Doctrine\ORM\PersistentCollection {#2210 …}
  +votes: Doctrine\ORM\PersistentCollection {#2207 …}
  +reports: Doctrine\ORM\PersistentCollection {#2208 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
  -id: 319655
  -bodyTs: "'appl':17 'best':4 'buy':20 'dac':23 'digit':28 'doesn':9 'fuck':15 'headphon':13 'jack':14 'phone':8,32 'plug':25 'port':29 'solut':5 'tini':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7500409"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705596722 {#2197
    date: 2024-01-18 17:52:02.0 +01:00
  }
  +"title": 319655
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
App\Entity\EntryComment {#2205
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2206
    +user: Proxies\__CG__\App\Entity\User {#3538 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Securing-Bluetooth-Headphones"
    +title: "Securing Bluetooth Headphones"
    +url: null
    +body: """
      I have a pair of Bluetooth headphones, which I have been using since 2022. Today, I was sitting on the bus when some random person connected to them and started playing *Free Bird*.\n
      \n
      It was a bit funny, but I don’t want this to become a regular thing. Is there a way of locking the headphones to certain Bluetooth addresses? Or a way of making it not show up automatically on phones (similar to a hidden WiFi network)?\n
      \n
      The headphones in question are the JBL Tune 510, which have a USB-C port. However, I don’t know if this can be used to flash firmware.\n
      \n
      If there’s already a comment telling me to “just use wired” or something, please don’t tell me again. It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 48
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727183633 {#3574
      date: 2024-09-24 15:13:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3579 …}
    +votes: Doctrine\ORM\PersistentCollection {#3582 …}
    +reports: Doctrine\ORM\PersistentCollection {#3584 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3586 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3588 …}
    +badges: Doctrine\ORM\PersistentCollection {#3590 …}
    +children: [
      App\Entity\EntryComment {#2205}
    ]
    -id: 31515
    -titleTs: "'bluetooth':2 'headphon':3 'secur':1"
    -bodyTs: "'2022':14 '510':88 'address':61 'alreadi':112 'appl':145 'automat':71 'becom':46 'best':132 'bird':33 'bit':37 'bluetooth':6,60 'bus':21 'c':94 'certain':59 'comment':114 'connect':26 'doesn':137 'firmwar':108 'flash':107 'free':32 'fuck':143 'funni':38 'headphon':7,57,81,141 'hidden':77 'howev':96 'jack':142 'jbl':86 'know':100 'lock':55 'make':66 'network':79 'pair':4 'person':25 'phone':73,136 'play':31 'pleas':123 'port':95 'question':83 'random':24 'regular':48 'show':69 'similar':74 'sinc':13 'sit':18 'solut':133 'someth':122 'start':30 'tell':115,126 'thank':146 'thing':49 'today':15 'tune':87 'usb':93 'usb-c':92 'use':12,105,119 'want':43 'way':53,64 'wifi':78 'wire':120"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705679197
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/8117983"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705592797 {#3559
      date: 2024-01-18 16:46:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
    \n
    You can buy a tiny DAC that plugs into the digital port of the phone.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1727183633 {#2193
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hellfire103@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2202 …}
  +nested: Doctrine\ORM\PersistentCollection {#2210 …}
  +votes: Doctrine\ORM\PersistentCollection {#2207 …}
  +reports: Doctrine\ORM\PersistentCollection {#2208 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
  -id: 319655
  -bodyTs: "'appl':17 'best':4 'buy':20 'dac':23 'digit':28 'doesn':9 'fuck':15 'headphon':13 'jack':14 'phone':8,32 'plug':25 'port':29 'solut':5 'tini':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7500409"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705596722 {#2197
    date: 2024-01-18 17:52:02.0 +01:00
  }
  +"title": 319655
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
App\Entity\EntryComment {#2205
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2206
    +user: Proxies\__CG__\App\Entity\User {#3538 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Securing-Bluetooth-Headphones"
    +title: "Securing Bluetooth Headphones"
    +url: null
    +body: """
      I have a pair of Bluetooth headphones, which I have been using since 2022. Today, I was sitting on the bus when some random person connected to them and started playing *Free Bird*.\n
      \n
      It was a bit funny, but I don’t want this to become a regular thing. Is there a way of locking the headphones to certain Bluetooth addresses? Or a way of making it not show up automatically on phones (similar to a hidden WiFi network)?\n
      \n
      The headphones in question are the JBL Tune 510, which have a USB-C port. However, I don’t know if this can be used to flash firmware.\n
      \n
      If there’s already a comment telling me to “just use wired” or something, please don’t tell me again. It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 10
    +favouriteCount: 48
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727183633 {#3574
      date: 2024-09-24 15:13:53.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3579 …}
    +votes: Doctrine\ORM\PersistentCollection {#3582 …}
    +reports: Doctrine\ORM\PersistentCollection {#3584 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3586 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3588 …}
    +badges: Doctrine\ORM\PersistentCollection {#3590 …}
    +children: [
      App\Entity\EntryComment {#2205}
    ]
    -id: 31515
    -titleTs: "'bluetooth':2 'headphon':3 'secur':1"
    -bodyTs: "'2022':14 '510':88 'address':61 'alreadi':112 'appl':145 'automat':71 'becom':46 'best':132 'bird':33 'bit':37 'bluetooth':6,60 'bus':21 'c':94 'certain':59 'comment':114 'connect':26 'doesn':137 'firmwar':108 'flash':107 'free':32 'fuck':143 'funni':38 'headphon':7,57,81,141 'hidden':77 'howev':96 'jack':142 'jbl':86 'know':100 'lock':55 'make':66 'network':79 'pair':4 'person':25 'phone':73,136 'play':31 'pleas':123 'port':95 'question':83 'random':24 'regular':48 'show':69 'similar':74 'sinc':13 'sit':18 'solut':133 'someth':122 'start':30 'tell':115,126 'thank':146 'thing':49 'today':15 'tune':87 'usb':93 'usb-c':92 'use':12,105,119 'want':43 'way':53,64 'wifi':78 'wire':120"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705679197
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/8117983"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705592797 {#3559
      date: 2024-01-18 16:46:37.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    > It’s the best solution, but my phone doesn’t have a headphone jack (fuck you, Apple).\n
    \n
    You can buy a tiny DAC that plugs into the digital port of the phone.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1727183633 {#2193
    date: 2024-09-24 15:13:53.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hellfire103@sopuli.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2202 …}
  +nested: Doctrine\ORM\PersistentCollection {#2210 …}
  +votes: Doctrine\ORM\PersistentCollection {#2207 …}
  +reports: Doctrine\ORM\PersistentCollection {#2208 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
  -id: 319655
  -bodyTs: "'appl':17 'best':4 'buy':20 'dac':23 'digit':28 'doesn':9 'fuck':15 'headphon':13 'jack':14 'phone':8,32 'plug':25 'port':29 'solut':5 'tini':22"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7500409"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705596722 {#2197
    date: 2024-01-18 17:52:02.0 +01:00
  }
  +"title": 319655
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_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
Proxies\__CG__\App\Entity\Entry {#2275
  +user: Proxies\__CG__\App\Entity\User {#2586 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "I-m-an-idiot-arm"
  +title: "I'm an idiot (arm)"
  +url: null
  +body: """
    EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
    \n
    So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
    \n
    And it was there I realized there’s no arm version of rar.\n
    \n
    Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
    \n
    Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
    \n
    Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705524211 {#3297
    date: 2024-01-17 21:43:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3302 …}
  +votes: Doctrine\ORM\PersistentCollection {#3305 …}
  +reports: Doctrine\ORM\PersistentCollection {#3307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
  +badges: Doctrine\ORM\PersistentCollection {#3313 …}
  +children: [
    App\Entity\EntryComment {#2279
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2275 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: "There is unrar which is source-available but its license is unfree because it restricts usage. See: [fedoraproject.org/wiki/Licensing:Unrar](https://fedoraproject.org/wiki/Licensing:Unrar)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1725151495 {#2278
        date: 2024-09-01 02:44:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@harsh3466@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2277 …}
      +nested: Doctrine\ORM\PersistentCollection {#2220 …}
      +votes: Doctrine\ORM\PersistentCollection {#2222 …}
      +reports: Doctrine\ORM\PersistentCollection {#2219 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
      -id: 313343
      -bodyTs: "'/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':21 'avail':8 'fedoraproject.org':20 'fedoraproject.org/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':19 'licens':11 'restrict':16 'see':18 'sourc':7 'source-avail':6 'unfre':13 'unrar':3 'usag':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7434864"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705405996 {#2276
        date: 2024-01-16 12:53:16.0 +01:00
      }
      +"title": 313343
    }
  ]
  -id: 30843
  -titleTs: "'arm':5 'idiot':4 'm':2"
  -bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705461120
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10766460"
  +editedAt: DateTimeImmutable @1725148824 {#3284
    date: 2024-09-01 02:00:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705374720 {#3232
    date: 2024-01-16 04:12: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
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2275
  +user: Proxies\__CG__\App\Entity\User {#2586 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "I-m-an-idiot-arm"
  +title: "I'm an idiot (arm)"
  +url: null
  +body: """
    EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
    \n
    So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
    \n
    And it was there I realized there’s no arm version of rar.\n
    \n
    Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
    \n
    Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
    \n
    Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705524211 {#3297
    date: 2024-01-17 21:43:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3302 …}
  +votes: Doctrine\ORM\PersistentCollection {#3305 …}
  +reports: Doctrine\ORM\PersistentCollection {#3307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
  +badges: Doctrine\ORM\PersistentCollection {#3313 …}
  +children: [
    App\Entity\EntryComment {#2279
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2275 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: "There is unrar which is source-available but its license is unfree because it restricts usage. See: [fedoraproject.org/wiki/Licensing:Unrar](https://fedoraproject.org/wiki/Licensing:Unrar)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1725151495 {#2278
        date: 2024-09-01 02:44:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@harsh3466@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2277 …}
      +nested: Doctrine\ORM\PersistentCollection {#2220 …}
      +votes: Doctrine\ORM\PersistentCollection {#2222 …}
      +reports: Doctrine\ORM\PersistentCollection {#2219 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
      -id: 313343
      -bodyTs: "'/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':21 'avail':8 'fedoraproject.org':20 'fedoraproject.org/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':19 'licens':11 'restrict':16 'see':18 'sourc':7 'source-avail':6 'unfre':13 'unrar':3 'usag':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7434864"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705405996 {#2276
        date: 2024-01-16 12:53:16.0 +01:00
      }
      +"title": 313343
    }
  ]
  -id: 30843
  -titleTs: "'arm':5 'idiot':4 'm':2"
  -bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705461120
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10766460"
  +editedAt: DateTimeImmutable @1725148824 {#3284
    date: 2024-09-01 02:00:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705374720 {#3232
    date: 2024-01-16 04:12: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
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2275
  +user: Proxies\__CG__\App\Entity\User {#2586 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "I-m-an-idiot-arm"
  +title: "I'm an idiot (arm)"
  +url: null
  +body: """
    EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
    \n
    So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
    \n
    And it was there I realized there’s no arm version of rar.\n
    \n
    Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
    \n
    Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
    \n
    Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705524211 {#3297
    date: 2024-01-17 21:43:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3302 …}
  +votes: Doctrine\ORM\PersistentCollection {#3305 …}
  +reports: Doctrine\ORM\PersistentCollection {#3307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
  +badges: Doctrine\ORM\PersistentCollection {#3313 …}
  +children: [
    App\Entity\EntryComment {#2279
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2275 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: "There is unrar which is source-available but its license is unfree because it restricts usage. See: [fedoraproject.org/wiki/Licensing:Unrar](https://fedoraproject.org/wiki/Licensing:Unrar)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1725151495 {#2278
        date: 2024-09-01 02:44:55.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@harsh3466@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2277 …}
      +nested: Doctrine\ORM\PersistentCollection {#2220 …}
      +votes: Doctrine\ORM\PersistentCollection {#2222 …}
      +reports: Doctrine\ORM\PersistentCollection {#2219 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
      -id: 313343
      -bodyTs: "'/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':21 'avail':8 'fedoraproject.org':20 'fedoraproject.org/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':19 'licens':11 'restrict':16 'see':18 'sourc':7 'source-avail':6 'unfre':13 'unrar':3 'usag':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7434864"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705405996 {#2276
        date: 2024-01-16 12:53:16.0 +01:00
      }
      +"title": 313343
    }
  ]
  -id: 30843
  -titleTs: "'arm':5 'idiot':4 'm':2"
  -bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705461120
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10766460"
  +editedAt: DateTimeImmutable @1725148824 {#3284
    date: 2024-09-01 02:00:24.0 +02:00
  }
  +createdAt: DateTimeImmutable @1705374720 {#3232
    date: 2024-01-16 04:12: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
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\EntryComment {#2279
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2275
    +user: Proxies\__CG__\App\Entity\User {#2586 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "I-m-an-idiot-arm"
    +title: "I'm an idiot (arm)"
    +url: null
    +body: """
      EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
      \n
      So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
      \n
      And it was there I realized there’s no arm version of rar.\n
      \n
      Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
      \n
      Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
      \n
      Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 43
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705524211 {#3297
      date: 2024-01-17 21:43:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3302 …}
    +votes: Doctrine\ORM\PersistentCollection {#3305 …}
    +reports: Doctrine\ORM\PersistentCollection {#3307 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
    +badges: Doctrine\ORM\PersistentCollection {#3313 …}
    +children: [
      App\Entity\EntryComment {#2279}
    ]
    -id: 30843
    -titleTs: "'arm':5 'idiot':4 'm':2"
    -bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705461120
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10766460"
    +editedAt: DateTimeImmutable @1725148824 {#3284
      date: 2024-09-01 02:00:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705374720 {#3232
      date: 2024-01-16 04:12:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: "There is unrar which is source-available but its license is unfree because it restricts usage. See: [fedoraproject.org/wiki/Licensing:Unrar](https://fedoraproject.org/wiki/Licensing:Unrar)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1725151495 {#2278
    date: 2024-09-01 02:44:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@harsh3466@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2277 …}
  +nested: Doctrine\ORM\PersistentCollection {#2220 …}
  +votes: Doctrine\ORM\PersistentCollection {#2222 …}
  +reports: Doctrine\ORM\PersistentCollection {#2219 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
  -id: 313343
  -bodyTs: "'/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':21 'avail':8 'fedoraproject.org':20 'fedoraproject.org/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':19 'licens':11 'restrict':16 'see':18 'sourc':7 'source-avail':6 'unfre':13 'unrar':3 'usag':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7434864"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705405996 {#2276
    date: 2024-01-16 12:53:16.0 +01:00
  }
  +"title": 313343
}
"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
31 DENIED edit
App\Entity\EntryComment {#2279
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2275
    +user: Proxies\__CG__\App\Entity\User {#2586 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "I-m-an-idiot-arm"
    +title: "I'm an idiot (arm)"
    +url: null
    +body: """
      EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
      \n
      So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
      \n
      And it was there I realized there’s no arm version of rar.\n
      \n
      Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
      \n
      Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
      \n
      Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 43
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705524211 {#3297
      date: 2024-01-17 21:43:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3302 …}
    +votes: Doctrine\ORM\PersistentCollection {#3305 …}
    +reports: Doctrine\ORM\PersistentCollection {#3307 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
    +badges: Doctrine\ORM\PersistentCollection {#3313 …}
    +children: [
      App\Entity\EntryComment {#2279}
    ]
    -id: 30843
    -titleTs: "'arm':5 'idiot':4 'm':2"
    -bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705461120
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10766460"
    +editedAt: DateTimeImmutable @1725148824 {#3284
      date: 2024-09-01 02:00:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705374720 {#3232
      date: 2024-01-16 04:12:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: "There is unrar which is source-available but its license is unfree because it restricts usage. See: [fedoraproject.org/wiki/Licensing:Unrar](https://fedoraproject.org/wiki/Licensing:Unrar)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1725151495 {#2278
    date: 2024-09-01 02:44:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@harsh3466@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2277 …}
  +nested: Doctrine\ORM\PersistentCollection {#2220 …}
  +votes: Doctrine\ORM\PersistentCollection {#2222 …}
  +reports: Doctrine\ORM\PersistentCollection {#2219 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
  -id: 313343
  -bodyTs: "'/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':21 'avail':8 'fedoraproject.org':20 'fedoraproject.org/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':19 'licens':11 'restrict':16 'see':18 'sourc':7 'source-avail':6 'unfre':13 'unrar':3 'usag':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7434864"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705405996 {#2276
    date: 2024-01-16 12:53:16.0 +01:00
  }
  +"title": 313343
}
"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
32 DENIED moderate
App\Entity\EntryComment {#2279
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2275
    +user: Proxies\__CG__\App\Entity\User {#2586 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "I-m-an-idiot-arm"
    +title: "I'm an idiot (arm)"
    +url: null
    +body: """
      EDIT: Putting this at the top because not everyone is seeing what I actually need. I can unpack the rar archive just fine. What I can’t do (on arm) is add to/update the files in the rar archive. I have unrar already installed. What I can’t install is the rar package to create/update rar archives.\n
      \n
      So I’ve been banging my head against the wall for about half an hour trying to install the rar package from the multiverse repository on an Ubuntu 23.10 vm I have running on my m1 mac mini. I finally ended up on [pkgs.org](https://pkgs.org) and searched up rar to see if I could download it directly instead of using apt.\n
      \n
      And it was there I realized there’s no arm version of rar.\n
      \n
      Side note, any recommendations for an arm utility that handles rar files? I already have unrar-free installed, but what I need is something to update/add files to existing rar files.\n
      \n
      Worst case scenario I unrar them and then repackage them with tar or zip, but if I can just work with the rar archive, I’d prefer that.\n
      \n
      Edit: I got excited for a second remembering that I’ve got rar installed via homebrew on that same m1 mac, but when I tried to install homebrew in the vm, I learned that homebrew doesn’t officially support arm.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 43
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705524211 {#3297
      date: 2024-01-17 21:43:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3302 …}
    +votes: Doctrine\ORM\PersistentCollection {#3305 …}
    +reports: Doctrine\ORM\PersistentCollection {#3307 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3309 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3311 …}
    +badges: Doctrine\ORM\PersistentCollection {#3313 …}
    +children: [
      App\Entity\EntryComment {#2279}
    ]
    -id: 30843
    -titleTs: "'arm':5 'idiot':4 'm':2"
    -bodyTs: "'23.10':86 'actual':14 'add':32 'alreadi':43,145 'apt':118 'archiv':21,39,57,187 'arm':30,128,138,231 'bang':62 'case':165 'could':111 'create/update':55 'd':189 'direct':114 'doesn':227 'download':112 'edit':1,192 'end':98 'everyon':9 'excit':195 'exist':161 'file':35,143,159,163 'final':97 'fine':23 'free':149 'got':194,203 'half':70 'handl':141 'head':64 'homebrew':207,219,226 'hour':72 'instal':44,49,75,150,205,218 'instead':115 'learn':224 'm1':93,211 'mac':94,212 'mini':95 'multivers':81 'need':15,154 'note':133 'offici':229 'packag':53,78 'pkgs.org':101,102 'prefer':190 'put':2 'rar':20,38,52,56,77,106,131,142,162,186,204 'realiz':124 'recommend':135 'rememb':199 'repackag':172 'repositori':82 'run':90 'scenario':166 'search':104 'second':198 'see':11,108 'side':132 'someth':156 'support':230 'tar':175 'to/update':33 'top':6 'tri':73,216 'ubuntu':85 'unpack':18 'unrar':42,148,168 'unrar-fre':147 'update/add':158 'use':117 'util':139 've':60,202 'version':129 'via':206 'vm':87,222 'wall':67 'work':183 'worst':164 'zip':177"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705461120
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10766460"
    +editedAt: DateTimeImmutable @1725148824 {#3284
      date: 2024-09-01 02:00:24.0 +02:00
    }
    +createdAt: DateTimeImmutable @1705374720 {#3232
      date: 2024-01-16 04:12:00.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: "There is unrar which is source-available but its license is unfree because it restricts usage. See: [fedoraproject.org/wiki/Licensing:Unrar](https://fedoraproject.org/wiki/Licensing:Unrar)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1725151495 {#2278
    date: 2024-09-01 02:44:55.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@harsh3466@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2277 …}
  +nested: Doctrine\ORM\PersistentCollection {#2220 …}
  +votes: Doctrine\ORM\PersistentCollection {#2222 …}
  +reports: Doctrine\ORM\PersistentCollection {#2219 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2196 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2194 …}
  -id: 313343
  -bodyTs: "'/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':21 'avail':8 'fedoraproject.org':20 'fedoraproject.org/wiki/licensing:unrar](https://fedoraproject.org/wiki/licensing:unrar)':19 'licens':11 'restrict':16 'see':18 'sourc':7 'source-avail':6 'unfre':13 'unrar':3 'usag':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7434864"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705405996 {#2276
    date: 2024-01-16 12:53:16.0 +01:00
  }
  +"title": 313343
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2303
  +user: Proxies\__CG__\App\Entity\User {#3503 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "What-s-your-current-favorite-distro-that-isn-t-Arch-Debian-or"
  +title: "What's your current favorite distro that isn't Arch, Debian or Fedora?"
  +url: null
  +body: "I’m wondering what the current favorite distros are besides the most popular ones like Arch, Debian and Fedora."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705072783 {#3535
    date: 2024-01-12 16:19:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3540 …}
  +votes: Doctrine\ORM\PersistentCollection {#3543 …}
  +reports: Doctrine\ORM\PersistentCollection {#3545 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3547 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3549 …}
  +badges: Doctrine\ORM\PersistentCollection {#3551 …}
  +children: [
    App\Entity\EntryComment {#2304
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2303 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
      +body: "And, even more importantly, [search.nixos.org/options](https://search.nixos.org/options) to figure out which options to set. Always search for options first. “Installing” something by just adding the package to systemPackages etc. is usually the correct thing to do for end-user applications but not for “system things” such as services."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704888848 {#2308
        date: 2024-01-10 13:14:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
        "@dinckelman@lemmy.world"
        "@pineapplelover@lemm.ee"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2318 …}
      +nested: Doctrine\ORM\PersistentCollection {#2316 …}
      +votes: Doctrine\ORM\PersistentCollection {#2294 …}
      +reports: Doctrine\ORM\PersistentCollection {#2296 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
      -id: 295645
      -bodyTs: "'/options](https://search.nixos.org/options)':7 'ad':24 'alway':15 'applic':41 'correct':33 'end':39 'end-us':38 'etc':29 'even':2 'figur':9 'first':19 'import':4 'instal':20 'option':12,18 'packag':26 'search':16 'search.nixos.org':6 'search.nixos.org/options](https://search.nixos.org/options)':5 'servic':49 'set':14 'someth':21 'system':45 'systempackag':28 'thing':34,46 'user':40 'usual':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7227571"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704888848 {#2305
        date: 2024-01-10 13:14:08.0 +01:00
      }
      +"title": 295645
    }
  ]
  -id: 28530
  -titleTs: "'arch':10 'current':4 'debian':11 'distro':6 'favorit':5 'fedora':13 'isn':8"
  -bodyTs: "'arch':16 'besid':10 'current':6 'debian':17 'distro':8 'favorit':7 'fedora':19 'like':15 'm':2 'one':14 'popular':13 'wonder':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704941568
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10335209"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704855168 {#3523
    date: 2024-01-10 03:52:48.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2303
  +user: Proxies\__CG__\App\Entity\User {#3503 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "What-s-your-current-favorite-distro-that-isn-t-Arch-Debian-or"
  +title: "What's your current favorite distro that isn't Arch, Debian or Fedora?"
  +url: null
  +body: "I’m wondering what the current favorite distros are besides the most popular ones like Arch, Debian and Fedora."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705072783 {#3535
    date: 2024-01-12 16:19:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3540 …}
  +votes: Doctrine\ORM\PersistentCollection {#3543 …}
  +reports: Doctrine\ORM\PersistentCollection {#3545 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3547 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3549 …}
  +badges: Doctrine\ORM\PersistentCollection {#3551 …}
  +children: [
    App\Entity\EntryComment {#2304
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2303 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
      +body: "And, even more importantly, [search.nixos.org/options](https://search.nixos.org/options) to figure out which options to set. Always search for options first. “Installing” something by just adding the package to systemPackages etc. is usually the correct thing to do for end-user applications but not for “system things” such as services."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704888848 {#2308
        date: 2024-01-10 13:14:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
        "@dinckelman@lemmy.world"
        "@pineapplelover@lemm.ee"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2318 …}
      +nested: Doctrine\ORM\PersistentCollection {#2316 …}
      +votes: Doctrine\ORM\PersistentCollection {#2294 …}
      +reports: Doctrine\ORM\PersistentCollection {#2296 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
      -id: 295645
      -bodyTs: "'/options](https://search.nixos.org/options)':7 'ad':24 'alway':15 'applic':41 'correct':33 'end':39 'end-us':38 'etc':29 'even':2 'figur':9 'first':19 'import':4 'instal':20 'option':12,18 'packag':26 'search':16 'search.nixos.org':6 'search.nixos.org/options](https://search.nixos.org/options)':5 'servic':49 'set':14 'someth':21 'system':45 'systempackag':28 'thing':34,46 'user':40 'usual':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7227571"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704888848 {#2305
        date: 2024-01-10 13:14:08.0 +01:00
      }
      +"title": 295645
    }
  ]
  -id: 28530
  -titleTs: "'arch':10 'current':4 'debian':11 'distro':6 'favorit':5 'fedora':13 'isn':8"
  -bodyTs: "'arch':16 'besid':10 'current':6 'debian':17 'distro':8 'favorit':7 'fedora':19 'like':15 'm':2 'one':14 'popular':13 'wonder':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704941568
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10335209"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704855168 {#3523
    date: 2024-01-10 03:52:48.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2303
  +user: Proxies\__CG__\App\Entity\User {#3503 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "What-s-your-current-favorite-distro-that-isn-t-Arch-Debian-or"
  +title: "What's your current favorite distro that isn't Arch, Debian or Fedora?"
  +url: null
  +body: "I’m wondering what the current favorite distros are besides the most popular ones like Arch, Debian and Fedora."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1705072783 {#3535
    date: 2024-01-12 16:19:43.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3540 …}
  +votes: Doctrine\ORM\PersistentCollection {#3543 …}
  +reports: Doctrine\ORM\PersistentCollection {#3545 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3547 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3549 …}
  +badges: Doctrine\ORM\PersistentCollection {#3551 …}
  +children: [
    App\Entity\EntryComment {#2304
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2303 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
      +body: "And, even more importantly, [search.nixos.org/options](https://search.nixos.org/options) to figure out which options to set. Always search for options first. “Installing” something by just adding the package to systemPackages etc. is usually the correct thing to do for end-user applications but not for “system things” such as services."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704888848 {#2308
        date: 2024-01-10 13:14:08.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@const_void@lemmy.ml"
        "@dinckelman@lemmy.world"
        "@pineapplelover@lemm.ee"
        "@BCsven@lemmy.ca"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2318 …}
      +nested: Doctrine\ORM\PersistentCollection {#2316 …}
      +votes: Doctrine\ORM\PersistentCollection {#2294 …}
      +reports: Doctrine\ORM\PersistentCollection {#2296 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
      -id: 295645
      -bodyTs: "'/options](https://search.nixos.org/options)':7 'ad':24 'alway':15 'applic':41 'correct':33 'end':39 'end-us':38 'etc':29 'even':2 'figur':9 'first':19 'import':4 'instal':20 'option':12,18 'packag':26 'search':16 'search.nixos.org':6 'search.nixos.org/options](https://search.nixos.org/options)':5 'servic':49 'set':14 'someth':21 'system':45 'systempackag':28 'thing':34,46 'user':40 'usual':31"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7227571"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704888848 {#2305
        date: 2024-01-10 13:14:08.0 +01:00
      }
      +"title": 295645
    }
  ]
  -id: 28530
  -titleTs: "'arch':10 'current':4 'debian':11 'distro':6 'favorit':5 'fedora':13 'isn':8"
  -bodyTs: "'arch':16 'besid':10 'current':6 'debian':17 'distro':8 'favorit':7 'fedora':19 'like':15 'm':2 'one':14 'popular':13 'wonder':3"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704941568
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10335209"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704855168 {#3523
    date: 2024-01-10 03:52:48.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#2304
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2303
    +user: Proxies\__CG__\App\Entity\User {#3503 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "What-s-your-current-favorite-distro-that-isn-t-Arch-Debian-or"
    +title: "What's your current favorite distro that isn't Arch, Debian or Fedora?"
    +url: null
    +body: "I’m wondering what the current favorite distros are besides the most popular ones like Arch, Debian and Fedora."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 126
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705072783 {#3535
      date: 2024-01-12 16:19:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3540 …}
    +votes: Doctrine\ORM\PersistentCollection {#3543 …}
    +reports: Doctrine\ORM\PersistentCollection {#3545 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3547 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3549 …}
    +badges: Doctrine\ORM\PersistentCollection {#3551 …}
    +children: [
      App\Entity\EntryComment {#2304}
    ]
    -id: 28530
    -titleTs: "'arch':10 'current':4 'debian':11 'distro':6 'favorit':5 'fedora':13 'isn':8"
    -bodyTs: "'arch':16 'besid':10 'current':6 'debian':17 'distro':8 'favorit':7 'fedora':19 'like':15 'm':2 'one':14 'popular':13 'wonder':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704941568
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10335209"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704855168 {#3523
      date: 2024-01-10 03:52:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
  +body: "And, even more importantly, [search.nixos.org/options](https://search.nixos.org/options) to figure out which options to set. Always search for options first. “Installing” something by just adding the package to systemPackages etc. is usually the correct thing to do for end-user applications but not for “system things” such as services."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704888848 {#2308
    date: 2024-01-10 13:14:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
    "@dinckelman@lemmy.world"
    "@pineapplelover@lemm.ee"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2318 …}
  +nested: Doctrine\ORM\PersistentCollection {#2316 …}
  +votes: Doctrine\ORM\PersistentCollection {#2294 …}
  +reports: Doctrine\ORM\PersistentCollection {#2296 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
  -id: 295645
  -bodyTs: "'/options](https://search.nixos.org/options)':7 'ad':24 'alway':15 'applic':41 'correct':33 'end':39 'end-us':38 'etc':29 'even':2 'figur':9 'first':19 'import':4 'instal':20 'option':12,18 'packag':26 'search':16 'search.nixos.org':6 'search.nixos.org/options](https://search.nixos.org/options)':5 'servic':49 'set':14 'someth':21 'system':45 'systempackag':28 'thing':34,46 'user':40 'usual':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7227571"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704888848 {#2305
    date: 2024-01-10 13:14:08.0 +01:00
  }
  +"title": 295645
}
"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 {#2304
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2303
    +user: Proxies\__CG__\App\Entity\User {#3503 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "What-s-your-current-favorite-distro-that-isn-t-Arch-Debian-or"
    +title: "What's your current favorite distro that isn't Arch, Debian or Fedora?"
    +url: null
    +body: "I’m wondering what the current favorite distros are besides the most popular ones like Arch, Debian and Fedora."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 126
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705072783 {#3535
      date: 2024-01-12 16:19:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3540 …}
    +votes: Doctrine\ORM\PersistentCollection {#3543 …}
    +reports: Doctrine\ORM\PersistentCollection {#3545 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3547 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3549 …}
    +badges: Doctrine\ORM\PersistentCollection {#3551 …}
    +children: [
      App\Entity\EntryComment {#2304}
    ]
    -id: 28530
    -titleTs: "'arch':10 'current':4 'debian':11 'distro':6 'favorit':5 'fedora':13 'isn':8"
    -bodyTs: "'arch':16 'besid':10 'current':6 'debian':17 'distro':8 'favorit':7 'fedora':19 'like':15 'm':2 'one':14 'popular':13 'wonder':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704941568
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10335209"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704855168 {#3523
      date: 2024-01-10 03:52:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
  +body: "And, even more importantly, [search.nixos.org/options](https://search.nixos.org/options) to figure out which options to set. Always search for options first. “Installing” something by just adding the package to systemPackages etc. is usually the correct thing to do for end-user applications but not for “system things” such as services."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704888848 {#2308
    date: 2024-01-10 13:14:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
    "@dinckelman@lemmy.world"
    "@pineapplelover@lemm.ee"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2318 …}
  +nested: Doctrine\ORM\PersistentCollection {#2316 …}
  +votes: Doctrine\ORM\PersistentCollection {#2294 …}
  +reports: Doctrine\ORM\PersistentCollection {#2296 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
  -id: 295645
  -bodyTs: "'/options](https://search.nixos.org/options)':7 'ad':24 'alway':15 'applic':41 'correct':33 'end':39 'end-us':38 'etc':29 'even':2 'figur':9 'first':19 'import':4 'instal':20 'option':12,18 'packag':26 'search':16 'search.nixos.org':6 'search.nixos.org/options](https://search.nixos.org/options)':5 'servic':49 'set':14 'someth':21 'system':45 'systempackag':28 'thing':34,46 'user':40 'usual':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7227571"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704888848 {#2305
    date: 2024-01-10 13:14:08.0 +01:00
  }
  +"title": 295645
}
"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 {#2304
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2303
    +user: Proxies\__CG__\App\Entity\User {#3503 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "What-s-your-current-favorite-distro-that-isn-t-Arch-Debian-or"
    +title: "What's your current favorite distro that isn't Arch, Debian or Fedora?"
    +url: null
    +body: "I’m wondering what the current favorite distros are besides the most popular ones like Arch, Debian and Fedora."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 126
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1705072783 {#3535
      date: 2024-01-12 16:19:43.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3540 …}
    +votes: Doctrine\ORM\PersistentCollection {#3543 …}
    +reports: Doctrine\ORM\PersistentCollection {#3545 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3547 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3549 …}
    +badges: Doctrine\ORM\PersistentCollection {#3551 …}
    +children: [
      App\Entity\EntryComment {#2304}
    ]
    -id: 28530
    -titleTs: "'arch':10 'current':4 'debian':11 'distro':6 'favorit':5 'fedora':13 'isn':8"
    -bodyTs: "'arch':16 'besid':10 'current':6 'debian':17 'distro':8 'favorit':7 'fedora':19 'like':15 'm':2 'one':14 'popular':13 'wonder':3"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704941568
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10335209"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704855168 {#3523
      date: 2024-01-10 03:52:48.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2319 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2317 …}
  +body: "And, even more importantly, [search.nixos.org/options](https://search.nixos.org/options) to figure out which options to set. Always search for options first. “Installing” something by just adding the package to systemPackages etc. is usually the correct thing to do for end-user applications but not for “system things” such as services."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704888848 {#2308
    date: 2024-01-10 13:14:08.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@const_void@lemmy.ml"
    "@dinckelman@lemmy.world"
    "@pineapplelover@lemm.ee"
    "@BCsven@lemmy.ca"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2318 …}
  +nested: Doctrine\ORM\PersistentCollection {#2316 …}
  +votes: Doctrine\ORM\PersistentCollection {#2294 …}
  +reports: Doctrine\ORM\PersistentCollection {#2296 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2281 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2280 …}
  -id: 295645
  -bodyTs: "'/options](https://search.nixos.org/options)':7 'ad':24 'alway':15 'applic':41 'correct':33 'end':39 'end-us':38 'etc':29 'even':2 'figur':9 'first':19 'import':4 'instal':20 'option':12,18 'packag':26 'search':16 'search.nixos.org':6 'search.nixos.org/options](https://search.nixos.org/options)':5 'servic':49 'set':14 'someth':21 'system':45 'systempackag':28 'thing':34,46 'user':40 'usual':31"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7227571"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704888848 {#2305
    date: 2024-01-10 13:14:08.0 +01:00
  }
  +"title": 295645
}
"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
Proxies\__CG__\App\Entity\Entry {#2198
  +user: Proxies\__CG__\App\Entity\User {#3212 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3279 …}
  +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
  +title: "TIL that operating system Linux is an example of anarcho-communism"
  +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 253
  +favouriteCount: 539
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726582450 {#3261
    date: 2024-09-17 16:14:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3285 …}
  +votes: Doctrine\ORM\PersistentCollection {#3287 …}
  +reports: Doctrine\ORM\PersistentCollection {#3289 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3291 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3293 …}
  +badges: Doctrine\ORM\PersistentCollection {#3295 …}
  +children: [
    1 => App\Entity\EntryComment {#2224
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2223 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +body: "Problem is that the average person cannot discern between an actual expert and a charlatan."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1704831249 {#2139
        date: 2024-01-09 21:14:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@Devorlon@lemmy.zip"
        "@Cowbee@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2216 …}
      +nested: Doctrine\ORM\PersistentCollection {#2213 …}
      +votes: Doctrine\ORM\PersistentCollection {#2230 …}
      +reports: Doctrine\ORM\PersistentCollection {#2232 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
      -id: 294192
      -bodyTs: "'actual':11 'averag':5 'cannot':7 'charlatan':15 'discern':8 'expert':12 'person':6 'problem':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7202021"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704831249 {#2215
        date: 2024-01-09 21:14:09.0 +01:00
      }
      +"title": 294192
    }
    0 => App\Entity\EntryComment {#2298
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2293 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
      +body: "It’s unkown whether he improved his temper or whether he just built a very good mail filter for himself though."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704831435 {#2299
        date: 2024-01-09 21:17:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@9488fcea02a9@sh.itjust.works"
        "@orgrinrt@lemmy.world"
        "@notabot@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2309 …}
      +nested: Doctrine\ORM\PersistentCollection {#2302 …}
      +votes: Doctrine\ORM\PersistentCollection {#2320 …}
      +reports: Doctrine\ORM\PersistentCollection {#2322 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
      -id: 294196
      -bodyTs: "'built':13 'filter':18 'good':16 'improv':6 'mail':17 'temper':8 'though':21 'unkown':3 'whether':4,10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7202083"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704831435 {#2311
        date: 2024-01-09 21:17:15.0 +01:00
      }
      +"title": 294196
    }
  ]
  -id: 28304
  -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704866865
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11968625"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704780465 {#3235
    date: 2024-01-09 07:07:45.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
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2198
  +user: Proxies\__CG__\App\Entity\User {#3212 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3279 …}
  +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
  +title: "TIL that operating system Linux is an example of anarcho-communism"
  +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 253
  +favouriteCount: 539
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726582450 {#3261
    date: 2024-09-17 16:14:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3285 …}
  +votes: Doctrine\ORM\PersistentCollection {#3287 …}
  +reports: Doctrine\ORM\PersistentCollection {#3289 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3291 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3293 …}
  +badges: Doctrine\ORM\PersistentCollection {#3295 …}
  +children: [
    1 => App\Entity\EntryComment {#2224
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2223 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +body: "Problem is that the average person cannot discern between an actual expert and a charlatan."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1704831249 {#2139
        date: 2024-01-09 21:14:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@Devorlon@lemmy.zip"
        "@Cowbee@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2216 …}
      +nested: Doctrine\ORM\PersistentCollection {#2213 …}
      +votes: Doctrine\ORM\PersistentCollection {#2230 …}
      +reports: Doctrine\ORM\PersistentCollection {#2232 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
      -id: 294192
      -bodyTs: "'actual':11 'averag':5 'cannot':7 'charlatan':15 'discern':8 'expert':12 'person':6 'problem':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7202021"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704831249 {#2215
        date: 2024-01-09 21:14:09.0 +01:00
      }
      +"title": 294192
    }
    0 => App\Entity\EntryComment {#2298
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2293 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
      +body: "It’s unkown whether he improved his temper or whether he just built a very good mail filter for himself though."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704831435 {#2299
        date: 2024-01-09 21:17:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@9488fcea02a9@sh.itjust.works"
        "@orgrinrt@lemmy.world"
        "@notabot@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2309 …}
      +nested: Doctrine\ORM\PersistentCollection {#2302 …}
      +votes: Doctrine\ORM\PersistentCollection {#2320 …}
      +reports: Doctrine\ORM\PersistentCollection {#2322 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
      -id: 294196
      -bodyTs: "'built':13 'filter':18 'good':16 'improv':6 'mail':17 'temper':8 'though':21 'unkown':3 'whether':4,10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7202083"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704831435 {#2311
        date: 2024-01-09 21:17:15.0 +01:00
      }
      +"title": 294196
    }
  ]
  -id: 28304
  -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704866865
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11968625"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704780465 {#3235
    date: 2024-01-09 07:07:45.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
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2198
  +user: Proxies\__CG__\App\Entity\User {#3212 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3279 …}
  +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
  +title: "TIL that operating system Linux is an example of anarcho-communism"
  +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 253
  +favouriteCount: 539
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726582450 {#3261
    date: 2024-09-17 16:14:10.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3285 …}
  +votes: Doctrine\ORM\PersistentCollection {#3287 …}
  +reports: Doctrine\ORM\PersistentCollection {#3289 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3291 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3293 …}
  +badges: Doctrine\ORM\PersistentCollection {#3295 …}
  +children: [
    1 => App\Entity\EntryComment {#2224
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2223 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
      +body: "Problem is that the average person cannot discern between an actual expert and a charlatan."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1704831249 {#2139
        date: 2024-01-09 21:14:09.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@Devorlon@lemmy.zip"
        "@Cowbee@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2216 …}
      +nested: Doctrine\ORM\PersistentCollection {#2213 …}
      +votes: Doctrine\ORM\PersistentCollection {#2230 …}
      +reports: Doctrine\ORM\PersistentCollection {#2232 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
      -id: 294192
      -bodyTs: "'actual':11 'averag':5 'cannot':7 'charlatan':15 'discern':8 'expert':12 'person':6 'problem':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7202021"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704831249 {#2215
        date: 2024-01-09 21:14:09.0 +01:00
      }
      +"title": 294192
    }
    0 => App\Entity\EntryComment {#2298
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2293 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
      +body: "It’s unkown whether he improved his temper or whether he just built a very good mail filter for himself though."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704831435 {#2299
        date: 2024-01-09 21:17:15.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@pbpza@lemmy.dbzer0.com"
        "@9488fcea02a9@sh.itjust.works"
        "@orgrinrt@lemmy.world"
        "@notabot@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2309 …}
      +nested: Doctrine\ORM\PersistentCollection {#2302 …}
      +votes: Doctrine\ORM\PersistentCollection {#2320 …}
      +reports: Doctrine\ORM\PersistentCollection {#2322 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
      -id: 294196
      -bodyTs: "'built':13 'filter':18 'good':16 'improv':6 'mail':17 'temper':8 'though':21 'unkown':3 'whether':4,10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7202083"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704831435 {#2311
        date: 2024-01-09 21:17:15.0 +01:00
      }
      +"title": 294196
    }
  ]
  -id: 28304
  -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704866865
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11968625"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704780465 {#3235
    date: 2024-01-09 07:07:45.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
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#2224
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2198
    +user: Proxies\__CG__\App\Entity\User {#3212 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3279 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3261
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3285 …}
    +votes: Doctrine\ORM\PersistentCollection {#3287 …}
    +reports: Doctrine\ORM\PersistentCollection {#3289 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3291 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3293 …}
    +badges: Doctrine\ORM\PersistentCollection {#3295 …}
    +children: [
      1 => App\Entity\EntryComment {#2224}
      0 => App\Entity\EntryComment {#2298
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2293 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
        +body: "It’s unkown whether he improved his temper or whether he just built a very good mail filter for himself though."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1704831435 {#2299
          date: 2024-01-09 21:17:15.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@9488fcea02a9@sh.itjust.works"
          "@orgrinrt@lemmy.world"
          "@notabot@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2309 …}
        +nested: Doctrine\ORM\PersistentCollection {#2302 …}
        +votes: Doctrine\ORM\PersistentCollection {#2320 …}
        +reports: Doctrine\ORM\PersistentCollection {#2322 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
        -id: 294196
        -bodyTs: "'built':13 'filter':18 'good':16 'improv':6 'mail':17 'temper':8 'though':21 'unkown':3 'whether':4,10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7202083"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704831435 {#2311
          date: 2024-01-09 21:17:15.0 +01:00
        }
        +"title": 294196
      }
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3235
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2223 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +body: "Problem is that the average person cannot discern between an actual expert and a charlatan."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1704831249 {#2139
    date: 2024-01-09 21:14:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@Devorlon@lemmy.zip"
    "@Cowbee@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2216 …}
  +nested: Doctrine\ORM\PersistentCollection {#2213 …}
  +votes: Doctrine\ORM\PersistentCollection {#2230 …}
  +reports: Doctrine\ORM\PersistentCollection {#2232 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
  -id: 294192
  -bodyTs: "'actual':11 'averag':5 'cannot':7 'charlatan':15 'discern':8 'expert':12 'person':6 'problem':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7202021"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704831249 {#2215
    date: 2024-01-09 21:14:09.0 +01:00
  }
  +"title": 294192
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#2224
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2198
    +user: Proxies\__CG__\App\Entity\User {#3212 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3279 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3261
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3285 …}
    +votes: Doctrine\ORM\PersistentCollection {#3287 …}
    +reports: Doctrine\ORM\PersistentCollection {#3289 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3291 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3293 …}
    +badges: Doctrine\ORM\PersistentCollection {#3295 …}
    +children: [
      1 => App\Entity\EntryComment {#2224}
      0 => App\Entity\EntryComment {#2298
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2293 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
        +body: "It’s unkown whether he improved his temper or whether he just built a very good mail filter for himself though."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1704831435 {#2299
          date: 2024-01-09 21:17:15.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@9488fcea02a9@sh.itjust.works"
          "@orgrinrt@lemmy.world"
          "@notabot@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2309 …}
        +nested: Doctrine\ORM\PersistentCollection {#2302 …}
        +votes: Doctrine\ORM\PersistentCollection {#2320 …}
        +reports: Doctrine\ORM\PersistentCollection {#2322 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
        -id: 294196
        -bodyTs: "'built':13 'filter':18 'good':16 'improv':6 'mail':17 'temper':8 'though':21 'unkown':3 'whether':4,10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7202083"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704831435 {#2311
          date: 2024-01-09 21:17:15.0 +01:00
        }
        +"title": 294196
      }
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3235
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2223 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +body: "Problem is that the average person cannot discern between an actual expert and a charlatan."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1704831249 {#2139
    date: 2024-01-09 21:14:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@Devorlon@lemmy.zip"
    "@Cowbee@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2216 …}
  +nested: Doctrine\ORM\PersistentCollection {#2213 …}
  +votes: Doctrine\ORM\PersistentCollection {#2230 …}
  +reports: Doctrine\ORM\PersistentCollection {#2232 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
  -id: 294192
  -bodyTs: "'actual':11 'averag':5 'cannot':7 'charlatan':15 'discern':8 'expert':12 'person':6 'problem':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7202021"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704831249 {#2215
    date: 2024-01-09 21:14:09.0 +01:00
  }
  +"title": 294192
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#2224
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2198
    +user: Proxies\__CG__\App\Entity\User {#3212 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3279 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3261
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3285 …}
    +votes: Doctrine\ORM\PersistentCollection {#3287 …}
    +reports: Doctrine\ORM\PersistentCollection {#3289 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3291 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3293 …}
    +badges: Doctrine\ORM\PersistentCollection {#3295 …}
    +children: [
      1 => App\Entity\EntryComment {#2224}
      0 => App\Entity\EntryComment {#2298
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2293 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
        +body: "It’s unkown whether he improved his temper or whether he just built a very good mail filter for himself though."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1704831435 {#2299
          date: 2024-01-09 21:17:15.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@9488fcea02a9@sh.itjust.works"
          "@orgrinrt@lemmy.world"
          "@notabot@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2309 …}
        +nested: Doctrine\ORM\PersistentCollection {#2302 …}
        +votes: Doctrine\ORM\PersistentCollection {#2320 …}
        +reports: Doctrine\ORM\PersistentCollection {#2322 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
        -id: 294196
        -bodyTs: "'built':13 'filter':18 'good':16 'improv':6 'mail':17 'temper':8 'though':21 'unkown':3 'whether':4,10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7202083"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704831435 {#2311
          date: 2024-01-09 21:17:15.0 +01:00
        }
        +"title": 294196
      }
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3235
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2223 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
  +body: "Problem is that the average person cannot discern between an actual expert and a charlatan."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1704831249 {#2139
    date: 2024-01-09 21:14:09.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@Devorlon@lemmy.zip"
    "@Cowbee@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2216 …}
  +nested: Doctrine\ORM\PersistentCollection {#2213 …}
  +votes: Doctrine\ORM\PersistentCollection {#2230 …}
  +reports: Doctrine\ORM\PersistentCollection {#2232 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
  -id: 294192
  -bodyTs: "'actual':11 'averag':5 'cannot':7 'charlatan':15 'discern':8 'expert':12 'person':6 'problem':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7202021"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704831249 {#2215
    date: 2024-01-09 21:14:09.0 +01:00
  }
  +"title": 294192
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\EntryComment {#2298
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2198
    +user: Proxies\__CG__\App\Entity\User {#3212 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3279 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3261
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3285 …}
    +votes: Doctrine\ORM\PersistentCollection {#3287 …}
    +reports: Doctrine\ORM\PersistentCollection {#3289 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3291 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3293 …}
    +badges: Doctrine\ORM\PersistentCollection {#3295 …}
    +children: [
      1 => App\Entity\EntryComment {#2224
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2223 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
        +body: "Problem is that the average person cannot discern between an actual expert and a charlatan."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1704831249 {#2139
          date: 2024-01-09 21:14:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@Devorlon@lemmy.zip"
          "@Cowbee@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2216 …}
        +nested: Doctrine\ORM\PersistentCollection {#2213 …}
        +votes: Doctrine\ORM\PersistentCollection {#2230 …}
        +reports: Doctrine\ORM\PersistentCollection {#2232 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
        -id: 294192
        -bodyTs: "'actual':11 'averag':5 'cannot':7 'charlatan':15 'discern':8 'expert':12 'person':6 'problem':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7202021"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704831249 {#2215
          date: 2024-01-09 21:14:09.0 +01:00
        }
        +"title": 294192
      }
      0 => App\Entity\EntryComment {#2298}
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3235
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2293 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
  +body: "It’s unkown whether he improved his temper or whether he just built a very good mail filter for himself though."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704831435 {#2299
    date: 2024-01-09 21:17:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@9488fcea02a9@sh.itjust.works"
    "@orgrinrt@lemmy.world"
    "@notabot@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2309 …}
  +nested: Doctrine\ORM\PersistentCollection {#2302 …}
  +votes: Doctrine\ORM\PersistentCollection {#2320 …}
  +reports: Doctrine\ORM\PersistentCollection {#2322 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
  -id: 294196
  -bodyTs: "'built':13 'filter':18 'good':16 'improv':6 'mail':17 'temper':8 'though':21 'unkown':3 'whether':4,10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7202083"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704831435 {#2311
    date: 2024-01-09 21:17:15.0 +01:00
  }
  +"title": 294196
}
"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 {#2298
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2198
    +user: Proxies\__CG__\App\Entity\User {#3212 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3279 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3261
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3285 …}
    +votes: Doctrine\ORM\PersistentCollection {#3287 …}
    +reports: Doctrine\ORM\PersistentCollection {#3289 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3291 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3293 …}
    +badges: Doctrine\ORM\PersistentCollection {#3295 …}
    +children: [
      1 => App\Entity\EntryComment {#2224
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2223 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
        +body: "Problem is that the average person cannot discern between an actual expert and a charlatan."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1704831249 {#2139
          date: 2024-01-09 21:14:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@Devorlon@lemmy.zip"
          "@Cowbee@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2216 …}
        +nested: Doctrine\ORM\PersistentCollection {#2213 …}
        +votes: Doctrine\ORM\PersistentCollection {#2230 …}
        +reports: Doctrine\ORM\PersistentCollection {#2232 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
        -id: 294192
        -bodyTs: "'actual':11 'averag':5 'cannot':7 'charlatan':15 'discern':8 'expert':12 'person':6 'problem':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7202021"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704831249 {#2215
          date: 2024-01-09 21:14:09.0 +01:00
        }
        +"title": 294192
      }
      0 => App\Entity\EntryComment {#2298}
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3235
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2293 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
  +body: "It’s unkown whether he improved his temper or whether he just built a very good mail filter for himself though."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704831435 {#2299
    date: 2024-01-09 21:17:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@9488fcea02a9@sh.itjust.works"
    "@orgrinrt@lemmy.world"
    "@notabot@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2309 …}
  +nested: Doctrine\ORM\PersistentCollection {#2302 …}
  +votes: Doctrine\ORM\PersistentCollection {#2320 …}
  +reports: Doctrine\ORM\PersistentCollection {#2322 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
  -id: 294196
  -bodyTs: "'built':13 'filter':18 'good':16 'improv':6 'mail':17 'temper':8 'though':21 'unkown':3 'whether':4,10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7202083"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704831435 {#2311
    date: 2024-01-09 21:17:15.0 +01:00
  }
  +"title": 294196
}
"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 {#2298
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2198
    +user: Proxies\__CG__\App\Entity\User {#3212 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3279 …}
    +slug: "TIL-that-operating-system-Linux-is-an-example-of-anarcho-communism"
    +title: "TIL that operating system Linux is an example of anarcho-communism"
    +url: "https://en.wikipedia.org/wiki/Anarchist_communism#Gift_economies_and_commons-based_organizing"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 253
    +favouriteCount: 539
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726582450 {#3261
      date: 2024-09-17 16:14:10.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3285 …}
    +votes: Doctrine\ORM\PersistentCollection {#3287 …}
    +reports: Doctrine\ORM\PersistentCollection {#3289 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3291 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3293 …}
    +badges: Doctrine\ORM\PersistentCollection {#3295 …}
    +children: [
      1 => App\Entity\EntryComment {#2224
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2198 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2223 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2227 …}
        +body: "Problem is that the average person cannot discern between an actual expert and a charlatan."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1704831249 {#2139
          date: 2024-01-09 21:14:09.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@pbpza@lemmy.dbzer0.com"
          "@Devorlon@lemmy.zip"
          "@Cowbee@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2216 …}
        +nested: Doctrine\ORM\PersistentCollection {#2213 …}
        +votes: Doctrine\ORM\PersistentCollection {#2230 …}
        +reports: Doctrine\ORM\PersistentCollection {#2232 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2228 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2192 …}
        -id: 294192
        -bodyTs: "'actual':11 'averag':5 'cannot':7 'charlatan':15 'discern':8 'expert':12 'person':6 'problem':1"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7202021"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704831249 {#2215
          date: 2024-01-09 21:14:09.0 +01:00
        }
        +"title": 294192
      }
      0 => App\Entity\EntryComment {#2298}
    ]
    -id: 28304
    -titleTs: "'anarcho':11 'anarcho-commun':10 'communism':12 'exampl':8 'linux':5 'oper':3 'system':4 'til':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704866865
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11968625"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704780465 {#3235
      date: 2024-01-09 07:07:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2293 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2291 …}
  +body: "It’s unkown whether he improved his temper or whether he just built a very good mail filter for himself though."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704831435 {#2299
    date: 2024-01-09 21:17:15.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@pbpza@lemmy.dbzer0.com"
    "@9488fcea02a9@sh.itjust.works"
    "@orgrinrt@lemmy.world"
    "@notabot@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2309 …}
  +nested: Doctrine\ORM\PersistentCollection {#2302 …}
  +votes: Doctrine\ORM\PersistentCollection {#2320 …}
  +reports: Doctrine\ORM\PersistentCollection {#2322 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2312 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2307 …}
  -id: 294196
  -bodyTs: "'built':13 'filter':18 'good':16 'improv':6 'mail':17 'temper':8 'though':21 'unkown':3 'whether':4,10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7202083"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704831435 {#2311
    date: 2024-01-09 21:17:15.0 +01:00
  }
  +"title": 294196
}
"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 {#2108
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#3300 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3339 …}
  +slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
  +title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
  +url: "https://jade.fyi/blog/flakes-arent-real/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 109
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721577387 {#3334
    date: 2024-07-21 17:56:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3341 …}
  +votes: Doctrine\ORM\PersistentCollection {#3343 …}
  +reports: Doctrine\ORM\PersistentCollection {#3345 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3349 …}
  +badges: Doctrine\ORM\PersistentCollection {#3351 …}
  +children: [
    1 => App\Entity\EntryComment {#2105
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +body: """
        This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.\n
        \n
        It might still not be for you but don’t take this as the reference point.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1704270958 {#2104
        date: 2024-01-03 09:35:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Atemu@lemmy.ml"
        "@RenardDesMers@lemmy.ml"
        "@Atemu@lemmy.ml"
        "@RenardDesMers@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2101 …}
      +nested: Doctrine\ORM\PersistentCollection {#2109 …}
      +votes: Doctrine\ORM\PersistentCollection {#2106 …}
      +reports: Doctrine\ORM\PersistentCollection {#2107 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
      -id: 275932
      -bodyTs: "'-12':46 '6':45 'basic':10 'cover':41 'depth':32 'featur':17 'fine':55 'gather':36 'in-depth':30 'interest':16 'kind':28 'knowledg':33 'lot':4 'might':57 'month':47 'need':26 'nix':19 'overview':12 'person':35 'point':71 'refer':70 'start':21 'still':58 'take':6,66 'use':49"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7035776"
      +editedAt: DateTimeImmutable @1711164347 {#2100
        date: 2024-03-23 04:25:47.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704270958 {#2099
        date: 2024-01-03 09:35:58.0 +01:00
      }
      +"title": 275932
    }
    0 => App\Entity\EntryComment {#2115
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2123 …}
      +body: """
        While that is true, it’s also r13y on another level: Reproducible evaluation. That mostly stems from pure eval and locking.\n
        \n
        In the “before times”, you’d get your Nix expressions from some mutable location in the Nix path, so running i.e. a nixos-rebuild on your configuration could produce two different eval results when ran at two different times, depending on whether anything about your channel configuration changed in the mean time. This cannot happen with flakes as all inputs are explicitly given and locked.\n
        \n
        You could achieve the same using niv etc. before but that had its own issues.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704271315 {#2121
        date: 2024-01-03 09:41:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Atemu@lemmy.ml"
        "@toothbrush@lemmy.blahaj.zone"
        "@Euphoma@lemmy.ml"
        "@toastal@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2119 …}
      +nested: Doctrine\ORM\PersistentCollection {#2120 …}
      +votes: Doctrine\ORM\PersistentCollection {#2160 …}
      +reports: Doctrine\ORM\PersistentCollection {#2162 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
      -id: 275939
      -bodyTs: "'achiev':90 'also':7 'anoth':10 'anyth':65 'cannot':76 'chang':70 'channel':68 'configur':49,69 'could':50,89 'd':27 'depend':62 'differ':53,60 'etc':95 'eval':19,54 'evalu':13 'explicit':84 'express':31 'flake':79 'get':28 'given':85 'happen':77 'i.e':42 'input':82 'issu':102 'level':11 'locat':35 'lock':21,87 'mean':73 'most':15 'mutabl':34 'niv':94 'nix':30,38 'nixo':45 'nixos-rebuild':44 'path':39 'produc':51 'pure':18 'r13y':8 'ran':57 'rebuild':46 'reproduc':12 'result':55 'run':41 'stem':16 'time':25,61,74 'true':4 'two':52,59 'use':93 'whether':64"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7035969"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704271315 {#2122
        date: 2024-01-03 09:41:55.0 +01:00
      }
      +"title": 275939
    }
  ]
  -id: 26705
  -titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704289065
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10029412"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704202665 {#3321
    date: 2024-01-02 14:37:45.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 {#2108
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#3300 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3339 …}
  +slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
  +title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
  +url: "https://jade.fyi/blog/flakes-arent-real/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 109
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721577387 {#3334
    date: 2024-07-21 17:56:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3341 …}
  +votes: Doctrine\ORM\PersistentCollection {#3343 …}
  +reports: Doctrine\ORM\PersistentCollection {#3345 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3349 …}
  +badges: Doctrine\ORM\PersistentCollection {#3351 …}
  +children: [
    1 => App\Entity\EntryComment {#2105
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +body: """
        This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.\n
        \n
        It might still not be for you but don’t take this as the reference point.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1704270958 {#2104
        date: 2024-01-03 09:35:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Atemu@lemmy.ml"
        "@RenardDesMers@lemmy.ml"
        "@Atemu@lemmy.ml"
        "@RenardDesMers@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2101 …}
      +nested: Doctrine\ORM\PersistentCollection {#2109 …}
      +votes: Doctrine\ORM\PersistentCollection {#2106 …}
      +reports: Doctrine\ORM\PersistentCollection {#2107 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
      -id: 275932
      -bodyTs: "'-12':46 '6':45 'basic':10 'cover':41 'depth':32 'featur':17 'fine':55 'gather':36 'in-depth':30 'interest':16 'kind':28 'knowledg':33 'lot':4 'might':57 'month':47 'need':26 'nix':19 'overview':12 'person':35 'point':71 'refer':70 'start':21 'still':58 'take':6,66 'use':49"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7035776"
      +editedAt: DateTimeImmutable @1711164347 {#2100
        date: 2024-03-23 04:25:47.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704270958 {#2099
        date: 2024-01-03 09:35:58.0 +01:00
      }
      +"title": 275932
    }
    0 => App\Entity\EntryComment {#2115
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2123 …}
      +body: """
        While that is true, it’s also r13y on another level: Reproducible evaluation. That mostly stems from pure eval and locking.\n
        \n
        In the “before times”, you’d get your Nix expressions from some mutable location in the Nix path, so running i.e. a nixos-rebuild on your configuration could produce two different eval results when ran at two different times, depending on whether anything about your channel configuration changed in the mean time. This cannot happen with flakes as all inputs are explicitly given and locked.\n
        \n
        You could achieve the same using niv etc. before but that had its own issues.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704271315 {#2121
        date: 2024-01-03 09:41:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Atemu@lemmy.ml"
        "@toothbrush@lemmy.blahaj.zone"
        "@Euphoma@lemmy.ml"
        "@toastal@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2119 …}
      +nested: Doctrine\ORM\PersistentCollection {#2120 …}
      +votes: Doctrine\ORM\PersistentCollection {#2160 …}
      +reports: Doctrine\ORM\PersistentCollection {#2162 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
      -id: 275939
      -bodyTs: "'achiev':90 'also':7 'anoth':10 'anyth':65 'cannot':76 'chang':70 'channel':68 'configur':49,69 'could':50,89 'd':27 'depend':62 'differ':53,60 'etc':95 'eval':19,54 'evalu':13 'explicit':84 'express':31 'flake':79 'get':28 'given':85 'happen':77 'i.e':42 'input':82 'issu':102 'level':11 'locat':35 'lock':21,87 'mean':73 'most':15 'mutabl':34 'niv':94 'nix':30,38 'nixo':45 'nixos-rebuild':44 'path':39 'produc':51 'pure':18 'r13y':8 'ran':57 'rebuild':46 'reproduc':12 'result':55 'run':41 'stem':16 'time':25,61,74 'true':4 'two':52,59 'use':93 'whether':64"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7035969"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704271315 {#2122
        date: 2024-01-03 09:41:55.0 +01:00
      }
      +"title": 275939
    }
  ]
  -id: 26705
  -titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704289065
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10029412"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704202665 {#3321
    date: 2024-01-02 14:37:45.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 {#2108
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#3300 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3339 …}
  +slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
  +title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
  +url: "https://jade.fyi/blog/flakes-arent-real/"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 109
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721577387 {#3334
    date: 2024-07-21 17:56:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3341 …}
  +votes: Doctrine\ORM\PersistentCollection {#3343 …}
  +reports: Doctrine\ORM\PersistentCollection {#3345 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3349 …}
  +badges: Doctrine\ORM\PersistentCollection {#3351 …}
  +children: [
    1 => App\Entity\EntryComment {#2105
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
      +body: """
        This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.\n
        \n
        It might still not be for you but don’t take this as the reference point.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1704270958 {#2104
        date: 2024-01-03 09:35:58.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Atemu@lemmy.ml"
        "@RenardDesMers@lemmy.ml"
        "@Atemu@lemmy.ml"
        "@RenardDesMers@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2101 …}
      +nested: Doctrine\ORM\PersistentCollection {#2109 …}
      +votes: Doctrine\ORM\PersistentCollection {#2106 …}
      +reports: Doctrine\ORM\PersistentCollection {#2107 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
      -id: 275932
      -bodyTs: "'-12':46 '6':45 'basic':10 'cover':41 'depth':32 'featur':17 'fine':55 'gather':36 'in-depth':30 'interest':16 'kind':28 'knowledg':33 'lot':4 'might':57 'month':47 'need':26 'nix':19 'overview':12 'person':35 'point':71 'refer':70 'start':21 'still':58 'take':6,66 'use':49"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7035776"
      +editedAt: DateTimeImmutable @1711164347 {#2100
        date: 2024-03-23 04:25:47.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704270958 {#2099
        date: 2024-01-03 09:35:58.0 +01:00
      }
      +"title": 275932
    }
    0 => App\Entity\EntryComment {#2115
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2123 …}
      +body: """
        While that is true, it’s also r13y on another level: Reproducible evaluation. That mostly stems from pure eval and locking.\n
        \n
        In the “before times”, you’d get your Nix expressions from some mutable location in the Nix path, so running i.e. a nixos-rebuild on your configuration could produce two different eval results when ran at two different times, depending on whether anything about your channel configuration changed in the mean time. This cannot happen with flakes as all inputs are explicitly given and locked.\n
        \n
        You could achieve the same using niv etc. before but that had its own issues.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1704271315 {#2121
        date: 2024-01-03 09:41:55.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Atemu@lemmy.ml"
        "@toothbrush@lemmy.blahaj.zone"
        "@Euphoma@lemmy.ml"
        "@toastal@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2119 …}
      +nested: Doctrine\ORM\PersistentCollection {#2120 …}
      +votes: Doctrine\ORM\PersistentCollection {#2160 …}
      +reports: Doctrine\ORM\PersistentCollection {#2162 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
      -id: 275939
      -bodyTs: "'achiev':90 'also':7 'anoth':10 'anyth':65 'cannot':76 'chang':70 'channel':68 'configur':49,69 'could':50,89 'd':27 'depend':62 'differ':53,60 'etc':95 'eval':19,54 'evalu':13 'explicit':84 'express':31 'flake':79 'get':28 'given':85 'happen':77 'i.e':42 'input':82 'issu':102 'level':11 'locat':35 'lock':21,87 'mean':73 'most':15 'mutabl':34 'niv':94 'nix':30,38 'nixo':45 'nixos-rebuild':44 'path':39 'produc':51 'pure':18 'r13y':8 'ran':57 'rebuild':46 'reproduc':12 'result':55 'run':41 'stem':16 'time':25,61,74 'true':4 'two':52,59 'use':93 'whether':64"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7035969"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704271315 {#2122
        date: 2024-01-03 09:41:55.0 +01:00
      }
      +"title": 275939
    }
  ]
  -id: 26705
  -titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704289065
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10029412"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704202665 {#3321
    date: 2024-01-02 14:37:45.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 {#2105
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2108
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3339 …}
    +slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
    +title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
    +url: "https://jade.fyi/blog/flakes-arent-real/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 109
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577387 {#3334
      date: 2024-07-21 17:56:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3341 …}
    +votes: Doctrine\ORM\PersistentCollection {#3343 …}
    +reports: Doctrine\ORM\PersistentCollection {#3345 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3349 …}
    +badges: Doctrine\ORM\PersistentCollection {#3351 …}
    +children: [
      1 => App\Entity\EntryComment {#2105}
      0 => App\Entity\EntryComment {#2115
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2123 …}
        +body: """
          While that is true, it’s also r13y on another level: Reproducible evaluation. That mostly stems from pure eval and locking.\n
          \n
          In the “before times”, you’d get your Nix expressions from some mutable location in the Nix path, so running i.e. a nixos-rebuild on your configuration could produce two different eval results when ran at two different times, depending on whether anything about your channel configuration changed in the mean time. This cannot happen with flakes as all inputs are explicitly given and locked.\n
          \n
          You could achieve the same using niv etc. before but that had its own issues.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1704271315 {#2121
          date: 2024-01-03 09:41:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Atemu@lemmy.ml"
          "@toothbrush@lemmy.blahaj.zone"
          "@Euphoma@lemmy.ml"
          "@toastal@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2119 …}
        +nested: Doctrine\ORM\PersistentCollection {#2120 …}
        +votes: Doctrine\ORM\PersistentCollection {#2160 …}
        +reports: Doctrine\ORM\PersistentCollection {#2162 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
        -id: 275939
        -bodyTs: "'achiev':90 'also':7 'anoth':10 'anyth':65 'cannot':76 'chang':70 'channel':68 'configur':49,69 'could':50,89 'd':27 'depend':62 'differ':53,60 'etc':95 'eval':19,54 'evalu':13 'explicit':84 'express':31 'flake':79 'get':28 'given':85 'happen':77 'i.e':42 'input':82 'issu':102 'level':11 'locat':35 'lock':21,87 'mean':73 'most':15 'mutabl':34 'niv':94 'nix':30,38 'nixo':45 'nixos-rebuild':44 'path':39 'produc':51 'pure':18 'r13y':8 'ran':57 'rebuild':46 'reproduc':12 'result':55 'run':41 'stem':16 'time':25,61,74 'true':4 'two':52,59 'use':93 'whether':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7035969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704271315 {#2122
          date: 2024-01-03 09:41:55.0 +01:00
        }
        +"title": 275939
      }
    ]
    -id: 26705
    -titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704289065
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10029412"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704202665 {#3321
      date: 2024-01-02 14:37:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +body: """
    This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.\n
    \n
    It might still not be for you but don’t take this as the reference point.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1704270958 {#2104
    date: 2024-01-03 09:35:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Atemu@lemmy.ml"
    "@RenardDesMers@lemmy.ml"
    "@Atemu@lemmy.ml"
    "@RenardDesMers@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2101 …}
  +nested: Doctrine\ORM\PersistentCollection {#2109 …}
  +votes: Doctrine\ORM\PersistentCollection {#2106 …}
  +reports: Doctrine\ORM\PersistentCollection {#2107 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
  -id: 275932
  -bodyTs: "'-12':46 '6':45 'basic':10 'cover':41 'depth':32 'featur':17 'fine':55 'gather':36 'in-depth':30 'interest':16 'kind':28 'knowledg':33 'lot':4 'might':57 'month':47 'need':26 'nix':19 'overview':12 'person':35 'point':71 'refer':70 'start':21 'still':58 'take':6,66 'use':49"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7035776"
  +editedAt: DateTimeImmutable @1711164347 {#2100
    date: 2024-03-23 04:25:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704270958 {#2099
    date: 2024-01-03 09:35:58.0 +01:00
  }
  +"title": 275932
}
"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 {#2105
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2108
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3339 …}
    +slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
    +title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
    +url: "https://jade.fyi/blog/flakes-arent-real/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 109
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577387 {#3334
      date: 2024-07-21 17:56:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3341 …}
    +votes: Doctrine\ORM\PersistentCollection {#3343 …}
    +reports: Doctrine\ORM\PersistentCollection {#3345 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3349 …}
    +badges: Doctrine\ORM\PersistentCollection {#3351 …}
    +children: [
      1 => App\Entity\EntryComment {#2105}
      0 => App\Entity\EntryComment {#2115
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2123 …}
        +body: """
          While that is true, it’s also r13y on another level: Reproducible evaluation. That mostly stems from pure eval and locking.\n
          \n
          In the “before times”, you’d get your Nix expressions from some mutable location in the Nix path, so running i.e. a nixos-rebuild on your configuration could produce two different eval results when ran at two different times, depending on whether anything about your channel configuration changed in the mean time. This cannot happen with flakes as all inputs are explicitly given and locked.\n
          \n
          You could achieve the same using niv etc. before but that had its own issues.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1704271315 {#2121
          date: 2024-01-03 09:41:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Atemu@lemmy.ml"
          "@toothbrush@lemmy.blahaj.zone"
          "@Euphoma@lemmy.ml"
          "@toastal@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2119 …}
        +nested: Doctrine\ORM\PersistentCollection {#2120 …}
        +votes: Doctrine\ORM\PersistentCollection {#2160 …}
        +reports: Doctrine\ORM\PersistentCollection {#2162 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
        -id: 275939
        -bodyTs: "'achiev':90 'also':7 'anoth':10 'anyth':65 'cannot':76 'chang':70 'channel':68 'configur':49,69 'could':50,89 'd':27 'depend':62 'differ':53,60 'etc':95 'eval':19,54 'evalu':13 'explicit':84 'express':31 'flake':79 'get':28 'given':85 'happen':77 'i.e':42 'input':82 'issu':102 'level':11 'locat':35 'lock':21,87 'mean':73 'most':15 'mutabl':34 'niv':94 'nix':30,38 'nixo':45 'nixos-rebuild':44 'path':39 'produc':51 'pure':18 'r13y':8 'ran':57 'rebuild':46 'reproduc':12 'result':55 'run':41 'stem':16 'time':25,61,74 'true':4 'two':52,59 'use':93 'whether':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7035969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704271315 {#2122
          date: 2024-01-03 09:41:55.0 +01:00
        }
        +"title": 275939
      }
    ]
    -id: 26705
    -titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704289065
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10029412"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704202665 {#3321
      date: 2024-01-02 14:37:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +body: """
    This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.\n
    \n
    It might still not be for you but don’t take this as the reference point.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1704270958 {#2104
    date: 2024-01-03 09:35:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Atemu@lemmy.ml"
    "@RenardDesMers@lemmy.ml"
    "@Atemu@lemmy.ml"
    "@RenardDesMers@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2101 …}
  +nested: Doctrine\ORM\PersistentCollection {#2109 …}
  +votes: Doctrine\ORM\PersistentCollection {#2106 …}
  +reports: Doctrine\ORM\PersistentCollection {#2107 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
  -id: 275932
  -bodyTs: "'-12':46 '6':45 'basic':10 'cover':41 'depth':32 'featur':17 'fine':55 'gather':36 'in-depth':30 'interest':16 'kind':28 'knowledg':33 'lot':4 'might':57 'month':47 'need':26 'nix':19 'overview':12 'person':35 'point':71 'refer':70 'start':21 'still':58 'take':6,66 'use':49"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7035776"
  +editedAt: DateTimeImmutable @1711164347 {#2100
    date: 2024-03-23 04:25:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704270958 {#2099
    date: 2024-01-03 09:35:58.0 +01:00
  }
  +"title": 275932
}
"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 {#2105
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2108
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3339 …}
    +slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
    +title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
    +url: "https://jade.fyi/blog/flakes-arent-real/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 109
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577387 {#3334
      date: 2024-07-21 17:56:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3341 …}
    +votes: Doctrine\ORM\PersistentCollection {#3343 …}
    +reports: Doctrine\ORM\PersistentCollection {#3345 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3349 …}
    +badges: Doctrine\ORM\PersistentCollection {#3351 …}
    +children: [
      1 => App\Entity\EntryComment {#2105}
      0 => App\Entity\EntryComment {#2115
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2123 …}
        +body: """
          While that is true, it’s also r13y on another level: Reproducible evaluation. That mostly stems from pure eval and locking.\n
          \n
          In the “before times”, you’d get your Nix expressions from some mutable location in the Nix path, so running i.e. a nixos-rebuild on your configuration could produce two different eval results when ran at two different times, depending on whether anything about your channel configuration changed in the mean time. This cannot happen with flakes as all inputs are explicitly given and locked.\n
          \n
          You could achieve the same using niv etc. before but that had its own issues.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 5
        +score: 0
        +lastActive: DateTime @1704271315 {#2121
          date: 2024-01-03 09:41:55.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Atemu@lemmy.ml"
          "@toothbrush@lemmy.blahaj.zone"
          "@Euphoma@lemmy.ml"
          "@toastal@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2119 …}
        +nested: Doctrine\ORM\PersistentCollection {#2120 …}
        +votes: Doctrine\ORM\PersistentCollection {#2160 …}
        +reports: Doctrine\ORM\PersistentCollection {#2162 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
        -id: 275939
        -bodyTs: "'achiev':90 'also':7 'anoth':10 'anyth':65 'cannot':76 'chang':70 'channel':68 'configur':49,69 'could':50,89 'd':27 'depend':62 'differ':53,60 'etc':95 'eval':19,54 'evalu':13 'explicit':84 'express':31 'flake':79 'get':28 'given':85 'happen':77 'i.e':42 'input':82 'issu':102 'level':11 'locat':35 'lock':21,87 'mean':73 'most':15 'mutabl':34 'niv':94 'nix':30,38 'nixo':45 'nixos-rebuild':44 'path':39 'produc':51 'pure':18 'r13y':8 'ran':57 'rebuild':46 'reproduc':12 'result':55 'run':41 'stem':16 'time':25,61,74 'true':4 'two':52,59 'use':93 'whether':64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7035969"
        +editedAt: null
        +createdAt: DateTimeImmutable @1704271315 {#2122
          date: 2024-01-03 09:41:55.0 +01:00
        }
        +"title": 275939
      }
    ]
    -id: 26705
    -titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704289065
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10029412"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704202665 {#3321
      date: 2024-01-02 14:37:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
  +body: """
    This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.\n
    \n
    It might still not be for you but don’t take this as the reference point.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1704270958 {#2104
    date: 2024-01-03 09:35:58.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Atemu@lemmy.ml"
    "@RenardDesMers@lemmy.ml"
    "@Atemu@lemmy.ml"
    "@RenardDesMers@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2101 …}
  +nested: Doctrine\ORM\PersistentCollection {#2109 …}
  +votes: Doctrine\ORM\PersistentCollection {#2106 …}
  +reports: Doctrine\ORM\PersistentCollection {#2107 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
  -id: 275932
  -bodyTs: "'-12':46 '6':45 'basic':10 'cover':41 'depth':32 'featur':17 'fine':55 'gather':36 'in-depth':30 'interest':16 'kind':28 'knowledg':33 'lot':4 'might':57 'month':47 'need':26 'nix':19 'overview':12 'person':35 'point':71 'refer':70 'start':21 'still':58 'take':6,66 'use':49"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7035776"
  +editedAt: DateTimeImmutable @1711164347 {#2100
    date: 2024-03-23 04:25:47.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704270958 {#2099
    date: 2024-01-03 09:35:58.0 +01:00
  }
  +"title": 275932
}
"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 {#2115
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2108
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3339 …}
    +slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
    +title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
    +url: "https://jade.fyi/blog/flakes-arent-real/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 109
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577387 {#3334
      date: 2024-07-21 17:56:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3341 …}
    +votes: Doctrine\ORM\PersistentCollection {#3343 …}
    +reports: Doctrine\ORM\PersistentCollection {#3345 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3349 …}
    +badges: Doctrine\ORM\PersistentCollection {#3351 …}
    +children: [
      1 => App\Entity\EntryComment {#2105
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
        +body: """
          This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.\n
          \n
          It might still not be for you but don’t take this as the reference point.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1704270958 {#2104
          date: 2024-01-03 09:35:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Atemu@lemmy.ml"
          "@RenardDesMers@lemmy.ml"
          "@Atemu@lemmy.ml"
          "@RenardDesMers@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2101 …}
        +nested: Doctrine\ORM\PersistentCollection {#2109 …}
        +votes: Doctrine\ORM\PersistentCollection {#2106 …}
        +reports: Doctrine\ORM\PersistentCollection {#2107 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
        -id: 275932
        -bodyTs: "'-12':46 '6':45 'basic':10 'cover':41 'depth':32 'featur':17 'fine':55 'gather':36 'in-depth':30 'interest':16 'kind':28 'knowledg':33 'lot':4 'might':57 'month':47 'need':26 'nix':19 'overview':12 'person':35 'point':71 'refer':70 'start':21 'still':58 'take':6,66 'use':49"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7035776"
        +editedAt: DateTimeImmutable @1711164347 {#2100
          date: 2024-03-23 04:25:47.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704270958 {#2099
          date: 2024-01-03 09:35:58.0 +01:00
        }
        +"title": 275932
      }
      0 => App\Entity\EntryComment {#2115}
    ]
    -id: 26705
    -titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704289065
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10029412"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704202665 {#3321
      date: 2024-01-02 14:37:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2123 …}
  +body: """
    While that is true, it’s also r13y on another level: Reproducible evaluation. That mostly stems from pure eval and locking.\n
    \n
    In the “before times”, you’d get your Nix expressions from some mutable location in the Nix path, so running i.e. a nixos-rebuild on your configuration could produce two different eval results when ran at two different times, depending on whether anything about your channel configuration changed in the mean time. This cannot happen with flakes as all inputs are explicitly given and locked.\n
    \n
    You could achieve the same using niv etc. before but that had its own issues.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704271315 {#2121
    date: 2024-01-03 09:41:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Atemu@lemmy.ml"
    "@toothbrush@lemmy.blahaj.zone"
    "@Euphoma@lemmy.ml"
    "@toastal@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2119 …}
  +nested: Doctrine\ORM\PersistentCollection {#2120 …}
  +votes: Doctrine\ORM\PersistentCollection {#2160 …}
  +reports: Doctrine\ORM\PersistentCollection {#2162 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
  -id: 275939
  -bodyTs: "'achiev':90 'also':7 'anoth':10 'anyth':65 'cannot':76 'chang':70 'channel':68 'configur':49,69 'could':50,89 'd':27 'depend':62 'differ':53,60 'etc':95 'eval':19,54 'evalu':13 'explicit':84 'express':31 'flake':79 'get':28 'given':85 'happen':77 'i.e':42 'input':82 'issu':102 'level':11 'locat':35 'lock':21,87 'mean':73 'most':15 'mutabl':34 'niv':94 'nix':30,38 'nixo':45 'nixos-rebuild':44 'path':39 'produc':51 'pure':18 'r13y':8 'ran':57 'rebuild':46 'reproduc':12 'result':55 'run':41 'stem':16 'time':25,61,74 'true':4 'two':52,59 'use':93 'whether':64"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7035969"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704271315 {#2122
    date: 2024-01-03 09:41:55.0 +01:00
  }
  +"title": 275939
}
"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 {#2115
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2108
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3339 …}
    +slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
    +title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
    +url: "https://jade.fyi/blog/flakes-arent-real/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 109
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577387 {#3334
      date: 2024-07-21 17:56:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3341 …}
    +votes: Doctrine\ORM\PersistentCollection {#3343 …}
    +reports: Doctrine\ORM\PersistentCollection {#3345 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3349 …}
    +badges: Doctrine\ORM\PersistentCollection {#3351 …}
    +children: [
      1 => App\Entity\EntryComment {#2105
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
        +body: """
          This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.\n
          \n
          It might still not be for you but don’t take this as the reference point.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1704270958 {#2104
          date: 2024-01-03 09:35:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Atemu@lemmy.ml"
          "@RenardDesMers@lemmy.ml"
          "@Atemu@lemmy.ml"
          "@RenardDesMers@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2101 …}
        +nested: Doctrine\ORM\PersistentCollection {#2109 …}
        +votes: Doctrine\ORM\PersistentCollection {#2106 …}
        +reports: Doctrine\ORM\PersistentCollection {#2107 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
        -id: 275932
        -bodyTs: "'-12':46 '6':45 'basic':10 'cover':41 'depth':32 'featur':17 'fine':55 'gather':36 'in-depth':30 'interest':16 'kind':28 'knowledg':33 'lot':4 'might':57 'month':47 'need':26 'nix':19 'overview':12 'person':35 'point':71 'refer':70 'start':21 'still':58 'take':6,66 'use':49"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7035776"
        +editedAt: DateTimeImmutable @1711164347 {#2100
          date: 2024-03-23 04:25:47.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704270958 {#2099
          date: 2024-01-03 09:35:58.0 +01:00
        }
        +"title": 275932
      }
      0 => App\Entity\EntryComment {#2115}
    ]
    -id: 26705
    -titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704289065
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10029412"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704202665 {#3321
      date: 2024-01-02 14:37:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2123 …}
  +body: """
    While that is true, it’s also r13y on another level: Reproducible evaluation. That mostly stems from pure eval and locking.\n
    \n
    In the “before times”, you’d get your Nix expressions from some mutable location in the Nix path, so running i.e. a nixos-rebuild on your configuration could produce two different eval results when ran at two different times, depending on whether anything about your channel configuration changed in the mean time. This cannot happen with flakes as all inputs are explicitly given and locked.\n
    \n
    You could achieve the same using niv etc. before but that had its own issues.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704271315 {#2121
    date: 2024-01-03 09:41:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Atemu@lemmy.ml"
    "@toothbrush@lemmy.blahaj.zone"
    "@Euphoma@lemmy.ml"
    "@toastal@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2119 …}
  +nested: Doctrine\ORM\PersistentCollection {#2120 …}
  +votes: Doctrine\ORM\PersistentCollection {#2160 …}
  +reports: Doctrine\ORM\PersistentCollection {#2162 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
  -id: 275939
  -bodyTs: "'achiev':90 'also':7 'anoth':10 'anyth':65 'cannot':76 'chang':70 'channel':68 'configur':49,69 'could':50,89 'd':27 'depend':62 'differ':53,60 'etc':95 'eval':19,54 'evalu':13 'explicit':84 'express':31 'flake':79 'get':28 'given':85 'happen':77 'i.e':42 'input':82 'issu':102 'level':11 'locat':35 'lock':21,87 'mean':73 'most':15 'mutabl':34 'niv':94 'nix':30,38 'nixo':45 'nixos-rebuild':44 'path':39 'produc':51 'pure':18 'r13y':8 'ran':57 'rebuild':46 'reproduc':12 'result':55 'run':41 'stem':16 'time':25,61,74 'true':4 'two':52,59 'use':93 'whether':64"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7035969"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704271315 {#2122
    date: 2024-01-03 09:41:55.0 +01:00
  }
  +"title": 275939
}
"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 {#2115
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2108
    +user: App\Entity\User {#264 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3300 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3339 …}
    +slug: "Flakes-aren-t-real-and-cannot-hurt-you-a-guide-to"
    +title: "Flakes aren't real and cannot hurt you: a guide to using Nix flakes the non-flake way"
    +url: "https://jade.fyi/blog/flakes-arent-real/"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 109
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577387 {#3334
      date: 2024-07-21 17:56:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3341 …}
    +votes: Doctrine\ORM\PersistentCollection {#3343 …}
    +reports: Doctrine\ORM\PersistentCollection {#3345 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3349 …}
    +badges: Doctrine\ORM\PersistentCollection {#3351 …}
    +children: [
      1 => App\Entity\EntryComment {#2105
        +user: App\Entity\User {#264 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#2108 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2111 …}
        +body: """
          This is a lot to take in; it’s basically an overview of all the interesting features of Nix. When starting out, you don’t need this kind of in-depth knowledge. I personally gathered most of what was covered here in over 6-12months of using it and I did just fine.\n
          \n
          It might still not be for you but don’t take this as the reference point.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 9
        +score: 0
        +lastActive: DateTime @1704270958 {#2104
          date: 2024-01-03 09:35:58.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Atemu@lemmy.ml"
          "@RenardDesMers@lemmy.ml"
          "@Atemu@lemmy.ml"
          "@RenardDesMers@lemmy.ml"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2101 …}
        +nested: Doctrine\ORM\PersistentCollection {#2109 …}
        +votes: Doctrine\ORM\PersistentCollection {#2106 …}
        +reports: Doctrine\ORM\PersistentCollection {#2107 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2124 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2118 …}
        -id: 275932
        -bodyTs: "'-12':46 '6':45 'basic':10 'cover':41 'depth':32 'featur':17 'fine':55 'gather':36 'in-depth':30 'interest':16 'kind':28 'knowledg':33 'lot':4 'might':57 'month':47 'need':26 'nix':19 'overview':12 'person':35 'point':71 'refer':70 'start':21 'still':58 'take':6,66 'use':49"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.ml/comment/7035776"
        +editedAt: DateTimeImmutable @1711164347 {#2100
          date: 2024-03-23 04:25:47.0 +01:00
        }
        +createdAt: DateTimeImmutable @1704270958 {#2099
          date: 2024-01-03 09:35:58.0 +01:00
        }
        +"title": 275932
      }
      0 => App\Entity\EntryComment {#2115}
    ]
    -id: 26705
    -titleTs: "'aren':2 'cannot':6 'flake':1,14,18 'guid':10 'hurt':7 'nix':13 'non':17 'non-flak':16 'real':4 'use':12 'way':19"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704289065
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10029412"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704202665 {#3321
      date: 2024-01-02 14:37:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2113 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2123 …}
  +body: """
    While that is true, it’s also r13y on another level: Reproducible evaluation. That mostly stems from pure eval and locking.\n
    \n
    In the “before times”, you’d get your Nix expressions from some mutable location in the Nix path, so running i.e. a nixos-rebuild on your configuration could produce two different eval results when ran at two different times, depending on whether anything about your channel configuration changed in the mean time. This cannot happen with flakes as all inputs are explicitly given and locked.\n
    \n
    You could achieve the same using niv etc. before but that had its own issues.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1704271315 {#2121
    date: 2024-01-03 09:41:55.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Atemu@lemmy.ml"
    "@toothbrush@lemmy.blahaj.zone"
    "@Euphoma@lemmy.ml"
    "@toastal@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2119 …}
  +nested: Doctrine\ORM\PersistentCollection {#2120 …}
  +votes: Doctrine\ORM\PersistentCollection {#2160 …}
  +reports: Doctrine\ORM\PersistentCollection {#2162 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2128 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2126 …}
  -id: 275939
  -bodyTs: "'achiev':90 'also':7 'anoth':10 'anyth':65 'cannot':76 'chang':70 'channel':68 'configur':49,69 'could':50,89 'd':27 'depend':62 'differ':53,60 'etc':95 'eval':19,54 'evalu':13 'explicit':84 'express':31 'flake':79 'get':28 'given':85 'happen':77 'i.e':42 'input':82 'issu':102 'level':11 'locat':35 'lock':21,87 'mean':73 'most':15 'mutabl':34 'niv':94 'nix':30,38 'nixo':45 'nixos-rebuild':44 'path':39 'produc':51 'pure':18 'r13y':8 'ran':57 'rebuild':46 'reproduc':12 'result':55 'run':41 'stem':16 'time':25,61,74 'true':4 'two':52,59 'use':93 'whether':64"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7035969"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704271315 {#2122
    date: 2024-01-03 09:41:55.0 +01:00
  }
  +"title": 275939
}
"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 {#2056
  +user: Proxies\__CG__\App\Entity\User {#2491 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Uid-gid-in-docker-containers-don-t-match-the-uid-gid-on-the"
  +title: "Uid/gid in docker containers don't match the uid/gid on the server?"
  +url: null
  +body: """
    Installed a new debian server, installed docker, but then now i have a problem with permissions on passed directories.\n
    \n
    On the previous server, the uid/gids inside the docker container match the uid/gid on the real server.\n
    \n
    Root is 0, www-data is 33, and so on.\n
    \n
    On this new server, instead, files owned by root (0) in the container are translated to 1000 on the server, www-data (33) is 100032, and so on (+1000 appended to the uid)\n
    \n
    Is this normal or did I misconfigure something? On the previous server I was running everything as root (the interactive user was root), and i would like to avoid that
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711314477 {#3466
    date: 2024-03-24 22:07:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3430 …}
  +votes: Doctrine\ORM\PersistentCollection {#3473 …}
  +reports: Doctrine\ORM\PersistentCollection {#3475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3479 …}
  +badges: Doctrine\ORM\PersistentCollection {#3481 …}
  +children: [
    App\Entity\EntryComment {#2051
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2056 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
      +body: "Why go through all of that complexity when you could just `sudo apt install docker`?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704197511 {#2049
        date: 2024-01-02 13:11:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Moonrise2473@feddit.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2047 …}
      +nested: Doctrine\ORM\PersistentCollection {#2057 …}
      +votes: Doctrine\ORM\PersistentCollection {#2055 …}
      +reports: Doctrine\ORM\PersistentCollection {#2054 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
      -id: 273200
      -bodyTs: "'apt':13 'complex':7 'could':10 'docker':15 'go':2 'instal':14 'sudo':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7009410"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704197511 {#2048
        date: 2024-01-02 13:11:51.0 +01:00
      }
      +"title": 273200
    }
  ]
  -id: 26687
  -titleTs: "'contain':4 'docker':3 'match':7 'server':12 'uid/gid':1,9"
  -bodyTs: "'+1000':77 '0':39,57 '1000':64 '100032':73 '33':44,71 'append':78 'avoid':110 'contain':29,60 'data':42,70 'debian':4 'directori':19 'docker':7,28 'everyth':97 'file':53 'insid':26 'instal':1,6 'instead':52 'interact':101 'like':108 'match':30 'misconfigur':88 'new':3,50 'normal':84 'own':54 'pass':18 'permiss':16 'previous':22,92 'problem':14 'real':35 'root':37,56,99,104 'run':96 'server':5,23,36,51,67,93 'someth':89 'translat':62 'uid':81 'uid/gid':32 'uid/gids':25 'user':102 'would':107 'www':41,69 'www-data':40,68"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704278621
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4513735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704192221 {#3454
    date: 2024-01-02 11:43:41.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 {#2056
  +user: Proxies\__CG__\App\Entity\User {#2491 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Uid-gid-in-docker-containers-don-t-match-the-uid-gid-on-the"
  +title: "Uid/gid in docker containers don't match the uid/gid on the server?"
  +url: null
  +body: """
    Installed a new debian server, installed docker, but then now i have a problem with permissions on passed directories.\n
    \n
    On the previous server, the uid/gids inside the docker container match the uid/gid on the real server.\n
    \n
    Root is 0, www-data is 33, and so on.\n
    \n
    On this new server, instead, files owned by root (0) in the container are translated to 1000 on the server, www-data (33) is 100032, and so on (+1000 appended to the uid)\n
    \n
    Is this normal or did I misconfigure something? On the previous server I was running everything as root (the interactive user was root), and i would like to avoid that
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711314477 {#3466
    date: 2024-03-24 22:07:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3430 …}
  +votes: Doctrine\ORM\PersistentCollection {#3473 …}
  +reports: Doctrine\ORM\PersistentCollection {#3475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3479 …}
  +badges: Doctrine\ORM\PersistentCollection {#3481 …}
  +children: [
    App\Entity\EntryComment {#2051
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2056 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
      +body: "Why go through all of that complexity when you could just `sudo apt install docker`?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704197511 {#2049
        date: 2024-01-02 13:11:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Moonrise2473@feddit.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2047 …}
      +nested: Doctrine\ORM\PersistentCollection {#2057 …}
      +votes: Doctrine\ORM\PersistentCollection {#2055 …}
      +reports: Doctrine\ORM\PersistentCollection {#2054 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
      -id: 273200
      -bodyTs: "'apt':13 'complex':7 'could':10 'docker':15 'go':2 'instal':14 'sudo':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7009410"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704197511 {#2048
        date: 2024-01-02 13:11:51.0 +01:00
      }
      +"title": 273200
    }
  ]
  -id: 26687
  -titleTs: "'contain':4 'docker':3 'match':7 'server':12 'uid/gid':1,9"
  -bodyTs: "'+1000':77 '0':39,57 '1000':64 '100032':73 '33':44,71 'append':78 'avoid':110 'contain':29,60 'data':42,70 'debian':4 'directori':19 'docker':7,28 'everyth':97 'file':53 'insid':26 'instal':1,6 'instead':52 'interact':101 'like':108 'match':30 'misconfigur':88 'new':3,50 'normal':84 'own':54 'pass':18 'permiss':16 'previous':22,92 'problem':14 'real':35 'root':37,56,99,104 'run':96 'server':5,23,36,51,67,93 'someth':89 'translat':62 'uid':81 'uid/gid':32 'uid/gids':25 'user':102 'would':107 'www':41,69 'www-data':40,68"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704278621
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4513735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704192221 {#3454
    date: 2024-01-02 11:43:41.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 {#2056
  +user: Proxies\__CG__\App\Entity\User {#2491 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Uid-gid-in-docker-containers-don-t-match-the-uid-gid-on-the"
  +title: "Uid/gid in docker containers don't match the uid/gid on the server?"
  +url: null
  +body: """
    Installed a new debian server, installed docker, but then now i have a problem with permissions on passed directories.\n
    \n
    On the previous server, the uid/gids inside the docker container match the uid/gid on the real server.\n
    \n
    Root is 0, www-data is 33, and so on.\n
    \n
    On this new server, instead, files owned by root (0) in the container are translated to 1000 on the server, www-data (33) is 100032, and so on (+1000 appended to the uid)\n
    \n
    Is this normal or did I misconfigure something? On the previous server I was running everything as root (the interactive user was root), and i would like to avoid that
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 42
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711314477 {#3466
    date: 2024-03-24 22:07:57.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3430 …}
  +votes: Doctrine\ORM\PersistentCollection {#3473 …}
  +reports: Doctrine\ORM\PersistentCollection {#3475 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3477 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3479 …}
  +badges: Doctrine\ORM\PersistentCollection {#3481 …}
  +children: [
    App\Entity\EntryComment {#2051
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2056 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
      +body: "Why go through all of that complexity when you could just `sudo apt install docker`?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704197511 {#2049
        date: 2024-01-02 13:11:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Moonrise2473@feddit.it"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2047 …}
      +nested: Doctrine\ORM\PersistentCollection {#2057 …}
      +votes: Doctrine\ORM\PersistentCollection {#2055 …}
      +reports: Doctrine\ORM\PersistentCollection {#2054 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
      -id: 273200
      -bodyTs: "'apt':13 'complex':7 'could':10 'docker':15 'go':2 'instal':14 'sudo':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7009410"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704197511 {#2048
        date: 2024-01-02 13:11:51.0 +01:00
      }
      +"title": 273200
    }
  ]
  -id: 26687
  -titleTs: "'contain':4 'docker':3 'match':7 'server':12 'uid/gid':1,9"
  -bodyTs: "'+1000':77 '0':39,57 '1000':64 '100032':73 '33':44,71 'append':78 'avoid':110 'contain':29,60 'data':42,70 'debian':4 'directori':19 'docker':7,28 'everyth':97 'file':53 'insid':26 'instal':1,6 'instead':52 'interact':101 'like':108 'match':30 'misconfigur':88 'new':3,50 'normal':84 'own':54 'pass':18 'permiss':16 'previous':22,92 'problem':14 'real':35 'root':37,56,99,104 'run':96 'server':5,23,36,51,67,93 'someth':89 'translat':62 'uid':81 'uid/gid':32 'uid/gids':25 'user':102 'would':107 'www':41,69 'www-data':40,68"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704278621
  +visibility: "visible             "
  +apId: "https://feddit.it/post/4513735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704192221 {#3454
    date: 2024-01-02 11:43:41.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 {#2051
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2056
    +user: Proxies\__CG__\App\Entity\User {#2491 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Uid-gid-in-docker-containers-don-t-match-the-uid-gid-on-the"
    +title: "Uid/gid in docker containers don't match the uid/gid on the server?"
    +url: null
    +body: """
      Installed a new debian server, installed docker, but then now i have a problem with permissions on passed directories.\n
      \n
      On the previous server, the uid/gids inside the docker container match the uid/gid on the real server.\n
      \n
      Root is 0, www-data is 33, and so on.\n
      \n
      On this new server, instead, files owned by root (0) in the container are translated to 1000 on the server, www-data (33) is 100032, and so on (+1000 appended to the uid)\n
      \n
      Is this normal or did I misconfigure something? On the previous server I was running everything as root (the interactive user was root), and i would like to avoid that
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 42
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711314477 {#3466
      date: 2024-03-24 22:07:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3430 …}
    +votes: Doctrine\ORM\PersistentCollection {#3473 …}
    +reports: Doctrine\ORM\PersistentCollection {#3475 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3477 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3479 …}
    +badges: Doctrine\ORM\PersistentCollection {#3481 …}
    +children: [
      App\Entity\EntryComment {#2051}
    ]
    -id: 26687
    -titleTs: "'contain':4 'docker':3 'match':7 'server':12 'uid/gid':1,9"
    -bodyTs: "'+1000':77 '0':39,57 '1000':64 '100032':73 '33':44,71 'append':78 'avoid':110 'contain':29,60 'data':42,70 'debian':4 'directori':19 'docker':7,28 'everyth':97 'file':53 'insid':26 'instal':1,6 'instead':52 'interact':101 'like':108 'match':30 'misconfigur':88 'new':3,50 'normal':84 'own':54 'pass':18 'permiss':16 'previous':22,92 'problem':14 'real':35 'root':37,56,99,104 'run':96 'server':5,23,36,51,67,93 'someth':89 'translat':62 'uid':81 'uid/gid':32 'uid/gids':25 'user':102 'would':107 'www':41,69 'www-data':40,68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704278621
    +visibility: "visible             "
    +apId: "https://feddit.it/post/4513735"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704192221 {#3454
      date: 2024-01-02 11:43:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
  +body: "Why go through all of that complexity when you could just `sudo apt install docker`?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704197511 {#2049
    date: 2024-01-02 13:11:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2047 …}
  +nested: Doctrine\ORM\PersistentCollection {#2057 …}
  +votes: Doctrine\ORM\PersistentCollection {#2055 …}
  +reports: Doctrine\ORM\PersistentCollection {#2054 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
  -id: 273200
  -bodyTs: "'apt':13 'complex':7 'could':10 'docker':15 'go':2 'instal':14 'sudo':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7009410"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704197511 {#2048
    date: 2024-01-02 13:11:51.0 +01:00
  }
  +"title": 273200
}
"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 {#2051
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2056
    +user: Proxies\__CG__\App\Entity\User {#2491 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Uid-gid-in-docker-containers-don-t-match-the-uid-gid-on-the"
    +title: "Uid/gid in docker containers don't match the uid/gid on the server?"
    +url: null
    +body: """
      Installed a new debian server, installed docker, but then now i have a problem with permissions on passed directories.\n
      \n
      On the previous server, the uid/gids inside the docker container match the uid/gid on the real server.\n
      \n
      Root is 0, www-data is 33, and so on.\n
      \n
      On this new server, instead, files owned by root (0) in the container are translated to 1000 on the server, www-data (33) is 100032, and so on (+1000 appended to the uid)\n
      \n
      Is this normal or did I misconfigure something? On the previous server I was running everything as root (the interactive user was root), and i would like to avoid that
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 42
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711314477 {#3466
      date: 2024-03-24 22:07:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3430 …}
    +votes: Doctrine\ORM\PersistentCollection {#3473 …}
    +reports: Doctrine\ORM\PersistentCollection {#3475 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3477 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3479 …}
    +badges: Doctrine\ORM\PersistentCollection {#3481 …}
    +children: [
      App\Entity\EntryComment {#2051}
    ]
    -id: 26687
    -titleTs: "'contain':4 'docker':3 'match':7 'server':12 'uid/gid':1,9"
    -bodyTs: "'+1000':77 '0':39,57 '1000':64 '100032':73 '33':44,71 'append':78 'avoid':110 'contain':29,60 'data':42,70 'debian':4 'directori':19 'docker':7,28 'everyth':97 'file':53 'insid':26 'instal':1,6 'instead':52 'interact':101 'like':108 'match':30 'misconfigur':88 'new':3,50 'normal':84 'own':54 'pass':18 'permiss':16 'previous':22,92 'problem':14 'real':35 'root':37,56,99,104 'run':96 'server':5,23,36,51,67,93 'someth':89 'translat':62 'uid':81 'uid/gid':32 'uid/gids':25 'user':102 'would':107 'www':41,69 'www-data':40,68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704278621
    +visibility: "visible             "
    +apId: "https://feddit.it/post/4513735"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704192221 {#3454
      date: 2024-01-02 11:43:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
  +body: "Why go through all of that complexity when you could just `sudo apt install docker`?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704197511 {#2049
    date: 2024-01-02 13:11:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2047 …}
  +nested: Doctrine\ORM\PersistentCollection {#2057 …}
  +votes: Doctrine\ORM\PersistentCollection {#2055 …}
  +reports: Doctrine\ORM\PersistentCollection {#2054 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
  -id: 273200
  -bodyTs: "'apt':13 'complex':7 'could':10 'docker':15 'go':2 'instal':14 'sudo':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7009410"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704197511 {#2048
    date: 2024-01-02 13:11:51.0 +01:00
  }
  +"title": 273200
}
"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 {#2051
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2056
    +user: Proxies\__CG__\App\Entity\User {#2491 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Uid-gid-in-docker-containers-don-t-match-the-uid-gid-on-the"
    +title: "Uid/gid in docker containers don't match the uid/gid on the server?"
    +url: null
    +body: """
      Installed a new debian server, installed docker, but then now i have a problem with permissions on passed directories.\n
      \n
      On the previous server, the uid/gids inside the docker container match the uid/gid on the real server.\n
      \n
      Root is 0, www-data is 33, and so on.\n
      \n
      On this new server, instead, files owned by root (0) in the container are translated to 1000 on the server, www-data (33) is 100032, and so on (+1000 appended to the uid)\n
      \n
      Is this normal or did I misconfigure something? On the previous server I was running everything as root (the interactive user was root), and i would like to avoid that
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 42
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711314477 {#3466
      date: 2024-03-24 22:07:57.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3430 …}
    +votes: Doctrine\ORM\PersistentCollection {#3473 …}
    +reports: Doctrine\ORM\PersistentCollection {#3475 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3477 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3479 …}
    +badges: Doctrine\ORM\PersistentCollection {#3481 …}
    +children: [
      App\Entity\EntryComment {#2051}
    ]
    -id: 26687
    -titleTs: "'contain':4 'docker':3 'match':7 'server':12 'uid/gid':1,9"
    -bodyTs: "'+1000':77 '0':39,57 '1000':64 '100032':73 '33':44,71 'append':78 'avoid':110 'contain':29,60 'data':42,70 'debian':4 'directori':19 'docker':7,28 'everyth':97 'file':53 'insid':26 'instal':1,6 'instead':52 'interact':101 'like':108 'match':30 'misconfigur':88 'new':3,50 'normal':84 'own':54 'pass':18 'permiss':16 'previous':22,92 'problem':14 'real':35 'root':37,56,99,104 'run':96 'server':5,23,36,51,67,93 'someth':89 'translat':62 'uid':81 'uid/gid':32 'uid/gids':25 'user':102 'would':107 'www':41,69 'www-data':40,68"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704278621
    +visibility: "visible             "
    +apId: "https://feddit.it/post/4513735"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704192221 {#3454
      date: 2024-01-02 11:43:41.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2059 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2046 …}
  +body: "Why go through all of that complexity when you could just `sudo apt install docker`?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704197511 {#2049
    date: 2024-01-02 13:11:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Moonrise2473@feddit.it"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2047 …}
  +nested: Doctrine\ORM\PersistentCollection {#2057 …}
  +votes: Doctrine\ORM\PersistentCollection {#2055 …}
  +reports: Doctrine\ORM\PersistentCollection {#2054 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2053 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2165 …}
  -id: 273200
  -bodyTs: "'apt':13 'complex':7 'could':10 'docker':15 'go':2 'instal':14 'sudo':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7009410"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704197511 {#2048
    date: 2024-01-02 13:11:51.0 +01:00
  }
  +"title": 273200
}
"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 {#2325
  +user: Proxies\__CG__\App\Entity\User {#3059 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Mullvad-halves-my-internet-speeds-is-there-a-fix"
  +title: "Mullvad halves my internet speeds — is there a fix?"
  +url: null
  +body: """
    Typically, my ISP provides ~500mbps down, but Mullvad seems to struggle to get above 220mbps. Is this typical?\n
    \n
    I want to route all network traffic through it on the router, but don’t want to miss out on the download speeds I’m paying for.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721577298 {#3064
    date: 2024-07-21 17:54:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3104 …}
  +votes: Doctrine\ORM\PersistentCollection {#3102 …}
  +reports: Doctrine\ORM\PersistentCollection {#3099 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3129 …}
  +badges: Doctrine\ORM\PersistentCollection {#3146 …}
  +children: [
    App\Entity\EntryComment {#2191
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Yes, a slight speed decrease is expected even with good proxy services at common residential speeds. Given that yours is far above the average, a greater decrease can be expected. It shouldn’t be this much though.\n
        \n
        If this is installed on a common “router” SOHO gateway appliance, it’s likely that its hardware is simply not able to keep up with the tunnelling workload (encryption, package handling). For troubleshooting, try the same proxy server on a more powerful machine while disabling the proxy on the gateway. If it’s faster, that’s likely your issue.\n
        \n
        Also try a different proxy server. That particular one might simply not have enough capacity to serve you more than that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1704155625 {#2289
        date: 2024-01-02 01:33:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rgb3x3@beehaw.org"
        "@rgb3x3@beehaw.org"
      ]
      +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: 272052
      -bodyTs: "'abl':58 'also':97 'applianc':48 'averag':24 'capac':111 'common':14,44 'decreas':5,27 'differ':100 'disabl':82 'encrypt':66 'enough':110 'even':8 'expect':7,30 'far':21 'faster':91 'gateway':47,87 'given':17 'good':10 'greater':26 'handl':68 'hardwar':54 'instal':41 'issu':96 'keep':60 'like':51,94 'machin':80 'might':106 'much':36 'one':105 'packag':67 'particular':104 'power':79 'proxi':11,74,84,101 'residenti':15 'router':45 'serv':113 'server':75,102 'servic':12 'shouldn':32 'simpli':56,107 'slight':3 'soho':46 'speed':4,16 'though':37 'tri':71,98 'troubleshoot':70 'tunnel':64 'workload':65 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7001245"
      +editedAt: DateTimeImmutable @1710638390 {#2328
        date: 2024-03-17 02:19:50.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704155625 {#2326
        date: 2024-01-02 01:33:45.0 +01:00
      }
      +"title": 272052
    }
  ]
  -id: 26633
  -titleTs: "'fix':9 'halv':2 'internet':4 'mullvad':1 'speed':5"
  -bodyTs: "'220mbps':15 '500mbps':5 'download':40 'get':13 'isp':3 'm':43 'miss':36 'mullvad':8 'network':24 'pay':44 'provid':4 'rout':22 'router':30 'seem':9 'speed':41 'struggl':11 'traffic':25 'typic':1,18 'want':20,34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704236034
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10722689"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704149634 {#3058
    date: 2024-01-01 23:53:54.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 {#2325
  +user: Proxies\__CG__\App\Entity\User {#3059 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Mullvad-halves-my-internet-speeds-is-there-a-fix"
  +title: "Mullvad halves my internet speeds — is there a fix?"
  +url: null
  +body: """
    Typically, my ISP provides ~500mbps down, but Mullvad seems to struggle to get above 220mbps. Is this typical?\n
    \n
    I want to route all network traffic through it on the router, but don’t want to miss out on the download speeds I’m paying for.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721577298 {#3064
    date: 2024-07-21 17:54:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3104 …}
  +votes: Doctrine\ORM\PersistentCollection {#3102 …}
  +reports: Doctrine\ORM\PersistentCollection {#3099 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3129 …}
  +badges: Doctrine\ORM\PersistentCollection {#3146 …}
  +children: [
    App\Entity\EntryComment {#2191
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Yes, a slight speed decrease is expected even with good proxy services at common residential speeds. Given that yours is far above the average, a greater decrease can be expected. It shouldn’t be this much though.\n
        \n
        If this is installed on a common “router” SOHO gateway appliance, it’s likely that its hardware is simply not able to keep up with the tunnelling workload (encryption, package handling). For troubleshooting, try the same proxy server on a more powerful machine while disabling the proxy on the gateway. If it’s faster, that’s likely your issue.\n
        \n
        Also try a different proxy server. That particular one might simply not have enough capacity to serve you more than that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1704155625 {#2289
        date: 2024-01-02 01:33:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rgb3x3@beehaw.org"
        "@rgb3x3@beehaw.org"
      ]
      +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: 272052
      -bodyTs: "'abl':58 'also':97 'applianc':48 'averag':24 'capac':111 'common':14,44 'decreas':5,27 'differ':100 'disabl':82 'encrypt':66 'enough':110 'even':8 'expect':7,30 'far':21 'faster':91 'gateway':47,87 'given':17 'good':10 'greater':26 'handl':68 'hardwar':54 'instal':41 'issu':96 'keep':60 'like':51,94 'machin':80 'might':106 'much':36 'one':105 'packag':67 'particular':104 'power':79 'proxi':11,74,84,101 'residenti':15 'router':45 'serv':113 'server':75,102 'servic':12 'shouldn':32 'simpli':56,107 'slight':3 'soho':46 'speed':4,16 'though':37 'tri':71,98 'troubleshoot':70 'tunnel':64 'workload':65 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7001245"
      +editedAt: DateTimeImmutable @1710638390 {#2328
        date: 2024-03-17 02:19:50.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704155625 {#2326
        date: 2024-01-02 01:33:45.0 +01:00
      }
      +"title": 272052
    }
  ]
  -id: 26633
  -titleTs: "'fix':9 'halv':2 'internet':4 'mullvad':1 'speed':5"
  -bodyTs: "'220mbps':15 '500mbps':5 'download':40 'get':13 'isp':3 'm':43 'miss':36 'mullvad':8 'network':24 'pay':44 'provid':4 'rout':22 'router':30 'seem':9 'speed':41 'struggl':11 'traffic':25 'typic':1,18 'want':20,34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704236034
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10722689"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704149634 {#3058
    date: 2024-01-01 23:53:54.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 {#2325
  +user: Proxies\__CG__\App\Entity\User {#3059 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Mullvad-halves-my-internet-speeds-is-there-a-fix"
  +title: "Mullvad halves my internet speeds — is there a fix?"
  +url: null
  +body: """
    Typically, my ISP provides ~500mbps down, but Mullvad seems to struggle to get above 220mbps. Is this typical?\n
    \n
    I want to route all network traffic through it on the router, but don’t want to miss out on the download speeds I’m paying for.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 25
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721577298 {#3064
    date: 2024-07-21 17:54:58.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3104 …}
  +votes: Doctrine\ORM\PersistentCollection {#3102 …}
  +reports: Doctrine\ORM\PersistentCollection {#3099 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3129 …}
  +badges: Doctrine\ORM\PersistentCollection {#3146 …}
  +children: [
    App\Entity\EntryComment {#2191
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2325 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Yes, a slight speed decrease is expected even with good proxy services at common residential speeds. Given that yours is far above the average, a greater decrease can be expected. It shouldn’t be this much though.\n
        \n
        If this is installed on a common “router” SOHO gateway appliance, it’s likely that its hardware is simply not able to keep up with the tunnelling workload (encryption, package handling). For troubleshooting, try the same proxy server on a more powerful machine while disabling the proxy on the gateway. If it’s faster, that’s likely your issue.\n
        \n
        Also try a different proxy server. That particular one might simply not have enough capacity to serve you more than that.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1704155625 {#2289
        date: 2024-01-02 01:33:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@rgb3x3@beehaw.org"
        "@rgb3x3@beehaw.org"
      ]
      +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: 272052
      -bodyTs: "'abl':58 'also':97 'applianc':48 'averag':24 'capac':111 'common':14,44 'decreas':5,27 'differ':100 'disabl':82 'encrypt':66 'enough':110 'even':8 'expect':7,30 'far':21 'faster':91 'gateway':47,87 'given':17 'good':10 'greater':26 'handl':68 'hardwar':54 'instal':41 'issu':96 'keep':60 'like':51,94 'machin':80 'might':106 'much':36 'one':105 'packag':67 'particular':104 'power':79 'proxi':11,74,84,101 'residenti':15 'router':45 'serv':113 'server':75,102 'servic':12 'shouldn':32 'simpli':56,107 'slight':3 'soho':46 'speed':4,16 'though':37 'tri':71,98 'troubleshoot':70 'tunnel':64 'workload':65 'yes':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7001245"
      +editedAt: DateTimeImmutable @1710638390 {#2328
        date: 2024-03-17 02:19:50.0 +01:00
      }
      +createdAt: DateTimeImmutable @1704155625 {#2326
        date: 2024-01-02 01:33:45.0 +01:00
      }
      +"title": 272052
    }
  ]
  -id: 26633
  -titleTs: "'fix':9 'halv':2 'internet':4 'mullvad':1 'speed':5"
  -bodyTs: "'220mbps':15 '500mbps':5 'download':40 'get':13 'isp':3 'm':43 'miss':36 'mullvad':8 'network':24 'pay':44 'provid':4 'rout':22 'router':30 'seem':9 'speed':41 'struggl':11 'traffic':25 'typic':1,18 'want':20,34"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704236034
  +visibility: "visible             "
  +apId: "https://beehaw.org/post/10722689"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704149634 {#3058
    date: 2024-01-01 23:53:54.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 {#2191
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325
    +user: Proxies\__CG__\App\Entity\User {#3059 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Mullvad-halves-my-internet-speeds-is-there-a-fix"
    +title: "Mullvad halves my internet speeds — is there a fix?"
    +url: null
    +body: """
      Typically, my ISP provides ~500mbps down, but Mullvad seems to struggle to get above 220mbps. Is this typical?\n
      \n
      I want to route all network traffic through it on the router, but don’t want to miss out on the download speeds I’m paying for.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 25
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577298 {#3064
      date: 2024-07-21 17:54:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3104 …}
    +votes: Doctrine\ORM\PersistentCollection {#3102 …}
    +reports: Doctrine\ORM\PersistentCollection {#3099 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3133 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3129 …}
    +badges: Doctrine\ORM\PersistentCollection {#3146 …}
    +children: [
      App\Entity\EntryComment {#2191}
    ]
    -id: 26633
    -titleTs: "'fix':9 'halv':2 'internet':4 'mullvad':1 'speed':5"
    -bodyTs: "'220mbps':15 '500mbps':5 'download':40 'get':13 'isp':3 'm':43 'miss':36 'mullvad':8 'network':24 'pay':44 'provid':4 'rout':22 'router':30 'seem':9 'speed':41 'struggl':11 'traffic':25 'typic':1,18 'want':20,34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704236034
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/10722689"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704149634 {#3058
      date: 2024-01-01 23:53:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Yes, a slight speed decrease is expected even with good proxy services at common residential speeds. Given that yours is far above the average, a greater decrease can be expected. It shouldn’t be this much though.\n
    \n
    If this is installed on a common “router” SOHO gateway appliance, it’s likely that its hardware is simply not able to keep up with the tunnelling workload (encryption, package handling). For troubleshooting, try the same proxy server on a more powerful machine while disabling the proxy on the gateway. If it’s faster, that’s likely your issue.\n
    \n
    Also try a different proxy server. That particular one might simply not have enough capacity to serve you more than that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1704155625 {#2289
    date: 2024-01-02 01:33:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rgb3x3@beehaw.org"
    "@rgb3x3@beehaw.org"
  ]
  +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: 272052
  -bodyTs: "'abl':58 'also':97 'applianc':48 'averag':24 'capac':111 'common':14,44 'decreas':5,27 'differ':100 'disabl':82 'encrypt':66 'enough':110 'even':8 'expect':7,30 'far':21 'faster':91 'gateway':47,87 'given':17 'good':10 'greater':26 'handl':68 'hardwar':54 'instal':41 'issu':96 'keep':60 'like':51,94 'machin':80 'might':106 'much':36 'one':105 'packag':67 'particular':104 'power':79 'proxi':11,74,84,101 'residenti':15 'router':45 'serv':113 'server':75,102 'servic':12 'shouldn':32 'simpli':56,107 'slight':3 'soho':46 'speed':4,16 'though':37 'tri':71,98 'troubleshoot':70 'tunnel':64 'workload':65 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7001245"
  +editedAt: DateTimeImmutable @1710638390 {#2328
    date: 2024-03-17 02:19:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704155625 {#2326
    date: 2024-01-02 01:33:45.0 +01:00
  }
  +"title": 272052
}
"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 {#2191
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325
    +user: Proxies\__CG__\App\Entity\User {#3059 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Mullvad-halves-my-internet-speeds-is-there-a-fix"
    +title: "Mullvad halves my internet speeds — is there a fix?"
    +url: null
    +body: """
      Typically, my ISP provides ~500mbps down, but Mullvad seems to struggle to get above 220mbps. Is this typical?\n
      \n
      I want to route all network traffic through it on the router, but don’t want to miss out on the download speeds I’m paying for.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 25
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577298 {#3064
      date: 2024-07-21 17:54:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3104 …}
    +votes: Doctrine\ORM\PersistentCollection {#3102 …}
    +reports: Doctrine\ORM\PersistentCollection {#3099 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3133 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3129 …}
    +badges: Doctrine\ORM\PersistentCollection {#3146 …}
    +children: [
      App\Entity\EntryComment {#2191}
    ]
    -id: 26633
    -titleTs: "'fix':9 'halv':2 'internet':4 'mullvad':1 'speed':5"
    -bodyTs: "'220mbps':15 '500mbps':5 'download':40 'get':13 'isp':3 'm':43 'miss':36 'mullvad':8 'network':24 'pay':44 'provid':4 'rout':22 'router':30 'seem':9 'speed':41 'struggl':11 'traffic':25 'typic':1,18 'want':20,34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704236034
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/10722689"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704149634 {#3058
      date: 2024-01-01 23:53:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Yes, a slight speed decrease is expected even with good proxy services at common residential speeds. Given that yours is far above the average, a greater decrease can be expected. It shouldn’t be this much though.\n
    \n
    If this is installed on a common “router” SOHO gateway appliance, it’s likely that its hardware is simply not able to keep up with the tunnelling workload (encryption, package handling). For troubleshooting, try the same proxy server on a more powerful machine while disabling the proxy on the gateway. If it’s faster, that’s likely your issue.\n
    \n
    Also try a different proxy server. That particular one might simply not have enough capacity to serve you more than that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1704155625 {#2289
    date: 2024-01-02 01:33:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rgb3x3@beehaw.org"
    "@rgb3x3@beehaw.org"
  ]
  +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: 272052
  -bodyTs: "'abl':58 'also':97 'applianc':48 'averag':24 'capac':111 'common':14,44 'decreas':5,27 'differ':100 'disabl':82 'encrypt':66 'enough':110 'even':8 'expect':7,30 'far':21 'faster':91 'gateway':47,87 'given':17 'good':10 'greater':26 'handl':68 'hardwar':54 'instal':41 'issu':96 'keep':60 'like':51,94 'machin':80 'might':106 'much':36 'one':105 'packag':67 'particular':104 'power':79 'proxi':11,74,84,101 'residenti':15 'router':45 'serv':113 'server':75,102 'servic':12 'shouldn':32 'simpli':56,107 'slight':3 'soho':46 'speed':4,16 'though':37 'tri':71,98 'troubleshoot':70 'tunnel':64 'workload':65 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7001245"
  +editedAt: DateTimeImmutable @1710638390 {#2328
    date: 2024-03-17 02:19:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704155625 {#2326
    date: 2024-01-02 01:33:45.0 +01:00
  }
  +"title": 272052
}
"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 {#2191
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2325
    +user: Proxies\__CG__\App\Entity\User {#3059 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Mullvad-halves-my-internet-speeds-is-there-a-fix"
    +title: "Mullvad halves my internet speeds — is there a fix?"
    +url: null
    +body: """
      Typically, my ISP provides ~500mbps down, but Mullvad seems to struggle to get above 220mbps. Is this typical?\n
      \n
      I want to route all network traffic through it on the router, but don’t want to miss out on the download speeds I’m paying for.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 25
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721577298 {#3064
      date: 2024-07-21 17:54:58.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3104 …}
    +votes: Doctrine\ORM\PersistentCollection {#3102 …}
    +reports: Doctrine\ORM\PersistentCollection {#3099 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3133 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3129 …}
    +badges: Doctrine\ORM\PersistentCollection {#3146 …}
    +children: [
      App\Entity\EntryComment {#2191}
    ]
    -id: 26633
    -titleTs: "'fix':9 'halv':2 'internet':4 'mullvad':1 'speed':5"
    -bodyTs: "'220mbps':15 '500mbps':5 'download':40 'get':13 'isp':3 'm':43 'miss':36 'mullvad':8 'network':24 'pay':44 'provid':4 'rout':22 'router':30 'seem':9 'speed':41 'struggl':11 'traffic':25 'typic':1,18 'want':20,34"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704236034
    +visibility: "visible             "
    +apId: "https://beehaw.org/post/10722689"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704149634 {#3058
      date: 2024-01-01 23:53:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Yes, a slight speed decrease is expected even with good proxy services at common residential speeds. Given that yours is far above the average, a greater decrease can be expected. It shouldn’t be this much though.\n
    \n
    If this is installed on a common “router” SOHO gateway appliance, it’s likely that its hardware is simply not able to keep up with the tunnelling workload (encryption, package handling). For troubleshooting, try the same proxy server on a more powerful machine while disabling the proxy on the gateway. If it’s faster, that’s likely your issue.\n
    \n
    Also try a different proxy server. That particular one might simply not have enough capacity to serve you more than that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1704155625 {#2289
    date: 2024-01-02 01:33:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@rgb3x3@beehaw.org"
    "@rgb3x3@beehaw.org"
  ]
  +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: 272052
  -bodyTs: "'abl':58 'also':97 'applianc':48 'averag':24 'capac':111 'common':14,44 'decreas':5,27 'differ':100 'disabl':82 'encrypt':66 'enough':110 'even':8 'expect':7,30 'far':21 'faster':91 'gateway':47,87 'given':17 'good':10 'greater':26 'handl':68 'hardwar':54 'instal':41 'issu':96 'keep':60 'like':51,94 'machin':80 'might':106 'much':36 'one':105 'packag':67 'particular':104 'power':79 'proxi':11,74,84,101 'residenti':15 'router':45 'serv':113 'server':75,102 'servic':12 'shouldn':32 'simpli':56,107 'slight':3 'soho':46 'speed':4,16 'though':37 'tri':71,98 'troubleshoot':70 'tunnel':64 'workload':65 'yes':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7001245"
  +editedAt: DateTimeImmutable @1710638390 {#2328
    date: 2024-03-17 02:19:50.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704155625 {#2326
    date: 2024-01-02 01:33:45.0 +01:00
  }
  +"title": 272052
}
"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
Proxies\__CG__\App\Entity\Entry {#2091
  +user: Proxies\__CG__\App\Entity\User {#3558 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: Proxies\__CG__\App\Entity\Image {#3560 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3561 …}
  +slug: "Comparing-compression-in-AV1-x264-and-x265"
  +title: "Comparing compression in AV1, x264, and x265"
  +url: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +body: """
    I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.\n
    \n
    **The Setup**  \n
     I used the 4k 6.3gb blender project, [tears of steel](https://mango.blender.org/download/) as a source. I downscaled the video to 1080p using all three codecs, and then attempted to compare the results using various crf levels.\n
    \n
    To compare results I used [imgsli](https://imgsli.com/), [FFMetrics](https://github.com/fifonik/FFMetrics), and my own picture viewer to try and see what the differences are.\n
    \n
    **The Results**\n
    \n
    | crf | av1 KB | x265 KB | x264 KB |\n
    |---|---|---|---|\n
    | 18 | 419,261 | 632,079 | 685,217 – [x246 visually lossless](https://imgsli.com/MjI5ODk4) |\n
    | 21 | 352,337 | 390,358 – [x265 visually lossless](https://imgsli.com/MjI5OTAw) | 411,439 |\n
    | 24 | 301,517 – [av1 VAMF visually lossless](https://imgsli.com/MjI5ODg4) | 250,426 | 263,524 – [x264 good enough](https://imgsli.com/MjI5ODk5) |\n
    | 27 | 245,685 | 165,079 – [x265 good enough](https://imgsli.com/MjI5OTAx) | 176,919 |\n
    | 30 | 205,008 | 110,062 | 122,458 |\n
    | 33 | 168,192 | 73,528 | 86,899 |\n
    | 36 | 139,379 – [av1 My visually lossless](https://imgsli.com/MjI5ODg0) | 48,516 | 63,214 |\n
    | 39 | 116,096 | 31,670 | 47,161 |\n
    | 42 | 97,365 – [av1 my good enough](https://imgsli.com/MjI5ODg1) | 20,636 | 35,801 |\n
    | 45 | 81,805 | 13,598 | 27,484 |\n
    | 48 | 69,044 | 9,726 | 20,823 |\n
    | 51 | 58,316 | 8,586 – worst possible | 16,120 – worst possible |\n
    | 54 | 48,681 | - | - |\n
    | 57 | 39,113 | - | - |\n
    | 60 | 29,062 | - | - |\n
    | 63 | 16,533 – worst possible | - | - |\n
    \n
    \n
    \n
    [Here is av1 rcf 36 vs crf 24](https://imgsli.com/MjI5ODk1).\n
    \n
    I go into more detail with the hows and whys of my choices, in my [journal-style blog post](https://dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/), as well as how i came to these conclusions, But in essence, if you want to lose practically no visual information, crf24 through 36 for av1, crf 21 for x265, and crf 18 for x264 will do the job.\n
    \n
    If you are low on space, using my 'good enough' choices will get you practically the same visual results while using less space, depending on the codec.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710879031 {#3553
    date: 2024-03-19 21:10:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3562 …}
  +votes: Doctrine\ORM\PersistentCollection {#3564 …}
  +reports: Doctrine\ORM\PersistentCollection {#3566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3570 …}
  +badges: Doctrine\ORM\PersistentCollection {#3572 …}
  +children: [
    App\Entity\EntryComment {#2087
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2091 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
      +image: null
      +parent: null
      +root: null
      +body: "The “av1” numbers, which codec is that? There are many av1 encoders and even for Intel HW accel, there are at least two."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1710879031 {#2088
        date: 2024-03-19 21:10:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DaGeek247@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2090 …}
      +nested: Doctrine\ORM\PersistentCollection {#2092 …}
      +votes: Doctrine\ORM\PersistentCollection {#2241 …}
      +reports: Doctrine\ORM\PersistentCollection {#2130 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
      -id: 268243
      -bodyTs: "'accel':18 'av1':2,11 'codec':5 'encod':12 'even':14 'hw':17 'intel':16 'least':22 'mani':10 'number':3 'two':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6979648"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704054541 {#2095
        date: 2023-12-31 21:29:01.0 +01:00
      }
      +"title": 268243
    }
  ]
  -id: 26306
  -titleTs: "'av1':4 'compar':1 'compress':2 'x264':5 'x265':7"
  -bodyTs: "'/),':108 '/download/)':75 '/fifonik/ffmetrics),':112 '/mji5odg0)':217 '/mji5odg1)':238 '/mji5odg4)':170 '/mji5odk1).':292 '/mji5odk4)':147 '/mji5odk5)':180 '/mji5otaw)':158 '/mji5otax)':191 '/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':315 '008':196 '044':252 '062':198,276 '079':139,185 '096':224 '1080p':84 '110':197 '113':273 '116':223 '120':265 '122':199 '13':246 '139':209 '16':264,278 '161':228 '165':184 '168':202 '176':192 '18':135,348 '192':203 '20':239,255 '205':195 '21':148,343 '214':221 '217':141 '24':161,289 '245':182 '250':171 '261':137 '263':173 '27':181,248 '29':275 '30':194 '301':162 '31':225 '316':259 '33':201 '337':150 '35':241 '352':149 '358':152 '36':208,286,339 '365':231 '379':210 '39':222,272 '390':151 '411':159 '419':136 '42':229 '426':172 '439':160 '45':243 '458':200 '47':227 '48':218,250,269 '484':249 '4k':65 '51':257 '516':219 '517':163 '524':174 '528':205 '533':279 '54':268 '57':271 '58':258 '586':261 '598':247 '6.3':66 '60':274 '63':220,277 '632':138 '636':240 '670':226 '681':270 '685':140,183 '69':251 '726':254 '73':204 '8':260 '801':242 '805':245 '81':244 '823':256 '86':206 '899':207 '9':253 '919':193 '97':230 'also':32 'attempt':91 'av1':22,129,164,211,232,284,341 'better':19 'blender':68 'blog':311 'came':321 'card':40 'choic':305,365 'codec':14,88,381 'compar':9,26,93,101 'compress':42,52 'conclus':324 'crf':98,128,288,342,347 'crf24':337 'dageek247.com':314 'dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':313 'depend':378 'detail':297 'differ':124 'downscal':80 'effort':17 'enough':177,188,235,364 'essenc':327 'ffmetric':109 'gb':67 'get':57,367 'github.com':111 'github.com/fifonik/ffmetrics),':110 'go':294 'good':58,176,187,234,363 'got':3 'head':7 'home':44 'how':300 'idea':34 'imgsli':105 'imgsli.com':107,146,157,169,179,190,216,237,291 'imgsli.com/),':106 'imgsli.com/mji5odg0)':215 'imgsli.com/mji5odg1)':236 'imgsli.com/mji5odg4)':168 'imgsli.com/mji5odk1).':290 'imgsli.com/mji5odk4)':145 'imgsli.com/mji5odk5)':178 'imgsli.com/mji5otaw)':156 'imgsli.com/mji5otax)':189 'inform':336 'intel':38 'job':354 'journal':309 'journal-styl':308 'kb':130,132,134 'less':376 'level':50,99 'look':25 'lose':332 'lossless':144,155,167,214 'low':358 'mango.blender.org':74 'mango.blender.org/download/)':73 'need':55 'pictur':116 'popular':12 'possibl':263,267,281 'post':312 'practic':333,369 'project':69 'rcf':285 'recent':2 'result':59,95,102,127,373 'secur':46 'see':121 'setup':47,61 'sourc':78 'space':360,377 'steel':72 'style':310 'tear':70 'three':87 'tri':119 'understand':20 'use':36,63,85,96,104,361,375 'vamf':165 'various':11,97 'video':13,39,45,82 'viewer':117 'visual':143,154,166,213,335,372 'vs':287 'want':330 'well':317 'whys':302 'work':23 'worst':262,266,280 'would':54 'x246':142 'x264':28,133,175,350 'x265':30,131,153,186,345"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704135645
  +visibility: "visible             "
  +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +editedAt: DateTimeImmutable @1710023549 {#3541
    date: 2024-03-09 23:32:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704049245 {#3520
    date: 2023-12-31 20:00:45.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
83 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2091
  +user: Proxies\__CG__\App\Entity\User {#3558 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: Proxies\__CG__\App\Entity\Image {#3560 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3561 …}
  +slug: "Comparing-compression-in-AV1-x264-and-x265"
  +title: "Comparing compression in AV1, x264, and x265"
  +url: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +body: """
    I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.\n
    \n
    **The Setup**  \n
     I used the 4k 6.3gb blender project, [tears of steel](https://mango.blender.org/download/) as a source. I downscaled the video to 1080p using all three codecs, and then attempted to compare the results using various crf levels.\n
    \n
    To compare results I used [imgsli](https://imgsli.com/), [FFMetrics](https://github.com/fifonik/FFMetrics), and my own picture viewer to try and see what the differences are.\n
    \n
    **The Results**\n
    \n
    | crf | av1 KB | x265 KB | x264 KB |\n
    |---|---|---|---|\n
    | 18 | 419,261 | 632,079 | 685,217 – [x246 visually lossless](https://imgsli.com/MjI5ODk4) |\n
    | 21 | 352,337 | 390,358 – [x265 visually lossless](https://imgsli.com/MjI5OTAw) | 411,439 |\n
    | 24 | 301,517 – [av1 VAMF visually lossless](https://imgsli.com/MjI5ODg4) | 250,426 | 263,524 – [x264 good enough](https://imgsli.com/MjI5ODk5) |\n
    | 27 | 245,685 | 165,079 – [x265 good enough](https://imgsli.com/MjI5OTAx) | 176,919 |\n
    | 30 | 205,008 | 110,062 | 122,458 |\n
    | 33 | 168,192 | 73,528 | 86,899 |\n
    | 36 | 139,379 – [av1 My visually lossless](https://imgsli.com/MjI5ODg0) | 48,516 | 63,214 |\n
    | 39 | 116,096 | 31,670 | 47,161 |\n
    | 42 | 97,365 – [av1 my good enough](https://imgsli.com/MjI5ODg1) | 20,636 | 35,801 |\n
    | 45 | 81,805 | 13,598 | 27,484 |\n
    | 48 | 69,044 | 9,726 | 20,823 |\n
    | 51 | 58,316 | 8,586 – worst possible | 16,120 – worst possible |\n
    | 54 | 48,681 | - | - |\n
    | 57 | 39,113 | - | - |\n
    | 60 | 29,062 | - | - |\n
    | 63 | 16,533 – worst possible | - | - |\n
    \n
    \n
    \n
    [Here is av1 rcf 36 vs crf 24](https://imgsli.com/MjI5ODk1).\n
    \n
    I go into more detail with the hows and whys of my choices, in my [journal-style blog post](https://dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/), as well as how i came to these conclusions, But in essence, if you want to lose practically no visual information, crf24 through 36 for av1, crf 21 for x265, and crf 18 for x264 will do the job.\n
    \n
    If you are low on space, using my 'good enough' choices will get you practically the same visual results while using less space, depending on the codec.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710879031 {#3553
    date: 2024-03-19 21:10:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3562 …}
  +votes: Doctrine\ORM\PersistentCollection {#3564 …}
  +reports: Doctrine\ORM\PersistentCollection {#3566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3570 …}
  +badges: Doctrine\ORM\PersistentCollection {#3572 …}
  +children: [
    App\Entity\EntryComment {#2087
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2091 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
      +image: null
      +parent: null
      +root: null
      +body: "The “av1” numbers, which codec is that? There are many av1 encoders and even for Intel HW accel, there are at least two."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1710879031 {#2088
        date: 2024-03-19 21:10:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DaGeek247@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2090 …}
      +nested: Doctrine\ORM\PersistentCollection {#2092 …}
      +votes: Doctrine\ORM\PersistentCollection {#2241 …}
      +reports: Doctrine\ORM\PersistentCollection {#2130 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
      -id: 268243
      -bodyTs: "'accel':18 'av1':2,11 'codec':5 'encod':12 'even':14 'hw':17 'intel':16 'least':22 'mani':10 'number':3 'two':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6979648"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704054541 {#2095
        date: 2023-12-31 21:29:01.0 +01:00
      }
      +"title": 268243
    }
  ]
  -id: 26306
  -titleTs: "'av1':4 'compar':1 'compress':2 'x264':5 'x265':7"
  -bodyTs: "'/),':108 '/download/)':75 '/fifonik/ffmetrics),':112 '/mji5odg0)':217 '/mji5odg1)':238 '/mji5odg4)':170 '/mji5odk1).':292 '/mji5odk4)':147 '/mji5odk5)':180 '/mji5otaw)':158 '/mji5otax)':191 '/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':315 '008':196 '044':252 '062':198,276 '079':139,185 '096':224 '1080p':84 '110':197 '113':273 '116':223 '120':265 '122':199 '13':246 '139':209 '16':264,278 '161':228 '165':184 '168':202 '176':192 '18':135,348 '192':203 '20':239,255 '205':195 '21':148,343 '214':221 '217':141 '24':161,289 '245':182 '250':171 '261':137 '263':173 '27':181,248 '29':275 '30':194 '301':162 '31':225 '316':259 '33':201 '337':150 '35':241 '352':149 '358':152 '36':208,286,339 '365':231 '379':210 '39':222,272 '390':151 '411':159 '419':136 '42':229 '426':172 '439':160 '45':243 '458':200 '47':227 '48':218,250,269 '484':249 '4k':65 '51':257 '516':219 '517':163 '524':174 '528':205 '533':279 '54':268 '57':271 '58':258 '586':261 '598':247 '6.3':66 '60':274 '63':220,277 '632':138 '636':240 '670':226 '681':270 '685':140,183 '69':251 '726':254 '73':204 '8':260 '801':242 '805':245 '81':244 '823':256 '86':206 '899':207 '9':253 '919':193 '97':230 'also':32 'attempt':91 'av1':22,129,164,211,232,284,341 'better':19 'blender':68 'blog':311 'came':321 'card':40 'choic':305,365 'codec':14,88,381 'compar':9,26,93,101 'compress':42,52 'conclus':324 'crf':98,128,288,342,347 'crf24':337 'dageek247.com':314 'dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':313 'depend':378 'detail':297 'differ':124 'downscal':80 'effort':17 'enough':177,188,235,364 'essenc':327 'ffmetric':109 'gb':67 'get':57,367 'github.com':111 'github.com/fifonik/ffmetrics),':110 'go':294 'good':58,176,187,234,363 'got':3 'head':7 'home':44 'how':300 'idea':34 'imgsli':105 'imgsli.com':107,146,157,169,179,190,216,237,291 'imgsli.com/),':106 'imgsli.com/mji5odg0)':215 'imgsli.com/mji5odg1)':236 'imgsli.com/mji5odg4)':168 'imgsli.com/mji5odk1).':290 'imgsli.com/mji5odk4)':145 'imgsli.com/mji5odk5)':178 'imgsli.com/mji5otaw)':156 'imgsli.com/mji5otax)':189 'inform':336 'intel':38 'job':354 'journal':309 'journal-styl':308 'kb':130,132,134 'less':376 'level':50,99 'look':25 'lose':332 'lossless':144,155,167,214 'low':358 'mango.blender.org':74 'mango.blender.org/download/)':73 'need':55 'pictur':116 'popular':12 'possibl':263,267,281 'post':312 'practic':333,369 'project':69 'rcf':285 'recent':2 'result':59,95,102,127,373 'secur':46 'see':121 'setup':47,61 'sourc':78 'space':360,377 'steel':72 'style':310 'tear':70 'three':87 'tri':119 'understand':20 'use':36,63,85,96,104,361,375 'vamf':165 'various':11,97 'video':13,39,45,82 'viewer':117 'visual':143,154,166,213,335,372 'vs':287 'want':330 'well':317 'whys':302 'work':23 'worst':262,266,280 'would':54 'x246':142 'x264':28,133,175,350 'x265':30,131,153,186,345"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704135645
  +visibility: "visible             "
  +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +editedAt: DateTimeImmutable @1710023549 {#3541
    date: 2024-03-09 23:32:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704049245 {#3520
    date: 2023-12-31 20:00:45.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
84 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2091
  +user: Proxies\__CG__\App\Entity\User {#3558 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: Proxies\__CG__\App\Entity\Image {#3560 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3561 …}
  +slug: "Comparing-compression-in-AV1-x264-and-x265"
  +title: "Comparing compression in AV1, x264, and x265"
  +url: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +body: """
    I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.\n
    \n
    **The Setup**  \n
     I used the 4k 6.3gb blender project, [tears of steel](https://mango.blender.org/download/) as a source. I downscaled the video to 1080p using all three codecs, and then attempted to compare the results using various crf levels.\n
    \n
    To compare results I used [imgsli](https://imgsli.com/), [FFMetrics](https://github.com/fifonik/FFMetrics), and my own picture viewer to try and see what the differences are.\n
    \n
    **The Results**\n
    \n
    | crf | av1 KB | x265 KB | x264 KB |\n
    |---|---|---|---|\n
    | 18 | 419,261 | 632,079 | 685,217 – [x246 visually lossless](https://imgsli.com/MjI5ODk4) |\n
    | 21 | 352,337 | 390,358 – [x265 visually lossless](https://imgsli.com/MjI5OTAw) | 411,439 |\n
    | 24 | 301,517 – [av1 VAMF visually lossless](https://imgsli.com/MjI5ODg4) | 250,426 | 263,524 – [x264 good enough](https://imgsli.com/MjI5ODk5) |\n
    | 27 | 245,685 | 165,079 – [x265 good enough](https://imgsli.com/MjI5OTAx) | 176,919 |\n
    | 30 | 205,008 | 110,062 | 122,458 |\n
    | 33 | 168,192 | 73,528 | 86,899 |\n
    | 36 | 139,379 – [av1 My visually lossless](https://imgsli.com/MjI5ODg0) | 48,516 | 63,214 |\n
    | 39 | 116,096 | 31,670 | 47,161 |\n
    | 42 | 97,365 – [av1 my good enough](https://imgsli.com/MjI5ODg1) | 20,636 | 35,801 |\n
    | 45 | 81,805 | 13,598 | 27,484 |\n
    | 48 | 69,044 | 9,726 | 20,823 |\n
    | 51 | 58,316 | 8,586 – worst possible | 16,120 – worst possible |\n
    | 54 | 48,681 | - | - |\n
    | 57 | 39,113 | - | - |\n
    | 60 | 29,062 | - | - |\n
    | 63 | 16,533 – worst possible | - | - |\n
    \n
    \n
    \n
    [Here is av1 rcf 36 vs crf 24](https://imgsli.com/MjI5ODk1).\n
    \n
    I go into more detail with the hows and whys of my choices, in my [journal-style blog post](https://dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/), as well as how i came to these conclusions, But in essence, if you want to lose practically no visual information, crf24 through 36 for av1, crf 21 for x265, and crf 18 for x264 will do the job.\n
    \n
    If you are low on space, using my 'good enough' choices will get you practically the same visual results while using less space, depending on the codec.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 138
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710879031 {#3553
    date: 2024-03-19 21:10:31.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3562 …}
  +votes: Doctrine\ORM\PersistentCollection {#3564 …}
  +reports: Doctrine\ORM\PersistentCollection {#3566 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3568 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3570 …}
  +badges: Doctrine\ORM\PersistentCollection {#3572 …}
  +children: [
    App\Entity\EntryComment {#2087
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2091 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
      +image: null
      +parent: null
      +root: null
      +body: "The “av1” numbers, which codec is that? There are many av1 encoders and even for Intel HW accel, there are at least two."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1710879031 {#2088
        date: 2024-03-19 21:10:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@DaGeek247@kbin.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2090 …}
      +nested: Doctrine\ORM\PersistentCollection {#2092 …}
      +votes: Doctrine\ORM\PersistentCollection {#2241 …}
      +reports: Doctrine\ORM\PersistentCollection {#2130 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
      -id: 268243
      -bodyTs: "'accel':18 'av1':2,11 'codec':5 'encod':12 'even':14 'hw':17 'intel':16 'least':22 'mani':10 'number':3 'two':23"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6979648"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704054541 {#2095
        date: 2023-12-31 21:29:01.0 +01:00
      }
      +"title": 268243
    }
  ]
  -id: 26306
  -titleTs: "'av1':4 'compar':1 'compress':2 'x264':5 'x265':7"
  -bodyTs: "'/),':108 '/download/)':75 '/fifonik/ffmetrics),':112 '/mji5odg0)':217 '/mji5odg1)':238 '/mji5odg4)':170 '/mji5odk1).':292 '/mji5odk4)':147 '/mji5odk5)':180 '/mji5otaw)':158 '/mji5otax)':191 '/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':315 '008':196 '044':252 '062':198,276 '079':139,185 '096':224 '1080p':84 '110':197 '113':273 '116':223 '120':265 '122':199 '13':246 '139':209 '16':264,278 '161':228 '165':184 '168':202 '176':192 '18':135,348 '192':203 '20':239,255 '205':195 '21':148,343 '214':221 '217':141 '24':161,289 '245':182 '250':171 '261':137 '263':173 '27':181,248 '29':275 '30':194 '301':162 '31':225 '316':259 '33':201 '337':150 '35':241 '352':149 '358':152 '36':208,286,339 '365':231 '379':210 '39':222,272 '390':151 '411':159 '419':136 '42':229 '426':172 '439':160 '45':243 '458':200 '47':227 '48':218,250,269 '484':249 '4k':65 '51':257 '516':219 '517':163 '524':174 '528':205 '533':279 '54':268 '57':271 '58':258 '586':261 '598':247 '6.3':66 '60':274 '63':220,277 '632':138 '636':240 '670':226 '681':270 '685':140,183 '69':251 '726':254 '73':204 '8':260 '801':242 '805':245 '81':244 '823':256 '86':206 '899':207 '9':253 '919':193 '97':230 'also':32 'attempt':91 'av1':22,129,164,211,232,284,341 'better':19 'blender':68 'blog':311 'came':321 'card':40 'choic':305,365 'codec':14,88,381 'compar':9,26,93,101 'compress':42,52 'conclus':324 'crf':98,128,288,342,347 'crf24':337 'dageek247.com':314 'dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':313 'depend':378 'detail':297 'differ':124 'downscal':80 'effort':17 'enough':177,188,235,364 'essenc':327 'ffmetric':109 'gb':67 'get':57,367 'github.com':111 'github.com/fifonik/ffmetrics),':110 'go':294 'good':58,176,187,234,363 'got':3 'head':7 'home':44 'how':300 'idea':34 'imgsli':105 'imgsli.com':107,146,157,169,179,190,216,237,291 'imgsli.com/),':106 'imgsli.com/mji5odg0)':215 'imgsli.com/mji5odg1)':236 'imgsli.com/mji5odg4)':168 'imgsli.com/mji5odk1).':290 'imgsli.com/mji5odk4)':145 'imgsli.com/mji5odk5)':178 'imgsli.com/mji5otaw)':156 'imgsli.com/mji5otax)':189 'inform':336 'intel':38 'job':354 'journal':309 'journal-styl':308 'kb':130,132,134 'less':376 'level':50,99 'look':25 'lose':332 'lossless':144,155,167,214 'low':358 'mango.blender.org':74 'mango.blender.org/download/)':73 'need':55 'pictur':116 'popular':12 'possibl':263,267,281 'post':312 'practic':333,369 'project':69 'rcf':285 'recent':2 'result':59,95,102,127,373 'secur':46 'see':121 'setup':47,61 'sourc':78 'space':360,377 'steel':72 'style':310 'tear':70 'three':87 'tri':119 'understand':20 'use':36,63,85,96,104,361,375 'vamf':165 'various':11,97 'video':13,39,45,82 'viewer':117 'visual':143,154,166,213,335,372 'vs':287 'want':330 'well':317 'whys':302 'work':23 'worst':262,266,280 'would':54 'x246':142 'x264':28,133,175,350 'x265':30,131,153,186,345"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704135645
  +visibility: "visible             "
  +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
  +editedAt: DateTimeImmutable @1710023549 {#3541
    date: 2024-03-09 23:32:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1704049245 {#3520
    date: 2023-12-31 20:00:45.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
85 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
86 DENIED moderate
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2091
    +user: Proxies\__CG__\App\Entity\User {#3558 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
    +image: Proxies\__CG__\App\Entity\Image {#3560 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3561 …}
    +slug: "Comparing-compression-in-AV1-x264-and-x265"
    +title: "Comparing compression in AV1, x264, and x265"
    +url: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
    +body: """
      I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.\n
      \n
      **The Setup**  \n
       I used the 4k 6.3gb blender project, [tears of steel](https://mango.blender.org/download/) as a source. I downscaled the video to 1080p using all three codecs, and then attempted to compare the results using various crf levels.\n
      \n
      To compare results I used [imgsli](https://imgsli.com/), [FFMetrics](https://github.com/fifonik/FFMetrics), and my own picture viewer to try and see what the differences are.\n
      \n
      **The Results**\n
      \n
      | crf | av1 KB | x265 KB | x264 KB |\n
      |---|---|---|---|\n
      | 18 | 419,261 | 632,079 | 685,217 – [x246 visually lossless](https://imgsli.com/MjI5ODk4) |\n
      | 21 | 352,337 | 390,358 – [x265 visually lossless](https://imgsli.com/MjI5OTAw) | 411,439 |\n
      | 24 | 301,517 – [av1 VAMF visually lossless](https://imgsli.com/MjI5ODg4) | 250,426 | 263,524 – [x264 good enough](https://imgsli.com/MjI5ODk5) |\n
      | 27 | 245,685 | 165,079 – [x265 good enough](https://imgsli.com/MjI5OTAx) | 176,919 |\n
      | 30 | 205,008 | 110,062 | 122,458 |\n
      | 33 | 168,192 | 73,528 | 86,899 |\n
      | 36 | 139,379 – [av1 My visually lossless](https://imgsli.com/MjI5ODg0) | 48,516 | 63,214 |\n
      | 39 | 116,096 | 31,670 | 47,161 |\n
      | 42 | 97,365 – [av1 my good enough](https://imgsli.com/MjI5ODg1) | 20,636 | 35,801 |\n
      | 45 | 81,805 | 13,598 | 27,484 |\n
      | 48 | 69,044 | 9,726 | 20,823 |\n
      | 51 | 58,316 | 8,586 – worst possible | 16,120 – worst possible |\n
      | 54 | 48,681 | - | - |\n
      | 57 | 39,113 | - | - |\n
      | 60 | 29,062 | - | - |\n
      | 63 | 16,533 – worst possible | - | - |\n
      \n
      \n
      \n
      [Here is av1 rcf 36 vs crf 24](https://imgsli.com/MjI5ODk1).\n
      \n
      I go into more detail with the hows and whys of my choices, in my [journal-style blog post](https://dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/), as well as how i came to these conclusions, But in essence, if you want to lose practically no visual information, crf24 through 36 for av1, crf 21 for x265, and crf 18 for x264 will do the job.\n
      \n
      If you are low on space, using my 'good enough' choices will get you practically the same visual results while using less space, depending on the codec.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 138
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710879031 {#3553
      date: 2024-03-19 21:10:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3562 …}
    +votes: Doctrine\ORM\PersistentCollection {#3564 …}
    +reports: Doctrine\ORM\PersistentCollection {#3566 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3570 …}
    +badges: Doctrine\ORM\PersistentCollection {#3572 …}
    +children: [
      App\Entity\EntryComment {#2087}
    ]
    -id: 26306
    -titleTs: "'av1':4 'compar':1 'compress':2 'x264':5 'x265':7"
    -bodyTs: "'/),':108 '/download/)':75 '/fifonik/ffmetrics),':112 '/mji5odg0)':217 '/mji5odg1)':238 '/mji5odg4)':170 '/mji5odk1).':292 '/mji5odk4)':147 '/mji5odk5)':180 '/mji5otaw)':158 '/mji5otax)':191 '/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':315 '008':196 '044':252 '062':198,276 '079':139,185 '096':224 '1080p':84 '110':197 '113':273 '116':223 '120':265 '122':199 '13':246 '139':209 '16':264,278 '161':228 '165':184 '168':202 '176':192 '18':135,348 '192':203 '20':239,255 '205':195 '21':148,343 '214':221 '217':141 '24':161,289 '245':182 '250':171 '261':137 '263':173 '27':181,248 '29':275 '30':194 '301':162 '31':225 '316':259 '33':201 '337':150 '35':241 '352':149 '358':152 '36':208,286,339 '365':231 '379':210 '39':222,272 '390':151 '411':159 '419':136 '42':229 '426':172 '439':160 '45':243 '458':200 '47':227 '48':218,250,269 '484':249 '4k':65 '51':257 '516':219 '517':163 '524':174 '528':205 '533':279 '54':268 '57':271 '58':258 '586':261 '598':247 '6.3':66 '60':274 '63':220,277 '632':138 '636':240 '670':226 '681':270 '685':140,183 '69':251 '726':254 '73':204 '8':260 '801':242 '805':245 '81':244 '823':256 '86':206 '899':207 '9':253 '919':193 '97':230 'also':32 'attempt':91 'av1':22,129,164,211,232,284,341 'better':19 'blender':68 'blog':311 'came':321 'card':40 'choic':305,365 'codec':14,88,381 'compar':9,26,93,101 'compress':42,52 'conclus':324 'crf':98,128,288,342,347 'crf24':337 'dageek247.com':314 'dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':313 'depend':378 'detail':297 'differ':124 'downscal':80 'effort':17 'enough':177,188,235,364 'essenc':327 'ffmetric':109 'gb':67 'get':57,367 'github.com':111 'github.com/fifonik/ffmetrics),':110 'go':294 'good':58,176,187,234,363 'got':3 'head':7 'home':44 'how':300 'idea':34 'imgsli':105 'imgsli.com':107,146,157,169,179,190,216,237,291 'imgsli.com/),':106 'imgsli.com/mji5odg0)':215 'imgsli.com/mji5odg1)':236 'imgsli.com/mji5odg4)':168 'imgsli.com/mji5odk1).':290 'imgsli.com/mji5odk4)':145 'imgsli.com/mji5odk5)':178 'imgsli.com/mji5otaw)':156 'imgsli.com/mji5otax)':189 'inform':336 'intel':38 'job':354 'journal':309 'journal-styl':308 'kb':130,132,134 'less':376 'level':50,99 'look':25 'lose':332 'lossless':144,155,167,214 'low':358 'mango.blender.org':74 'mango.blender.org/download/)':73 'need':55 'pictur':116 'popular':12 'possibl':263,267,281 'post':312 'practic':333,369 'project':69 'rcf':285 'recent':2 'result':59,95,102,127,373 'secur':46 'see':121 'setup':47,61 'sourc':78 'space':360,377 'steel':72 'style':310 'tear':70 'three':87 'tri':119 'understand':20 'use':36,63,85,96,104,361,375 'vamf':165 'various':11,97 'video':13,39,45,82 'viewer':117 'visual':143,154,166,213,335,372 'vs':287 'want':330 'well':317 'whys':302 'work':23 'worst':262,266,280 'would':54 'x246':142 'x264':28,133,175,350 'x265':30,131,153,186,345"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704135645
    +visibility: "visible             "
    +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
    +editedAt: DateTimeImmutable @1710023549 {#3541
      date: 2024-03-09 23:32:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704049245 {#3520
      date: 2023-12-31 20:00:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +parent: null
  +root: null
  +body: "The “av1” numbers, which codec is that? There are many av1 encoders and even for Intel HW accel, there are at least two."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1710879031 {#2088
    date: 2024-03-19 21:10:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DaGeek247@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2090 …}
  +nested: Doctrine\ORM\PersistentCollection {#2092 …}
  +votes: Doctrine\ORM\PersistentCollection {#2241 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  -id: 268243
  -bodyTs: "'accel':18 'av1':2,11 'codec':5 'encod':12 'even':14 'hw':17 'intel':16 'least':22 'mani':10 'number':3 'two':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6979648"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704054541 {#2095
    date: 2023-12-31 21:29:01.0 +01:00
  }
  +"title": 268243
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
87 DENIED edit
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2091
    +user: Proxies\__CG__\App\Entity\User {#3558 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
    +image: Proxies\__CG__\App\Entity\Image {#3560 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3561 …}
    +slug: "Comparing-compression-in-AV1-x264-and-x265"
    +title: "Comparing compression in AV1, x264, and x265"
    +url: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
    +body: """
      I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.\n
      \n
      **The Setup**  \n
       I used the 4k 6.3gb blender project, [tears of steel](https://mango.blender.org/download/) as a source. I downscaled the video to 1080p using all three codecs, and then attempted to compare the results using various crf levels.\n
      \n
      To compare results I used [imgsli](https://imgsli.com/), [FFMetrics](https://github.com/fifonik/FFMetrics), and my own picture viewer to try and see what the differences are.\n
      \n
      **The Results**\n
      \n
      | crf | av1 KB | x265 KB | x264 KB |\n
      |---|---|---|---|\n
      | 18 | 419,261 | 632,079 | 685,217 – [x246 visually lossless](https://imgsli.com/MjI5ODk4) |\n
      | 21 | 352,337 | 390,358 – [x265 visually lossless](https://imgsli.com/MjI5OTAw) | 411,439 |\n
      | 24 | 301,517 – [av1 VAMF visually lossless](https://imgsli.com/MjI5ODg4) | 250,426 | 263,524 – [x264 good enough](https://imgsli.com/MjI5ODk5) |\n
      | 27 | 245,685 | 165,079 – [x265 good enough](https://imgsli.com/MjI5OTAx) | 176,919 |\n
      | 30 | 205,008 | 110,062 | 122,458 |\n
      | 33 | 168,192 | 73,528 | 86,899 |\n
      | 36 | 139,379 – [av1 My visually lossless](https://imgsli.com/MjI5ODg0) | 48,516 | 63,214 |\n
      | 39 | 116,096 | 31,670 | 47,161 |\n
      | 42 | 97,365 – [av1 my good enough](https://imgsli.com/MjI5ODg1) | 20,636 | 35,801 |\n
      | 45 | 81,805 | 13,598 | 27,484 |\n
      | 48 | 69,044 | 9,726 | 20,823 |\n
      | 51 | 58,316 | 8,586 – worst possible | 16,120 – worst possible |\n
      | 54 | 48,681 | - | - |\n
      | 57 | 39,113 | - | - |\n
      | 60 | 29,062 | - | - |\n
      | 63 | 16,533 – worst possible | - | - |\n
      \n
      \n
      \n
      [Here is av1 rcf 36 vs crf 24](https://imgsli.com/MjI5ODk1).\n
      \n
      I go into more detail with the hows and whys of my choices, in my [journal-style blog post](https://dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/), as well as how i came to these conclusions, But in essence, if you want to lose practically no visual information, crf24 through 36 for av1, crf 21 for x265, and crf 18 for x264 will do the job.\n
      \n
      If you are low on space, using my 'good enough' choices will get you practically the same visual results while using less space, depending on the codec.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 138
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710879031 {#3553
      date: 2024-03-19 21:10:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3562 …}
    +votes: Doctrine\ORM\PersistentCollection {#3564 …}
    +reports: Doctrine\ORM\PersistentCollection {#3566 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3570 …}
    +badges: Doctrine\ORM\PersistentCollection {#3572 …}
    +children: [
      App\Entity\EntryComment {#2087}
    ]
    -id: 26306
    -titleTs: "'av1':4 'compar':1 'compress':2 'x264':5 'x265':7"
    -bodyTs: "'/),':108 '/download/)':75 '/fifonik/ffmetrics),':112 '/mji5odg0)':217 '/mji5odg1)':238 '/mji5odg4)':170 '/mji5odk1).':292 '/mji5odk4)':147 '/mji5odk5)':180 '/mji5otaw)':158 '/mji5otax)':191 '/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':315 '008':196 '044':252 '062':198,276 '079':139,185 '096':224 '1080p':84 '110':197 '113':273 '116':223 '120':265 '122':199 '13':246 '139':209 '16':264,278 '161':228 '165':184 '168':202 '176':192 '18':135,348 '192':203 '20':239,255 '205':195 '21':148,343 '214':221 '217':141 '24':161,289 '245':182 '250':171 '261':137 '263':173 '27':181,248 '29':275 '30':194 '301':162 '31':225 '316':259 '33':201 '337':150 '35':241 '352':149 '358':152 '36':208,286,339 '365':231 '379':210 '39':222,272 '390':151 '411':159 '419':136 '42':229 '426':172 '439':160 '45':243 '458':200 '47':227 '48':218,250,269 '484':249 '4k':65 '51':257 '516':219 '517':163 '524':174 '528':205 '533':279 '54':268 '57':271 '58':258 '586':261 '598':247 '6.3':66 '60':274 '63':220,277 '632':138 '636':240 '670':226 '681':270 '685':140,183 '69':251 '726':254 '73':204 '8':260 '801':242 '805':245 '81':244 '823':256 '86':206 '899':207 '9':253 '919':193 '97':230 'also':32 'attempt':91 'av1':22,129,164,211,232,284,341 'better':19 'blender':68 'blog':311 'came':321 'card':40 'choic':305,365 'codec':14,88,381 'compar':9,26,93,101 'compress':42,52 'conclus':324 'crf':98,128,288,342,347 'crf24':337 'dageek247.com':314 'dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':313 'depend':378 'detail':297 'differ':124 'downscal':80 'effort':17 'enough':177,188,235,364 'essenc':327 'ffmetric':109 'gb':67 'get':57,367 'github.com':111 'github.com/fifonik/ffmetrics),':110 'go':294 'good':58,176,187,234,363 'got':3 'head':7 'home':44 'how':300 'idea':34 'imgsli':105 'imgsli.com':107,146,157,169,179,190,216,237,291 'imgsli.com/),':106 'imgsli.com/mji5odg0)':215 'imgsli.com/mji5odg1)':236 'imgsli.com/mji5odg4)':168 'imgsli.com/mji5odk1).':290 'imgsli.com/mji5odk4)':145 'imgsli.com/mji5odk5)':178 'imgsli.com/mji5otaw)':156 'imgsli.com/mji5otax)':189 'inform':336 'intel':38 'job':354 'journal':309 'journal-styl':308 'kb':130,132,134 'less':376 'level':50,99 'look':25 'lose':332 'lossless':144,155,167,214 'low':358 'mango.blender.org':74 'mango.blender.org/download/)':73 'need':55 'pictur':116 'popular':12 'possibl':263,267,281 'post':312 'practic':333,369 'project':69 'rcf':285 'recent':2 'result':59,95,102,127,373 'secur':46 'see':121 'setup':47,61 'sourc':78 'space':360,377 'steel':72 'style':310 'tear':70 'three':87 'tri':119 'understand':20 'use':36,63,85,96,104,361,375 'vamf':165 'various':11,97 'video':13,39,45,82 'viewer':117 'visual':143,154,166,213,335,372 'vs':287 'want':330 'well':317 'whys':302 'work':23 'worst':262,266,280 'would':54 'x246':142 'x264':28,133,175,350 'x265':30,131,153,186,345"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704135645
    +visibility: "visible             "
    +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
    +editedAt: DateTimeImmutable @1710023549 {#3541
      date: 2024-03-09 23:32:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704049245 {#3520
      date: 2023-12-31 20:00:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +parent: null
  +root: null
  +body: "The “av1” numbers, which codec is that? There are many av1 encoders and even for Intel HW accel, there are at least two."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1710879031 {#2088
    date: 2024-03-19 21:10:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DaGeek247@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2090 …}
  +nested: Doctrine\ORM\PersistentCollection {#2092 …}
  +votes: Doctrine\ORM\PersistentCollection {#2241 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  -id: 268243
  -bodyTs: "'accel':18 'av1':2,11 'codec':5 'encod':12 'even':14 'hw':17 'intel':16 'least':22 'mani':10 'number':3 'two':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6979648"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704054541 {#2095
    date: 2023-12-31 21:29:01.0 +01:00
  }
  +"title": 268243
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
88 DENIED moderate
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2091
    +user: Proxies\__CG__\App\Entity\User {#3558 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
    +image: Proxies\__CG__\App\Entity\Image {#3560 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3561 …}
    +slug: "Comparing-compression-in-AV1-x264-and-x265"
    +title: "Comparing compression in AV1, x264, and x265"
    +url: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
    +body: """
      I recently got it into my head to compare the various popular video codecs in an effort to better understand how av1 works and looks compared to x264 and x265. I also had ideas of using a intel video card to compress a home video security setup, and what levels of compression I would need to get good results.\n
      \n
      **The Setup**  \n
       I used the 4k 6.3gb blender project, [tears of steel](https://mango.blender.org/download/) as a source. I downscaled the video to 1080p using all three codecs, and then attempted to compare the results using various crf levels.\n
      \n
      To compare results I used [imgsli](https://imgsli.com/), [FFMetrics](https://github.com/fifonik/FFMetrics), and my own picture viewer to try and see what the differences are.\n
      \n
      **The Results**\n
      \n
      | crf | av1 KB | x265 KB | x264 KB |\n
      |---|---|---|---|\n
      | 18 | 419,261 | 632,079 | 685,217 – [x246 visually lossless](https://imgsli.com/MjI5ODk4) |\n
      | 21 | 352,337 | 390,358 – [x265 visually lossless](https://imgsli.com/MjI5OTAw) | 411,439 |\n
      | 24 | 301,517 – [av1 VAMF visually lossless](https://imgsli.com/MjI5ODg4) | 250,426 | 263,524 – [x264 good enough](https://imgsli.com/MjI5ODk5) |\n
      | 27 | 245,685 | 165,079 – [x265 good enough](https://imgsli.com/MjI5OTAx) | 176,919 |\n
      | 30 | 205,008 | 110,062 | 122,458 |\n
      | 33 | 168,192 | 73,528 | 86,899 |\n
      | 36 | 139,379 – [av1 My visually lossless](https://imgsli.com/MjI5ODg0) | 48,516 | 63,214 |\n
      | 39 | 116,096 | 31,670 | 47,161 |\n
      | 42 | 97,365 – [av1 my good enough](https://imgsli.com/MjI5ODg1) | 20,636 | 35,801 |\n
      | 45 | 81,805 | 13,598 | 27,484 |\n
      | 48 | 69,044 | 9,726 | 20,823 |\n
      | 51 | 58,316 | 8,586 – worst possible | 16,120 – worst possible |\n
      | 54 | 48,681 | - | - |\n
      | 57 | 39,113 | - | - |\n
      | 60 | 29,062 | - | - |\n
      | 63 | 16,533 – worst possible | - | - |\n
      \n
      \n
      \n
      [Here is av1 rcf 36 vs crf 24](https://imgsli.com/MjI5ODk1).\n
      \n
      I go into more detail with the hows and whys of my choices, in my [journal-style blog post](https://dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/), as well as how i came to these conclusions, But in essence, if you want to lose practically no visual information, crf24 through 36 for av1, crf 21 for x265, and crf 18 for x264 will do the job.\n
      \n
      If you are low on space, using my 'good enough' choices will get you practically the same visual results while using less space, depending on the codec.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 138
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710879031 {#3553
      date: 2024-03-19 21:10:31.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3562 …}
    +votes: Doctrine\ORM\PersistentCollection {#3564 …}
    +reports: Doctrine\ORM\PersistentCollection {#3566 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3568 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3570 …}
    +badges: Doctrine\ORM\PersistentCollection {#3572 …}
    +children: [
      App\Entity\EntryComment {#2087}
    ]
    -id: 26306
    -titleTs: "'av1':4 'compar':1 'compress':2 'x264':5 'x265':7"
    -bodyTs: "'/),':108 '/download/)':75 '/fifonik/ffmetrics),':112 '/mji5odg0)':217 '/mji5odg1)':238 '/mji5odg4)':170 '/mji5odk1).':292 '/mji5odk4)':147 '/mji5odk5)':180 '/mji5otaw)':158 '/mji5otax)':191 '/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':315 '008':196 '044':252 '062':198,276 '079':139,185 '096':224 '1080p':84 '110':197 '113':273 '116':223 '120':265 '122':199 '13':246 '139':209 '16':264,278 '161':228 '165':184 '168':202 '176':192 '18':135,348 '192':203 '20':239,255 '205':195 '21':148,343 '214':221 '217':141 '24':161,289 '245':182 '250':171 '261':137 '263':173 '27':181,248 '29':275 '30':194 '301':162 '31':225 '316':259 '33':201 '337':150 '35':241 '352':149 '358':152 '36':208,286,339 '365':231 '379':210 '39':222,272 '390':151 '411':159 '419':136 '42':229 '426':172 '439':160 '45':243 '458':200 '47':227 '48':218,250,269 '484':249 '4k':65 '51':257 '516':219 '517':163 '524':174 '528':205 '533':279 '54':268 '57':271 '58':258 '586':261 '598':247 '6.3':66 '60':274 '63':220,277 '632':138 '636':240 '670':226 '681':270 '685':140,183 '69':251 '726':254 '73':204 '8':260 '801':242 '805':245 '81':244 '823':256 '86':206 '899':207 '9':253 '919':193 '97':230 'also':32 'attempt':91 'av1':22,129,164,211,232,284,341 'better':19 'blender':68 'blog':311 'came':321 'card':40 'choic':305,365 'codec':14,88,381 'compar':9,26,93,101 'compress':42,52 'conclus':324 'crf':98,128,288,342,347 'crf24':337 'dageek247.com':314 'dageek247.com/wordpress/uncategorized/my-attempts-at-comparing-compression-between-ffmpegs-x264-x265-and-av1-encoders/),':313 'depend':378 'detail':297 'differ':124 'downscal':80 'effort':17 'enough':177,188,235,364 'essenc':327 'ffmetric':109 'gb':67 'get':57,367 'github.com':111 'github.com/fifonik/ffmetrics),':110 'go':294 'good':58,176,187,234,363 'got':3 'head':7 'home':44 'how':300 'idea':34 'imgsli':105 'imgsli.com':107,146,157,169,179,190,216,237,291 'imgsli.com/),':106 'imgsli.com/mji5odg0)':215 'imgsli.com/mji5odg1)':236 'imgsli.com/mji5odg4)':168 'imgsli.com/mji5odk1).':290 'imgsli.com/mji5odk4)':145 'imgsli.com/mji5odk5)':178 'imgsli.com/mji5otaw)':156 'imgsli.com/mji5otax)':189 'inform':336 'intel':38 'job':354 'journal':309 'journal-styl':308 'kb':130,132,134 'less':376 'level':50,99 'look':25 'lose':332 'lossless':144,155,167,214 'low':358 'mango.blender.org':74 'mango.blender.org/download/)':73 'need':55 'pictur':116 'popular':12 'possibl':263,267,281 'post':312 'practic':333,369 'project':69 'rcf':285 'recent':2 'result':59,95,102,127,373 'secur':46 'see':121 'setup':47,61 'sourc':78 'space':360,377 'steel':72 'style':310 'tear':70 'three':87 'tri':119 'understand':20 'use':36,63,85,96,104,361,375 'vamf':165 'various':11,97 'video':13,39,45,82 'viewer':117 'visual':143,154,166,213,335,372 'vs':287 'want':330 'well':317 'whys':302 'work':23 'worst':262,266,280 'would':54 'x246':142 'x264':28,133,175,350 'x265':30,131,153,186,345"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704135645
    +visibility: "visible             "
    +apId: "https://kbin.social/m/selfhosted@lemmy.world/t/733346"
    +editedAt: DateTimeImmutable @1710023549 {#3541
      date: 2024-03-09 23:32:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1704049245 {#3520
      date: 2023-12-31 20:00:45.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +parent: null
  +root: null
  +body: "The “av1” numbers, which codec is that? There are many av1 encoders and even for Intel HW accel, there are at least two."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1710879031 {#2088
    date: 2024-03-19 21:10:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@DaGeek247@kbin.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2090 …}
  +nested: Doctrine\ORM\PersistentCollection {#2092 …}
  +votes: Doctrine\ORM\PersistentCollection {#2241 …}
  +reports: Doctrine\ORM\PersistentCollection {#2130 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2129 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2132 …}
  -id: 268243
  -bodyTs: "'accel':18 'av1':2,11 'codec':5 'encod':12 'even':14 'hw':17 'intel':16 'least':22 'mani':10 'number':3 'two':23"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6979648"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704054541 {#2095
    date: 2023-12-31 21:29:01.0 +01:00
  }
  +"title": 268243
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
89 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
90 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#3374 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3413 …}
  +slug: "Could-we-add-alternativeto-net-to-the-sidebar"
  +title: "Could we add alternativeto.net to the sidebar?"
  +url: "https://alternativeto.net/"
  +body: "It’s a great place to find alternatives (including opensource alternatives) to services and software."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 170
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727711964 {#3408
    date: 2024-09-30 17:59:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3415 …}
  +votes: Doctrine\ORM\PersistentCollection {#3417 …}
  +reports: Doctrine\ORM\PersistentCollection {#3419 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3421 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3423 …}
  +badges: Doctrine\ORM\PersistentCollection {#3425 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
      +body: "Now that’s meta."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704169228 {#2336
        date: 2024-01-02 05:20:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@onlinepersona@programming.dev"
        "@library_napper@monyet.cc"
        "@everett@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2136 …}
      +nested: Doctrine\ORM\PersistentCollection {#2073 …}
      +votes: Doctrine\ORM\PersistentCollection {#2072 …}
      +reports: Doctrine\ORM\PersistentCollection {#2065 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
      -id: 272244
      -bodyTs: "'meta':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7004158"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704169228 {#2335
        date: 2024-01-02 05:20:28.0 +01:00
      }
      +"title": 272244
    }
  ]
  -id: 26291
  -titleTs: "'add':3 'alternativeto.net':4 'could':1 'sidebar':7"
  -bodyTs: "'altern':8,11 'find':7 'great':4 'includ':9 'opensourc':10 'place':5 'servic':13 'softwar':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704133587
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7940503"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047187 {#3396
    date: 2023-12-31 19:26:27.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
91 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#3374 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3413 …}
  +slug: "Could-we-add-alternativeto-net-to-the-sidebar"
  +title: "Could we add alternativeto.net to the sidebar?"
  +url: "https://alternativeto.net/"
  +body: "It’s a great place to find alternatives (including opensource alternatives) to services and software."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 170
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727711964 {#3408
    date: 2024-09-30 17:59:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3415 …}
  +votes: Doctrine\ORM\PersistentCollection {#3417 …}
  +reports: Doctrine\ORM\PersistentCollection {#3419 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3421 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3423 …}
  +badges: Doctrine\ORM\PersistentCollection {#3425 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
      +body: "Now that’s meta."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704169228 {#2336
        date: 2024-01-02 05:20:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@onlinepersona@programming.dev"
        "@library_napper@monyet.cc"
        "@everett@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2136 …}
      +nested: Doctrine\ORM\PersistentCollection {#2073 …}
      +votes: Doctrine\ORM\PersistentCollection {#2072 …}
      +reports: Doctrine\ORM\PersistentCollection {#2065 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
      -id: 272244
      -bodyTs: "'meta':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7004158"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704169228 {#2335
        date: 2024-01-02 05:20:28.0 +01:00
      }
      +"title": 272244
    }
  ]
  -id: 26291
  -titleTs: "'add':3 'alternativeto.net':4 'could':1 'sidebar':7"
  -bodyTs: "'altern':8,11 'find':7 'great':4 'includ':9 'opensourc':10 'place':5 'servic':13 'softwar':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704133587
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7940503"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047187 {#3396
    date: 2023-12-31 19:26:27.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
92 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2338
  +user: Proxies\__CG__\App\Entity\User {#3374 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3413 …}
  +slug: "Could-we-add-alternativeto-net-to-the-sidebar"
  +title: "Could we add alternativeto.net to the sidebar?"
  +url: "https://alternativeto.net/"
  +body: "It’s a great place to find alternatives (including opensource alternatives) to services and software."
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 170
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727711964 {#3408
    date: 2024-09-30 17:59:24.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3415 …}
  +votes: Doctrine\ORM\PersistentCollection {#3417 …}
  +reports: Doctrine\ORM\PersistentCollection {#3419 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3421 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3423 …}
  +badges: Doctrine\ORM\PersistentCollection {#3425 …}
  +children: [
    App\Entity\EntryComment {#2339
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2338 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
      +body: "Now that’s meta."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704169228 {#2336
        date: 2024-01-02 05:20:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@onlinepersona@programming.dev"
        "@library_napper@monyet.cc"
        "@everett@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2136 …}
      +nested: Doctrine\ORM\PersistentCollection {#2073 …}
      +votes: Doctrine\ORM\PersistentCollection {#2072 …}
      +reports: Doctrine\ORM\PersistentCollection {#2065 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
      -id: 272244
      -bodyTs: "'meta':4"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/7004158"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704169228 {#2335
        date: 2024-01-02 05:20:28.0 +01:00
      }
      +"title": 272244
    }
  ]
  -id: 26291
  -titleTs: "'add':3 'alternativeto.net':4 'could':1 'sidebar':7"
  -bodyTs: "'altern':8,11 'find':7 'great':4 'includ':9 'opensourc':10 'place':5 'servic':13 'softwar':15"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704133587
  +visibility: "visible             "
  +apId: "https://programming.dev/post/7940503"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704047187 {#3396
    date: 2023-12-31 19:26:27.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
93 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
94 DENIED moderate
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#3374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3413 …}
    +slug: "Could-we-add-alternativeto-net-to-the-sidebar"
    +title: "Could we add alternativeto.net to the sidebar?"
    +url: "https://alternativeto.net/"
    +body: "It’s a great place to find alternatives (including opensource alternatives) to services and software."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727711964 {#3408
      date: 2024-09-30 17:59:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3415 …}
    +votes: Doctrine\ORM\PersistentCollection {#3417 …}
    +reports: Doctrine\ORM\PersistentCollection {#3419 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3421 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3423 …}
    +badges: Doctrine\ORM\PersistentCollection {#3425 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 26291
    -titleTs: "'add':3 'alternativeto.net':4 'could':1 'sidebar':7"
    -bodyTs: "'altern':8,11 'find':7 'great':4 'includ':9 'opensourc':10 'place':5 'servic':13 'softwar':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704133587
    +visibility: "visible             "
    +apId: "https://programming.dev/post/7940503"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704047187 {#3396
      date: 2023-12-31 19:26:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "Now that’s meta."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704169228 {#2336
    date: 2024-01-02 05:20:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@onlinepersona@programming.dev"
    "@library_napper@monyet.cc"
    "@everett@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 272244
  -bodyTs: "'meta':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7004158"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704169228 {#2335
    date: 2024-01-02 05:20:28.0 +01:00
  }
  +"title": 272244
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
95 DENIED edit
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#3374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3413 …}
    +slug: "Could-we-add-alternativeto-net-to-the-sidebar"
    +title: "Could we add alternativeto.net to the sidebar?"
    +url: "https://alternativeto.net/"
    +body: "It’s a great place to find alternatives (including opensource alternatives) to services and software."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727711964 {#3408
      date: 2024-09-30 17:59:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3415 …}
    +votes: Doctrine\ORM\PersistentCollection {#3417 …}
    +reports: Doctrine\ORM\PersistentCollection {#3419 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3421 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3423 …}
    +badges: Doctrine\ORM\PersistentCollection {#3425 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 26291
    -titleTs: "'add':3 'alternativeto.net':4 'could':1 'sidebar':7"
    -bodyTs: "'altern':8,11 'find':7 'great':4 'includ':9 'opensourc':10 'place':5 'servic':13 'softwar':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704133587
    +visibility: "visible             "
    +apId: "https://programming.dev/post/7940503"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704047187 {#3396
      date: 2023-12-31 19:26:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "Now that’s meta."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704169228 {#2336
    date: 2024-01-02 05:20:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@onlinepersona@programming.dev"
    "@library_napper@monyet.cc"
    "@everett@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 272244
  -bodyTs: "'meta':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7004158"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704169228 {#2335
    date: 2024-01-02 05:20:28.0 +01:00
  }
  +"title": 272244
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
96 DENIED moderate
App\Entity\EntryComment {#2339
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2338
    +user: Proxies\__CG__\App\Entity\User {#3374 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3413 …}
    +slug: "Could-we-add-alternativeto-net-to-the-sidebar"
    +title: "Could we add alternativeto.net to the sidebar?"
    +url: "https://alternativeto.net/"
    +body: "It’s a great place to find alternatives (including opensource alternatives) to services and software."
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 170
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727711964 {#3408
      date: 2024-09-30 17:59:24.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3415 …}
    +votes: Doctrine\ORM\PersistentCollection {#3417 …}
    +reports: Doctrine\ORM\PersistentCollection {#3419 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3421 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3423 …}
    +badges: Doctrine\ORM\PersistentCollection {#3425 …}
    +children: [
      App\Entity\EntryComment {#2339}
    ]
    -id: 26291
    -titleTs: "'add':3 'alternativeto.net':4 'could':1 'sidebar':7"
    -bodyTs: "'altern':8,11 'find':7 'great':4 'includ':9 'opensourc':10 'place':5 'servic':13 'softwar':15"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704133587
    +visibility: "visible             "
    +apId: "https://programming.dev/post/7940503"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704047187 {#3396
      date: 2023-12-31 19:26:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2159 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "Now that’s meta."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704169228 {#2336
    date: 2024-01-02 05:20:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@onlinepersona@programming.dev"
    "@library_napper@monyet.cc"
    "@everett@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 272244
  -bodyTs: "'meta':4"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/7004158"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704169228 {#2335
    date: 2024-01-02 05:20:28.0 +01:00
  }
  +"title": 272244
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
97 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
98 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2076
  +user: Proxies\__CG__\App\Entity\User {#3486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "What-are-your-opinions-of-Guix"
  +title: "What are your opinions of Guix?"
  +url: null
  +body: """
    Reposting because it looks like federation failed.\n
    \n
    > I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 50
  +favouriteCount: 100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711845356 {#3517
    date: 2024-03-31 01:35:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3522 …}
  +votes: Doctrine\ORM\PersistentCollection {#3525 …}
  +reports: Doctrine\ORM\PersistentCollection {#3527 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3529 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3531 …}
  +badges: Doctrine\ORM\PersistentCollection {#3533 …}
  +children: [
    App\Entity\EntryComment {#2078
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2076 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +body: """
        > meaning every step of building the kernel, including the steps taken to build the C compiler toolchain, are produced by code that is simple enough to check for correctness and safety.\n
        \n
        Full-source bootstrap isn’t about just the kernel, it affects every piece of software. With GUIX and Nix, every single package can be fully traced back to the bootstrap seed.\n
        \n
        Though it should be noted that you do require a running Linux kernel on an x86 machine in order to bootstrap.\n
        \n
        > it is not quite to the point where it /just works/ on a lot of the computer hardware that I own.\n
        \n
        Unless we get some *serious* money, effort and/or regulation w.r.t. OSS firmware, that will likely never be the case.  \n
        That has nothing to do with its technology though, that’s a political issue. GUIX is a GNU project and acts like proprietary software does not exist/is not a basic necessity in 2023.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1704035646 {#2079
        date: 2023-12-31 16:14:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CanadaPlus@lemmy.sdf.org"
        "@Ramin_HAL9001@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 267484
      -bodyTs: "'/just':94 '2023':157 'act':145 'affect':43 'and/or':113 'back':59 'basic':154 'bootstrap':35,62,84 'build':5,13 'c':15 'case':124 'check':27 'code':21 'compil':16 'comput':101 'correct':29 'effort':112 'enough':25 'everi':2,44,52 'exist/is':151 'firmwar':117 'full':33 'full-sourc':32 'fulli':57 'get':108 'gnu':142 'guix':49,139 'hardwar':102 'includ':8 'isn':36 'issu':138 'kernel':7,41,76 'like':120,146 'linux':75 'lot':98 'machin':80 'mean':1 'money':111 'necess':155 'never':121 'nix':51 'note':68 'noth':127 'order':82 'oss':116 'packag':54 'piec':45 'point':91 'polit':137 'produc':19 'project':143 'proprietari':147 'quit':88 'regul':114 'requir':72 'run':74 'safeti':31 'seed':63 'serious':110 'simpl':24 'singl':53 'softwar':47,148 'sourc':34 'step':3,10 'taken':11 'technolog':132 'though':64,133 'toolchain':17 'trace':58 'unless':106 'w.r.t':115 'work':95 'x86':79"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6974447"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704035646 {#2084
        date: 2023-12-31 16:14:06.0 +01:00
      }
      +"title": 267484
    }
  ]
  -id: 26200
  -titleTs: "'guix':6 'opinion':4"
  -bodyTs: "'actual':26 'anyon':25 'cool':19 'fail':7 'feder':6 'like':5,16 'look':4 'manag':23 'os':20 'packag':22 'pretti':18 'read':11 'repost':1 'sound':15 'use':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704102675
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9914757"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704016275 {#3506
    date: 2023-12-31 10:51: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
99 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2076
  +user: Proxies\__CG__\App\Entity\User {#3486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "What-are-your-opinions-of-Guix"
  +title: "What are your opinions of Guix?"
  +url: null
  +body: """
    Reposting because it looks like federation failed.\n
    \n
    > I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 50
  +favouriteCount: 100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711845356 {#3517
    date: 2024-03-31 01:35:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3522 …}
  +votes: Doctrine\ORM\PersistentCollection {#3525 …}
  +reports: Doctrine\ORM\PersistentCollection {#3527 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3529 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3531 …}
  +badges: Doctrine\ORM\PersistentCollection {#3533 …}
  +children: [
    App\Entity\EntryComment {#2078
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2076 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +body: """
        > meaning every step of building the kernel, including the steps taken to build the C compiler toolchain, are produced by code that is simple enough to check for correctness and safety.\n
        \n
        Full-source bootstrap isn’t about just the kernel, it affects every piece of software. With GUIX and Nix, every single package can be fully traced back to the bootstrap seed.\n
        \n
        Though it should be noted that you do require a running Linux kernel on an x86 machine in order to bootstrap.\n
        \n
        > it is not quite to the point where it /just works/ on a lot of the computer hardware that I own.\n
        \n
        Unless we get some *serious* money, effort and/or regulation w.r.t. OSS firmware, that will likely never be the case.  \n
        That has nothing to do with its technology though, that’s a political issue. GUIX is a GNU project and acts like proprietary software does not exist/is not a basic necessity in 2023.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1704035646 {#2079
        date: 2023-12-31 16:14:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CanadaPlus@lemmy.sdf.org"
        "@Ramin_HAL9001@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 267484
      -bodyTs: "'/just':94 '2023':157 'act':145 'affect':43 'and/or':113 'back':59 'basic':154 'bootstrap':35,62,84 'build':5,13 'c':15 'case':124 'check':27 'code':21 'compil':16 'comput':101 'correct':29 'effort':112 'enough':25 'everi':2,44,52 'exist/is':151 'firmwar':117 'full':33 'full-sourc':32 'fulli':57 'get':108 'gnu':142 'guix':49,139 'hardwar':102 'includ':8 'isn':36 'issu':138 'kernel':7,41,76 'like':120,146 'linux':75 'lot':98 'machin':80 'mean':1 'money':111 'necess':155 'never':121 'nix':51 'note':68 'noth':127 'order':82 'oss':116 'packag':54 'piec':45 'point':91 'polit':137 'produc':19 'project':143 'proprietari':147 'quit':88 'regul':114 'requir':72 'run':74 'safeti':31 'seed':63 'serious':110 'simpl':24 'singl':53 'softwar':47,148 'sourc':34 'step':3,10 'taken':11 'technolog':132 'though':64,133 'toolchain':17 'trace':58 'unless':106 'w.r.t':115 'work':95 'x86':79"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6974447"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704035646 {#2084
        date: 2023-12-31 16:14:06.0 +01:00
      }
      +"title": 267484
    }
  ]
  -id: 26200
  -titleTs: "'guix':6 'opinion':4"
  -bodyTs: "'actual':26 'anyon':25 'cool':19 'fail':7 'feder':6 'like':5,16 'look':4 'manag':23 'os':20 'packag':22 'pretti':18 'read':11 'repost':1 'sound':15 'use':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704102675
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9914757"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704016275 {#3506
    date: 2023-12-31 10:51: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
100 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2076
  +user: Proxies\__CG__\App\Entity\User {#3486 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "What-are-your-opinions-of-Guix"
  +title: "What are your opinions of Guix?"
  +url: null
  +body: """
    Reposting because it looks like federation failed.\n
    \n
    > I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 50
  +favouriteCount: 100
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711845356 {#3517
    date: 2024-03-31 01:35:56.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3522 …}
  +votes: Doctrine\ORM\PersistentCollection {#3525 …}
  +reports: Doctrine\ORM\PersistentCollection {#3527 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3529 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3531 …}
  +badges: Doctrine\ORM\PersistentCollection {#3533 …}
  +children: [
    App\Entity\EntryComment {#2078
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2076 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +body: """
        > meaning every step of building the kernel, including the steps taken to build the C compiler toolchain, are produced by code that is simple enough to check for correctness and safety.\n
        \n
        Full-source bootstrap isn’t about just the kernel, it affects every piece of software. With GUIX and Nix, every single package can be fully traced back to the bootstrap seed.\n
        \n
        Though it should be noted that you do require a running Linux kernel on an x86 machine in order to bootstrap.\n
        \n
        > it is not quite to the point where it /just works/ on a lot of the computer hardware that I own.\n
        \n
        Unless we get some *serious* money, effort and/or regulation w.r.t. OSS firmware, that will likely never be the case.  \n
        That has nothing to do with its technology though, that’s a political issue. GUIX is a GNU project and acts like proprietary software does not exist/is not a basic necessity in 2023.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1704035646 {#2079
        date: 2023-12-31 16:14:06.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@CanadaPlus@lemmy.sdf.org"
        "@Ramin_HAL9001@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 267484
      -bodyTs: "'/just':94 '2023':157 'act':145 'affect':43 'and/or':113 'back':59 'basic':154 'bootstrap':35,62,84 'build':5,13 'c':15 'case':124 'check':27 'code':21 'compil':16 'comput':101 'correct':29 'effort':112 'enough':25 'everi':2,44,52 'exist/is':151 'firmwar':117 'full':33 'full-sourc':32 'fulli':57 'get':108 'gnu':142 'guix':49,139 'hardwar':102 'includ':8 'isn':36 'issu':138 'kernel':7,41,76 'like':120,146 'linux':75 'lot':98 'machin':80 'mean':1 'money':111 'necess':155 'never':121 'nix':51 'note':68 'noth':127 'order':82 'oss':116 'packag':54 'piec':45 'point':91 'polit':137 'produc':19 'project':143 'proprietari':147 'quit':88 'regul':114 'requir':72 'run':74 'safeti':31 'seed':63 'serious':110 'simpl':24 'singl':53 'softwar':47,148 'sourc':34 'step':3,10 'taken':11 'technolog':132 'though':64,133 'toolchain':17 'trace':58 'unless':106 'w.r.t':115 'work':95 'x86':79"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6974447"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704035646 {#2084
        date: 2023-12-31 16:14:06.0 +01:00
      }
      +"title": 267484
    }
  ]
  -id: 26200
  -titleTs: "'guix':6 'opinion':4"
  -bodyTs: "'actual':26 'anyon':25 'cool':19 'fail':7 'feder':6 'like':5,16 'look':4 'manag':23 'os':20 'packag':22 'pretti':18 'read':11 'repost':1 'sound':15 'use':27"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704102675
  +visibility: "visible             "
  +apId: "https://lemmy.sdf.org/post/9914757"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704016275 {#3506
    date: 2023-12-31 10:51: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
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
App\Entity\EntryComment {#2078
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2076
    +user: Proxies\__CG__\App\Entity\User {#3486 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "What-are-your-opinions-of-Guix"
    +title: "What are your opinions of Guix?"
    +url: null
    +body: """
      Reposting because it looks like federation failed.\n
      \n
      > I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 50
    +favouriteCount: 100
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711845356 {#3517
      date: 2024-03-31 01:35:56.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3522 …}
    +votes: Doctrine\ORM\PersistentCollection {#3525 …}
    +reports: Doctrine\ORM\PersistentCollection {#3527 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3529 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3531 …}
    +badges: Doctrine\ORM\PersistentCollection {#3533 …}
    +children: [
      App\Entity\EntryComment {#2078}
    ]
    -id: 26200
    -titleTs: "'guix':6 'opinion':4"
    -bodyTs: "'actual':26 'anyon':25 'cool':19 'fail':7 'feder':6 'like':5,16 'look':4 'manag':23 'os':20 'packag':22 'pretti':18 'read':11 'repost':1 'sound':15 'use':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704102675
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9914757"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704016275 {#3506
      date: 2023-12-31 10:51:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +body: """
    > meaning every step of building the kernel, including the steps taken to build the C compiler toolchain, are produced by code that is simple enough to check for correctness and safety.\n
    \n
    Full-source bootstrap isn’t about just the kernel, it affects every piece of software. With GUIX and Nix, every single package can be fully traced back to the bootstrap seed.\n
    \n
    Though it should be noted that you do require a running Linux kernel on an x86 machine in order to bootstrap.\n
    \n
    > it is not quite to the point where it /just works/ on a lot of the computer hardware that I own.\n
    \n
    Unless we get some *serious* money, effort and/or regulation w.r.t. OSS firmware, that will likely never be the case.  \n
    That has nothing to do with its technology though, that’s a political issue. GUIX is a GNU project and acts like proprietary software does not exist/is not a basic necessity in 2023.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1704035646 {#2079
    date: 2023-12-31 16:14:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CanadaPlus@lemmy.sdf.org"
    "@Ramin_HAL9001@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 267484
  -bodyTs: "'/just':94 '2023':157 'act':145 'affect':43 'and/or':113 'back':59 'basic':154 'bootstrap':35,62,84 'build':5,13 'c':15 'case':124 'check':27 'code':21 'compil':16 'comput':101 'correct':29 'effort':112 'enough':25 'everi':2,44,52 'exist/is':151 'firmwar':117 'full':33 'full-sourc':32 'fulli':57 'get':108 'gnu':142 'guix':49,139 'hardwar':102 'includ':8 'isn':36 'issu':138 'kernel':7,41,76 'like':120,146 'linux':75 'lot':98 'machin':80 'mean':1 'money':111 'necess':155 'never':121 'nix':51 'note':68 'noth':127 'order':82 'oss':116 'packag':54 'piec':45 'point':91 'polit':137 'produc':19 'project':143 'proprietari':147 'quit':88 'regul':114 'requir':72 'run':74 'safeti':31 'seed':63 'serious':110 'simpl':24 'singl':53 'softwar':47,148 'sourc':34 'step':3,10 'taken':11 'technolog':132 'though':64,133 'toolchain':17 'trace':58 'unless':106 'w.r.t':115 'work':95 'x86':79"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6974447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704035646 {#2084
    date: 2023-12-31 16:14:06.0 +01:00
  }
  +"title": 267484
}
"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
103 DENIED edit
App\Entity\EntryComment {#2078
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2076
    +user: Proxies\__CG__\App\Entity\User {#3486 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "What-are-your-opinions-of-Guix"
    +title: "What are your opinions of Guix?"
    +url: null
    +body: """
      Reposting because it looks like federation failed.\n
      \n
      > I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 50
    +favouriteCount: 100
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711845356 {#3517
      date: 2024-03-31 01:35:56.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3522 …}
    +votes: Doctrine\ORM\PersistentCollection {#3525 …}
    +reports: Doctrine\ORM\PersistentCollection {#3527 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3529 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3531 …}
    +badges: Doctrine\ORM\PersistentCollection {#3533 …}
    +children: [
      App\Entity\EntryComment {#2078}
    ]
    -id: 26200
    -titleTs: "'guix':6 'opinion':4"
    -bodyTs: "'actual':26 'anyon':25 'cool':19 'fail':7 'feder':6 'like':5,16 'look':4 'manag':23 'os':20 'packag':22 'pretti':18 'read':11 'repost':1 'sound':15 'use':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704102675
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9914757"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704016275 {#3506
      date: 2023-12-31 10:51:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +body: """
    > meaning every step of building the kernel, including the steps taken to build the C compiler toolchain, are produced by code that is simple enough to check for correctness and safety.\n
    \n
    Full-source bootstrap isn’t about just the kernel, it affects every piece of software. With GUIX and Nix, every single package can be fully traced back to the bootstrap seed.\n
    \n
    Though it should be noted that you do require a running Linux kernel on an x86 machine in order to bootstrap.\n
    \n
    > it is not quite to the point where it /just works/ on a lot of the computer hardware that I own.\n
    \n
    Unless we get some *serious* money, effort and/or regulation w.r.t. OSS firmware, that will likely never be the case.  \n
    That has nothing to do with its technology though, that’s a political issue. GUIX is a GNU project and acts like proprietary software does not exist/is not a basic necessity in 2023.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1704035646 {#2079
    date: 2023-12-31 16:14:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CanadaPlus@lemmy.sdf.org"
    "@Ramin_HAL9001@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 267484
  -bodyTs: "'/just':94 '2023':157 'act':145 'affect':43 'and/or':113 'back':59 'basic':154 'bootstrap':35,62,84 'build':5,13 'c':15 'case':124 'check':27 'code':21 'compil':16 'comput':101 'correct':29 'effort':112 'enough':25 'everi':2,44,52 'exist/is':151 'firmwar':117 'full':33 'full-sourc':32 'fulli':57 'get':108 'gnu':142 'guix':49,139 'hardwar':102 'includ':8 'isn':36 'issu':138 'kernel':7,41,76 'like':120,146 'linux':75 'lot':98 'machin':80 'mean':1 'money':111 'necess':155 'never':121 'nix':51 'note':68 'noth':127 'order':82 'oss':116 'packag':54 'piec':45 'point':91 'polit':137 'produc':19 'project':143 'proprietari':147 'quit':88 'regul':114 'requir':72 'run':74 'safeti':31 'seed':63 'serious':110 'simpl':24 'singl':53 'softwar':47,148 'sourc':34 'step':3,10 'taken':11 'technolog':132 'though':64,133 'toolchain':17 'trace':58 'unless':106 'w.r.t':115 'work':95 'x86':79"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6974447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704035646 {#2084
    date: 2023-12-31 16:14:06.0 +01:00
  }
  +"title": 267484
}
"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
104 DENIED moderate
App\Entity\EntryComment {#2078
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2076
    +user: Proxies\__CG__\App\Entity\User {#3486 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "What-are-your-opinions-of-Guix"
    +title: "What are your opinions of Guix?"
    +url: null
    +body: """
      Reposting because it looks like federation failed.\n
      \n
      > I was just reading about it, it sounds like a pretty cool OS and package manager. Has anyone actually used it?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 50
    +favouriteCount: 100
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711845356 {#3517
      date: 2024-03-31 01:35:56.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3522 …}
    +votes: Doctrine\ORM\PersistentCollection {#3525 …}
    +reports: Doctrine\ORM\PersistentCollection {#3527 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3529 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3531 …}
    +badges: Doctrine\ORM\PersistentCollection {#3533 …}
    +children: [
      App\Entity\EntryComment {#2078}
    ]
    -id: 26200
    -titleTs: "'guix':6 'opinion':4"
    -bodyTs: "'actual':26 'anyon':25 'cool':19 'fail':7 'feder':6 'like':5,16 'look':4 'manag':23 'os':20 'packag':22 'pretti':18 'read':11 'repost':1 'sound':15 'use':27"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704102675
    +visibility: "visible             "
    +apId: "https://lemmy.sdf.org/post/9914757"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704016275 {#3506
      date: 2023-12-31 10:51:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +body: """
    > meaning every step of building the kernel, including the steps taken to build the C compiler toolchain, are produced by code that is simple enough to check for correctness and safety.\n
    \n
    Full-source bootstrap isn’t about just the kernel, it affects every piece of software. With GUIX and Nix, every single package can be fully traced back to the bootstrap seed.\n
    \n
    Though it should be noted that you do require a running Linux kernel on an x86 machine in order to bootstrap.\n
    \n
    > it is not quite to the point where it /just works/ on a lot of the computer hardware that I own.\n
    \n
    Unless we get some *serious* money, effort and/or regulation w.r.t. OSS firmware, that will likely never be the case.  \n
    That has nothing to do with its technology though, that’s a political issue. GUIX is a GNU project and acts like proprietary software does not exist/is not a basic necessity in 2023.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1704035646 {#2079
    date: 2023-12-31 16:14:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@CanadaPlus@lemmy.sdf.org"
    "@Ramin_HAL9001@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 267484
  -bodyTs: "'/just':94 '2023':157 'act':145 'affect':43 'and/or':113 'back':59 'basic':154 'bootstrap':35,62,84 'build':5,13 'c':15 'case':124 'check':27 'code':21 'compil':16 'comput':101 'correct':29 'effort':112 'enough':25 'everi':2,44,52 'exist/is':151 'firmwar':117 'full':33 'full-sourc':32 'fulli':57 'get':108 'gnu':142 'guix':49,139 'hardwar':102 'includ':8 'isn':36 'issu':138 'kernel':7,41,76 'like':120,146 'linux':75 'lot':98 'machin':80 'mean':1 'money':111 'necess':155 'never':121 'nix':51 'note':68 'noth':127 'order':82 'oss':116 'packag':54 'piec':45 'point':91 'polit':137 'produc':19 'project':143 'proprietari':147 'quit':88 'regul':114 'requir':72 'run':74 'safeti':31 'seed':63 'serious':110 'simpl':24 'singl':53 'softwar':47,148 'sourc':34 'step':3,10 'taken':11 'technolog':132 'though':64,133 'toolchain':17 'trace':58 'unless':106 'w.r.t':115 'work':95 'x86':79"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6974447"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704035646 {#2084
    date: 2023-12-31 16:14:06.0 +01:00
  }
  +"title": 267484
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2330
  +user: Proxies\__CG__\App\Entity\User {#3411 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Started-to-move-off-Google-not-strictly-self-hosted"
  +title: "Started to move off Google (not strictly self-hosted)"
  +url: null
  +body: """
    Started to move off Google’s services to proton:\n
    \n
    ![](https://no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710911472 {#3448
    date: 2024-03-20 06:11:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3453 …}
  +votes: Doctrine\ORM\PersistentCollection {#3456 …}
  +reports: Doctrine\ORM\PersistentCollection {#3458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3460 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3462 …}
  +badges: Doctrine\ORM\PersistentCollection {#3464 …}
  +children: [
    App\Entity\EntryComment {#2350
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2330 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +body: """
        > They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps\n
        \n
        The reason Proton cannot do IMAP/SMTP is that *they cannot read your emails* which is required for both. That’s a feature, not a bug.\n
        \n
        PM works with any app as long as the app implements their custom protocol for which there are at least two FOSS implementations as a reference.\n
        \n
        > proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless\n
        \n
        While I’d also prefer their back-end to be OSS, it’s not nearly as critical as the clients.  \n
        As a user, it doesn’t make a difference. I’m paying for an opaque service either way.\n
        \n
        All the interesting stuff (E2EE, zero access storage) happen in the clients anyways. The BE is fairly uninteresting; it’s a mail server + zero-access encryption + Proton account handling. If you really wanted to build a mail service similar to Proton, you could build that yourself and probably would have to anyways.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704057353 {#2040
        date: 2023-12-31 22:15:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BlueEther@no.lastname.nz"
        "@Moonrise2473@feddit.it"
      ]
      +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: 268359
      -bodyTs: "'access':149,168 'account':171 'also':107 'anyway':155,195 'app':24,54,59 'back':111 'back-end':110 'basic':9 'bug':49 'build':178,187 'cannot':28,34 'client':124,154 'close':8 'communic':94 'could':186 'critic':121 'custom':62 'd':106 'differ':133 'doesn':129 'e2ee':147 'either':141 'email':37 'encrypt':169 'end':112 'fair':159 'fake':79 'featur':46 'forc':19 'foss':71 'handl':172 'happen':151 'imap':12 'imap/smtp':30 'implement':60,72 'interest':145 'least':69 'like':5,11 'long':56 'm':135 'mail':164,180 'make':131 'market':87 'most':84 'near':119 'offici':23 'opaqu':139 'open':80,89 'oss':115 'pay':136 'pm':50 'prefer':108 'probabl':191 'proprietari':97,101 'protocol':63,98 'proton':6,27,76,170,184 're':2 'read':35 'realli':175 'reason':26 'refer':75 'requir':40 'server':102,165 'servic':140,181 'similar':182 'smtp':14 'sourc':81 'storag':150 'stuff':10,146 'two':70 'ui':92 'uninterest':160 'use':85 'useless':103 'user':127 'want':176 'way':17,142 'work':51 'would':192 'zero':148,167 'zero-access':166"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6980316"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704057353 {#2345
        date: 2023-12-31 22:15:53.0 +01:00
      }
      +"title": 268359
    }
  ]
  -id: 26060
  -titleTs: "'googl':5 'host':10 'move':3 'self':9 'self-host':8 'start':1 'strict':7"
  -bodyTs: "'/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':12 'googl':5 'move':3 'no.lastname.nz':11 'no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':10 'proton':9 'servic':7 'start':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704075317
  +visibility: "visible             "
  +apId: "https://no.lastname.nz/post/278797"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703988917 {#3433
    date: 2023-12-31 03:15:17.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
107 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2330
  +user: Proxies\__CG__\App\Entity\User {#3411 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Started-to-move-off-Google-not-strictly-self-hosted"
  +title: "Started to move off Google (not strictly self-hosted)"
  +url: null
  +body: """
    Started to move off Google’s services to proton:\n
    \n
    ![](https://no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710911472 {#3448
    date: 2024-03-20 06:11:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3453 …}
  +votes: Doctrine\ORM\PersistentCollection {#3456 …}
  +reports: Doctrine\ORM\PersistentCollection {#3458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3460 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3462 …}
  +badges: Doctrine\ORM\PersistentCollection {#3464 …}
  +children: [
    App\Entity\EntryComment {#2350
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2330 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +body: """
        > They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps\n
        \n
        The reason Proton cannot do IMAP/SMTP is that *they cannot read your emails* which is required for both. That’s a feature, not a bug.\n
        \n
        PM works with any app as long as the app implements their custom protocol for which there are at least two FOSS implementations as a reference.\n
        \n
        > proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless\n
        \n
        While I’d also prefer their back-end to be OSS, it’s not nearly as critical as the clients.  \n
        As a user, it doesn’t make a difference. I’m paying for an opaque service either way.\n
        \n
        All the interesting stuff (E2EE, zero access storage) happen in the clients anyways. The BE is fairly uninteresting; it’s a mail server + zero-access encryption + Proton account handling. If you really wanted to build a mail service similar to Proton, you could build that yourself and probably would have to anyways.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704057353 {#2040
        date: 2023-12-31 22:15:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BlueEther@no.lastname.nz"
        "@Moonrise2473@feddit.it"
      ]
      +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: 268359
      -bodyTs: "'access':149,168 'account':171 'also':107 'anyway':155,195 'app':24,54,59 'back':111 'back-end':110 'basic':9 'bug':49 'build':178,187 'cannot':28,34 'client':124,154 'close':8 'communic':94 'could':186 'critic':121 'custom':62 'd':106 'differ':133 'doesn':129 'e2ee':147 'either':141 'email':37 'encrypt':169 'end':112 'fair':159 'fake':79 'featur':46 'forc':19 'foss':71 'handl':172 'happen':151 'imap':12 'imap/smtp':30 'implement':60,72 'interest':145 'least':69 'like':5,11 'long':56 'm':135 'mail':164,180 'make':131 'market':87 'most':84 'near':119 'offici':23 'opaqu':139 'open':80,89 'oss':115 'pay':136 'pm':50 'prefer':108 'probabl':191 'proprietari':97,101 'protocol':63,98 'proton':6,27,76,170,184 're':2 'read':35 'realli':175 'reason':26 'refer':75 'requir':40 'server':102,165 'servic':140,181 'similar':182 'smtp':14 'sourc':81 'storag':150 'stuff':10,146 'two':70 'ui':92 'uninterest':160 'use':85 'useless':103 'user':127 'want':176 'way':17,142 'work':51 'would':192 'zero':148,167 'zero-access':166"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6980316"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704057353 {#2345
        date: 2023-12-31 22:15:53.0 +01:00
      }
      +"title": 268359
    }
  ]
  -id: 26060
  -titleTs: "'googl':5 'host':10 'move':3 'self':9 'self-host':8 'start':1 'strict':7"
  -bodyTs: "'/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':12 'googl':5 'move':3 'no.lastname.nz':11 'no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':10 'proton':9 'servic':7 'start':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704075317
  +visibility: "visible             "
  +apId: "https://no.lastname.nz/post/278797"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703988917 {#3433
    date: 2023-12-31 03:15:17.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
108 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2330
  +user: Proxies\__CG__\App\Entity\User {#3411 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Started-to-move-off-Google-not-strictly-self-hosted"
  +title: "Started to move off Google (not strictly self-hosted)"
  +url: null
  +body: """
    Started to move off Google’s services to proton:\n
    \n
    ![](https://no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 53
  +favouriteCount: 107
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710911472 {#3448
    date: 2024-03-20 06:11:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3453 …}
  +votes: Doctrine\ORM\PersistentCollection {#3456 …}
  +reports: Doctrine\ORM\PersistentCollection {#3458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3460 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3462 …}
  +badges: Doctrine\ORM\PersistentCollection {#3464 …}
  +children: [
    App\Entity\EntryComment {#2350
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2330 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
      +body: """
        > They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps\n
        \n
        The reason Proton cannot do IMAP/SMTP is that *they cannot read your emails* which is required for both. That’s a feature, not a bug.\n
        \n
        PM works with any app as long as the app implements their custom protocol for which there are at least two FOSS implementations as a reference.\n
        \n
        > proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless\n
        \n
        While I’d also prefer their back-end to be OSS, it’s not nearly as critical as the clients.  \n
        As a user, it doesn’t make a difference. I’m paying for an opaque service either way.\n
        \n
        All the interesting stuff (E2EE, zero access storage) happen in the clients anyways. The BE is fairly uninteresting; it’s a mail server + zero-access encryption + Proton account handling. If you really wanted to build a mail service similar to Proton, you could build that yourself and probably would have to anyways.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 7
      +score: 0
      +lastActive: DateTime @1704057353 {#2040
        date: 2023-12-31 22:15:53.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@BlueEther@no.lastname.nz"
        "@Moonrise2473@feddit.it"
      ]
      +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: 268359
      -bodyTs: "'access':149,168 'account':171 'also':107 'anyway':155,195 'app':24,54,59 'back':111 'back-end':110 'basic':9 'bug':49 'build':178,187 'cannot':28,34 'client':124,154 'close':8 'communic':94 'could':186 'critic':121 'custom':62 'd':106 'differ':133 'doesn':129 'e2ee':147 'either':141 'email':37 'encrypt':169 'end':112 'fair':159 'fake':79 'featur':46 'forc':19 'foss':71 'handl':172 'happen':151 'imap':12 'imap/smtp':30 'implement':60,72 'interest':145 'least':69 'like':5,11 'long':56 'm':135 'mail':164,180 'make':131 'market':87 'most':84 'near':119 'offici':23 'opaqu':139 'open':80,89 'oss':115 'pay':136 'pm':50 'prefer':108 'probabl':191 'proprietari':97,101 'protocol':63,98 'proton':6,27,76,170,184 're':2 'read':35 'realli':175 'reason':26 'refer':75 'requir':40 'server':102,165 'servic':140,181 'similar':182 'smtp':14 'sourc':81 'storag':150 'stuff':10,146 'two':70 'ui':92 'uninterest':160 'use':85 'useless':103 'user':127 'want':176 'way':17,142 'work':51 'would':192 'zero':148,167 'zero-access':166"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6980316"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704057353 {#2345
        date: 2023-12-31 22:15:53.0 +01:00
      }
      +"title": 268359
    }
  ]
  -id: 26060
  -titleTs: "'googl':5 'host':10 'move':3 'self':9 'self-host':8 'start':1 'strict':7"
  -bodyTs: "'/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':12 'googl':5 'move':3 'no.lastname.nz':11 'no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':10 'proton':9 'servic':7 'start':1"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704075317
  +visibility: "visible             "
  +apId: "https://no.lastname.nz/post/278797"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703988917 {#3433
    date: 2023-12-31 03:15:17.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
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 {#2350
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2330
    +user: Proxies\__CG__\App\Entity\User {#3411 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Started-to-move-off-Google-not-strictly-self-hosted"
    +title: "Started to move off Google (not strictly self-hosted)"
    +url: null
    +body: """
      Started to move off Google’s services to proton:\n
      \n
      ![](https://no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710911472 {#3448
      date: 2024-03-20 06:11:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3453 …}
    +votes: Doctrine\ORM\PersistentCollection {#3456 …}
    +reports: Doctrine\ORM\PersistentCollection {#3458 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3460 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3462 …}
    +badges: Doctrine\ORM\PersistentCollection {#3464 …}
    +children: [
      App\Entity\EntryComment {#2350}
    ]
    -id: 26060
    -titleTs: "'googl':5 'host':10 'move':3 'self':9 'self-host':8 'start':1 'strict':7"
    -bodyTs: "'/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':12 'googl':5 'move':3 'no.lastname.nz':11 'no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':10 'proton':9 'servic':7 'start':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704075317
    +visibility: "visible             "
    +apId: "https://no.lastname.nz/post/278797"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703988917 {#3433
      date: 2023-12-31 03:15:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +body: """
    > They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps\n
    \n
    The reason Proton cannot do IMAP/SMTP is that *they cannot read your emails* which is required for both. That’s a feature, not a bug.\n
    \n
    PM works with any app as long as the app implements their custom protocol for which there are at least two FOSS implementations as a reference.\n
    \n
    > proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless\n
    \n
    While I’d also prefer their back-end to be OSS, it’s not nearly as critical as the clients.  \n
    As a user, it doesn’t make a difference. I’m paying for an opaque service either way.\n
    \n
    All the interesting stuff (E2EE, zero access storage) happen in the clients anyways. The BE is fairly uninteresting; it’s a mail server + zero-access encryption + Proton account handling. If you really wanted to build a mail service similar to Proton, you could build that yourself and probably would have to anyways.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704057353 {#2040
    date: 2023-12-31 22:15:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BlueEther@no.lastname.nz"
    "@Moonrise2473@feddit.it"
  ]
  +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: 268359
  -bodyTs: "'access':149,168 'account':171 'also':107 'anyway':155,195 'app':24,54,59 'back':111 'back-end':110 'basic':9 'bug':49 'build':178,187 'cannot':28,34 'client':124,154 'close':8 'communic':94 'could':186 'critic':121 'custom':62 'd':106 'differ':133 'doesn':129 'e2ee':147 'either':141 'email':37 'encrypt':169 'end':112 'fair':159 'fake':79 'featur':46 'forc':19 'foss':71 'handl':172 'happen':151 'imap':12 'imap/smtp':30 'implement':60,72 'interest':145 'least':69 'like':5,11 'long':56 'm':135 'mail':164,180 'make':131 'market':87 'most':84 'near':119 'offici':23 'opaqu':139 'open':80,89 'oss':115 'pay':136 'pm':50 'prefer':108 'probabl':191 'proprietari':97,101 'protocol':63,98 'proton':6,27,76,170,184 're':2 'read':35 'realli':175 'reason':26 'refer':75 'requir':40 'server':102,165 'servic':140,181 'similar':182 'smtp':14 'sourc':81 'storag':150 'stuff':10,146 'two':70 'ui':92 'uninterest':160 'use':85 'useless':103 'user':127 'want':176 'way':17,142 'work':51 'would':192 'zero':148,167 'zero-access':166"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6980316"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704057353 {#2345
    date: 2023-12-31 22:15:53.0 +01:00
  }
  +"title": 268359
}
"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 {#2350
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2330
    +user: Proxies\__CG__\App\Entity\User {#3411 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Started-to-move-off-Google-not-strictly-self-hosted"
    +title: "Started to move off Google (not strictly self-hosted)"
    +url: null
    +body: """
      Started to move off Google’s services to proton:\n
      \n
      ![](https://no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710911472 {#3448
      date: 2024-03-20 06:11:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3453 …}
    +votes: Doctrine\ORM\PersistentCollection {#3456 …}
    +reports: Doctrine\ORM\PersistentCollection {#3458 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3460 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3462 …}
    +badges: Doctrine\ORM\PersistentCollection {#3464 …}
    +children: [
      App\Entity\EntryComment {#2350}
    ]
    -id: 26060
    -titleTs: "'googl':5 'host':10 'move':3 'self':9 'self-host':8 'start':1 'strict':7"
    -bodyTs: "'/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':12 'googl':5 'move':3 'no.lastname.nz':11 'no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':10 'proton':9 'servic':7 'start':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704075317
    +visibility: "visible             "
    +apId: "https://no.lastname.nz/post/278797"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703988917 {#3433
      date: 2023-12-31 03:15:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +body: """
    > They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps\n
    \n
    The reason Proton cannot do IMAP/SMTP is that *they cannot read your emails* which is required for both. That’s a feature, not a bug.\n
    \n
    PM works with any app as long as the app implements their custom protocol for which there are at least two FOSS implementations as a reference.\n
    \n
    > proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless\n
    \n
    While I’d also prefer their back-end to be OSS, it’s not nearly as critical as the clients.  \n
    As a user, it doesn’t make a difference. I’m paying for an opaque service either way.\n
    \n
    All the interesting stuff (E2EE, zero access storage) happen in the clients anyways. The BE is fairly uninteresting; it’s a mail server + zero-access encryption + Proton account handling. If you really wanted to build a mail service similar to Proton, you could build that yourself and probably would have to anyways.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704057353 {#2040
    date: 2023-12-31 22:15:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BlueEther@no.lastname.nz"
    "@Moonrise2473@feddit.it"
  ]
  +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: 268359
  -bodyTs: "'access':149,168 'account':171 'also':107 'anyway':155,195 'app':24,54,59 'back':111 'back-end':110 'basic':9 'bug':49 'build':178,187 'cannot':28,34 'client':124,154 'close':8 'communic':94 'could':186 'critic':121 'custom':62 'd':106 'differ':133 'doesn':129 'e2ee':147 'either':141 'email':37 'encrypt':169 'end':112 'fair':159 'fake':79 'featur':46 'forc':19 'foss':71 'handl':172 'happen':151 'imap':12 'imap/smtp':30 'implement':60,72 'interest':145 'least':69 'like':5,11 'long':56 'm':135 'mail':164,180 'make':131 'market':87 'most':84 'near':119 'offici':23 'opaqu':139 'open':80,89 'oss':115 'pay':136 'pm':50 'prefer':108 'probabl':191 'proprietari':97,101 'protocol':63,98 'proton':6,27,76,170,184 're':2 'read':35 'realli':175 'reason':26 'refer':75 'requir':40 'server':102,165 'servic':140,181 'similar':182 'smtp':14 'sourc':81 'storag':150 'stuff':10,146 'two':70 'ui':92 'uninterest':160 'use':85 'useless':103 'user':127 'want':176 'way':17,142 'work':51 'would':192 'zero':148,167 'zero-access':166"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6980316"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704057353 {#2345
    date: 2023-12-31 22:15:53.0 +01:00
  }
  +"title": 268359
}
"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 {#2350
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2330
    +user: Proxies\__CG__\App\Entity\User {#3411 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Started-to-move-off-Google-not-strictly-self-hosted"
    +title: "Started to move off Google (not strictly self-hosted)"
    +url: null
    +body: """
      Started to move off Google’s services to proton:\n
      \n
      ![](https://no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 53
    +favouriteCount: 107
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710911472 {#3448
      date: 2024-03-20 06:11:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3453 …}
    +votes: Doctrine\ORM\PersistentCollection {#3456 …}
    +reports: Doctrine\ORM\PersistentCollection {#3458 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3460 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3462 …}
    +badges: Doctrine\ORM\PersistentCollection {#3464 …}
    +children: [
      App\Entity\EntryComment {#2350}
    ]
    -id: 26060
    -titleTs: "'googl':5 'host':10 'move':3 'self':9 'self-host':8 'start':1 'strict':7"
    -bodyTs: "'/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':12 'googl':5 'move':3 'no.lastname.nz':11 'no.lastname.nz/pictrs/image/49a70c76-1dfa-42c2-80a3-fe807070d46f.png)':10 'proton':9 'servic':7 'start':1"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704075317
    +visibility: "visible             "
    +apId: "https://no.lastname.nz/post/278797"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703988917 {#3433
      date: 2023-12-31 03:15:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2086 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2348 …}
  +body: """
    > They’re not doing like proton and close basic stuff like IMAP and SMTP as a way to force you on the official apps\n
    \n
    The reason Proton cannot do IMAP/SMTP is that *they cannot read your emails* which is required for both. That’s a feature, not a bug.\n
    \n
    PM works with any app as long as the app implements their custom protocol for which there are at least two FOSS implementations as a reference.\n
    \n
    > proton is a “fake” open source that is mostly used for marketing: they opened only the UI, which communicates with a proprietary protocol to a proprietary server - useless\n
    \n
    While I’d also prefer their back-end to be OSS, it’s not nearly as critical as the clients.  \n
    As a user, it doesn’t make a difference. I’m paying for an opaque service either way.\n
    \n
    All the interesting stuff (E2EE, zero access storage) happen in the clients anyways. The BE is fairly uninteresting; it’s a mail server + zero-access encryption + Proton account handling. If you really wanted to build a mail service similar to Proton, you could build that yourself and probably would have to anyways.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1704057353 {#2040
    date: 2023-12-31 22:15:53.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@BlueEther@no.lastname.nz"
    "@Moonrise2473@feddit.it"
  ]
  +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: 268359
  -bodyTs: "'access':149,168 'account':171 'also':107 'anyway':155,195 'app':24,54,59 'back':111 'back-end':110 'basic':9 'bug':49 'build':178,187 'cannot':28,34 'client':124,154 'close':8 'communic':94 'could':186 'critic':121 'custom':62 'd':106 'differ':133 'doesn':129 'e2ee':147 'either':141 'email':37 'encrypt':169 'end':112 'fair':159 'fake':79 'featur':46 'forc':19 'foss':71 'handl':172 'happen':151 'imap':12 'imap/smtp':30 'implement':60,72 'interest':145 'least':69 'like':5,11 'long':56 'm':135 'mail':164,180 'make':131 'market':87 'most':84 'near':119 'offici':23 'opaqu':139 'open':80,89 'oss':115 'pay':136 'pm':50 'prefer':108 'probabl':191 'proprietari':97,101 'protocol':63,98 'proton':6,27,76,170,184 're':2 'read':35 'realli':175 'reason':26 'refer':75 'requir':40 'server':102,165 'servic':140,181 'similar':182 'smtp':14 'sourc':81 'storag':150 'stuff':10,146 'two':70 'ui':92 'uninterest':160 'use':85 'useless':103 'user':127 'want':176 'way':17,142 'work':51 'would':192 'zero':148,167 'zero-access':166"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6980316"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704057353 {#2345
    date: 2023-12-31 22:15:53.0 +01:00
  }
  +"title": 268359
}
"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
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#1981 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Dual-Booting-How-in-god-s-name"
  +title: "Dual Booting: How in god's name?!"
  +url: null
  +body: "I have one drive, 1tb with Pop_OS, and another, 500 on to which i want to install windows. (I know, I dont like it either but I want to play VR games via link cable cause ALVR is really mid) So, I put the ISO on a drive with ventoy, booted it up, got it all going. started to install windows on the empty drive. So, after the five steps it kicks me out of the installer and now, I can’t acess the second drive. Even through moving the boot order on BIOS, it always loads me into pop os. The only time it ever didn’t do this is one time where it seemingly randomly gave me boot options, two of which were Pop_OS and one was “windows boot manager”, which when selected turned off my computer and promptly i booted right back into Pop_OS. Can anyone provide some advice? TIA."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710549992 {#3500
    date: 2024-03-16 01:46:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3469 …}
  +votes: Doctrine\ORM\PersistentCollection {#3507 …}
  +reports: Doctrine\ORM\PersistentCollection {#3509 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3513 …}
  +badges: Doctrine\ORM\PersistentCollection {#3515 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +body: """
        Ah I think Windows does this “helpful” thing where it installs its bootloader into the ESP of any drive if it’s already present rather than the drive you explicitly told it to install onto.\n
        \n
        You didn’t have anything in it yet, right? Unplug all other drives and then re-install Windows onto the drive. It should work as expected after that.\n
        \n
        IIRC Pop!_OS sets the systemd-boot timeout super short; you have to hold a key after the firmware is done or something to get to it reliably or simply increase the timeout (1s is enough, I have it set to that on my systems). systemd-boot should give you the option to boot any windows installation though, it can auto-detect them.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1703927742 {#2018
        date: 2023-12-30 10:15:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@blakeus12@hexbear.net"
        "@raven@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2029 …}
      +nested: Doctrine\ORM\PersistentCollection {#2020 …}
      +votes: Doctrine\ORM\PersistentCollection {#2027 …}
      +reports: Doctrine\ORM\PersistentCollection {#2031 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
      -id: 264326
      -bodyTs: "'1s':99 'ah':1 'alreadi':23 'anyth':40 'auto':128 'auto-detect':127 'boot':72,113,120 'bootload':13 'detect':129 'didn':37 'done':86 'drive':19,28,48,57 'enough':101 'esp':16 'expect':62 'explicit':30 'firmwar':84 'get':90 'give':115 'help':7 'hold':79 'iirc':65 'increas':96 'instal':11,34,53,123 'key':81 'onto':35,55 'option':118 'os':67 'pop':66 'present':24 'rather':25 're':52 're-instal':51 'reliabl':93 'right':44 'set':68,105 'short':75 'simpli':95 'someth':88 'super':74 'system':110 'systemd':71,112 'systemd-boot':70,111 'thing':8 'think':3 'though':124 'timeout':73,98 'told':31 'unplug':45 'window':4,54,122 'work':60 'yet':43"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6954254"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703927742 {#2025
        date: 2023-12-30 10:15:42.0 +01:00
      }
      +"title": 264326
    }
  ]
  -id: 25809
  -titleTs: "'boot':2 'dual':1 'god':5 'name':7"
  -bodyTs: "'1tb':5 '500':11 'acess':84 'advic':155 'alvr':38 'alway':97 'anoth':10 'anyon':152 'back':147 'bio':95 'boot':52,92,121,133,145 'cabl':36 'caus':37 'comput':141 'didn':108 'dont':23 'drive':4,49,66,87 'either':26 'empti':65 'even':88 'ever':107 'five':70 'game':33 'gave':119 'go':58 'got':55 'instal':18,61,78 'iso':46 'kick':73 'know':21 'like':24 'link':35 'load':98 'manag':134 'mid':41 'move':90 'one':3,113,130 'option':122 'order':93 'os':8,102,128,150 'play':31 'pop':7,101,127,149 'prompt':143 'provid':153 'put':44 'random':118 'realli':40 'right':146 'second':86 'seem':117 'select':137 'start':59 'step':71 'tia':156 'time':105,114 'turn':138 'two':123 'ventoy':51 'via':34 'vr':32 'want':16,29 'window':19,62,132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704001377
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1474993"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703914977 {#3489
    date: 2023-12-30 06:42:57.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
115 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#1981 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Dual-Booting-How-in-god-s-name"
  +title: "Dual Booting: How in god's name?!"
  +url: null
  +body: "I have one drive, 1tb with Pop_OS, and another, 500 on to which i want to install windows. (I know, I dont like it either but I want to play VR games via link cable cause ALVR is really mid) So, I put the ISO on a drive with ventoy, booted it up, got it all going. started to install windows on the empty drive. So, after the five steps it kicks me out of the installer and now, I can’t acess the second drive. Even through moving the boot order on BIOS, it always loads me into pop os. The only time it ever didn’t do this is one time where it seemingly randomly gave me boot options, two of which were Pop_OS and one was “windows boot manager”, which when selected turned off my computer and promptly i booted right back into Pop_OS. Can anyone provide some advice? TIA."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710549992 {#3500
    date: 2024-03-16 01:46:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3469 …}
  +votes: Doctrine\ORM\PersistentCollection {#3507 …}
  +reports: Doctrine\ORM\PersistentCollection {#3509 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3513 …}
  +badges: Doctrine\ORM\PersistentCollection {#3515 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +body: """
        Ah I think Windows does this “helpful” thing where it installs its bootloader into the ESP of any drive if it’s already present rather than the drive you explicitly told it to install onto.\n
        \n
        You didn’t have anything in it yet, right? Unplug all other drives and then re-install Windows onto the drive. It should work as expected after that.\n
        \n
        IIRC Pop!_OS sets the systemd-boot timeout super short; you have to hold a key after the firmware is done or something to get to it reliably or simply increase the timeout (1s is enough, I have it set to that on my systems). systemd-boot should give you the option to boot any windows installation though, it can auto-detect them.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1703927742 {#2018
        date: 2023-12-30 10:15:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@blakeus12@hexbear.net"
        "@raven@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2029 …}
      +nested: Doctrine\ORM\PersistentCollection {#2020 …}
      +votes: Doctrine\ORM\PersistentCollection {#2027 …}
      +reports: Doctrine\ORM\PersistentCollection {#2031 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
      -id: 264326
      -bodyTs: "'1s':99 'ah':1 'alreadi':23 'anyth':40 'auto':128 'auto-detect':127 'boot':72,113,120 'bootload':13 'detect':129 'didn':37 'done':86 'drive':19,28,48,57 'enough':101 'esp':16 'expect':62 'explicit':30 'firmwar':84 'get':90 'give':115 'help':7 'hold':79 'iirc':65 'increas':96 'instal':11,34,53,123 'key':81 'onto':35,55 'option':118 'os':67 'pop':66 'present':24 'rather':25 're':52 're-instal':51 'reliabl':93 'right':44 'set':68,105 'short':75 'simpli':95 'someth':88 'super':74 'system':110 'systemd':71,112 'systemd-boot':70,111 'thing':8 'think':3 'though':124 'timeout':73,98 'told':31 'unplug':45 'window':4,54,122 'work':60 'yet':43"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6954254"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703927742 {#2025
        date: 2023-12-30 10:15:42.0 +01:00
      }
      +"title": 264326
    }
  ]
  -id: 25809
  -titleTs: "'boot':2 'dual':1 'god':5 'name':7"
  -bodyTs: "'1tb':5 '500':11 'acess':84 'advic':155 'alvr':38 'alway':97 'anoth':10 'anyon':152 'back':147 'bio':95 'boot':52,92,121,133,145 'cabl':36 'caus':37 'comput':141 'didn':108 'dont':23 'drive':4,49,66,87 'either':26 'empti':65 'even':88 'ever':107 'five':70 'game':33 'gave':119 'go':58 'got':55 'instal':18,61,78 'iso':46 'kick':73 'know':21 'like':24 'link':35 'load':98 'manag':134 'mid':41 'move':90 'one':3,113,130 'option':122 'order':93 'os':8,102,128,150 'play':31 'pop':7,101,127,149 'prompt':143 'provid':153 'put':44 'random':118 'realli':40 'right':146 'second':86 'seem':117 'select':137 'start':59 'step':71 'tia':156 'time':105,114 'turn':138 'two':123 'ventoy':51 'via':34 'vr':32 'want':16,29 'window':19,62,132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704001377
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1474993"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703914977 {#3489
    date: 2023-12-30 06:42:57.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
116 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2033
  +user: Proxies\__CG__\App\Entity\User {#1981 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Dual-Booting-How-in-god-s-name"
  +title: "Dual Booting: How in god's name?!"
  +url: null
  +body: "I have one drive, 1tb with Pop_OS, and another, 500 on to which i want to install windows. (I know, I dont like it either but I want to play VR games via link cable cause ALVR is really mid) So, I put the ISO on a drive with ventoy, booted it up, got it all going. started to install windows on the empty drive. So, after the five steps it kicks me out of the installer and now, I can’t acess the second drive. Even through moving the boot order on BIOS, it always loads me into pop os. The only time it ever didn’t do this is one time where it seemingly randomly gave me boot options, two of which were Pop_OS and one was “windows boot manager”, which when selected turned off my computer and promptly i booted right back into Pop_OS. Can anyone provide some advice? TIA."
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 20
  +favouriteCount: 23
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1710549992 {#3500
    date: 2024-03-16 01:46:32.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3469 …}
  +votes: Doctrine\ORM\PersistentCollection {#3507 …}
  +reports: Doctrine\ORM\PersistentCollection {#3509 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3511 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3513 …}
  +badges: Doctrine\ORM\PersistentCollection {#3515 …}
  +children: [
    App\Entity\EntryComment {#2011
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2033 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
      +body: """
        Ah I think Windows does this “helpful” thing where it installs its bootloader into the ESP of any drive if it’s already present rather than the drive you explicitly told it to install onto.\n
        \n
        You didn’t have anything in it yet, right? Unplug all other drives and then re-install Windows onto the drive. It should work as expected after that.\n
        \n
        IIRC Pop!_OS sets the systemd-boot timeout super short; you have to hold a key after the firmware is done or something to get to it reliably or simply increase the timeout (1s is enough, I have it set to that on my systems). systemd-boot should give you the option to boot any windows installation though, it can auto-detect them.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1703927742 {#2018
        date: 2023-12-30 10:15:42.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@blakeus12@hexbear.net"
        "@raven@hexbear.net"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2029 …}
      +nested: Doctrine\ORM\PersistentCollection {#2020 …}
      +votes: Doctrine\ORM\PersistentCollection {#2027 …}
      +reports: Doctrine\ORM\PersistentCollection {#2031 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
      -id: 264326
      -bodyTs: "'1s':99 'ah':1 'alreadi':23 'anyth':40 'auto':128 'auto-detect':127 'boot':72,113,120 'bootload':13 'detect':129 'didn':37 'done':86 'drive':19,28,48,57 'enough':101 'esp':16 'expect':62 'explicit':30 'firmwar':84 'get':90 'give':115 'help':7 'hold':79 'iirc':65 'increas':96 'instal':11,34,53,123 'key':81 'onto':35,55 'option':118 'os':67 'pop':66 'present':24 'rather':25 're':52 're-instal':51 'reliabl':93 'right':44 'set':68,105 'short':75 'simpli':95 'someth':88 'super':74 'system':110 'systemd':71,112 'systemd-boot':70,111 'thing':8 'think':3 'though':124 'timeout':73,98 'told':31 'unplug':45 'window':4,54,122 'work':60 'yet':43"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6954254"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703927742 {#2025
        date: 2023-12-30 10:15:42.0 +01:00
      }
      +"title": 264326
    }
  ]
  -id: 25809
  -titleTs: "'boot':2 'dual':1 'god':5 'name':7"
  -bodyTs: "'1tb':5 '500':11 'acess':84 'advic':155 'alvr':38 'alway':97 'anoth':10 'anyon':152 'back':147 'bio':95 'boot':52,92,121,133,145 'cabl':36 'caus':37 'comput':141 'didn':108 'dont':23 'drive':4,49,66,87 'either':26 'empti':65 'even':88 'ever':107 'five':70 'game':33 'gave':119 'go':58 'got':55 'instal':18,61,78 'iso':46 'kick':73 'know':21 'like':24 'link':35 'load':98 'manag':134 'mid':41 'move':90 'one':3,113,130 'option':122 'order':93 'os':8,102,128,150 'play':31 'pop':7,101,127,149 'prompt':143 'provid':153 'put':44 'random':118 'realli':40 'right':146 'second':86 'seem':117 'select':137 'start':59 'step':71 'tia':156 'time':105,114 'turn':138 'two':123 'ventoy':51 'via':34 'vr':32 'want':16,29 'window':19,62,132"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704001377
  +visibility: "visible             "
  +apId: "https://hexbear.net/post/1474993"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703914977 {#3489
    date: 2023-12-30 06:42:57.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
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 {#2011
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Dual-Booting-How-in-god-s-name"
    +title: "Dual Booting: How in god's name?!"
    +url: null
    +body: "I have one drive, 1tb with Pop_OS, and another, 500 on to which i want to install windows. (I know, I dont like it either but I want to play VR games via link cable cause ALVR is really mid) So, I put the ISO on a drive with ventoy, booted it up, got it all going. started to install windows on the empty drive. So, after the five steps it kicks me out of the installer and now, I can’t acess the second drive. Even through moving the boot order on BIOS, it always loads me into pop os. The only time it ever didn’t do this is one time where it seemingly randomly gave me boot options, two of which were Pop_OS and one was “windows boot manager”, which when selected turned off my computer and promptly i booted right back into Pop_OS. Can anyone provide some advice? TIA."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710549992 {#3500
      date: 2024-03-16 01:46:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3469 …}
    +votes: Doctrine\ORM\PersistentCollection {#3507 …}
    +reports: Doctrine\ORM\PersistentCollection {#3509 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3511 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3513 …}
    +badges: Doctrine\ORM\PersistentCollection {#3515 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 25809
    -titleTs: "'boot':2 'dual':1 'god':5 'name':7"
    -bodyTs: "'1tb':5 '500':11 'acess':84 'advic':155 'alvr':38 'alway':97 'anoth':10 'anyon':152 'back':147 'bio':95 'boot':52,92,121,133,145 'cabl':36 'caus':37 'comput':141 'didn':108 'dont':23 'drive':4,49,66,87 'either':26 'empti':65 'even':88 'ever':107 'five':70 'game':33 'gave':119 'go':58 'got':55 'instal':18,61,78 'iso':46 'kick':73 'know':21 'like':24 'link':35 'load':98 'manag':134 'mid':41 'move':90 'one':3,113,130 'option':122 'order':93 'os':8,102,128,150 'play':31 'pop':7,101,127,149 'prompt':143 'provid':153 'put':44 'random':118 'realli':40 'right':146 'second':86 'seem':117 'select':137 'start':59 'step':71 'tia':156 'time':105,114 'turn':138 'two':123 'ventoy':51 'via':34 'vr':32 'want':16,29 'window':19,62,132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704001377
    +visibility: "visible             "
    +apId: "https://hexbear.net/post/1474993"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703914977 {#3489
      date: 2023-12-30 06:42:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +body: """
    Ah I think Windows does this “helpful” thing where it installs its bootloader into the ESP of any drive if it’s already present rather than the drive you explicitly told it to install onto.\n
    \n
    You didn’t have anything in it yet, right? Unplug all other drives and then re-install Windows onto the drive. It should work as expected after that.\n
    \n
    IIRC Pop!_OS sets the systemd-boot timeout super short; you have to hold a key after the firmware is done or something to get to it reliably or simply increase the timeout (1s is enough, I have it set to that on my systems). systemd-boot should give you the option to boot any windows installation though, it can auto-detect them.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1703927742 {#2018
    date: 2023-12-30 10:15:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@blakeus12@hexbear.net"
    "@raven@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2029 …}
  +nested: Doctrine\ORM\PersistentCollection {#2020 …}
  +votes: Doctrine\ORM\PersistentCollection {#2027 …}
  +reports: Doctrine\ORM\PersistentCollection {#2031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
  -id: 264326
  -bodyTs: "'1s':99 'ah':1 'alreadi':23 'anyth':40 'auto':128 'auto-detect':127 'boot':72,113,120 'bootload':13 'detect':129 'didn':37 'done':86 'drive':19,28,48,57 'enough':101 'esp':16 'expect':62 'explicit':30 'firmwar':84 'get':90 'give':115 'help':7 'hold':79 'iirc':65 'increas':96 'instal':11,34,53,123 'key':81 'onto':35,55 'option':118 'os':67 'pop':66 'present':24 'rather':25 're':52 're-instal':51 'reliabl':93 'right':44 'set':68,105 'short':75 'simpli':95 'someth':88 'super':74 'system':110 'systemd':71,112 'systemd-boot':70,111 'thing':8 'think':3 'though':124 'timeout':73,98 'told':31 'unplug':45 'window':4,54,122 'work':60 'yet':43"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6954254"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703927742 {#2025
    date: 2023-12-30 10:15:42.0 +01:00
  }
  +"title": 264326
}
"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 {#2011
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Dual-Booting-How-in-god-s-name"
    +title: "Dual Booting: How in god's name?!"
    +url: null
    +body: "I have one drive, 1tb with Pop_OS, and another, 500 on to which i want to install windows. (I know, I dont like it either but I want to play VR games via link cable cause ALVR is really mid) So, I put the ISO on a drive with ventoy, booted it up, got it all going. started to install windows on the empty drive. So, after the five steps it kicks me out of the installer and now, I can’t acess the second drive. Even through moving the boot order on BIOS, it always loads me into pop os. The only time it ever didn’t do this is one time where it seemingly randomly gave me boot options, two of which were Pop_OS and one was “windows boot manager”, which when selected turned off my computer and promptly i booted right back into Pop_OS. Can anyone provide some advice? TIA."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710549992 {#3500
      date: 2024-03-16 01:46:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3469 …}
    +votes: Doctrine\ORM\PersistentCollection {#3507 …}
    +reports: Doctrine\ORM\PersistentCollection {#3509 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3511 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3513 …}
    +badges: Doctrine\ORM\PersistentCollection {#3515 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 25809
    -titleTs: "'boot':2 'dual':1 'god':5 'name':7"
    -bodyTs: "'1tb':5 '500':11 'acess':84 'advic':155 'alvr':38 'alway':97 'anoth':10 'anyon':152 'back':147 'bio':95 'boot':52,92,121,133,145 'cabl':36 'caus':37 'comput':141 'didn':108 'dont':23 'drive':4,49,66,87 'either':26 'empti':65 'even':88 'ever':107 'five':70 'game':33 'gave':119 'go':58 'got':55 'instal':18,61,78 'iso':46 'kick':73 'know':21 'like':24 'link':35 'load':98 'manag':134 'mid':41 'move':90 'one':3,113,130 'option':122 'order':93 'os':8,102,128,150 'play':31 'pop':7,101,127,149 'prompt':143 'provid':153 'put':44 'random':118 'realli':40 'right':146 'second':86 'seem':117 'select':137 'start':59 'step':71 'tia':156 'time':105,114 'turn':138 'two':123 'ventoy':51 'via':34 'vr':32 'want':16,29 'window':19,62,132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704001377
    +visibility: "visible             "
    +apId: "https://hexbear.net/post/1474993"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703914977 {#3489
      date: 2023-12-30 06:42:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +body: """
    Ah I think Windows does this “helpful” thing where it installs its bootloader into the ESP of any drive if it’s already present rather than the drive you explicitly told it to install onto.\n
    \n
    You didn’t have anything in it yet, right? Unplug all other drives and then re-install Windows onto the drive. It should work as expected after that.\n
    \n
    IIRC Pop!_OS sets the systemd-boot timeout super short; you have to hold a key after the firmware is done or something to get to it reliably or simply increase the timeout (1s is enough, I have it set to that on my systems). systemd-boot should give you the option to boot any windows installation though, it can auto-detect them.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1703927742 {#2018
    date: 2023-12-30 10:15:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@blakeus12@hexbear.net"
    "@raven@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2029 …}
  +nested: Doctrine\ORM\PersistentCollection {#2020 …}
  +votes: Doctrine\ORM\PersistentCollection {#2027 …}
  +reports: Doctrine\ORM\PersistentCollection {#2031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
  -id: 264326
  -bodyTs: "'1s':99 'ah':1 'alreadi':23 'anyth':40 'auto':128 'auto-detect':127 'boot':72,113,120 'bootload':13 'detect':129 'didn':37 'done':86 'drive':19,28,48,57 'enough':101 'esp':16 'expect':62 'explicit':30 'firmwar':84 'get':90 'give':115 'help':7 'hold':79 'iirc':65 'increas':96 'instal':11,34,53,123 'key':81 'onto':35,55 'option':118 'os':67 'pop':66 'present':24 'rather':25 're':52 're-instal':51 'reliabl':93 'right':44 'set':68,105 'short':75 'simpli':95 'someth':88 'super':74 'system':110 'systemd':71,112 'systemd-boot':70,111 'thing':8 'think':3 'though':124 'timeout':73,98 'told':31 'unplug':45 'window':4,54,122 'work':60 'yet':43"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6954254"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703927742 {#2025
    date: 2023-12-30 10:15:42.0 +01:00
  }
  +"title": 264326
}
"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 {#2011
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2033
    +user: Proxies\__CG__\App\Entity\User {#1981 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Dual-Booting-How-in-god-s-name"
    +title: "Dual Booting: How in god's name?!"
    +url: null
    +body: "I have one drive, 1tb with Pop_OS, and another, 500 on to which i want to install windows. (I know, I dont like it either but I want to play VR games via link cable cause ALVR is really mid) So, I put the ISO on a drive with ventoy, booted it up, got it all going. started to install windows on the empty drive. So, after the five steps it kicks me out of the installer and now, I can’t acess the second drive. Even through moving the boot order on BIOS, it always loads me into pop os. The only time it ever didn’t do this is one time where it seemingly randomly gave me boot options, two of which were Pop_OS and one was “windows boot manager”, which when selected turned off my computer and promptly i booted right back into Pop_OS. Can anyone provide some advice? TIA."
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 20
    +favouriteCount: 23
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1710549992 {#3500
      date: 2024-03-16 01:46:32.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3469 …}
    +votes: Doctrine\ORM\PersistentCollection {#3507 …}
    +reports: Doctrine\ORM\PersistentCollection {#3509 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3511 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3513 …}
    +badges: Doctrine\ORM\PersistentCollection {#3515 …}
    +children: [
      App\Entity\EntryComment {#2011}
    ]
    -id: 25809
    -titleTs: "'boot':2 'dual':1 'god':5 'name':7"
    -bodyTs: "'1tb':5 '500':11 'acess':84 'advic':155 'alvr':38 'alway':97 'anoth':10 'anyon':152 'back':147 'bio':95 'boot':52,92,121,133,145 'cabl':36 'caus':37 'comput':141 'didn':108 'dont':23 'drive':4,49,66,87 'either':26 'empti':65 'even':88 'ever':107 'five':70 'game':33 'gave':119 'go':58 'got':55 'instal':18,61,78 'iso':46 'kick':73 'know':21 'like':24 'link':35 'load':98 'manag':134 'mid':41 'move':90 'one':3,113,130 'option':122 'order':93 'os':8,102,128,150 'play':31 'pop':7,101,127,149 'prompt':143 'provid':153 'put':44 'random':118 'realli':40 'right':146 'second':86 'seem':117 'select':137 'start':59 'step':71 'tia':156 'time':105,114 'turn':138 'two':123 'ventoy':51 'via':34 'vr':32 'want':16,29 'window':19,62,132"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704001377
    +visibility: "visible             "
    +apId: "https://hexbear.net/post/1474993"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703914977 {#3489
      date: 2023-12-30 06:42:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2021 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2028 …}
  +body: """
    Ah I think Windows does this “helpful” thing where it installs its bootloader into the ESP of any drive if it’s already present rather than the drive you explicitly told it to install onto.\n
    \n
    You didn’t have anything in it yet, right? Unplug all other drives and then re-install Windows onto the drive. It should work as expected after that.\n
    \n
    IIRC Pop!_OS sets the systemd-boot timeout super short; you have to hold a key after the firmware is done or something to get to it reliably or simply increase the timeout (1s is enough, I have it set to that on my systems). systemd-boot should give you the option to boot any windows installation though, it can auto-detect them.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1703927742 {#2018
    date: 2023-12-30 10:15:42.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@blakeus12@hexbear.net"
    "@raven@hexbear.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2029 …}
  +nested: Doctrine\ORM\PersistentCollection {#2020 …}
  +votes: Doctrine\ORM\PersistentCollection {#2027 …}
  +reports: Doctrine\ORM\PersistentCollection {#2031 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2037 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2075 …}
  -id: 264326
  -bodyTs: "'1s':99 'ah':1 'alreadi':23 'anyth':40 'auto':128 'auto-detect':127 'boot':72,113,120 'bootload':13 'detect':129 'didn':37 'done':86 'drive':19,28,48,57 'enough':101 'esp':16 'expect':62 'explicit':30 'firmwar':84 'get':90 'give':115 'help':7 'hold':79 'iirc':65 'increas':96 'instal':11,34,53,123 'key':81 'onto':35,55 'option':118 'os':67 'pop':66 'present':24 'rather':25 're':52 're-instal':51 'reliabl':93 'right':44 'set':68,105 'short':75 'simpli':95 'someth':88 'super':74 'system':110 'systemd':71,112 'systemd-boot':70,111 'thing':8 'think':3 'though':124 'timeout':73,98 'told':31 'unplug':45 'window':4,54,122 'work':60 'yet':43"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6954254"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703927742 {#2025
    date: 2023-12-30 10:15:42.0 +01:00
  }
  +"title": 264326
}
"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
Proxies\__CG__\App\Entity\Entry {#1401
  +user: Proxies\__CG__\App\Entity\User {#2248 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "NixOS-beginner-resources"
  +title: "NixOS beginner resources"
  +url: null
  +body: """
    Heya, been hearing about NixOS for a long time now, mostly from the peeps over at the Linux Unplugged podcast. So was thinking about jumping onto the nix-train, however it seems like it has a learning curve. Does anyone have any good learning resources, blog-posts, guides, whatever beans that you used to get started with NixOS?\n
    \n
    Appreciate any tips ❄️
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 96
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712048222 {#3483
    date: 2024-04-02 10:57:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3451 …}
  +votes: Doctrine\ORM\PersistentCollection {#3490 …}
  +reports: Doctrine\ORM\PersistentCollection {#3492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3496 …}
  +badges: Doctrine\ORM\PersistentCollection {#3498 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        The best way I know of is to get yourself a VM and get into the weeds; try to configure a system to your liking.\n
        \n
        Follow the NixOS manual. The Wiki is unofficial; often opinionated, out of date or just plain wrong. Take it with a grain of salt. The canonical source of documentation is the NixOS manual and it’s not nearly as bad as you may have heard.\n
        \n
        Make extensive use of [search.nixos.org/options](https://search.nixos.org/options) or `man configuration.nix`. Finding and making proper use of options and the module system is the bread and butter of using NixOS.\n
        \n
        Eventhough everyone and their mom will recommend them to you for nebulous reasons, ignore flakes for now. You will know when you’ll benefit from using them; namely when you need to use something outside of NixOS/Nixpkgs. You’re going to have enough to figure out with plain old NixOS on its own though; I don’t have external dependencies in [my config](https://github.com/Atemu/nixos-config/) to this day.\n
        \n
        To wrap it up, make sure to ask the community if something’s not working as expected: [github.com/NixOS/nixpkgs#community](https://github.com/NixOS/nixpkgs#community)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1707797683 {#1405
        date: 2024-02-13 05:14:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LunchEnjoyer@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 251827
      -bodyTs: "'/atemu/nixos-config/)':165 '/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':188 '/options](https://search.nixos.org/options)':77 'ask':176 'bad':65 'benefit':123 'best':2 'bread':94 'butter':96 'canon':51 'communiti':178 'config':162 'configur':20 'configuration.nix':80 'date':38 'day':168 'depend':159 'document':54 'enough':142 'eventhough':100 'everyon':101 'expect':185 'extens':72 'extern':158 'figur':144 'find':81 'flake':114 'follow':26 'get':9,14 'github.com':164,187 'github.com/atemu/nixos-config/)':163 'github.com/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':186 'go':139 'grain':47 'heard':70 'ignor':113 'know':5,119 'like':25 'll':122 'make':71,83,173 'man':79 'manual':29,58 'may':68 'modul':90 'mom':104 'name':127 'near':63 'nebul':111 'need':130 'nixo':28,57,99,149 'nixos/nixpkgs':136 'often':34 'old':148 'opinion':35 'option':87 'outsid':134 'plain':41,147 'proper':84 're':138 'reason':112 'recommend':106 'salt':49 'search.nixos.org':76 'search.nixos.org/options](https://search.nixos.org/options)':75 'someth':133,180 'sourc':52 'sure':174 'system':22,91 'take':43 'though':153 'tri':18 'unoffici':33 'use':73,85,98,125,132 'vm':12 'way':3 'weed':17 'wiki':31 'work':183 'wrap':170 'wrong':42"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6878138"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703536283 {#1385
        date: 2023-12-25 21:31:23.0 +01:00
      }
      +"title": 251827
    }
  ]
  -id: 24802
  -titleTs: "'beginn':2 'nixo':1 'resourc':3"
  -bodyTs: "'anyon':41 'appreci':61 'bean':52 'blog':48 'blog-post':47 'curv':39 'get':57 'good':44 'guid':50 'hear':3 'heya':1 'howev':31 'jump':25 'learn':38,45 'like':34 'linux':18 'long':8 'most':11 'nix':29 'nix-train':28 'nixo':5,60 'onto':26 'peep':14 'podcast':20 'post':49 'resourc':46 'seem':33 'start':58 'think':23 'time':9 'tip':63 'train':30 'unplug':19 'use':55 'whatev':51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703619311
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9968863"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703532911 {#3472
    date: 2023-12-25 20:35:11.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
123 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1401
  +user: Proxies\__CG__\App\Entity\User {#2248 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "NixOS-beginner-resources"
  +title: "NixOS beginner resources"
  +url: null
  +body: """
    Heya, been hearing about NixOS for a long time now, mostly from the peeps over at the Linux Unplugged podcast. So was thinking about jumping onto the nix-train, however it seems like it has a learning curve. Does anyone have any good learning resources, blog-posts, guides, whatever beans that you used to get started with NixOS?\n
    \n
    Appreciate any tips ❄️
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 96
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712048222 {#3483
    date: 2024-04-02 10:57:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3451 …}
  +votes: Doctrine\ORM\PersistentCollection {#3490 …}
  +reports: Doctrine\ORM\PersistentCollection {#3492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3496 …}
  +badges: Doctrine\ORM\PersistentCollection {#3498 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        The best way I know of is to get yourself a VM and get into the weeds; try to configure a system to your liking.\n
        \n
        Follow the NixOS manual. The Wiki is unofficial; often opinionated, out of date or just plain wrong. Take it with a grain of salt. The canonical source of documentation is the NixOS manual and it’s not nearly as bad as you may have heard.\n
        \n
        Make extensive use of [search.nixos.org/options](https://search.nixos.org/options) or `man configuration.nix`. Finding and making proper use of options and the module system is the bread and butter of using NixOS.\n
        \n
        Eventhough everyone and their mom will recommend them to you for nebulous reasons, ignore flakes for now. You will know when you’ll benefit from using them; namely when you need to use something outside of NixOS/Nixpkgs. You’re going to have enough to figure out with plain old NixOS on its own though; I don’t have external dependencies in [my config](https://github.com/Atemu/nixos-config/) to this day.\n
        \n
        To wrap it up, make sure to ask the community if something’s not working as expected: [github.com/NixOS/nixpkgs#community](https://github.com/NixOS/nixpkgs#community)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1707797683 {#1405
        date: 2024-02-13 05:14:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LunchEnjoyer@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 251827
      -bodyTs: "'/atemu/nixos-config/)':165 '/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':188 '/options](https://search.nixos.org/options)':77 'ask':176 'bad':65 'benefit':123 'best':2 'bread':94 'butter':96 'canon':51 'communiti':178 'config':162 'configur':20 'configuration.nix':80 'date':38 'day':168 'depend':159 'document':54 'enough':142 'eventhough':100 'everyon':101 'expect':185 'extens':72 'extern':158 'figur':144 'find':81 'flake':114 'follow':26 'get':9,14 'github.com':164,187 'github.com/atemu/nixos-config/)':163 'github.com/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':186 'go':139 'grain':47 'heard':70 'ignor':113 'know':5,119 'like':25 'll':122 'make':71,83,173 'man':79 'manual':29,58 'may':68 'modul':90 'mom':104 'name':127 'near':63 'nebul':111 'need':130 'nixo':28,57,99,149 'nixos/nixpkgs':136 'often':34 'old':148 'opinion':35 'option':87 'outsid':134 'plain':41,147 'proper':84 're':138 'reason':112 'recommend':106 'salt':49 'search.nixos.org':76 'search.nixos.org/options](https://search.nixos.org/options)':75 'someth':133,180 'sourc':52 'sure':174 'system':22,91 'take':43 'though':153 'tri':18 'unoffici':33 'use':73,85,98,125,132 'vm':12 'way':3 'weed':17 'wiki':31 'work':183 'wrap':170 'wrong':42"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6878138"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703536283 {#1385
        date: 2023-12-25 21:31:23.0 +01:00
      }
      +"title": 251827
    }
  ]
  -id: 24802
  -titleTs: "'beginn':2 'nixo':1 'resourc':3"
  -bodyTs: "'anyon':41 'appreci':61 'bean':52 'blog':48 'blog-post':47 'curv':39 'get':57 'good':44 'guid':50 'hear':3 'heya':1 'howev':31 'jump':25 'learn':38,45 'like':34 'linux':18 'long':8 'most':11 'nix':29 'nix-train':28 'nixo':5,60 'onto':26 'peep':14 'podcast':20 'post':49 'resourc':46 'seem':33 'start':58 'think':23 'time':9 'tip':63 'train':30 'unplug':19 'use':55 'whatev':51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703619311
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9968863"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703532911 {#3472
    date: 2023-12-25 20:35:11.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
124 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1401
  +user: Proxies\__CG__\App\Entity\User {#2248 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "NixOS-beginner-resources"
  +title: "NixOS beginner resources"
  +url: null
  +body: """
    Heya, been hearing about NixOS for a long time now, mostly from the peeps over at the Linux Unplugged podcast. So was thinking about jumping onto the nix-train, however it seems like it has a learning curve. Does anyone have any good learning resources, blog-posts, guides, whatever beans that you used to get started with NixOS?\n
    \n
    Appreciate any tips ❄️
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 96
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712048222 {#3483
    date: 2024-04-02 10:57:02.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3451 …}
  +votes: Doctrine\ORM\PersistentCollection {#3490 …}
  +reports: Doctrine\ORM\PersistentCollection {#3492 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3494 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3496 …}
  +badges: Doctrine\ORM\PersistentCollection {#3498 …}
  +children: [
    App\Entity\EntryComment {#1382
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1401 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        The best way I know of is to get yourself a VM and get into the weeds; try to configure a system to your liking.\n
        \n
        Follow the NixOS manual. The Wiki is unofficial; often opinionated, out of date or just plain wrong. Take it with a grain of salt. The canonical source of documentation is the NixOS manual and it’s not nearly as bad as you may have heard.\n
        \n
        Make extensive use of [search.nixos.org/options](https://search.nixos.org/options) or `man configuration.nix`. Finding and making proper use of options and the module system is the bread and butter of using NixOS.\n
        \n
        Eventhough everyone and their mom will recommend them to you for nebulous reasons, ignore flakes for now. You will know when you’ll benefit from using them; namely when you need to use something outside of NixOS/Nixpkgs. You’re going to have enough to figure out with plain old NixOS on its own though; I don’t have external dependencies in [my config](https://github.com/Atemu/nixos-config/) to this day.\n
        \n
        To wrap it up, make sure to ask the community if something’s not working as expected: [github.com/NixOS/nixpkgs#community](https://github.com/NixOS/nixpkgs#community)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1707797683 {#1405
        date: 2024-02-13 05:14:43.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@LunchEnjoyer@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1404 …}
      +nested: Doctrine\ORM\PersistentCollection {#1361 …}
      +votes: Doctrine\ORM\PersistentCollection {#1403 …}
      +reports: Doctrine\ORM\PersistentCollection {#2023 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
      -id: 251827
      -bodyTs: "'/atemu/nixos-config/)':165 '/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':188 '/options](https://search.nixos.org/options)':77 'ask':176 'bad':65 'benefit':123 'best':2 'bread':94 'butter':96 'canon':51 'communiti':178 'config':162 'configur':20 'configuration.nix':80 'date':38 'day':168 'depend':159 'document':54 'enough':142 'eventhough':100 'everyon':101 'expect':185 'extens':72 'extern':158 'figur':144 'find':81 'flake':114 'follow':26 'get':9,14 'github.com':164,187 'github.com/atemu/nixos-config/)':163 'github.com/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':186 'go':139 'grain':47 'heard':70 'ignor':113 'know':5,119 'like':25 'll':122 'make':71,83,173 'man':79 'manual':29,58 'may':68 'modul':90 'mom':104 'name':127 'near':63 'nebul':111 'need':130 'nixo':28,57,99,149 'nixos/nixpkgs':136 'often':34 'old':148 'opinion':35 'option':87 'outsid':134 'plain':41,147 'proper':84 're':138 'reason':112 'recommend':106 'salt':49 'search.nixos.org':76 'search.nixos.org/options](https://search.nixos.org/options)':75 'someth':133,180 'sourc':52 'sure':174 'system':22,91 'take':43 'though':153 'tri':18 'unoffici':33 'use':73,85,98,125,132 'vm':12 'way':3 'weed':17 'wiki':31 'work':183 'wrap':170 'wrong':42"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6878138"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703536283 {#1385
        date: 2023-12-25 21:31:23.0 +01:00
      }
      +"title": 251827
    }
  ]
  -id: 24802
  -titleTs: "'beginn':2 'nixo':1 'resourc':3"
  -bodyTs: "'anyon':41 'appreci':61 'bean':52 'blog':48 'blog-post':47 'curv':39 'get':57 'good':44 'guid':50 'hear':3 'heya':1 'howev':31 'jump':25 'learn':38,45 'like':34 'linux':18 'long':8 'most':11 'nix':29 'nix-train':28 'nixo':5,60 'onto':26 'peep':14 'podcast':20 'post':49 'resourc':46 'seem':33 'start':58 'think':23 'time':9 'tip':63 'train':30 'unplug':19 'use':55 'whatev':51"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703619311
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/9968863"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703532911 {#3472
    date: 2023-12-25 20:35:11.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
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 {#1382
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2248 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "NixOS-beginner-resources"
    +title: "NixOS beginner resources"
    +url: null
    +body: """
      Heya, been hearing about NixOS for a long time now, mostly from the peeps over at the Linux Unplugged podcast. So was thinking about jumping onto the nix-train, however it seems like it has a learning curve. Does anyone have any good learning resources, blog-posts, guides, whatever beans that you used to get started with NixOS?\n
      \n
      Appreciate any tips ❄️
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 96
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712048222 {#3483
      date: 2024-04-02 10:57:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3451 …}
    +votes: Doctrine\ORM\PersistentCollection {#3490 …}
    +reports: Doctrine\ORM\PersistentCollection {#3492 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3494 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3496 …}
    +badges: Doctrine\ORM\PersistentCollection {#3498 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -id: 24802
    -titleTs: "'beginn':2 'nixo':1 'resourc':3"
    -bodyTs: "'anyon':41 'appreci':61 'bean':52 'blog':48 'blog-post':47 'curv':39 'get':57 'good':44 'guid':50 'hear':3 'heya':1 'howev':31 'jump':25 'learn':38,45 'like':34 'linux':18 'long':8 'most':11 'nix':29 'nix-train':28 'nixo':5,60 'onto':26 'peep':14 'podcast':20 'post':49 'resourc':46 'seem':33 'start':58 'think':23 'time':9 'tip':63 'train':30 'unplug':19 'use':55 'whatev':51"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703619311
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9968863"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703532911 {#3472
      date: 2023-12-25 20:35:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    The best way I know of is to get yourself a VM and get into the weeds; try to configure a system to your liking.\n
    \n
    Follow the NixOS manual. The Wiki is unofficial; often opinionated, out of date or just plain wrong. Take it with a grain of salt. The canonical source of documentation is the NixOS manual and it’s not nearly as bad as you may have heard.\n
    \n
    Make extensive use of [search.nixos.org/options](https://search.nixos.org/options) or `man configuration.nix`. Finding and making proper use of options and the module system is the bread and butter of using NixOS.\n
    \n
    Eventhough everyone and their mom will recommend them to you for nebulous reasons, ignore flakes for now. You will know when you’ll benefit from using them; namely when you need to use something outside of NixOS/Nixpkgs. You’re going to have enough to figure out with plain old NixOS on its own though; I don’t have external dependencies in [my config](https://github.com/Atemu/nixos-config/) to this day.\n
    \n
    To wrap it up, make sure to ask the community if something’s not working as expected: [github.com/NixOS/nixpkgs#community](https://github.com/NixOS/nixpkgs#community)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1707797683 {#1405
    date: 2024-02-13 05:14:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LunchEnjoyer@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 251827
  -bodyTs: "'/atemu/nixos-config/)':165 '/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':188 '/options](https://search.nixos.org/options)':77 'ask':176 'bad':65 'benefit':123 'best':2 'bread':94 'butter':96 'canon':51 'communiti':178 'config':162 'configur':20 'configuration.nix':80 'date':38 'day':168 'depend':159 'document':54 'enough':142 'eventhough':100 'everyon':101 'expect':185 'extens':72 'extern':158 'figur':144 'find':81 'flake':114 'follow':26 'get':9,14 'github.com':164,187 'github.com/atemu/nixos-config/)':163 'github.com/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':186 'go':139 'grain':47 'heard':70 'ignor':113 'know':5,119 'like':25 'll':122 'make':71,83,173 'man':79 'manual':29,58 'may':68 'modul':90 'mom':104 'name':127 'near':63 'nebul':111 'need':130 'nixo':28,57,99,149 'nixos/nixpkgs':136 'often':34 'old':148 'opinion':35 'option':87 'outsid':134 'plain':41,147 'proper':84 're':138 'reason':112 'recommend':106 'salt':49 'search.nixos.org':76 'search.nixos.org/options](https://search.nixos.org/options)':75 'someth':133,180 'sourc':52 'sure':174 'system':22,91 'take':43 'though':153 'tri':18 'unoffici':33 'use':73,85,98,125,132 'vm':12 'way':3 'weed':17 'wiki':31 'work':183 'wrap':170 'wrong':42"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6878138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703536283 {#1385
    date: 2023-12-25 21:31:23.0 +01:00
  }
  +"title": 251827
}
"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 {#1382
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2248 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "NixOS-beginner-resources"
    +title: "NixOS beginner resources"
    +url: null
    +body: """
      Heya, been hearing about NixOS for a long time now, mostly from the peeps over at the Linux Unplugged podcast. So was thinking about jumping onto the nix-train, however it seems like it has a learning curve. Does anyone have any good learning resources, blog-posts, guides, whatever beans that you used to get started with NixOS?\n
      \n
      Appreciate any tips ❄️
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 96
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712048222 {#3483
      date: 2024-04-02 10:57:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3451 …}
    +votes: Doctrine\ORM\PersistentCollection {#3490 …}
    +reports: Doctrine\ORM\PersistentCollection {#3492 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3494 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3496 …}
    +badges: Doctrine\ORM\PersistentCollection {#3498 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -id: 24802
    -titleTs: "'beginn':2 'nixo':1 'resourc':3"
    -bodyTs: "'anyon':41 'appreci':61 'bean':52 'blog':48 'blog-post':47 'curv':39 'get':57 'good':44 'guid':50 'hear':3 'heya':1 'howev':31 'jump':25 'learn':38,45 'like':34 'linux':18 'long':8 'most':11 'nix':29 'nix-train':28 'nixo':5,60 'onto':26 'peep':14 'podcast':20 'post':49 'resourc':46 'seem':33 'start':58 'think':23 'time':9 'tip':63 'train':30 'unplug':19 'use':55 'whatev':51"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703619311
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9968863"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703532911 {#3472
      date: 2023-12-25 20:35:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    The best way I know of is to get yourself a VM and get into the weeds; try to configure a system to your liking.\n
    \n
    Follow the NixOS manual. The Wiki is unofficial; often opinionated, out of date or just plain wrong. Take it with a grain of salt. The canonical source of documentation is the NixOS manual and it’s not nearly as bad as you may have heard.\n
    \n
    Make extensive use of [search.nixos.org/options](https://search.nixos.org/options) or `man configuration.nix`. Finding and making proper use of options and the module system is the bread and butter of using NixOS.\n
    \n
    Eventhough everyone and their mom will recommend them to you for nebulous reasons, ignore flakes for now. You will know when you’ll benefit from using them; namely when you need to use something outside of NixOS/Nixpkgs. You’re going to have enough to figure out with plain old NixOS on its own though; I don’t have external dependencies in [my config](https://github.com/Atemu/nixos-config/) to this day.\n
    \n
    To wrap it up, make sure to ask the community if something’s not working as expected: [github.com/NixOS/nixpkgs#community](https://github.com/NixOS/nixpkgs#community)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1707797683 {#1405
    date: 2024-02-13 05:14:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LunchEnjoyer@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 251827
  -bodyTs: "'/atemu/nixos-config/)':165 '/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':188 '/options](https://search.nixos.org/options)':77 'ask':176 'bad':65 'benefit':123 'best':2 'bread':94 'butter':96 'canon':51 'communiti':178 'config':162 'configur':20 'configuration.nix':80 'date':38 'day':168 'depend':159 'document':54 'enough':142 'eventhough':100 'everyon':101 'expect':185 'extens':72 'extern':158 'figur':144 'find':81 'flake':114 'follow':26 'get':9,14 'github.com':164,187 'github.com/atemu/nixos-config/)':163 'github.com/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':186 'go':139 'grain':47 'heard':70 'ignor':113 'know':5,119 'like':25 'll':122 'make':71,83,173 'man':79 'manual':29,58 'may':68 'modul':90 'mom':104 'name':127 'near':63 'nebul':111 'need':130 'nixo':28,57,99,149 'nixos/nixpkgs':136 'often':34 'old':148 'opinion':35 'option':87 'outsid':134 'plain':41,147 'proper':84 're':138 'reason':112 'recommend':106 'salt':49 'search.nixos.org':76 'search.nixos.org/options](https://search.nixos.org/options)':75 'someth':133,180 'sourc':52 'sure':174 'system':22,91 'take':43 'though':153 'tri':18 'unoffici':33 'use':73,85,98,125,132 'vm':12 'way':3 'weed':17 'wiki':31 'work':183 'wrap':170 'wrong':42"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6878138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703536283 {#1385
    date: 2023-12-25 21:31:23.0 +01:00
  }
  +"title": 251827
}
"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 {#1382
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1401
    +user: Proxies\__CG__\App\Entity\User {#2248 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "NixOS-beginner-resources"
    +title: "NixOS beginner resources"
    +url: null
    +body: """
      Heya, been hearing about NixOS for a long time now, mostly from the peeps over at the Linux Unplugged podcast. So was thinking about jumping onto the nix-train, however it seems like it has a learning curve. Does anyone have any good learning resources, blog-posts, guides, whatever beans that you used to get started with NixOS?\n
      \n
      Appreciate any tips ❄️
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 96
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712048222 {#3483
      date: 2024-04-02 10:57:02.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3451 …}
    +votes: Doctrine\ORM\PersistentCollection {#3490 …}
    +reports: Doctrine\ORM\PersistentCollection {#3492 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3494 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3496 …}
    +badges: Doctrine\ORM\PersistentCollection {#3498 …}
    +children: [
      App\Entity\EntryComment {#1382}
    ]
    -id: 24802
    -titleTs: "'beginn':2 'nixo':1 'resourc':3"
    -bodyTs: "'anyon':41 'appreci':61 'bean':52 'blog':48 'blog-post':47 'curv':39 'get':57 'good':44 'guid':50 'hear':3 'heya':1 'howev':31 'jump':25 'learn':38,45 'like':34 'linux':18 'long':8 'most':11 'nix':29 'nix-train':28 'nixo':5,60 'onto':26 'peep':14 'podcast':20 'post':49 'resourc':46 'seem':33 'start':58 'think':23 'time':9 'tip':63 'train':30 'unplug':19 'use':55 'whatev':51"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703619311
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/9968863"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703532911 {#3472
      date: 2023-12-25 20:35:11.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    The best way I know of is to get yourself a VM and get into the weeds; try to configure a system to your liking.\n
    \n
    Follow the NixOS manual. The Wiki is unofficial; often opinionated, out of date or just plain wrong. Take it with a grain of salt. The canonical source of documentation is the NixOS manual and it’s not nearly as bad as you may have heard.\n
    \n
    Make extensive use of [search.nixos.org/options](https://search.nixos.org/options) or `man configuration.nix`. Finding and making proper use of options and the module system is the bread and butter of using NixOS.\n
    \n
    Eventhough everyone and their mom will recommend them to you for nebulous reasons, ignore flakes for now. You will know when you’ll benefit from using them; namely when you need to use something outside of NixOS/Nixpkgs. You’re going to have enough to figure out with plain old NixOS on its own though; I don’t have external dependencies in [my config](https://github.com/Atemu/nixos-config/) to this day.\n
    \n
    To wrap it up, make sure to ask the community if something’s not working as expected: [github.com/NixOS/nixpkgs#community](https://github.com/NixOS/nixpkgs#community)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1707797683 {#1405
    date: 2024-02-13 05:14:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@LunchEnjoyer@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1404 …}
  +nested: Doctrine\ORM\PersistentCollection {#1361 …}
  +votes: Doctrine\ORM\PersistentCollection {#1403 …}
  +reports: Doctrine\ORM\PersistentCollection {#2023 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2032 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2024 …}
  -id: 251827
  -bodyTs: "'/atemu/nixos-config/)':165 '/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':188 '/options](https://search.nixos.org/options)':77 'ask':176 'bad':65 'benefit':123 'best':2 'bread':94 'butter':96 'canon':51 'communiti':178 'config':162 'configur':20 'configuration.nix':80 'date':38 'day':168 'depend':159 'document':54 'enough':142 'eventhough':100 'everyon':101 'expect':185 'extens':72 'extern':158 'figur':144 'find':81 'flake':114 'follow':26 'get':9,14 'github.com':164,187 'github.com/atemu/nixos-config/)':163 'github.com/nixos/nixpkgs#community](https://github.com/nixos/nixpkgs#community)':186 'go':139 'grain':47 'heard':70 'ignor':113 'know':5,119 'like':25 'll':122 'make':71,83,173 'man':79 'manual':29,58 'may':68 'modul':90 'mom':104 'name':127 'near':63 'nebul':111 'need':130 'nixo':28,57,99,149 'nixos/nixpkgs':136 'often':34 'old':148 'opinion':35 'option':87 'outsid':134 'plain':41,147 'proper':84 're':138 'reason':112 'recommend':106 'salt':49 'search.nixos.org':76 'search.nixos.org/options](https://search.nixos.org/options)':75 'someth':133,180 'sourc':52 'sure':174 'system':22,91 'take':43 'though':153 'tri':18 'unoffici':33 'use':73,85,98,125,132 'vm':12 'way':3 'weed':17 'wiki':31 'work':183 'wrap':170 'wrong':42"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6878138"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703536283 {#1385
    date: 2023-12-25 21:31:23.0 +01:00
  }
  +"title": 251827
}
"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
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "(Unless they have installed it onto their ASUS ROG Ally of course.)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703339037 {#1410
    date: 2023-12-23 14:43:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MazonnaCara89@lemmy.ml"
    "@vexikron@lemmy.zip"
    "@johan@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 245793
  -bodyTs: "'alli':10 'asus':8 'cours':12 'instal':4 'onto':6 'rog':9 'unless':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6838917"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703339037 {#1874
    date: 2023-12-23 14:43:57.0 +01:00
  }
  +"title": 245793
}
"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
131 DENIED edit
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "(Unless they have installed it onto their ASUS ROG Ally of course.)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703339037 {#1410
    date: 2023-12-23 14:43:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MazonnaCara89@lemmy.ml"
    "@vexikron@lemmy.zip"
    "@johan@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 245793
  -bodyTs: "'alli':10 'asus':8 'cours':12 'instal':4 'onto':6 'rog':9 'unless':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6838917"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703339037 {#1874
    date: 2023-12-23 14:43:57.0 +01:00
  }
  +"title": 245793
}
"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
132 DENIED moderate
App\Entity\EntryComment {#1907
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1908 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1407 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1883 …}
  +body: "(Unless they have installed it onto their ASUS ROG Ally of course.)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703339037 {#1410
    date: 2023-12-23 14:43:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@MazonnaCara89@lemmy.ml"
    "@vexikron@lemmy.zip"
    "@johan@feddit.nl"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2391 …}
  +nested: Doctrine\ORM\PersistentCollection {#2369 …}
  +votes: Doctrine\ORM\PersistentCollection {#2392 …}
  +reports: Doctrine\ORM\PersistentCollection {#2395 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1383 …}
  -id: 245793
  -bodyTs: "'alli':10 'asus':8 'cours':12 'instal':4 'onto':6 'rog':9 'unless':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6838917"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703339037 {#1874
    date: 2023-12-23 14:43:57.0 +01:00
  }
  +"title": 245793
}
"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
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
Proxies\__CG__\App\Entity\Entry {#2386
  +user: Proxies\__CG__\App\Entity\User {#3376 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "solved-I-can-t-get-my-linux-system-to-run-properly"
  +title: "(solved) I can't get my linux system to run properly"
  +url: null
  +body: """
    I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06 driver.\n
    \n
    To be honest I am happy using Windows 10 but I wanted to try Linux again because of the privacy and security, but there always seems to be something whenever I try to use linux. Should I keep using Windows or try a different distro?\n
    \n
    My specs:\n
    \n
    1080ti, ryzen 2600, msi b450 tomahawk.\n
    \n
    Update: It was the secure boot setting. Nvidia drivers don’t work with it on I guess. Thanks for all the other information though, more to look into.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702450225 {#3371
    date: 2023-12-13 07:50:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3378 …}
  +votes: Doctrine\ORM\PersistentCollection {#3380 …}
  +reports: Doctrine\ORM\PersistentCollection {#3382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
  +badges: Doctrine\ORM\PersistentCollection {#3388 …}
  +children: [
    App\Entity\EntryComment {#2380
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2386 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        If this is a VM, video playback stutters do not surprise me one bit. There’s many layers between the video and the image you see on screen here and they’re not optimised for viewing fidelity. This is likely not due to Linux but because you’re running this inside a with an emulated GPU. GUIs in VMs usually suck.\n
        \n
        Optional codecs won’t help for Youtube since they serve royalty-free codecs such as VP9 or AV1 most of the time rather than patent-encoumbered codecs such as H.264 and free codecs are always installed.  \n
        That would also not fix stutters, only videos not playing back at all (because there’d be no decoder that could).\n
        \n
        If this is a VM, installing the Nvidia driver also won’t do anything because the machine has no access to your host’s GPU. Not that the nvidia driver would change anything about videos since no sane browser supports their proprietary crap driver, so it’s software decoding either way.\n
        \n
        You should try this on real hardware. You technically don’t even need to install as most GUI distros have a graphical installer with Firefox etc. pre-installed that you can use to test this.\n
        \n
        If you have an Nvidia GPU, I’d recommend you to try [!pop_os@lemmy.world](https://lemmy.world/c/pop_os).
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1702305660 {#2361
        date: 2023-12-11 15:41:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Leugi@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 217301
      -bodyTs: "'/c/pop_os).':223 'access':140 'also':102,130 'alway':98 'anyth':134,153 'av1':80 'back':110 'bit':14 'browser':159 'chang':152 'codec':63,75,90,96 'could':120 'crap':163 'd':115,215 'decod':118,169 'distro':190 'driver':129,150,164 'due':42 'either':170 'emul':55 'encoumb':89 'etc':197 'even':183 'fidel':37 'firefox':196 'fix':104 'free':74,95 'gpu':56,145,213 'graphic':193 'gui':57,189 'h.264':93 'hardwar':178 'help':66 'host':143 'imag':24 'insid':51 'instal':99,126,186,194,200 'layer':18 'lemmy.world':222 'lemmy.world/c/pop_os).':221 'like':40 'linux':44 'machin':137 'mani':17 'need':184 'nvidia':128,149,212 'one':13 'optimis':34 'option':62 'patent':88 'patent-encoumb':87 'play':109 'playback':7 'pop_os@lemmy.world':220 'pre':199 'pre-instal':198 'proprietari':162 'rather':85 're':32,48 'real':177 'recommend':216 'royalti':73 'royalty-fre':72 'run':49 'sane':158 'screen':28 'see':26 'serv':71 'sinc':69,156 'softwar':168 'stutter':8,105 'suck':61 'support':160 'surpris':11 'technic':180 'test':206 'time':84 'tri':174,219 'use':204 'usual':60 'video':6,21,107,155 'view':36 'vm':5,125 'vms':59 'vp9':78 'way':171 'won':64,131 'would':101,151 'youtub':68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6562954"
      +editedAt: DateTimeImmutable @1703838179 {#2364
        date: 2023-12-29 09:22:59.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702305660 {#2372
        date: 2023-12-11 15:41:00.0 +01:00
      }
      +"title": 217301
    }
  ]
  -id: 21658
  -titleTs: "'get':5 'linux':7 'proper':11 'run':10 'solv':1 'system':8"
  -bodyTs: "'10':72 '1080ti':111 '2600':113 'alway':88 'b450':115 'base':8 'boot':122 'chose':2 'codec':42 'differ':107 'distro':108 'driver':63,125 'easi':16 'first':30 'g06':62 'get':48 'guess':133 'happi':69 'honest':66 'inform':139 'instal':14,35,41,59 'kde':7 'keep':101 'last':52 'linux':78,98 'look':143 'manag':57 'msi':114 'nvidia':50,124 'opensus':5 'opi':39 'playback':23 'privaci':83 'reason':20 'repo':51 'ryzen':112 'secur':85,121 'seem':89 'set':123 'softwar':56 'someth':92 'spec':110 'stutter':29 'terribl':27 'test':12 'thank':134 'thing':31 'though':140 'tomahawk':116 'tri':77,95,105 'tw':6 'updat':117 'use':4,38,45,54,70,97,102 'video':22,61 'vm':11 'want':75 'whenev':93 'window':71,103 'work':128 'yast':46 'youtub':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702376884
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17638735"
  +editedAt: DateTimeImmutable @1703911060 {#3359
    date: 2023-12-30 05:37:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702290484 {#3337
    date: 2023-12-11 11:28:04.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
135 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2386
  +user: Proxies\__CG__\App\Entity\User {#3376 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "solved-I-can-t-get-my-linux-system-to-run-properly"
  +title: "(solved) I can't get my linux system to run properly"
  +url: null
  +body: """
    I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06 driver.\n
    \n
    To be honest I am happy using Windows 10 but I wanted to try Linux again because of the privacy and security, but there always seems to be something whenever I try to use linux. Should I keep using Windows or try a different distro?\n
    \n
    My specs:\n
    \n
    1080ti, ryzen 2600, msi b450 tomahawk.\n
    \n
    Update: It was the secure boot setting. Nvidia drivers don’t work with it on I guess. Thanks for all the other information though, more to look into.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702450225 {#3371
    date: 2023-12-13 07:50:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3378 …}
  +votes: Doctrine\ORM\PersistentCollection {#3380 …}
  +reports: Doctrine\ORM\PersistentCollection {#3382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
  +badges: Doctrine\ORM\PersistentCollection {#3388 …}
  +children: [
    App\Entity\EntryComment {#2380
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2386 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        If this is a VM, video playback stutters do not surprise me one bit. There’s many layers between the video and the image you see on screen here and they’re not optimised for viewing fidelity. This is likely not due to Linux but because you’re running this inside a with an emulated GPU. GUIs in VMs usually suck.\n
        \n
        Optional codecs won’t help for Youtube since they serve royalty-free codecs such as VP9 or AV1 most of the time rather than patent-encoumbered codecs such as H.264 and free codecs are always installed.  \n
        That would also not fix stutters, only videos not playing back at all (because there’d be no decoder that could).\n
        \n
        If this is a VM, installing the Nvidia driver also won’t do anything because the machine has no access to your host’s GPU. Not that the nvidia driver would change anything about videos since no sane browser supports their proprietary crap driver, so it’s software decoding either way.\n
        \n
        You should try this on real hardware. You technically don’t even need to install as most GUI distros have a graphical installer with Firefox etc. pre-installed that you can use to test this.\n
        \n
        If you have an Nvidia GPU, I’d recommend you to try [!pop_os@lemmy.world](https://lemmy.world/c/pop_os).
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1702305660 {#2361
        date: 2023-12-11 15:41:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Leugi@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 217301
      -bodyTs: "'/c/pop_os).':223 'access':140 'also':102,130 'alway':98 'anyth':134,153 'av1':80 'back':110 'bit':14 'browser':159 'chang':152 'codec':63,75,90,96 'could':120 'crap':163 'd':115,215 'decod':118,169 'distro':190 'driver':129,150,164 'due':42 'either':170 'emul':55 'encoumb':89 'etc':197 'even':183 'fidel':37 'firefox':196 'fix':104 'free':74,95 'gpu':56,145,213 'graphic':193 'gui':57,189 'h.264':93 'hardwar':178 'help':66 'host':143 'imag':24 'insid':51 'instal':99,126,186,194,200 'layer':18 'lemmy.world':222 'lemmy.world/c/pop_os).':221 'like':40 'linux':44 'machin':137 'mani':17 'need':184 'nvidia':128,149,212 'one':13 'optimis':34 'option':62 'patent':88 'patent-encoumb':87 'play':109 'playback':7 'pop_os@lemmy.world':220 'pre':199 'pre-instal':198 'proprietari':162 'rather':85 're':32,48 'real':177 'recommend':216 'royalti':73 'royalty-fre':72 'run':49 'sane':158 'screen':28 'see':26 'serv':71 'sinc':69,156 'softwar':168 'stutter':8,105 'suck':61 'support':160 'surpris':11 'technic':180 'test':206 'time':84 'tri':174,219 'use':204 'usual':60 'video':6,21,107,155 'view':36 'vm':5,125 'vms':59 'vp9':78 'way':171 'won':64,131 'would':101,151 'youtub':68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6562954"
      +editedAt: DateTimeImmutable @1703838179 {#2364
        date: 2023-12-29 09:22:59.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702305660 {#2372
        date: 2023-12-11 15:41:00.0 +01:00
      }
      +"title": 217301
    }
  ]
  -id: 21658
  -titleTs: "'get':5 'linux':7 'proper':11 'run':10 'solv':1 'system':8"
  -bodyTs: "'10':72 '1080ti':111 '2600':113 'alway':88 'b450':115 'base':8 'boot':122 'chose':2 'codec':42 'differ':107 'distro':108 'driver':63,125 'easi':16 'first':30 'g06':62 'get':48 'guess':133 'happi':69 'honest':66 'inform':139 'instal':14,35,41,59 'kde':7 'keep':101 'last':52 'linux':78,98 'look':143 'manag':57 'msi':114 'nvidia':50,124 'opensus':5 'opi':39 'playback':23 'privaci':83 'reason':20 'repo':51 'ryzen':112 'secur':85,121 'seem':89 'set':123 'softwar':56 'someth':92 'spec':110 'stutter':29 'terribl':27 'test':12 'thank':134 'thing':31 'though':140 'tomahawk':116 'tri':77,95,105 'tw':6 'updat':117 'use':4,38,45,54,70,97,102 'video':22,61 'vm':11 'want':75 'whenev':93 'window':71,103 'work':128 'yast':46 'youtub':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702376884
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17638735"
  +editedAt: DateTimeImmutable @1703911060 {#3359
    date: 2023-12-30 05:37:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702290484 {#3337
    date: 2023-12-11 11:28:04.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
136 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2386
  +user: Proxies\__CG__\App\Entity\User {#3376 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "solved-I-can-t-get-my-linux-system-to-run-properly"
  +title: "(solved) I can't get my linux system to run properly"
  +url: null
  +body: """
    I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06 driver.\n
    \n
    To be honest I am happy using Windows 10 but I wanted to try Linux again because of the privacy and security, but there always seems to be something whenever I try to use linux. Should I keep using Windows or try a different distro?\n
    \n
    My specs:\n
    \n
    1080ti, ryzen 2600, msi b450 tomahawk.\n
    \n
    Update: It was the secure boot setting. Nvidia drivers don’t work with it on I guess. Thanks for all the other information though, more to look into.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 25
  +favouriteCount: 43
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702450225 {#3371
    date: 2023-12-13 07:50:25.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3378 …}
  +votes: Doctrine\ORM\PersistentCollection {#3380 …}
  +reports: Doctrine\ORM\PersistentCollection {#3382 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
  +badges: Doctrine\ORM\PersistentCollection {#3388 …}
  +children: [
    App\Entity\EntryComment {#2380
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2386 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        If this is a VM, video playback stutters do not surprise me one bit. There’s many layers between the video and the image you see on screen here and they’re not optimised for viewing fidelity. This is likely not due to Linux but because you’re running this inside a with an emulated GPU. GUIs in VMs usually suck.\n
        \n
        Optional codecs won’t help for Youtube since they serve royalty-free codecs such as VP9 or AV1 most of the time rather than patent-encoumbered codecs such as H.264 and free codecs are always installed.  \n
        That would also not fix stutters, only videos not playing back at all (because there’d be no decoder that could).\n
        \n
        If this is a VM, installing the Nvidia driver also won’t do anything because the machine has no access to your host’s GPU. Not that the nvidia driver would change anything about videos since no sane browser supports their proprietary crap driver, so it’s software decoding either way.\n
        \n
        You should try this on real hardware. You technically don’t even need to install as most GUI distros have a graphical installer with Firefox etc. pre-installed that you can use to test this.\n
        \n
        If you have an Nvidia GPU, I’d recommend you to try [!pop_os@lemmy.world](https://lemmy.world/c/pop_os).
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1702305660 {#2361
        date: 2023-12-11 15:41:00.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Leugi@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2384 …}
      +votes: Doctrine\ORM\PersistentCollection {#2379 …}
      +reports: Doctrine\ORM\PersistentCollection {#2383 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
      -id: 217301
      -bodyTs: "'/c/pop_os).':223 'access':140 'also':102,130 'alway':98 'anyth':134,153 'av1':80 'back':110 'bit':14 'browser':159 'chang':152 'codec':63,75,90,96 'could':120 'crap':163 'd':115,215 'decod':118,169 'distro':190 'driver':129,150,164 'due':42 'either':170 'emul':55 'encoumb':89 'etc':197 'even':183 'fidel':37 'firefox':196 'fix':104 'free':74,95 'gpu':56,145,213 'graphic':193 'gui':57,189 'h.264':93 'hardwar':178 'help':66 'host':143 'imag':24 'insid':51 'instal':99,126,186,194,200 'layer':18 'lemmy.world':222 'lemmy.world/c/pop_os).':221 'like':40 'linux':44 'machin':137 'mani':17 'need':184 'nvidia':128,149,212 'one':13 'optimis':34 'option':62 'patent':88 'patent-encoumb':87 'play':109 'playback':7 'pop_os@lemmy.world':220 'pre':199 'pre-instal':198 'proprietari':162 'rather':85 're':32,48 'real':177 'recommend':216 'royalti':73 'royalty-fre':72 'run':49 'sane':158 'screen':28 'see':26 'serv':71 'sinc':69,156 'softwar':168 'stutter':8,105 'suck':61 'support':160 'surpris':11 'technic':180 'test':206 'time':84 'tri':174,219 'use':204 'usual':60 'video':6,21,107,155 'view':36 'vm':5,125 'vms':59 'vp9':78 'way':171 'won':64,131 'would':101,151 'youtub':68"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6562954"
      +editedAt: DateTimeImmutable @1703838179 {#2364
        date: 2023-12-29 09:22:59.0 +01:00
      }
      +createdAt: DateTimeImmutable @1702305660 {#2372
        date: 2023-12-11 15:41:00.0 +01:00
      }
      +"title": 217301
    }
  ]
  -id: 21658
  -titleTs: "'get':5 'linux':7 'proper':11 'run':10 'solv':1 'system':8"
  -bodyTs: "'10':72 '1080ti':111 '2600':113 'alway':88 'b450':115 'base':8 'boot':122 'chose':2 'codec':42 'differ':107 'distro':108 'driver':63,125 'easi':16 'first':30 'g06':62 'get':48 'guess':133 'happi':69 'honest':66 'inform':139 'instal':14,35,41,59 'kde':7 'keep':101 'last':52 'linux':78,98 'look':143 'manag':57 'msi':114 'nvidia':50,124 'opensus':5 'opi':39 'playback':23 'privaci':83 'reason':20 'repo':51 'ryzen':112 'secur':85,121 'seem':89 'set':123 'softwar':56 'someth':92 'spec':110 'stutter':29 'terribl':27 'test':12 'thank':134 'thing':31 'though':140 'tomahawk':116 'tri':77,95,105 'tw':6 'updat':117 'use':4,38,45,54,70,97,102 'video':22,61 'vm':11 'want':75 'whenev':93 'window':71,103 'work':128 'yast':46 'youtub':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702376884
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/17638735"
  +editedAt: DateTimeImmutable @1703911060 {#3359
    date: 2023-12-30 05:37:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702290484 {#3337
    date: 2023-12-11 11:28:04.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
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 {#2380
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2386
    +user: Proxies\__CG__\App\Entity\User {#3376 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "solved-I-can-t-get-my-linux-system-to-run-properly"
    +title: "(solved) I can't get my linux system to run properly"
    +url: null
    +body: """
      I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06 driver.\n
      \n
      To be honest I am happy using Windows 10 but I wanted to try Linux again because of the privacy and security, but there always seems to be something whenever I try to use linux. Should I keep using Windows or try a different distro?\n
      \n
      My specs:\n
      \n
      1080ti, ryzen 2600, msi b450 tomahawk.\n
      \n
      Update: It was the secure boot setting. Nvidia drivers don’t work with it on I guess. Thanks for all the other information though, more to look into.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 43
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702450225 {#3371
      date: 2023-12-13 07:50:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3378 …}
    +votes: Doctrine\ORM\PersistentCollection {#3380 …}
    +reports: Doctrine\ORM\PersistentCollection {#3382 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
    +badges: Doctrine\ORM\PersistentCollection {#3388 …}
    +children: [
      App\Entity\EntryComment {#2380}
    ]
    -id: 21658
    -titleTs: "'get':5 'linux':7 'proper':11 'run':10 'solv':1 'system':8"
    -bodyTs: "'10':72 '1080ti':111 '2600':113 'alway':88 'b450':115 'base':8 'boot':122 'chose':2 'codec':42 'differ':107 'distro':108 'driver':63,125 'easi':16 'first':30 'g06':62 'get':48 'guess':133 'happi':69 'honest':66 'inform':139 'instal':14,35,41,59 'kde':7 'keep':101 'last':52 'linux':78,98 'look':143 'manag':57 'msi':114 'nvidia':50,124 'opensus':5 'opi':39 'playback':23 'privaci':83 'reason':20 'repo':51 'ryzen':112 'secur':85,121 'seem':89 'set':123 'softwar':56 'someth':92 'spec':110 'stutter':29 'terribl':27 'test':12 'thank':134 'thing':31 'though':140 'tomahawk':116 'tri':77,95,105 'tw':6 'updat':117 'use':4,38,45,54,70,97,102 'video':22,61 'vm':11 'want':75 'whenev':93 'window':71,103 'work':128 'yast':46 'youtub':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702376884
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/17638735"
    +editedAt: DateTimeImmutable @1703911060 {#3359
      date: 2023-12-30 05:37:40.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702290484 {#3337
      date: 2023-12-11 11:28:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    If this is a VM, video playback stutters do not surprise me one bit. There’s many layers between the video and the image you see on screen here and they’re not optimised for viewing fidelity. This is likely not due to Linux but because you’re running this inside a with an emulated GPU. GUIs in VMs usually suck.\n
    \n
    Optional codecs won’t help for Youtube since they serve royalty-free codecs such as VP9 or AV1 most of the time rather than patent-encoumbered codecs such as H.264 and free codecs are always installed.  \n
    That would also not fix stutters, only videos not playing back at all (because there’d be no decoder that could).\n
    \n
    If this is a VM, installing the Nvidia driver also won’t do anything because the machine has no access to your host’s GPU. Not that the nvidia driver would change anything about videos since no sane browser supports their proprietary crap driver, so it’s software decoding either way.\n
    \n
    You should try this on real hardware. You technically don’t even need to install as most GUI distros have a graphical installer with Firefox etc. pre-installed that you can use to test this.\n
    \n
    If you have an Nvidia GPU, I’d recommend you to try [!pop_os@lemmy.world](https://lemmy.world/c/pop_os).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1702305660 {#2361
    date: 2023-12-11 15:41:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Leugi@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 217301
  -bodyTs: "'/c/pop_os).':223 'access':140 'also':102,130 'alway':98 'anyth':134,153 'av1':80 'back':110 'bit':14 'browser':159 'chang':152 'codec':63,75,90,96 'could':120 'crap':163 'd':115,215 'decod':118,169 'distro':190 'driver':129,150,164 'due':42 'either':170 'emul':55 'encoumb':89 'etc':197 'even':183 'fidel':37 'firefox':196 'fix':104 'free':74,95 'gpu':56,145,213 'graphic':193 'gui':57,189 'h.264':93 'hardwar':178 'help':66 'host':143 'imag':24 'insid':51 'instal':99,126,186,194,200 'layer':18 'lemmy.world':222 'lemmy.world/c/pop_os).':221 'like':40 'linux':44 'machin':137 'mani':17 'need':184 'nvidia':128,149,212 'one':13 'optimis':34 'option':62 'patent':88 'patent-encoumb':87 'play':109 'playback':7 'pop_os@lemmy.world':220 'pre':199 'pre-instal':198 'proprietari':162 'rather':85 're':32,48 'real':177 'recommend':216 'royalti':73 'royalty-fre':72 'run':49 'sane':158 'screen':28 'see':26 'serv':71 'sinc':69,156 'softwar':168 'stutter':8,105 'suck':61 'support':160 'surpris':11 'technic':180 'test':206 'time':84 'tri':174,219 'use':204 'usual':60 'video':6,21,107,155 'view':36 'vm':5,125 'vms':59 'vp9':78 'way':171 'won':64,131 'would':101,151 'youtub':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6562954"
  +editedAt: DateTimeImmutable @1703838179 {#2364
    date: 2023-12-29 09:22:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702305660 {#2372
    date: 2023-12-11 15:41:00.0 +01:00
  }
  +"title": 217301
}
"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 {#2380
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2386
    +user: Proxies\__CG__\App\Entity\User {#3376 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "solved-I-can-t-get-my-linux-system-to-run-properly"
    +title: "(solved) I can't get my linux system to run properly"
    +url: null
    +body: """
      I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06 driver.\n
      \n
      To be honest I am happy using Windows 10 but I wanted to try Linux again because of the privacy and security, but there always seems to be something whenever I try to use linux. Should I keep using Windows or try a different distro?\n
      \n
      My specs:\n
      \n
      1080ti, ryzen 2600, msi b450 tomahawk.\n
      \n
      Update: It was the secure boot setting. Nvidia drivers don’t work with it on I guess. Thanks for all the other information though, more to look into.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 43
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702450225 {#3371
      date: 2023-12-13 07:50:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3378 …}
    +votes: Doctrine\ORM\PersistentCollection {#3380 …}
    +reports: Doctrine\ORM\PersistentCollection {#3382 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
    +badges: Doctrine\ORM\PersistentCollection {#3388 …}
    +children: [
      App\Entity\EntryComment {#2380}
    ]
    -id: 21658
    -titleTs: "'get':5 'linux':7 'proper':11 'run':10 'solv':1 'system':8"
    -bodyTs: "'10':72 '1080ti':111 '2600':113 'alway':88 'b450':115 'base':8 'boot':122 'chose':2 'codec':42 'differ':107 'distro':108 'driver':63,125 'easi':16 'first':30 'g06':62 'get':48 'guess':133 'happi':69 'honest':66 'inform':139 'instal':14,35,41,59 'kde':7 'keep':101 'last':52 'linux':78,98 'look':143 'manag':57 'msi':114 'nvidia':50,124 'opensus':5 'opi':39 'playback':23 'privaci':83 'reason':20 'repo':51 'ryzen':112 'secur':85,121 'seem':89 'set':123 'softwar':56 'someth':92 'spec':110 'stutter':29 'terribl':27 'test':12 'thank':134 'thing':31 'though':140 'tomahawk':116 'tri':77,95,105 'tw':6 'updat':117 'use':4,38,45,54,70,97,102 'video':22,61 'vm':11 'want':75 'whenev':93 'window':71,103 'work':128 'yast':46 'youtub':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702376884
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/17638735"
    +editedAt: DateTimeImmutable @1703911060 {#3359
      date: 2023-12-30 05:37:40.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702290484 {#3337
      date: 2023-12-11 11:28:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    If this is a VM, video playback stutters do not surprise me one bit. There’s many layers between the video and the image you see on screen here and they’re not optimised for viewing fidelity. This is likely not due to Linux but because you’re running this inside a with an emulated GPU. GUIs in VMs usually suck.\n
    \n
    Optional codecs won’t help for Youtube since they serve royalty-free codecs such as VP9 or AV1 most of the time rather than patent-encoumbered codecs such as H.264 and free codecs are always installed.  \n
    That would also not fix stutters, only videos not playing back at all (because there’d be no decoder that could).\n
    \n
    If this is a VM, installing the Nvidia driver also won’t do anything because the machine has no access to your host’s GPU. Not that the nvidia driver would change anything about videos since no sane browser supports their proprietary crap driver, so it’s software decoding either way.\n
    \n
    You should try this on real hardware. You technically don’t even need to install as most GUI distros have a graphical installer with Firefox etc. pre-installed that you can use to test this.\n
    \n
    If you have an Nvidia GPU, I’d recommend you to try [!pop_os@lemmy.world](https://lemmy.world/c/pop_os).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1702305660 {#2361
    date: 2023-12-11 15:41:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Leugi@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 217301
  -bodyTs: "'/c/pop_os).':223 'access':140 'also':102,130 'alway':98 'anyth':134,153 'av1':80 'back':110 'bit':14 'browser':159 'chang':152 'codec':63,75,90,96 'could':120 'crap':163 'd':115,215 'decod':118,169 'distro':190 'driver':129,150,164 'due':42 'either':170 'emul':55 'encoumb':89 'etc':197 'even':183 'fidel':37 'firefox':196 'fix':104 'free':74,95 'gpu':56,145,213 'graphic':193 'gui':57,189 'h.264':93 'hardwar':178 'help':66 'host':143 'imag':24 'insid':51 'instal':99,126,186,194,200 'layer':18 'lemmy.world':222 'lemmy.world/c/pop_os).':221 'like':40 'linux':44 'machin':137 'mani':17 'need':184 'nvidia':128,149,212 'one':13 'optimis':34 'option':62 'patent':88 'patent-encoumb':87 'play':109 'playback':7 'pop_os@lemmy.world':220 'pre':199 'pre-instal':198 'proprietari':162 'rather':85 're':32,48 'real':177 'recommend':216 'royalti':73 'royalty-fre':72 'run':49 'sane':158 'screen':28 'see':26 'serv':71 'sinc':69,156 'softwar':168 'stutter':8,105 'suck':61 'support':160 'surpris':11 'technic':180 'test':206 'time':84 'tri':174,219 'use':204 'usual':60 'video':6,21,107,155 'view':36 'vm':5,125 'vms':59 'vp9':78 'way':171 'won':64,131 'would':101,151 'youtub':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6562954"
  +editedAt: DateTimeImmutable @1703838179 {#2364
    date: 2023-12-29 09:22:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702305660 {#2372
    date: 2023-12-11 15:41:00.0 +01:00
  }
  +"title": 217301
}
"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 {#2380
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2386
    +user: Proxies\__CG__\App\Entity\User {#3376 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "solved-I-can-t-get-my-linux-system-to-run-properly"
    +title: "(solved) I can't get my linux system to run properly"
    +url: null
    +body: """
      I chose to use opensuse tw kde based on some vm tests. The installation was easy but for some reason the video playback on youtube is terrible. It stutters. First thing I did after install was to use opi to install codecs. Then I used Yast to get the Nvidia repo. Lastly, I used the software manager to install the video g06 driver.\n
      \n
      To be honest I am happy using Windows 10 but I wanted to try Linux again because of the privacy and security, but there always seems to be something whenever I try to use linux. Should I keep using Windows or try a different distro?\n
      \n
      My specs:\n
      \n
      1080ti, ryzen 2600, msi b450 tomahawk.\n
      \n
      Update: It was the secure boot setting. Nvidia drivers don’t work with it on I guess. Thanks for all the other information though, more to look into.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 25
    +favouriteCount: 43
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702450225 {#3371
      date: 2023-12-13 07:50:25.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3378 …}
    +votes: Doctrine\ORM\PersistentCollection {#3380 …}
    +reports: Doctrine\ORM\PersistentCollection {#3382 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3384 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3386 …}
    +badges: Doctrine\ORM\PersistentCollection {#3388 …}
    +children: [
      App\Entity\EntryComment {#2380}
    ]
    -id: 21658
    -titleTs: "'get':5 'linux':7 'proper':11 'run':10 'solv':1 'system':8"
    -bodyTs: "'10':72 '1080ti':111 '2600':113 'alway':88 'b450':115 'base':8 'boot':122 'chose':2 'codec':42 'differ':107 'distro':108 'driver':63,125 'easi':16 'first':30 'g06':62 'get':48 'guess':133 'happi':69 'honest':66 'inform':139 'instal':14,35,41,59 'kde':7 'keep':101 'last':52 'linux':78,98 'look':143 'manag':57 'msi':114 'nvidia':50,124 'opensus':5 'opi':39 'playback':23 'privaci':83 'reason':20 'repo':51 'ryzen':112 'secur':85,121 'seem':89 'set':123 'softwar':56 'someth':92 'spec':110 'stutter':29 'terribl':27 'test':12 'thank':134 'thing':31 'though':140 'tomahawk':116 'tri':77,95,105 'tw':6 'updat':117 'use':4,38,45,54,70,97,102 'video':22,61 'vm':11 'want':75 'whenev':93 'window':71,103 'work':128 'yast':46 'youtub':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702376884
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/17638735"
    +editedAt: DateTimeImmutable @1703911060 {#3359
      date: 2023-12-30 05:37:40.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702290484 {#3337
      date: 2023-12-11 11:28:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    If this is a VM, video playback stutters do not surprise me one bit. There’s many layers between the video and the image you see on screen here and they’re not optimised for viewing fidelity. This is likely not due to Linux but because you’re running this inside a with an emulated GPU. GUIs in VMs usually suck.\n
    \n
    Optional codecs won’t help for Youtube since they serve royalty-free codecs such as VP9 or AV1 most of the time rather than patent-encoumbered codecs such as H.264 and free codecs are always installed.  \n
    That would also not fix stutters, only videos not playing back at all (because there’d be no decoder that could).\n
    \n
    If this is a VM, installing the Nvidia driver also won’t do anything because the machine has no access to your host’s GPU. Not that the nvidia driver would change anything about videos since no sane browser supports their proprietary crap driver, so it’s software decoding either way.\n
    \n
    You should try this on real hardware. You technically don’t even need to install as most GUI distros have a graphical installer with Firefox etc. pre-installed that you can use to test this.\n
    \n
    If you have an Nvidia GPU, I’d recommend you to try [!pop_os@lemmy.world](https://lemmy.world/c/pop_os).
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1702305660 {#2361
    date: 2023-12-11 15:41:00.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Leugi@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2384 …}
  +votes: Doctrine\ORM\PersistentCollection {#2379 …}
  +reports: Doctrine\ORM\PersistentCollection {#2383 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1708 …}
  -id: 217301
  -bodyTs: "'/c/pop_os).':223 'access':140 'also':102,130 'alway':98 'anyth':134,153 'av1':80 'back':110 'bit':14 'browser':159 'chang':152 'codec':63,75,90,96 'could':120 'crap':163 'd':115,215 'decod':118,169 'distro':190 'driver':129,150,164 'due':42 'either':170 'emul':55 'encoumb':89 'etc':197 'even':183 'fidel':37 'firefox':196 'fix':104 'free':74,95 'gpu':56,145,213 'graphic':193 'gui':57,189 'h.264':93 'hardwar':178 'help':66 'host':143 'imag':24 'insid':51 'instal':99,126,186,194,200 'layer':18 'lemmy.world':222 'lemmy.world/c/pop_os).':221 'like':40 'linux':44 'machin':137 'mani':17 'need':184 'nvidia':128,149,212 'one':13 'optimis':34 'option':62 'patent':88 'patent-encoumb':87 'play':109 'playback':7 'pop_os@lemmy.world':220 'pre':199 'pre-instal':198 'proprietari':162 'rather':85 're':32,48 'real':177 'recommend':216 'royalti':73 'royalty-fre':72 'run':49 'sane':158 'screen':28 'see':26 'serv':71 'sinc':69,156 'softwar':168 'stutter':8,105 'suck':61 'support':160 'surpris':11 'technic':180 'test':206 'time':84 'tri':174,219 'use':204 'usual':60 'video':6,21,107,155 'view':36 'vm':5,125 'vms':59 'vp9':78 'way':171 'won':64,131 'would':101,151 'youtub':68"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6562954"
  +editedAt: DateTimeImmutable @1703838179 {#2364
    date: 2023-12-29 09:22:59.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702305660 {#2372
    date: 2023-12-11 15:41:00.0 +01:00
  }
  +"title": 217301
}
"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 {#2454
  +user: Proxies\__CG__\App\Entity\User {#3318 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Request-Where-to-start-with-dot-files"
  +title: "[Request] Where to start with dot files?"
  +url: null
  +body: """
    New to Linux, running Debian (if that matters), dot files are configuration files, yes? Do I need to explore each app/UI/program to figure out the possible options? Are there any universals in Linux? Across distros?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702304326 {#3353
    date: 2023-12-11 15:18:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3358 …}
  +votes: Doctrine\ORM\PersistentCollection {#3361 …}
  +reports: Doctrine\ORM\PersistentCollection {#3363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
  +badges: Doctrine\ORM\PersistentCollection {#3369 …}
  +children: [
    App\Entity\EntryComment {#2457
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2454 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: """
        > You should be spending very little time, if any, in that folder.\n
        \n
        Hahaha, tell that to [lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1702304326 {#2453
        date: 2023-12-11 15:18:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@comfydecal@infosec.pub"
        "@walden@sub.wetshaving.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2459 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 217287
      -bodyTs: "'/c/unixporn](https://lemmy.ml/c/unixporn)':19 'folder':12 'hahaha':13 'lemmy.ml':18 'lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)':17 'littl':6 'spend':4 'tell':14 'time':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6562384"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702304326 {#2452
        date: 2023-12-11 15:18:46.0 +01:00
      }
      +"title": 217287
    }
  ]
  -id: 21642
  -titleTs: "'dot':6 'file':7 'request':1 'start':4"
  -bodyTs: "'across':34 'app/ui/program':21 'configur':12 'debian':5 'distro':35 'dot':9 'explor':19 'figur':23 'file':10,13 'linux':3,33 'matter':8 'need':17 'new':1 'option':27 'possibl':26 'run':4 'thank':36 'univers':31 'yes':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702342815
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/5914183"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702256415 {#3340
    date: 2023-12-11 02:00: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
143 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2454
  +user: Proxies\__CG__\App\Entity\User {#3318 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Request-Where-to-start-with-dot-files"
  +title: "[Request] Where to start with dot files?"
  +url: null
  +body: """
    New to Linux, running Debian (if that matters), dot files are configuration files, yes? Do I need to explore each app/UI/program to figure out the possible options? Are there any universals in Linux? Across distros?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702304326 {#3353
    date: 2023-12-11 15:18:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3358 …}
  +votes: Doctrine\ORM\PersistentCollection {#3361 …}
  +reports: Doctrine\ORM\PersistentCollection {#3363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
  +badges: Doctrine\ORM\PersistentCollection {#3369 …}
  +children: [
    App\Entity\EntryComment {#2457
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2454 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: """
        > You should be spending very little time, if any, in that folder.\n
        \n
        Hahaha, tell that to [lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1702304326 {#2453
        date: 2023-12-11 15:18:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@comfydecal@infosec.pub"
        "@walden@sub.wetshaving.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2459 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 217287
      -bodyTs: "'/c/unixporn](https://lemmy.ml/c/unixporn)':19 'folder':12 'hahaha':13 'lemmy.ml':18 'lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)':17 'littl':6 'spend':4 'tell':14 'time':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6562384"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702304326 {#2452
        date: 2023-12-11 15:18:46.0 +01:00
      }
      +"title": 217287
    }
  ]
  -id: 21642
  -titleTs: "'dot':6 'file':7 'request':1 'start':4"
  -bodyTs: "'across':34 'app/ui/program':21 'configur':12 'debian':5 'distro':35 'dot':9 'explor':19 'figur':23 'file':10,13 'linux':3,33 'matter':8 'need':17 'new':1 'option':27 'possibl':26 'run':4 'thank':36 'univers':31 'yes':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702342815
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/5914183"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702256415 {#3340
    date: 2023-12-11 02:00: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
144 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2454
  +user: Proxies\__CG__\App\Entity\User {#3318 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Request-Where-to-start-with-dot-files"
  +title: "[Request] Where to start with dot files?"
  +url: null
  +body: """
    New to Linux, running Debian (if that matters), dot files are configuration files, yes? Do I need to explore each app/UI/program to figure out the possible options? Are there any universals in Linux? Across distros?\n
    \n
    Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 11
  +favouriteCount: 12
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702304326 {#3353
    date: 2023-12-11 15:18:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3358 …}
  +votes: Doctrine\ORM\PersistentCollection {#3361 …}
  +reports: Doctrine\ORM\PersistentCollection {#3363 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
  +badges: Doctrine\ORM\PersistentCollection {#3369 …}
  +children: [
    App\Entity\EntryComment {#2457
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2454 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
      +body: """
        > You should be spending very little time, if any, in that folder.\n
        \n
        Hahaha, tell that to [lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1702304326 {#2453
        date: 2023-12-11 15:18:46.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@comfydecal@infosec.pub"
        "@walden@sub.wetshaving.social"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2459 …}
      +nested: Doctrine\ORM\PersistentCollection {#2470 …}
      +votes: Doctrine\ORM\PersistentCollection {#2467 …}
      +reports: Doctrine\ORM\PersistentCollection {#2371 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
      -id: 217287
      -bodyTs: "'/c/unixporn](https://lemmy.ml/c/unixporn)':19 'folder':12 'hahaha':13 'lemmy.ml':18 'lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)':17 'littl':6 'spend':4 'tell':14 'time':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6562384"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702304326 {#2452
        date: 2023-12-11 15:18:46.0 +01:00
      }
      +"title": 217287
    }
  ]
  -id: 21642
  -titleTs: "'dot':6 'file':7 'request':1 'start':4"
  -bodyTs: "'across':34 'app/ui/program':21 'configur':12 'debian':5 'distro':35 'dot':9 'explor':19 'figur':23 'file':10,13 'linux':3,33 'matter':8 'need':17 'new':1 'option':27 'possibl':26 'run':4 'thank':36 'univers':31 'yes':14"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702342815
  +visibility: "visible             "
  +apId: "https://infosec.pub/post/5914183"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702256415 {#3340
    date: 2023-12-11 02:00: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
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 {#2457
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2454
    +user: Proxies\__CG__\App\Entity\User {#3318 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Request-Where-to-start-with-dot-files"
    +title: "[Request] Where to start with dot files?"
    +url: null
    +body: """
      New to Linux, running Debian (if that matters), dot files are configuration files, yes? Do I need to explore each app/UI/program to figure out the possible options? Are there any universals in Linux? Across distros?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702304326 {#3353
      date: 2023-12-11 15:18:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3358 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      App\Entity\EntryComment {#2457}
    ]
    -id: 21642
    -titleTs: "'dot':6 'file':7 'request':1 'start':4"
    -bodyTs: "'across':34 'app/ui/program':21 'configur':12 'debian':5 'distro':35 'dot':9 'explor':19 'figur':23 'file':10,13 'linux':3,33 'matter':8 'need':17 'new':1 'option':27 'possibl':26 'run':4 'thank':36 'univers':31 'yes':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702342815
    +visibility: "visible             "
    +apId: "https://infosec.pub/post/5914183"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702256415 {#3340
      date: 2023-12-11 02:00:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: """
    > You should be spending very little time, if any, in that folder.\n
    \n
    Hahaha, tell that to [lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1702304326 {#2453
    date: 2023-12-11 15:18:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@comfydecal@infosec.pub"
    "@walden@sub.wetshaving.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 217287
  -bodyTs: "'/c/unixporn](https://lemmy.ml/c/unixporn)':19 'folder':12 'hahaha':13 'lemmy.ml':18 'lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)':17 'littl':6 'spend':4 'tell':14 'time':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6562384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702304326 {#2452
    date: 2023-12-11 15:18:46.0 +01:00
  }
  +"title": 217287
}
"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 {#2457
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2454
    +user: Proxies\__CG__\App\Entity\User {#3318 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Request-Where-to-start-with-dot-files"
    +title: "[Request] Where to start with dot files?"
    +url: null
    +body: """
      New to Linux, running Debian (if that matters), dot files are configuration files, yes? Do I need to explore each app/UI/program to figure out the possible options? Are there any universals in Linux? Across distros?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702304326 {#3353
      date: 2023-12-11 15:18:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3358 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      App\Entity\EntryComment {#2457}
    ]
    -id: 21642
    -titleTs: "'dot':6 'file':7 'request':1 'start':4"
    -bodyTs: "'across':34 'app/ui/program':21 'configur':12 'debian':5 'distro':35 'dot':9 'explor':19 'figur':23 'file':10,13 'linux':3,33 'matter':8 'need':17 'new':1 'option':27 'possibl':26 'run':4 'thank':36 'univers':31 'yes':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702342815
    +visibility: "visible             "
    +apId: "https://infosec.pub/post/5914183"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702256415 {#3340
      date: 2023-12-11 02:00:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: """
    > You should be spending very little time, if any, in that folder.\n
    \n
    Hahaha, tell that to [lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1702304326 {#2453
    date: 2023-12-11 15:18:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@comfydecal@infosec.pub"
    "@walden@sub.wetshaving.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 217287
  -bodyTs: "'/c/unixporn](https://lemmy.ml/c/unixporn)':19 'folder':12 'hahaha':13 'lemmy.ml':18 'lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)':17 'littl':6 'spend':4 'tell':14 'time':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6562384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702304326 {#2452
    date: 2023-12-11 15:18:46.0 +01:00
  }
  +"title": 217287
}
"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 {#2457
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2454
    +user: Proxies\__CG__\App\Entity\User {#3318 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Request-Where-to-start-with-dot-files"
    +title: "[Request] Where to start with dot files?"
    +url: null
    +body: """
      New to Linux, running Debian (if that matters), dot files are configuration files, yes? Do I need to explore each app/UI/program to figure out the possible options? Are there any universals in Linux? Across distros?\n
      \n
      Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 11
    +favouriteCount: 12
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702304326 {#3353
      date: 2023-12-11 15:18:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3358 …}
    +votes: Doctrine\ORM\PersistentCollection {#3361 …}
    +reports: Doctrine\ORM\PersistentCollection {#3363 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3365 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3367 …}
    +badges: Doctrine\ORM\PersistentCollection {#3369 …}
    +children: [
      App\Entity\EntryComment {#2457}
    ]
    -id: 21642
    -titleTs: "'dot':6 'file':7 'request':1 'start':4"
    -bodyTs: "'across':34 'app/ui/program':21 'configur':12 'debian':5 'distro':35 'dot':9 'explor':19 'figur':23 'file':10,13 'linux':3,33 'matter':8 'need':17 'new':1 'option':27 'possibl':26 'run':4 'thank':36 'univers':31 'yes':14"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702342815
    +visibility: "visible             "
    +apId: "https://infosec.pub/post/5914183"
    +editedAt: null
    +createdAt: DateTimeImmutable @1702256415 {#3340
      date: 2023-12-11 02:00:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2455 …}
  +body: """
    > You should be spending very little time, if any, in that folder.\n
    \n
    Hahaha, tell that to [lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1702304326 {#2453
    date: 2023-12-11 15:18:46.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@comfydecal@infosec.pub"
    "@walden@sub.wetshaving.social"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2459 …}
  +nested: Doctrine\ORM\PersistentCollection {#2470 …}
  +votes: Doctrine\ORM\PersistentCollection {#2467 …}
  +reports: Doctrine\ORM\PersistentCollection {#2371 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2370 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2360 …}
  -id: 217287
  -bodyTs: "'/c/unixporn](https://lemmy.ml/c/unixporn)':19 'folder':12 'hahaha':13 'lemmy.ml':18 'lemmy.ml/c/unixporn](https://lemmy.ml/c/unixporn)':17 'littl':6 'spend':4 'tell':14 'time':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6562384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702304326 {#2452
    date: 2023-12-11 15:18:46.0 +01:00
  }
  +"title": 217287
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
149 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
150 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1740
  +user: Proxies\__CG__\App\Entity\User {#3356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Manjaro-OS"
  +title: "Manjaro OS"
  +url: null
  +body: """
    So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
    \n
    On the other hand, there is a negative vibe towards it.\n
    \n
    Why the hate?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 96
  +favouriteCount: 62
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729375947 {#3390
    date: 2024-10-20 00:12:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3395 …}
  +votes: Doctrine\ORM\PersistentCollection {#3398 …}
  +reports: Doctrine\ORM\PersistentCollection {#3400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
  +badges: Doctrine\ORM\PersistentCollection {#3406 …}
  +children: [
    App\Entity\EntryComment {#1741
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1740 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +body: """
        > there’s a different nvidia driver for each kernel version. Already a stupid design\n
        \n
        That’s not a stupid design at all. A nvidia kernel module artifact is only compatible with exactly one kernel ABI. Thus you need one binary nvidia package for each kernel you ship.\n
        \n
        Arch also has one package for every kernel ABI they ship: `nvidia` and `nvidia-lts`.  \n
        Though it should be noted that their design assumes that these two ABIs are the only possible ABIs which isn’t strictly the case as the zen, hardened or RT variants may sometimes lag behind their regular counterpart. *That’s* a stupid design if anything as it increases the friction of kernel ABI upgrades as a kernel package maintainer.\n
        \n
        We at NixOS also ship the nvidia module for each of our ~50 kernel variants; all major versions of the Nvidia module compatible with that kernel in fact.  \n
        The only possible way to access these nvidia kernel modules is via a certain kernel’s `linuxPackages` attribute set that contains all packages that rely on a kernel ABI such as kernel modules or packages like `perf`. *That’s* good design if you ask me but I’m obviously biased ;)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701865545 {#1717
        date: 2023-12-06 13:25:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WeAreAllOne@lemm.ee"
        "@highduc@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2463 …}
      +votes: Doctrine\ORM\PersistentCollection {#2411 …}
      +reports: Doctrine\ORM\PersistentCollection {#2422 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
      -id: 202748
      -bodyTs: "'50':135 'abi':35,56,76,81,116,179 'access':156 'alreadi':11 'also':49,126 'anyth':108 'arch':48 'artifact':27 'ask':194 'assum':72 'attribut':168 'behind':98 'bias':200 'binari':40 'case':87 'certain':164 'compat':30,145 'contain':171 'counterpart':101 'design':14,20,71,106,191 'differ':4 'driver':6 'everi':54 'exact':32 'fact':150 'friction':113 'good':190 'harden':91 'increas':111 'isn':83 'kernel':9,25,34,45,55,115,120,136,148,159,165,178,182 'lag':97 'like':186 'linuxpackag':167 'lts':63 'm':198 'maintain':122 'major':139 'may':95 'modul':26,130,144,160,183 'need':38 'nixo':125 'note':68 'nvidia':5,24,41,59,62,129,143,158 'nvidia-lt':61 'obvious':199 'one':33,39,51 'packag':42,52,121,173,185 'perf':187 'possibl':80,153 'regular':100 'reli':175 'rt':93 'set':169 'ship':47,58,127 'sometim':96 'strict':85 'stupid':13,19,105 'though':64 'thus':36 'two':75 'upgrad':117 'variant':94,137 'version':10,140 'via':162 'way':154 'zen':90"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6423255"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701865545 {#1739
        date: 2023-12-06 13:25:45.0 +01:00
      }
      +"title": 202748
    }
  ]
  -id: 20196
  -titleTs: "'manjaro':1 'os':2"
  -bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701844010
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16971449"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701757610 {#3377
    date: 2023-12-05 07:26:50.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
151 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1740
  +user: Proxies\__CG__\App\Entity\User {#3356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Manjaro-OS"
  +title: "Manjaro OS"
  +url: null
  +body: """
    So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
    \n
    On the other hand, there is a negative vibe towards it.\n
    \n
    Why the hate?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 96
  +favouriteCount: 62
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729375947 {#3390
    date: 2024-10-20 00:12:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3395 …}
  +votes: Doctrine\ORM\PersistentCollection {#3398 …}
  +reports: Doctrine\ORM\PersistentCollection {#3400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
  +badges: Doctrine\ORM\PersistentCollection {#3406 …}
  +children: [
    App\Entity\EntryComment {#1741
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1740 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +body: """
        > there’s a different nvidia driver for each kernel version. Already a stupid design\n
        \n
        That’s not a stupid design at all. A nvidia kernel module artifact is only compatible with exactly one kernel ABI. Thus you need one binary nvidia package for each kernel you ship.\n
        \n
        Arch also has one package for every kernel ABI they ship: `nvidia` and `nvidia-lts`.  \n
        Though it should be noted that their design assumes that these two ABIs are the only possible ABIs which isn’t strictly the case as the zen, hardened or RT variants may sometimes lag behind their regular counterpart. *That’s* a stupid design if anything as it increases the friction of kernel ABI upgrades as a kernel package maintainer.\n
        \n
        We at NixOS also ship the nvidia module for each of our ~50 kernel variants; all major versions of the Nvidia module compatible with that kernel in fact.  \n
        The only possible way to access these nvidia kernel modules is via a certain kernel’s `linuxPackages` attribute set that contains all packages that rely on a kernel ABI such as kernel modules or packages like `perf`. *That’s* good design if you ask me but I’m obviously biased ;)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701865545 {#1717
        date: 2023-12-06 13:25:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WeAreAllOne@lemm.ee"
        "@highduc@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2463 …}
      +votes: Doctrine\ORM\PersistentCollection {#2411 …}
      +reports: Doctrine\ORM\PersistentCollection {#2422 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
      -id: 202748
      -bodyTs: "'50':135 'abi':35,56,76,81,116,179 'access':156 'alreadi':11 'also':49,126 'anyth':108 'arch':48 'artifact':27 'ask':194 'assum':72 'attribut':168 'behind':98 'bias':200 'binari':40 'case':87 'certain':164 'compat':30,145 'contain':171 'counterpart':101 'design':14,20,71,106,191 'differ':4 'driver':6 'everi':54 'exact':32 'fact':150 'friction':113 'good':190 'harden':91 'increas':111 'isn':83 'kernel':9,25,34,45,55,115,120,136,148,159,165,178,182 'lag':97 'like':186 'linuxpackag':167 'lts':63 'm':198 'maintain':122 'major':139 'may':95 'modul':26,130,144,160,183 'need':38 'nixo':125 'note':68 'nvidia':5,24,41,59,62,129,143,158 'nvidia-lt':61 'obvious':199 'one':33,39,51 'packag':42,52,121,173,185 'perf':187 'possibl':80,153 'regular':100 'reli':175 'rt':93 'set':169 'ship':47,58,127 'sometim':96 'strict':85 'stupid':13,19,105 'though':64 'thus':36 'two':75 'upgrad':117 'variant':94,137 'version':10,140 'via':162 'way':154 'zen':90"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6423255"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701865545 {#1739
        date: 2023-12-06 13:25:45.0 +01:00
      }
      +"title": 202748
    }
  ]
  -id: 20196
  -titleTs: "'manjaro':1 'os':2"
  -bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701844010
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16971449"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701757610 {#3377
    date: 2023-12-05 07:26:50.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
152 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1740
  +user: Proxies\__CG__\App\Entity\User {#3356 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
  +slug: "Manjaro-OS"
  +title: "Manjaro OS"
  +url: null
  +body: """
    So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
    \n
    On the other hand, there is a negative vibe towards it.\n
    \n
    Why the hate?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 96
  +favouriteCount: 62
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729375947 {#3390
    date: 2024-10-20 00:12:27.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3395 …}
  +votes: Doctrine\ORM\PersistentCollection {#3398 …}
  +reports: Doctrine\ORM\PersistentCollection {#3400 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
  +badges: Doctrine\ORM\PersistentCollection {#3406 …}
  +children: [
    App\Entity\EntryComment {#1741
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1740 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +body: """
        > there’s a different nvidia driver for each kernel version. Already a stupid design\n
        \n
        That’s not a stupid design at all. A nvidia kernel module artifact is only compatible with exactly one kernel ABI. Thus you need one binary nvidia package for each kernel you ship.\n
        \n
        Arch also has one package for every kernel ABI they ship: `nvidia` and `nvidia-lts`.  \n
        Though it should be noted that their design assumes that these two ABIs are the only possible ABIs which isn’t strictly the case as the zen, hardened or RT variants may sometimes lag behind their regular counterpart. *That’s* a stupid design if anything as it increases the friction of kernel ABI upgrades as a kernel package maintainer.\n
        \n
        We at NixOS also ship the nvidia module for each of our ~50 kernel variants; all major versions of the Nvidia module compatible with that kernel in fact.  \n
        The only possible way to access these nvidia kernel modules is via a certain kernel’s `linuxPackages` attribute set that contains all packages that rely on a kernel ABI such as kernel modules or packages like `perf`. *That’s* good design if you ask me but I’m obviously biased ;)
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 6
      +score: 0
      +lastActive: DateTime @1701865545 {#1717
        date: 2023-12-06 13:25:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@WeAreAllOne@lemm.ee"
        "@highduc@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2463 …}
      +votes: Doctrine\ORM\PersistentCollection {#2411 …}
      +reports: Doctrine\ORM\PersistentCollection {#2422 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
      -id: 202748
      -bodyTs: "'50':135 'abi':35,56,76,81,116,179 'access':156 'alreadi':11 'also':49,126 'anyth':108 'arch':48 'artifact':27 'ask':194 'assum':72 'attribut':168 'behind':98 'bias':200 'binari':40 'case':87 'certain':164 'compat':30,145 'contain':171 'counterpart':101 'design':14,20,71,106,191 'differ':4 'driver':6 'everi':54 'exact':32 'fact':150 'friction':113 'good':190 'harden':91 'increas':111 'isn':83 'kernel':9,25,34,45,55,115,120,136,148,159,165,178,182 'lag':97 'like':186 'linuxpackag':167 'lts':63 'm':198 'maintain':122 'major':139 'may':95 'modul':26,130,144,160,183 'need':38 'nixo':125 'note':68 'nvidia':5,24,41,59,62,129,143,158 'nvidia-lt':61 'obvious':199 'one':33,39,51 'packag':42,52,121,173,185 'perf':187 'possibl':80,153 'regular':100 'reli':175 'rt':93 'set':169 'ship':47,58,127 'sometim':96 'strict':85 'stupid':13,19,105 'though':64 'thus':36 'two':75 'upgrad':117 'variant':94,137 'version':10,140 'via':162 'way':154 'zen':90"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6423255"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701865545 {#1739
        date: 2023-12-06 13:25:45.0 +01:00
      }
      +"title": 202748
    }
  ]
  -id: 20196
  -titleTs: "'manjaro':1 'os':2"
  -bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701844010
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16971449"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701757610 {#3377
    date: 2023-12-05 07:26:50.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
153 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
154 DENIED moderate
App\Entity\EntryComment {#1741
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1740
    +user: Proxies\__CG__\App\Entity\User {#3356 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Manjaro-OS"
    +title: "Manjaro OS"
    +url: null
    +body: """
      So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
      \n
      On the other hand, there is a negative vibe towards it.\n
      \n
      Why the hate?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 96
    +favouriteCount: 62
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729375947 {#3390
      date: 2024-10-20 00:12:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3395 …}
    +votes: Doctrine\ORM\PersistentCollection {#3398 …}
    +reports: Doctrine\ORM\PersistentCollection {#3400 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
    +badges: Doctrine\ORM\PersistentCollection {#3406 …}
    +children: [
      App\Entity\EntryComment {#1741}
    ]
    -id: 20196
    -titleTs: "'manjaro':1 'os':2"
    -bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701844010
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16971449"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701757610 {#3377
      date: 2023-12-05 07:26:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +body: """
    > there’s a different nvidia driver for each kernel version. Already a stupid design\n
    \n
    That’s not a stupid design at all. A nvidia kernel module artifact is only compatible with exactly one kernel ABI. Thus you need one binary nvidia package for each kernel you ship.\n
    \n
    Arch also has one package for every kernel ABI they ship: `nvidia` and `nvidia-lts`.  \n
    Though it should be noted that their design assumes that these two ABIs are the only possible ABIs which isn’t strictly the case as the zen, hardened or RT variants may sometimes lag behind their regular counterpart. *That’s* a stupid design if anything as it increases the friction of kernel ABI upgrades as a kernel package maintainer.\n
    \n
    We at NixOS also ship the nvidia module for each of our ~50 kernel variants; all major versions of the Nvidia module compatible with that kernel in fact.  \n
    The only possible way to access these nvidia kernel modules is via a certain kernel’s `linuxPackages` attribute set that contains all packages that rely on a kernel ABI such as kernel modules or packages like `perf`. *That’s* good design if you ask me but I’m obviously biased ;)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701865545 {#1717
    date: 2023-12-06 13:25:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WeAreAllOne@lemm.ee"
    "@highduc@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2463 …}
  +votes: Doctrine\ORM\PersistentCollection {#2411 …}
  +reports: Doctrine\ORM\PersistentCollection {#2422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
  -id: 202748
  -bodyTs: "'50':135 'abi':35,56,76,81,116,179 'access':156 'alreadi':11 'also':49,126 'anyth':108 'arch':48 'artifact':27 'ask':194 'assum':72 'attribut':168 'behind':98 'bias':200 'binari':40 'case':87 'certain':164 'compat':30,145 'contain':171 'counterpart':101 'design':14,20,71,106,191 'differ':4 'driver':6 'everi':54 'exact':32 'fact':150 'friction':113 'good':190 'harden':91 'increas':111 'isn':83 'kernel':9,25,34,45,55,115,120,136,148,159,165,178,182 'lag':97 'like':186 'linuxpackag':167 'lts':63 'm':198 'maintain':122 'major':139 'may':95 'modul':26,130,144,160,183 'need':38 'nixo':125 'note':68 'nvidia':5,24,41,59,62,129,143,158 'nvidia-lt':61 'obvious':199 'one':33,39,51 'packag':42,52,121,173,185 'perf':187 'possibl':80,153 'regular':100 'reli':175 'rt':93 'set':169 'ship':47,58,127 'sometim':96 'strict':85 'stupid':13,19,105 'though':64 'thus':36 'two':75 'upgrad':117 'variant':94,137 'version':10,140 'via':162 'way':154 'zen':90"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6423255"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701865545 {#1739
    date: 2023-12-06 13:25:45.0 +01:00
  }
  +"title": 202748
}
"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
155 DENIED edit
App\Entity\EntryComment {#1741
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1740
    +user: Proxies\__CG__\App\Entity\User {#3356 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Manjaro-OS"
    +title: "Manjaro OS"
    +url: null
    +body: """
      So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
      \n
      On the other hand, there is a negative vibe towards it.\n
      \n
      Why the hate?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 96
    +favouriteCount: 62
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729375947 {#3390
      date: 2024-10-20 00:12:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3395 …}
    +votes: Doctrine\ORM\PersistentCollection {#3398 …}
    +reports: Doctrine\ORM\PersistentCollection {#3400 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
    +badges: Doctrine\ORM\PersistentCollection {#3406 …}
    +children: [
      App\Entity\EntryComment {#1741}
    ]
    -id: 20196
    -titleTs: "'manjaro':1 'os':2"
    -bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701844010
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16971449"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701757610 {#3377
      date: 2023-12-05 07:26:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +body: """
    > there’s a different nvidia driver for each kernel version. Already a stupid design\n
    \n
    That’s not a stupid design at all. A nvidia kernel module artifact is only compatible with exactly one kernel ABI. Thus you need one binary nvidia package for each kernel you ship.\n
    \n
    Arch also has one package for every kernel ABI they ship: `nvidia` and `nvidia-lts`.  \n
    Though it should be noted that their design assumes that these two ABIs are the only possible ABIs which isn’t strictly the case as the zen, hardened or RT variants may sometimes lag behind their regular counterpart. *That’s* a stupid design if anything as it increases the friction of kernel ABI upgrades as a kernel package maintainer.\n
    \n
    We at NixOS also ship the nvidia module for each of our ~50 kernel variants; all major versions of the Nvidia module compatible with that kernel in fact.  \n
    The only possible way to access these nvidia kernel modules is via a certain kernel’s `linuxPackages` attribute set that contains all packages that rely on a kernel ABI such as kernel modules or packages like `perf`. *That’s* good design if you ask me but I’m obviously biased ;)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701865545 {#1717
    date: 2023-12-06 13:25:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WeAreAllOne@lemm.ee"
    "@highduc@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2463 …}
  +votes: Doctrine\ORM\PersistentCollection {#2411 …}
  +reports: Doctrine\ORM\PersistentCollection {#2422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
  -id: 202748
  -bodyTs: "'50':135 'abi':35,56,76,81,116,179 'access':156 'alreadi':11 'also':49,126 'anyth':108 'arch':48 'artifact':27 'ask':194 'assum':72 'attribut':168 'behind':98 'bias':200 'binari':40 'case':87 'certain':164 'compat':30,145 'contain':171 'counterpart':101 'design':14,20,71,106,191 'differ':4 'driver':6 'everi':54 'exact':32 'fact':150 'friction':113 'good':190 'harden':91 'increas':111 'isn':83 'kernel':9,25,34,45,55,115,120,136,148,159,165,178,182 'lag':97 'like':186 'linuxpackag':167 'lts':63 'm':198 'maintain':122 'major':139 'may':95 'modul':26,130,144,160,183 'need':38 'nixo':125 'note':68 'nvidia':5,24,41,59,62,129,143,158 'nvidia-lt':61 'obvious':199 'one':33,39,51 'packag':42,52,121,173,185 'perf':187 'possibl':80,153 'regular':100 'reli':175 'rt':93 'set':169 'ship':47,58,127 'sometim':96 'strict':85 'stupid':13,19,105 'though':64 'thus':36 'two':75 'upgrad':117 'variant':94,137 'version':10,140 'via':162 'way':154 'zen':90"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6423255"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701865545 {#1739
    date: 2023-12-06 13:25:45.0 +01:00
  }
  +"title": 202748
}
"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
156 DENIED moderate
App\Entity\EntryComment {#1741
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1740
    +user: Proxies\__CG__\App\Entity\User {#3356 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#3105 …}
    +slug: "Manjaro-OS"
    +title: "Manjaro OS"
    +url: null
    +body: """
      So I’ve been iso live testing Manjaro KDE Plasma lately and it looks very polished.\n
      \n
      On the other hand, there is a negative vibe towards it.\n
      \n
      Why the hate?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 96
    +favouriteCount: 62
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729375947 {#3390
      date: 2024-10-20 00:12:27.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3395 …}
    +votes: Doctrine\ORM\PersistentCollection {#3398 …}
    +reports: Doctrine\ORM\PersistentCollection {#3400 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3402 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3404 …}
    +badges: Doctrine\ORM\PersistentCollection {#3406 …}
    +children: [
      App\Entity\EntryComment {#1741}
    ]
    -id: 20196
    -titleTs: "'manjaro':1 'os':2"
    -bodyTs: "'hand':20 'hate':30 'iso':5 'kde':9 'late':11 'live':6 'look':14 'manjaro':8 'negat':24 'plasma':10 'polish':16 'test':7 'toward':26 've':3 'vibe':25"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701844010
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16971449"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701757610 {#3377
      date: 2023-12-05 07:26:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +body: """
    > there’s a different nvidia driver for each kernel version. Already a stupid design\n
    \n
    That’s not a stupid design at all. A nvidia kernel module artifact is only compatible with exactly one kernel ABI. Thus you need one binary nvidia package for each kernel you ship.\n
    \n
    Arch also has one package for every kernel ABI they ship: `nvidia` and `nvidia-lts`.  \n
    Though it should be noted that their design assumes that these two ABIs are the only possible ABIs which isn’t strictly the case as the zen, hardened or RT variants may sometimes lag behind their regular counterpart. *That’s* a stupid design if anything as it increases the friction of kernel ABI upgrades as a kernel package maintainer.\n
    \n
    We at NixOS also ship the nvidia module for each of our ~50 kernel variants; all major versions of the Nvidia module compatible with that kernel in fact.  \n
    The only possible way to access these nvidia kernel modules is via a certain kernel’s `linuxPackages` attribute set that contains all packages that rely on a kernel ABI such as kernel modules or packages like `perf`. *That’s* good design if you ask me but I’m obviously biased ;)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1701865545 {#1717
    date: 2023-12-06 13:25:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@WeAreAllOne@lemm.ee"
    "@highduc@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2463 …}
  +votes: Doctrine\ORM\PersistentCollection {#2411 …}
  +reports: Doctrine\ORM\PersistentCollection {#2422 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2458 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2456 …}
  -id: 202748
  -bodyTs: "'50':135 'abi':35,56,76,81,116,179 'access':156 'alreadi':11 'also':49,126 'anyth':108 'arch':48 'artifact':27 'ask':194 'assum':72 'attribut':168 'behind':98 'bias':200 'binari':40 'case':87 'certain':164 'compat':30,145 'contain':171 'counterpart':101 'design':14,20,71,106,191 'differ':4 'driver':6 'everi':54 'exact':32 'fact':150 'friction':113 'good':190 'harden':91 'increas':111 'isn':83 'kernel':9,25,34,45,55,115,120,136,148,159,165,178,182 'lag':97 'like':186 'linuxpackag':167 'lts':63 'm':198 'maintain':122 'major':139 'may':95 'modul':26,130,144,160,183 'need':38 'nixo':125 'note':68 'nvidia':5,24,41,59,62,129,143,158 'nvidia-lt':61 'obvious':199 'one':33,39,51 'packag':42,52,121,173,185 'perf':187 'possibl':80,153 'regular':100 'reli':175 'rt':93 'set':169 'ship':47,58,127 'sometim':96 'strict':85 'stupid':13,19,105 'though':64 'thus':36 'two':75 'upgrad':117 'variant':94,137 'version':10,140 'via':162 'way':154 'zen':90"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6423255"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701865545 {#1739
    date: 2023-12-06 13:25:45.0 +01:00
  }
  +"title": 202748
}
"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
157 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
158 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#3148 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: Proxies\__CG__\App\Entity\Image {#3149 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
  +slug: "Google-Researchers-Attack-Prompts-ChatGPT-to-Reveal-Its-Training-Data"
  +title: "Google Researchers’ Attack Prompts ChatGPT to Reveal Its Training Data"
  +url: "https://www.404media.co/google-researchers-attack-convinces-chatgpt-to-reveal-its-training-data/"
  +body: """
    > ChatGPT is full of sensitive private information and spits out verbatim text from CNN, Goodreads, WordPress blogs, fandom wikis, Terms of Service agreements, Stack Overflow source code, Wikipedia pages, news blogs, random internet comments, and much more.\n
    \n
    > Using this tactic, the researchers showed that there are large amounts of privately identifiable information (PII) in OpenAI’s large language models. They also showed that, on a public version of ChatGPT, the chatbot spit out large passages of text scraped verbatim from other places on the internet.\n
    \n
    > “In total, 16.9 percent of generations we tested contained memorized PII,” they wrote, which included “identifying phone and fax numbers, email and physical addresses … social media handles, URLs, and names and birthdays.”\n
    \n
    Edit: [The full paper that's referenced in the article can be found here](https://arxiv.org/pdf/2311.17035.pdf)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 80
  +favouriteCount: 364
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701712043 {#3143
    date: 2023-12-04 18:47:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3159 …}
  +votes: Doctrine\ORM\PersistentCollection {#3161 …}
  +reports: Doctrine\ORM\PersistentCollection {#3163 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
  +badges: Doctrine\ORM\PersistentCollection {#3169 …}
  +children: [
    App\Entity\EntryComment {#1730
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +body: "Accountability? For tech giants? AHAHAHAAHAHAHAHAHAHAHAAHAHAHAA"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1701364725 {#1728
        date: 2023-11-30 18:18:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@btp@kbin.social"
        "@billbasher@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 183893
      -bodyTs: "'account':1 'ahahahaahahahahahahahaahahahaa':5 'giant':4 'tech':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6259000"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701364725 {#1736
        date: 2023-11-30 18:18:45.0 +01:00
      }
      +"title": 183893
    }
  ]
  -id: 18235
  -titleTs: "'attack':3 'chatgpt':5 'data':10 'googl':1 'prompt':4 'research':2 'reveal':7 'train':9"
  -bodyTs: "'/pdf/2311.17035.pdf)':134 '16.9':88 'address':109 'agreement':23 'also':61 'amount':48 'articl':127 'arxiv.org':133 'arxiv.org/pdf/2311.17035.pdf)':132 'birthday':117 'blog':17,31 'chatbot':71 'chatgpt':1,69 'cnn':14 'code':27 'comment':34 'contain':94 'edit':118 'email':106 'fandom':18 'fax':104 'found':130 'full':3,120 'generat':91 'goodread':15 'handl':112 'identifi':51,101 'includ':100 'inform':7,52 'internet':33,85 'languag':58 'larg':47,57,74 'media':111 'memor':95 'model':59 'much':36 'name':115 'news':30 'number':105 'openai':55 'overflow':25 'page':29 'paper':121 'passag':75 'percent':89 'phone':102 'physic':108 'pii':53,96 'place':82 'privat':6,50 'public':66 'random':32 'referenc':124 'research':42 'scrape':78 'sensit':5 'servic':22 'show':43,62 'social':110 'sourc':26 'spit':9,72 'stack':24 'tactic':40 'term':20 'test':93 'text':12,77 'total':87 'url':113 'use':38 'verbatim':11,79 'version':67 'wiki':19 'wikipedia':28 'wordpress':16 'wrote':98"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701362787
  +visibility: "visible             "
  +apId: "https://kbin.social/m/privacy@lemmy.ml/t/665071"
  +editedAt: DateTimeImmutable @1702265006 {#3086
    date: 2023-12-11 04:23:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701276387 {#3056
    date: 2023-11-29 17:46:27.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
159 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#3148 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: Proxies\__CG__\App\Entity\Image {#3149 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
  +slug: "Google-Researchers-Attack-Prompts-ChatGPT-to-Reveal-Its-Training-Data"
  +title: "Google Researchers’ Attack Prompts ChatGPT to Reveal Its Training Data"
  +url: "https://www.404media.co/google-researchers-attack-convinces-chatgpt-to-reveal-its-training-data/"
  +body: """
    > ChatGPT is full of sensitive private information and spits out verbatim text from CNN, Goodreads, WordPress blogs, fandom wikis, Terms of Service agreements, Stack Overflow source code, Wikipedia pages, news blogs, random internet comments, and much more.\n
    \n
    > Using this tactic, the researchers showed that there are large amounts of privately identifiable information (PII) in OpenAI’s large language models. They also showed that, on a public version of ChatGPT, the chatbot spit out large passages of text scraped verbatim from other places on the internet.\n
    \n
    > “In total, 16.9 percent of generations we tested contained memorized PII,” they wrote, which included “identifying phone and fax numbers, email and physical addresses … social media handles, URLs, and names and birthdays.”\n
    \n
    Edit: [The full paper that's referenced in the article can be found here](https://arxiv.org/pdf/2311.17035.pdf)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 80
  +favouriteCount: 364
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701712043 {#3143
    date: 2023-12-04 18:47:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3159 …}
  +votes: Doctrine\ORM\PersistentCollection {#3161 …}
  +reports: Doctrine\ORM\PersistentCollection {#3163 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
  +badges: Doctrine\ORM\PersistentCollection {#3169 …}
  +children: [
    App\Entity\EntryComment {#1730
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +body: "Accountability? For tech giants? AHAHAHAAHAHAHAHAHAHAHAAHAHAHAA"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1701364725 {#1728
        date: 2023-11-30 18:18:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@btp@kbin.social"
        "@billbasher@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 183893
      -bodyTs: "'account':1 'ahahahaahahahahahahahaahahahaa':5 'giant':4 'tech':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6259000"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701364725 {#1736
        date: 2023-11-30 18:18:45.0 +01:00
      }
      +"title": 183893
    }
  ]
  -id: 18235
  -titleTs: "'attack':3 'chatgpt':5 'data':10 'googl':1 'prompt':4 'research':2 'reveal':7 'train':9"
  -bodyTs: "'/pdf/2311.17035.pdf)':134 '16.9':88 'address':109 'agreement':23 'also':61 'amount':48 'articl':127 'arxiv.org':133 'arxiv.org/pdf/2311.17035.pdf)':132 'birthday':117 'blog':17,31 'chatbot':71 'chatgpt':1,69 'cnn':14 'code':27 'comment':34 'contain':94 'edit':118 'email':106 'fandom':18 'fax':104 'found':130 'full':3,120 'generat':91 'goodread':15 'handl':112 'identifi':51,101 'includ':100 'inform':7,52 'internet':33,85 'languag':58 'larg':47,57,74 'media':111 'memor':95 'model':59 'much':36 'name':115 'news':30 'number':105 'openai':55 'overflow':25 'page':29 'paper':121 'passag':75 'percent':89 'phone':102 'physic':108 'pii':53,96 'place':82 'privat':6,50 'public':66 'random':32 'referenc':124 'research':42 'scrape':78 'sensit':5 'servic':22 'show':43,62 'social':110 'sourc':26 'spit':9,72 'stack':24 'tactic':40 'term':20 'test':93 'text':12,77 'total':87 'url':113 'use':38 'verbatim':11,79 'version':67 'wiki':19 'wikipedia':28 'wordpress':16 'wrote':98"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701362787
  +visibility: "visible             "
  +apId: "https://kbin.social/m/privacy@lemmy.ml/t/665071"
  +editedAt: DateTimeImmutable @1702265006 {#3086
    date: 2023-12-11 04:23:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701276387 {#3056
    date: 2023-11-29 17:46:27.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
160 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#3148 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: Proxies\__CG__\App\Entity\Image {#3149 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
  +slug: "Google-Researchers-Attack-Prompts-ChatGPT-to-Reveal-Its-Training-Data"
  +title: "Google Researchers’ Attack Prompts ChatGPT to Reveal Its Training Data"
  +url: "https://www.404media.co/google-researchers-attack-convinces-chatgpt-to-reveal-its-training-data/"
  +body: """
    > ChatGPT is full of sensitive private information and spits out verbatim text from CNN, Goodreads, WordPress blogs, fandom wikis, Terms of Service agreements, Stack Overflow source code, Wikipedia pages, news blogs, random internet comments, and much more.\n
    \n
    > Using this tactic, the researchers showed that there are large amounts of privately identifiable information (PII) in OpenAI’s large language models. They also showed that, on a public version of ChatGPT, the chatbot spit out large passages of text scraped verbatim from other places on the internet.\n
    \n
    > “In total, 16.9 percent of generations we tested contained memorized PII,” they wrote, which included “identifying phone and fax numbers, email and physical addresses … social media handles, URLs, and names and birthdays.”\n
    \n
    Edit: [The full paper that's referenced in the article can be found here](https://arxiv.org/pdf/2311.17035.pdf)
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 80
  +favouriteCount: 364
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701712043 {#3143
    date: 2023-12-04 18:47:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3159 …}
  +votes: Doctrine\ORM\PersistentCollection {#3161 …}
  +reports: Doctrine\ORM\PersistentCollection {#3163 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
  +badges: Doctrine\ORM\PersistentCollection {#3169 …}
  +children: [
    App\Entity\EntryComment {#1730
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
      +body: "Accountability? For tech giants? AHAHAHAAHAHAHAHAHAHAHAAHAHAHAA"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1701364725 {#1728
        date: 2023-11-30 18:18:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@btp@kbin.social"
        "@billbasher@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1732 …}
      +nested: Doctrine\ORM\PersistentCollection {#1735 …}
      +votes: Doctrine\ORM\PersistentCollection {#1729 …}
      +reports: Doctrine\ORM\PersistentCollection {#1719 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
      -id: 183893
      -bodyTs: "'account':1 'ahahahaahahahahahahahaahahahaa':5 'giant':4 'tech':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/6259000"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701364725 {#1736
        date: 2023-11-30 18:18:45.0 +01:00
      }
      +"title": 183893
    }
  ]
  -id: 18235
  -titleTs: "'attack':3 'chatgpt':5 'data':10 'googl':1 'prompt':4 'research':2 'reveal':7 'train':9"
  -bodyTs: "'/pdf/2311.17035.pdf)':134 '16.9':88 'address':109 'agreement':23 'also':61 'amount':48 'articl':127 'arxiv.org':133 'arxiv.org/pdf/2311.17035.pdf)':132 'birthday':117 'blog':17,31 'chatbot':71 'chatgpt':1,69 'cnn':14 'code':27 'comment':34 'contain':94 'edit':118 'email':106 'fandom':18 'fax':104 'found':130 'full':3,120 'generat':91 'goodread':15 'handl':112 'identifi':51,101 'includ':100 'inform':7,52 'internet':33,85 'languag':58 'larg':47,57,74 'media':111 'memor':95 'model':59 'much':36 'name':115 'news':30 'number':105 'openai':55 'overflow':25 'page':29 'paper':121 'passag':75 'percent':89 'phone':102 'physic':108 'pii':53,96 'place':82 'privat':6,50 'public':66 'random':32 'referenc':124 'research':42 'scrape':78 'sensit':5 'servic':22 'show':43,62 'social':110 'sourc':26 'spit':9,72 'stack':24 'tactic':40 'term':20 'test':93 'text':12,77 'total':87 'url':113 'use':38 'verbatim':11,79 'version':67 'wiki':19 'wikipedia':28 'wordpress':16 'wrote':98"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701362787
  +visibility: "visible             "
  +apId: "https://kbin.social/m/privacy@lemmy.ml/t/665071"
  +editedAt: DateTimeImmutable @1702265006 {#3086
    date: 2023-12-11 04:23:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1701276387 {#3056
    date: 2023-11-29 17:46:27.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
161 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
162 DENIED moderate
App\Entity\EntryComment {#1730
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#3148 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: Proxies\__CG__\App\Entity\Image {#3149 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
    +slug: "Google-Researchers-Attack-Prompts-ChatGPT-to-Reveal-Its-Training-Data"
    +title: "Google Researchers’ Attack Prompts ChatGPT to Reveal Its Training Data"
    +url: "https://www.404media.co/google-researchers-attack-convinces-chatgpt-to-reveal-its-training-data/"
    +body: """
      > ChatGPT is full of sensitive private information and spits out verbatim text from CNN, Goodreads, WordPress blogs, fandom wikis, Terms of Service agreements, Stack Overflow source code, Wikipedia pages, news blogs, random internet comments, and much more.\n
      \n
      > Using this tactic, the researchers showed that there are large amounts of privately identifiable information (PII) in OpenAI’s large language models. They also showed that, on a public version of ChatGPT, the chatbot spit out large passages of text scraped verbatim from other places on the internet.\n
      \n
      > “In total, 16.9 percent of generations we tested contained memorized PII,” they wrote, which included “identifying phone and fax numbers, email and physical addresses … social media handles, URLs, and names and birthdays.”\n
      \n
      Edit: [The full paper that's referenced in the article can be found here](https://arxiv.org/pdf/2311.17035.pdf)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 80
    +favouriteCount: 364
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701712043 {#3143
      date: 2023-12-04 18:47:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3159 …}
    +votes: Doctrine\ORM\PersistentCollection {#3161 …}
    +reports: Doctrine\ORM\PersistentCollection {#3163 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
    +badges: Doctrine\ORM\PersistentCollection {#3169 …}
    +children: [
      App\Entity\EntryComment {#1730}
    ]
    -id: 18235
    -titleTs: "'attack':3 'chatgpt':5 'data':10 'googl':1 'prompt':4 'research':2 'reveal':7 'train':9"
    -bodyTs: "'/pdf/2311.17035.pdf)':134 '16.9':88 'address':109 'agreement':23 'also':61 'amount':48 'articl':127 'arxiv.org':133 'arxiv.org/pdf/2311.17035.pdf)':132 'birthday':117 'blog':17,31 'chatbot':71 'chatgpt':1,69 'cnn':14 'code':27 'comment':34 'contain':94 'edit':118 'email':106 'fandom':18 'fax':104 'found':130 'full':3,120 'generat':91 'goodread':15 'handl':112 'identifi':51,101 'includ':100 'inform':7,52 'internet':33,85 'languag':58 'larg':47,57,74 'media':111 'memor':95 'model':59 'much':36 'name':115 'news':30 'number':105 'openai':55 'overflow':25 'page':29 'paper':121 'passag':75 'percent':89 'phone':102 'physic':108 'pii':53,96 'place':82 'privat':6,50 'public':66 'random':32 'referenc':124 'research':42 'scrape':78 'sensit':5 'servic':22 'show':43,62 'social':110 'sourc':26 'spit':9,72 'stack':24 'tactic':40 'term':20 'test':93 'text':12,77 'total':87 'url':113 'use':38 'verbatim':11,79 'version':67 'wiki':19 'wikipedia':28 'wordpress':16 'wrote':98"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701362787
    +visibility: "visible             "
    +apId: "https://kbin.social/m/privacy@lemmy.ml/t/665071"
    +editedAt: DateTimeImmutable @1702265006 {#3086
      date: 2023-12-11 04:23:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701276387 {#3056
      date: 2023-11-29 17:46:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +body: "Accountability? For tech giants? AHAHAHAAHAHAHAHAHAHAHAAHAHAHAA"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1701364725 {#1728
    date: 2023-11-30 18:18:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@btp@kbin.social"
    "@billbasher@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 183893
  -bodyTs: "'account':1 'ahahahaahahahahahahahaahahahaa':5 'giant':4 'tech':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6259000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701364725 {#1736
    date: 2023-11-30 18:18:45.0 +01:00
  }
  +"title": 183893
}
"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
163 DENIED edit
App\Entity\EntryComment {#1730
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#3148 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: Proxies\__CG__\App\Entity\Image {#3149 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
    +slug: "Google-Researchers-Attack-Prompts-ChatGPT-to-Reveal-Its-Training-Data"
    +title: "Google Researchers’ Attack Prompts ChatGPT to Reveal Its Training Data"
    +url: "https://www.404media.co/google-researchers-attack-convinces-chatgpt-to-reveal-its-training-data/"
    +body: """
      > ChatGPT is full of sensitive private information and spits out verbatim text from CNN, Goodreads, WordPress blogs, fandom wikis, Terms of Service agreements, Stack Overflow source code, Wikipedia pages, news blogs, random internet comments, and much more.\n
      \n
      > Using this tactic, the researchers showed that there are large amounts of privately identifiable information (PII) in OpenAI’s large language models. They also showed that, on a public version of ChatGPT, the chatbot spit out large passages of text scraped verbatim from other places on the internet.\n
      \n
      > “In total, 16.9 percent of generations we tested contained memorized PII,” they wrote, which included “identifying phone and fax numbers, email and physical addresses … social media handles, URLs, and names and birthdays.”\n
      \n
      Edit: [The full paper that's referenced in the article can be found here](https://arxiv.org/pdf/2311.17035.pdf)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 80
    +favouriteCount: 364
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701712043 {#3143
      date: 2023-12-04 18:47:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3159 …}
    +votes: Doctrine\ORM\PersistentCollection {#3161 …}
    +reports: Doctrine\ORM\PersistentCollection {#3163 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
    +badges: Doctrine\ORM\PersistentCollection {#3169 …}
    +children: [
      App\Entity\EntryComment {#1730}
    ]
    -id: 18235
    -titleTs: "'attack':3 'chatgpt':5 'data':10 'googl':1 'prompt':4 'research':2 'reveal':7 'train':9"
    -bodyTs: "'/pdf/2311.17035.pdf)':134 '16.9':88 'address':109 'agreement':23 'also':61 'amount':48 'articl':127 'arxiv.org':133 'arxiv.org/pdf/2311.17035.pdf)':132 'birthday':117 'blog':17,31 'chatbot':71 'chatgpt':1,69 'cnn':14 'code':27 'comment':34 'contain':94 'edit':118 'email':106 'fandom':18 'fax':104 'found':130 'full':3,120 'generat':91 'goodread':15 'handl':112 'identifi':51,101 'includ':100 'inform':7,52 'internet':33,85 'languag':58 'larg':47,57,74 'media':111 'memor':95 'model':59 'much':36 'name':115 'news':30 'number':105 'openai':55 'overflow':25 'page':29 'paper':121 'passag':75 'percent':89 'phone':102 'physic':108 'pii':53,96 'place':82 'privat':6,50 'public':66 'random':32 'referenc':124 'research':42 'scrape':78 'sensit':5 'servic':22 'show':43,62 'social':110 'sourc':26 'spit':9,72 'stack':24 'tactic':40 'term':20 'test':93 'text':12,77 'total':87 'url':113 'use':38 'verbatim':11,79 'version':67 'wiki':19 'wikipedia':28 'wordpress':16 'wrote':98"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701362787
    +visibility: "visible             "
    +apId: "https://kbin.social/m/privacy@lemmy.ml/t/665071"
    +editedAt: DateTimeImmutable @1702265006 {#3086
      date: 2023-12-11 04:23:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701276387 {#3056
      date: 2023-11-29 17:46:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +body: "Accountability? For tech giants? AHAHAHAAHAHAHAHAHAHAHAAHAHAHAA"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1701364725 {#1728
    date: 2023-11-30 18:18:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@btp@kbin.social"
    "@billbasher@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 183893
  -bodyTs: "'account':1 'ahahahaahahahahahahahaahahahaa':5 'giant':4 'tech':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6259000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701364725 {#1736
    date: 2023-11-30 18:18:45.0 +01:00
  }
  +"title": 183893
}
"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
164 DENIED moderate
App\Entity\EntryComment {#1730
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#3148 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: Proxies\__CG__\App\Entity\Image {#3149 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3158 …}
    +slug: "Google-Researchers-Attack-Prompts-ChatGPT-to-Reveal-Its-Training-Data"
    +title: "Google Researchers’ Attack Prompts ChatGPT to Reveal Its Training Data"
    +url: "https://www.404media.co/google-researchers-attack-convinces-chatgpt-to-reveal-its-training-data/"
    +body: """
      > ChatGPT is full of sensitive private information and spits out verbatim text from CNN, Goodreads, WordPress blogs, fandom wikis, Terms of Service agreements, Stack Overflow source code, Wikipedia pages, news blogs, random internet comments, and much more.\n
      \n
      > Using this tactic, the researchers showed that there are large amounts of privately identifiable information (PII) in OpenAI’s large language models. They also showed that, on a public version of ChatGPT, the chatbot spit out large passages of text scraped verbatim from other places on the internet.\n
      \n
      > “In total, 16.9 percent of generations we tested contained memorized PII,” they wrote, which included “identifying phone and fax numbers, email and physical addresses … social media handles, URLs, and names and birthdays.”\n
      \n
      Edit: [The full paper that's referenced in the article can be found here](https://arxiv.org/pdf/2311.17035.pdf)
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 80
    +favouriteCount: 364
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701712043 {#3143
      date: 2023-12-04 18:47:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3159 …}
    +votes: Doctrine\ORM\PersistentCollection {#3161 …}
    +reports: Doctrine\ORM\PersistentCollection {#3163 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3165 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3167 …}
    +badges: Doctrine\ORM\PersistentCollection {#3169 …}
    +children: [
      App\Entity\EntryComment {#1730}
    ]
    -id: 18235
    -titleTs: "'attack':3 'chatgpt':5 'data':10 'googl':1 'prompt':4 'research':2 'reveal':7 'train':9"
    -bodyTs: "'/pdf/2311.17035.pdf)':134 '16.9':88 'address':109 'agreement':23 'also':61 'amount':48 'articl':127 'arxiv.org':133 'arxiv.org/pdf/2311.17035.pdf)':132 'birthday':117 'blog':17,31 'chatbot':71 'chatgpt':1,69 'cnn':14 'code':27 'comment':34 'contain':94 'edit':118 'email':106 'fandom':18 'fax':104 'found':130 'full':3,120 'generat':91 'goodread':15 'handl':112 'identifi':51,101 'includ':100 'inform':7,52 'internet':33,85 'languag':58 'larg':47,57,74 'media':111 'memor':95 'model':59 'much':36 'name':115 'news':30 'number':105 'openai':55 'overflow':25 'page':29 'paper':121 'passag':75 'percent':89 'phone':102 'physic':108 'pii':53,96 'place':82 'privat':6,50 'public':66 'random':32 'referenc':124 'research':42 'scrape':78 'sensit':5 'servic':22 'show':43,62 'social':110 'sourc':26 'spit':9,72 'stack':24 'tactic':40 'term':20 'test':93 'text':12,77 'total':87 'url':113 'use':38 'verbatim':11,79 'version':67 'wiki':19 'wikipedia':28 'wordpress':16 'wrote':98"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701362787
    +visibility: "visible             "
    +apId: "https://kbin.social/m/privacy@lemmy.ml/t/665071"
    +editedAt: DateTimeImmutable @1702265006 {#3086
      date: 2023-12-11 04:23:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1701276387 {#3056
      date: 2023-11-29 17:46:27.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1734 …}
  +body: "Accountability? For tech giants? AHAHAHAAHAHAHAHAHAHAHAAHAHAHAA"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1701364725 {#1728
    date: 2023-11-30 18:18:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@btp@kbin.social"
    "@billbasher@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1732 …}
  +nested: Doctrine\ORM\PersistentCollection {#1735 …}
  +votes: Doctrine\ORM\PersistentCollection {#1729 …}
  +reports: Doctrine\ORM\PersistentCollection {#1719 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1714 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1720 …}
  -id: 183893
  -bodyTs: "'account':1 'ahahahaahahahahahahahaahahahaa':5 'giant':4 'tech':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/6259000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701364725 {#1736
    date: 2023-11-30 18:18:45.0 +01:00
  }
  +"title": 183893
}
"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
165 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
166 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1604
  +user: Proxies\__CG__\App\Entity\User {#2673 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#3214 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3216 …}
  +slug: "Today-I-discovered-Garuda-s-BTRFS-assistant-and-it-s-a-total"
  +title: "Today I discovered Garuda's BTRFS assistant and it's a total game changer."
  +url: "https://github.com/garuda-linux/btrfs-assistant"
  +body: """
    Was looking at how to set up snapper on Fedora 39 and came across the ever knowledgable [Stephens tech talks video](https://youtu.be/mQLJ93d-UMc?t=1277). It does balance, setting up snapper, sub-volume management in a really cool GUI tool.\n
    \n
    **edit** updated the link as the GitHub page was apparently ood, but it is in most repo’s
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700226406 {#3209
    date: 2023-11-17 14:06:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3217 …}
  +votes: Doctrine\ORM\PersistentCollection {#3219 …}
  +reports: Doctrine\ORM\PersistentCollection {#3221 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3223 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3225 …}
  +badges: Doctrine\ORM\PersistentCollection {#3227 …}
  +children: [
    App\Entity\EntryComment {#1619
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +body: "I don’t know about timeshift but it appears to have a configuration tab for snapper."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1700153581 {#1526
        date: 2023-11-16 17:53:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sirico@feddit.uk"
        "@blindbunny@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1687 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
      -id: 130763
      -bodyTs: "'appear':9 'configur':13 'know':4 'snapper':16 'tab':14 'timeshift':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5854563"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700153581 {#1596
        date: 2023-11-16 17:53:01.0 +01:00
      }
      +"title": 130763
    }
  ]
  -id: 13610
  -titleTs: "'assist':7 'btrfs':6 'changer':14 'discov':3 'game':13 'garuda':4 'today':1 'total':12"
  -bodyTs: "'/mqlj93d-umc?t=1277).':24 '39':11 'across':14 'appar':50 'balanc':27 'came':13 'cool':38 'edit':41 'ever':16 'fedora':10 'github':47 'gui':39 'knowledg':17 'link':44 'look':2 'manag':34 'ood':51 'page':48 'realli':37 'repo':57 'set':6,28 'snapper':8,30 'stephen':18 'sub':32 'sub-volum':31 'talk':20 'tech':19 'tool':40 'updat':42 'video':21 'volum':33 'youtu.be':23 'youtu.be/mqlj93d-umc?t=1277).':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700236498
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/4577666"
  +editedAt: DateTimeImmutable @1700418860 {#3197
    date: 2023-11-19 19:34:20.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700150098 {#3174
    date: 2023-11-16 16:54:58.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
167 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1604
  +user: Proxies\__CG__\App\Entity\User {#2673 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#3214 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3216 …}
  +slug: "Today-I-discovered-Garuda-s-BTRFS-assistant-and-it-s-a-total"
  +title: "Today I discovered Garuda's BTRFS assistant and it's a total game changer."
  +url: "https://github.com/garuda-linux/btrfs-assistant"
  +body: """
    Was looking at how to set up snapper on Fedora 39 and came across the ever knowledgable [Stephens tech talks video](https://youtu.be/mQLJ93d-UMc?t=1277). It does balance, setting up snapper, sub-volume management in a really cool GUI tool.\n
    \n
    **edit** updated the link as the GitHub page was apparently ood, but it is in most repo’s
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700226406 {#3209
    date: 2023-11-17 14:06:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3217 …}
  +votes: Doctrine\ORM\PersistentCollection {#3219 …}
  +reports: Doctrine\ORM\PersistentCollection {#3221 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3223 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3225 …}
  +badges: Doctrine\ORM\PersistentCollection {#3227 …}
  +children: [
    App\Entity\EntryComment {#1619
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +body: "I don’t know about timeshift but it appears to have a configuration tab for snapper."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1700153581 {#1526
        date: 2023-11-16 17:53:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sirico@feddit.uk"
        "@blindbunny@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1687 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
      -id: 130763
      -bodyTs: "'appear':9 'configur':13 'know':4 'snapper':16 'tab':14 'timeshift':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5854563"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700153581 {#1596
        date: 2023-11-16 17:53:01.0 +01:00
      }
      +"title": 130763
    }
  ]
  -id: 13610
  -titleTs: "'assist':7 'btrfs':6 'changer':14 'discov':3 'game':13 'garuda':4 'today':1 'total':12"
  -bodyTs: "'/mqlj93d-umc?t=1277).':24 '39':11 'across':14 'appar':50 'balanc':27 'came':13 'cool':38 'edit':41 'ever':16 'fedora':10 'github':47 'gui':39 'knowledg':17 'link':44 'look':2 'manag':34 'ood':51 'page':48 'realli':37 'repo':57 'set':6,28 'snapper':8,30 'stephen':18 'sub':32 'sub-volum':31 'talk':20 'tech':19 'tool':40 'updat':42 'video':21 'volum':33 'youtu.be':23 'youtu.be/mqlj93d-umc?t=1277).':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700236498
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/4577666"
  +editedAt: DateTimeImmutable @1700418860 {#3197
    date: 2023-11-19 19:34:20.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700150098 {#3174
    date: 2023-11-16 16:54:58.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
168 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1604
  +user: Proxies\__CG__\App\Entity\User {#2673 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#3214 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3216 …}
  +slug: "Today-I-discovered-Garuda-s-BTRFS-assistant-and-it-s-a-total"
  +title: "Today I discovered Garuda's BTRFS assistant and it's a total game changer."
  +url: "https://github.com/garuda-linux/btrfs-assistant"
  +body: """
    Was looking at how to set up snapper on Fedora 39 and came across the ever knowledgable [Stephens tech talks video](https://youtu.be/mQLJ93d-UMc?t=1277). It does balance, setting up snapper, sub-volume management in a really cool GUI tool.\n
    \n
    **edit** updated the link as the GitHub page was apparently ood, but it is in most repo’s
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 13
  +favouriteCount: 126
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1700226406 {#3209
    date: 2023-11-17 14:06:46.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3217 …}
  +votes: Doctrine\ORM\PersistentCollection {#3219 …}
  +reports: Doctrine\ORM\PersistentCollection {#3221 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3223 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3225 …}
  +badges: Doctrine\ORM\PersistentCollection {#3227 …}
  +children: [
    App\Entity\EntryComment {#1619
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1604 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
      +body: "I don’t know about timeshift but it appears to have a configuration tab for snapper."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1700153581 {#1526
        date: 2023-11-16 17:53:01.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@sirico@feddit.uk"
        "@blindbunny@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1620 …}
      +nested: Doctrine\ORM\PersistentCollection {#1701 …}
      +votes: Doctrine\ORM\PersistentCollection {#1687 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
      -id: 130763
      -bodyTs: "'appear':9 'configur':13 'know':4 'snapper':16 'tab':14 'timeshift':6"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5854563"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700153581 {#1596
        date: 2023-11-16 17:53:01.0 +01:00
      }
      +"title": 130763
    }
  ]
  -id: 13610
  -titleTs: "'assist':7 'btrfs':6 'changer':14 'discov':3 'game':13 'garuda':4 'today':1 'total':12"
  -bodyTs: "'/mqlj93d-umc?t=1277).':24 '39':11 'across':14 'appar':50 'balanc':27 'came':13 'cool':38 'edit':41 'ever':16 'fedora':10 'github':47 'gui':39 'knowledg':17 'link':44 'look':2 'manag':34 'ood':51 'page':48 'realli':37 'repo':57 'set':6,28 'snapper':8,30 'stephen':18 'sub':32 'sub-volum':31 'talk':20 'tech':19 'tool':40 'updat':42 'video':21 'volum':33 'youtu.be':23 'youtu.be/mqlj93d-umc?t=1277).':22"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700236498
  +visibility: "visible             "
  +apId: "https://feddit.uk/post/4577666"
  +editedAt: DateTimeImmutable @1700418860 {#3197
    date: 2023-11-19 19:34:20.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700150098 {#3174
    date: 2023-11-16 16:54:58.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
169 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
170 DENIED moderate
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#2673 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3214 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3216 …}
    +slug: "Today-I-discovered-Garuda-s-BTRFS-assistant-and-it-s-a-total"
    +title: "Today I discovered Garuda's BTRFS assistant and it's a total game changer."
    +url: "https://github.com/garuda-linux/btrfs-assistant"
    +body: """
      Was looking at how to set up snapper on Fedora 39 and came across the ever knowledgable [Stephens tech talks video](https://youtu.be/mQLJ93d-UMc?t=1277). It does balance, setting up snapper, sub-volume management in a really cool GUI tool.\n
      \n
      **edit** updated the link as the GitHub page was apparently ood, but it is in most repo’s
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 126
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700226406 {#3209
      date: 2023-11-17 14:06:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3217 …}
    +votes: Doctrine\ORM\PersistentCollection {#3219 …}
    +reports: Doctrine\ORM\PersistentCollection {#3221 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3223 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3225 …}
    +badges: Doctrine\ORM\PersistentCollection {#3227 …}
    +children: [
      App\Entity\EntryComment {#1619}
    ]
    -id: 13610
    -titleTs: "'assist':7 'btrfs':6 'changer':14 'discov':3 'game':13 'garuda':4 'today':1 'total':12"
    -bodyTs: "'/mqlj93d-umc?t=1277).':24 '39':11 'across':14 'appar':50 'balanc':27 'came':13 'cool':38 'edit':41 'ever':16 'fedora':10 'github':47 'gui':39 'knowledg':17 'link':44 'look':2 'manag':34 'ood':51 'page':48 'realli':37 'repo':57 'set':6,28 'snapper':8,30 'stephen':18 'sub':32 'sub-volum':31 'talk':20 'tech':19 'tool':40 'updat':42 'video':21 'volum':33 'youtu.be':23 'youtu.be/mqlj93d-umc?t=1277).':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700236498
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/4577666"
    +editedAt: DateTimeImmutable @1700418860 {#3197
      date: 2023-11-19 19:34:20.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700150098 {#3174
      date: 2023-11-16 16:54:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +body: "I don’t know about timeshift but it appears to have a configuration tab for snapper."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1700153581 {#1526
    date: 2023-11-16 17:53:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sirico@feddit.uk"
    "@blindbunny@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1687 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
  -id: 130763
  -bodyTs: "'appear':9 'configur':13 'know':4 'snapper':16 'tab':14 'timeshift':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5854563"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700153581 {#1596
    date: 2023-11-16 17:53:01.0 +01:00
  }
  +"title": 130763
}
"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
171 DENIED edit
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#2673 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3214 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3216 …}
    +slug: "Today-I-discovered-Garuda-s-BTRFS-assistant-and-it-s-a-total"
    +title: "Today I discovered Garuda's BTRFS assistant and it's a total game changer."
    +url: "https://github.com/garuda-linux/btrfs-assistant"
    +body: """
      Was looking at how to set up snapper on Fedora 39 and came across the ever knowledgable [Stephens tech talks video](https://youtu.be/mQLJ93d-UMc?t=1277). It does balance, setting up snapper, sub-volume management in a really cool GUI tool.\n
      \n
      **edit** updated the link as the GitHub page was apparently ood, but it is in most repo’s
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 126
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700226406 {#3209
      date: 2023-11-17 14:06:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3217 …}
    +votes: Doctrine\ORM\PersistentCollection {#3219 …}
    +reports: Doctrine\ORM\PersistentCollection {#3221 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3223 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3225 …}
    +badges: Doctrine\ORM\PersistentCollection {#3227 …}
    +children: [
      App\Entity\EntryComment {#1619}
    ]
    -id: 13610
    -titleTs: "'assist':7 'btrfs':6 'changer':14 'discov':3 'game':13 'garuda':4 'today':1 'total':12"
    -bodyTs: "'/mqlj93d-umc?t=1277).':24 '39':11 'across':14 'appar':50 'balanc':27 'came':13 'cool':38 'edit':41 'ever':16 'fedora':10 'github':47 'gui':39 'knowledg':17 'link':44 'look':2 'manag':34 'ood':51 'page':48 'realli':37 'repo':57 'set':6,28 'snapper':8,30 'stephen':18 'sub':32 'sub-volum':31 'talk':20 'tech':19 'tool':40 'updat':42 'video':21 'volum':33 'youtu.be':23 'youtu.be/mqlj93d-umc?t=1277).':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700236498
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/4577666"
    +editedAt: DateTimeImmutable @1700418860 {#3197
      date: 2023-11-19 19:34:20.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700150098 {#3174
      date: 2023-11-16 16:54:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +body: "I don’t know about timeshift but it appears to have a configuration tab for snapper."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1700153581 {#1526
    date: 2023-11-16 17:53:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sirico@feddit.uk"
    "@blindbunny@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1687 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
  -id: 130763
  -bodyTs: "'appear':9 'configur':13 'know':4 'snapper':16 'tab':14 'timeshift':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5854563"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700153581 {#1596
    date: 2023-11-16 17:53:01.0 +01:00
  }
  +"title": 130763
}
"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
172 DENIED moderate
App\Entity\EntryComment {#1619
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1604
    +user: Proxies\__CG__\App\Entity\User {#2673 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3214 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3216 …}
    +slug: "Today-I-discovered-Garuda-s-BTRFS-assistant-and-it-s-a-total"
    +title: "Today I discovered Garuda's BTRFS assistant and it's a total game changer."
    +url: "https://github.com/garuda-linux/btrfs-assistant"
    +body: """
      Was looking at how to set up snapper on Fedora 39 and came across the ever knowledgable [Stephens tech talks video](https://youtu.be/mQLJ93d-UMc?t=1277). It does balance, setting up snapper, sub-volume management in a really cool GUI tool.\n
      \n
      **edit** updated the link as the GitHub page was apparently ood, but it is in most repo’s
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 13
    +favouriteCount: 126
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1700226406 {#3209
      date: 2023-11-17 14:06:46.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3217 …}
    +votes: Doctrine\ORM\PersistentCollection {#3219 …}
    +reports: Doctrine\ORM\PersistentCollection {#3221 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3223 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3225 …}
    +badges: Doctrine\ORM\PersistentCollection {#3227 …}
    +children: [
      App\Entity\EntryComment {#1619}
    ]
    -id: 13610
    -titleTs: "'assist':7 'btrfs':6 'changer':14 'discov':3 'game':13 'garuda':4 'today':1 'total':12"
    -bodyTs: "'/mqlj93d-umc?t=1277).':24 '39':11 'across':14 'appar':50 'balanc':27 'came':13 'cool':38 'edit':41 'ever':16 'fedora':10 'github':47 'gui':39 'knowledg':17 'link':44 'look':2 'manag':34 'ood':51 'page':48 'realli':37 'repo':57 'set':6,28 'snapper':8,30 'stephen':18 'sub':32 'sub-volum':31 'talk':20 'tech':19 'tool':40 'updat':42 'video':21 'volum':33 'youtu.be':23 'youtu.be/mqlj93d-umc?t=1277).':22"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700236498
    +visibility: "visible             "
    +apId: "https://feddit.uk/post/4577666"
    +editedAt: DateTimeImmutable @1700418860 {#3197
      date: 2023-11-19 19:34:20.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700150098 {#3174
      date: 2023-11-16 16:54:58.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1621 …}
  +body: "I don’t know about timeshift but it appears to have a configuration tab for snapper."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1700153581 {#1526
    date: 2023-11-16 17:53:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@sirico@feddit.uk"
    "@blindbunny@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1620 …}
  +nested: Doctrine\ORM\PersistentCollection {#1701 …}
  +votes: Doctrine\ORM\PersistentCollection {#1687 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1691 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1795 …}
  -id: 130763
  -bodyTs: "'appear':9 'configur':13 'know':4 'snapper':16 'tab':14 'timeshift':6"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5854563"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700153581 {#1596
    date: 2023-11-16 17:53:01.0 +01:00
  }
  +"title": 130763
}
"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
173 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
174 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#3432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: Proxies\__CG__\App\Entity\Image {#3434 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3435 …}
  +slug: "Proton-Mail-CEO-Calls-New-Address-Verification-Feature-Blockchain-in"
  +title: "Proton Mail CEO Calls New Address Verification Feature 'Blockchain in a Very Pure Form'"
  +url: "https://tech.slashdot.org/story/23/11/16/141213/proton-mail-ceo-calls-new-address-verification-feature-blockchain-in-a-very-pure-form"
  +body: """
    > Proton Mail, the leading privacy-focused email service, is making its first foray into blockchain technology with Key Transparency, which will allow users to verify email addresses. From a report: In an interview with Fortune, CEO and founder Andy Yen made clear that although the new feature uses blockchain, the key technology behind crypto, Key Transparency isn’t “some sketchy cryptocurrency” linked to an “exit scam.” A student of cryptography, Yen added that the new feature is “blockchain in a very pure form,” and it allows the platform to solve the thorny issue of ensuring that every email address actually belongs to the person who’s claiming it.\n
    \n
    > Proton Mail uses end-to-end encryption, a secure form of communication that ensures only the intended recipient can read the information. Senders encrypt an email using their intended recipient’s public key – a long string of letters and numbers – which the recipient can then decrypt with their own private key. The issue, Yen said, is ensuring that the public key actually belongs to the intended recipient. “Maybe it’s the NSA that has created a fake public key linked to you, and I’m somehow tricked into encrypting data with that public key,” he told Fortune. In the security space, the tactic is known as a “man-in-the-middle attack,” like a postal worker opening your bank statement to get your social security number and then resealing the envelope.\n
    \n
    > Blockchains are an immutable ledger, meaning any data initially entered onto them can’t be altered. Yen realized that putting users’ public keys on a blockchain would create a record ensuring those keys actually belonged to them – and would be cross-referenced whenever other users send emails. “In order for the verification to be trusted, it needs to be public, and it needs to be unchanging,” Yen said.\n
    \n
    Curious if anyone here would use a feature like this? It sounds neat but I don’t think I’m going to be needing a feature like this on a day-to-day basis, though I could see use cases for folks handling sensitive information.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 225
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721385980 {#3427
    date: 2024-07-19 12:46:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3436 …}
  +votes: Doctrine\ORM\PersistentCollection {#3438 …}
  +reports: Doctrine\ORM\PersistentCollection {#3440 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3444 …}
  +badges: Doctrine\ORM\PersistentCollection {#3446 …}
  +children: [
    App\Entity\EntryComment {#1611
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +body: """
        > Homomorphic encryption enables votes to be both public and obfuscated at the same time.\n
        \n
        That’s nice but has nothing to do with voter fraud prevention.\n
        \n
        I will not reply to the stupid ad hominem. You have made it exceptionally clear that you have no idea what my political views are.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1700218831 {#1711
        date: 2023-11-17 12:00:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@brihuang95@sopuli.xyz"
        "@demesisx@infosec.pub"
        "@Atemu@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1626 …}
      +nested: Doctrine\ORM\PersistentCollection {#1618 …}
      +votes: Doctrine\ORM\PersistentCollection {#1597 …}
      +reports: Doctrine\ORM\PersistentCollection {#1731 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
      -id: 132957
      -bodyTs: "'ad':34 'clear':41 'enabl':3 'encrypt':2 'except':40 'fraud':25 'hominem':35 'homomorph':1 'idea':46 'made':38 'nice':17 'noth':20 'obfusc':10 'polit':49 'prevent':26 'public':8 'repli':30 'stupid':33 'time':14 'view':50 'vote':4 'voter':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5879211"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700218831 {#1616
        date: 2023-11-17 12:00:31.0 +01:00
      }
      +"title": 132957
    }
  ]
  -id: 13589
  -titleTs: "'address':6 'blockchain':9 'call':4 'ceo':3 'featur':8 'form':14 'mail':2 'new':5 'proton':1 'pure':13 'verif':7"
  -bodyTs: "'actual':101,172,276 'ad':73 'address':28,100 'allow':23,87 'alter':258 'although':45 'andi':40 'anyon':314 'attack':223 'bank':230 'basi':346 'behind':54 'belong':102,173,277 'blockchain':16,50,79,243,268 'case':352 'ceo':37 'claim':108 'clear':43 'communic':122 'could':349 'creat':185,270 'cross':284 'cross-referenc':283 'crypto':55 'cryptocurr':62 'cryptographi':71 'curious':312 'data':200,250 'day':343,345 'day-to-day':342 'decrypt':156 'email':8,27,99,136,290 'encrypt':117,134,199 'end':114,116 'end-to-end':113 'ensur':96,124,167,273 'enter':252 'envelop':242 'everi':98 'exit':66 'fake':187 'featur':48,77,319,337 'first':13 'focus':7 'folk':354 'foray':14 'form':84,120 'fortun':36,207 'founder':39 'get':233 'go':332 'handl':355 'immut':246 'inform':132,357 'initi':251 'intend':127,139,176 'interview':34 'isn':58 'issu':94,163 'key':19,52,56,143,161,171,189,204,265,275 'known':215 'lead':4 'ledger':247 'letter':148 'like':224,320,338 'link':63,190 'long':145 'm':195,331 'made':42 'mail':2,111 'make':11 'man':219 'man-in-the-middl':218 'mayb':178 'mean':248 'middl':222 'neat':324 'need':300,306,335 'new':47,76 'nsa':182 'number':150,237 'onto':253 'open':228 'order':292 'person':105 'platform':89 'postal':226 'privaci':6 'privacy-focus':5 'privat':160 'proton':1,110 'public':142,170,188,203,264,303 'pure':83 'put':262 'read':130 'realiz':260 'recipi':128,140,153,177 'record':272 'referenc':285 'report':31 'reseal':240 'said':165,311 'scam':67 'secur':119,210,236 'see':350 'send':289 'sender':133 'sensit':356 'servic':9 'sketchi':61 'social':235 'solv':91 'somehow':196 'sound':323 'space':211 'statement':231 'string':146 'student':69 'tactic':213 'technolog':17,53 'think':329 'thorni':93 'though':347 'told':206 'transpar':20,57 'trick':197 'trust':298 'unchang':309 'use':49,112,137,317,351 'user':24,263,288 'verif':295 'verifi':26 'whenev':286 'worker':227 'would':269,281,316 'yen':41,72,164,259,310"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700233024
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/5919305"
  +editedAt: DateTimeImmutable @1700416423 {#3414
    date: 2023-11-19 18:53:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700146624 {#3393
    date: 2023-11-16 15:57:04.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
175 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#3432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: Proxies\__CG__\App\Entity\Image {#3434 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3435 …}
  +slug: "Proton-Mail-CEO-Calls-New-Address-Verification-Feature-Blockchain-in"
  +title: "Proton Mail CEO Calls New Address Verification Feature 'Blockchain in a Very Pure Form'"
  +url: "https://tech.slashdot.org/story/23/11/16/141213/proton-mail-ceo-calls-new-address-verification-feature-blockchain-in-a-very-pure-form"
  +body: """
    > Proton Mail, the leading privacy-focused email service, is making its first foray into blockchain technology with Key Transparency, which will allow users to verify email addresses. From a report: In an interview with Fortune, CEO and founder Andy Yen made clear that although the new feature uses blockchain, the key technology behind crypto, Key Transparency isn’t “some sketchy cryptocurrency” linked to an “exit scam.” A student of cryptography, Yen added that the new feature is “blockchain in a very pure form,” and it allows the platform to solve the thorny issue of ensuring that every email address actually belongs to the person who’s claiming it.\n
    \n
    > Proton Mail uses end-to-end encryption, a secure form of communication that ensures only the intended recipient can read the information. Senders encrypt an email using their intended recipient’s public key – a long string of letters and numbers – which the recipient can then decrypt with their own private key. The issue, Yen said, is ensuring that the public key actually belongs to the intended recipient. “Maybe it’s the NSA that has created a fake public key linked to you, and I’m somehow tricked into encrypting data with that public key,” he told Fortune. In the security space, the tactic is known as a “man-in-the-middle attack,” like a postal worker opening your bank statement to get your social security number and then resealing the envelope.\n
    \n
    > Blockchains are an immutable ledger, meaning any data initially entered onto them can’t be altered. Yen realized that putting users’ public keys on a blockchain would create a record ensuring those keys actually belonged to them – and would be cross-referenced whenever other users send emails. “In order for the verification to be trusted, it needs to be public, and it needs to be unchanging,” Yen said.\n
    \n
    Curious if anyone here would use a feature like this? It sounds neat but I don’t think I’m going to be needing a feature like this on a day-to-day basis, though I could see use cases for folks handling sensitive information.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 225
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721385980 {#3427
    date: 2024-07-19 12:46:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3436 …}
  +votes: Doctrine\ORM\PersistentCollection {#3438 …}
  +reports: Doctrine\ORM\PersistentCollection {#3440 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3444 …}
  +badges: Doctrine\ORM\PersistentCollection {#3446 …}
  +children: [
    App\Entity\EntryComment {#1611
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +body: """
        > Homomorphic encryption enables votes to be both public and obfuscated at the same time.\n
        \n
        That’s nice but has nothing to do with voter fraud prevention.\n
        \n
        I will not reply to the stupid ad hominem. You have made it exceptionally clear that you have no idea what my political views are.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1700218831 {#1711
        date: 2023-11-17 12:00:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@brihuang95@sopuli.xyz"
        "@demesisx@infosec.pub"
        "@Atemu@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1626 …}
      +nested: Doctrine\ORM\PersistentCollection {#1618 …}
      +votes: Doctrine\ORM\PersistentCollection {#1597 …}
      +reports: Doctrine\ORM\PersistentCollection {#1731 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
      -id: 132957
      -bodyTs: "'ad':34 'clear':41 'enabl':3 'encrypt':2 'except':40 'fraud':25 'hominem':35 'homomorph':1 'idea':46 'made':38 'nice':17 'noth':20 'obfusc':10 'polit':49 'prevent':26 'public':8 'repli':30 'stupid':33 'time':14 'view':50 'vote':4 'voter':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5879211"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700218831 {#1616
        date: 2023-11-17 12:00:31.0 +01:00
      }
      +"title": 132957
    }
  ]
  -id: 13589
  -titleTs: "'address':6 'blockchain':9 'call':4 'ceo':3 'featur':8 'form':14 'mail':2 'new':5 'proton':1 'pure':13 'verif':7"
  -bodyTs: "'actual':101,172,276 'ad':73 'address':28,100 'allow':23,87 'alter':258 'although':45 'andi':40 'anyon':314 'attack':223 'bank':230 'basi':346 'behind':54 'belong':102,173,277 'blockchain':16,50,79,243,268 'case':352 'ceo':37 'claim':108 'clear':43 'communic':122 'could':349 'creat':185,270 'cross':284 'cross-referenc':283 'crypto':55 'cryptocurr':62 'cryptographi':71 'curious':312 'data':200,250 'day':343,345 'day-to-day':342 'decrypt':156 'email':8,27,99,136,290 'encrypt':117,134,199 'end':114,116 'end-to-end':113 'ensur':96,124,167,273 'enter':252 'envelop':242 'everi':98 'exit':66 'fake':187 'featur':48,77,319,337 'first':13 'focus':7 'folk':354 'foray':14 'form':84,120 'fortun':36,207 'founder':39 'get':233 'go':332 'handl':355 'immut':246 'inform':132,357 'initi':251 'intend':127,139,176 'interview':34 'isn':58 'issu':94,163 'key':19,52,56,143,161,171,189,204,265,275 'known':215 'lead':4 'ledger':247 'letter':148 'like':224,320,338 'link':63,190 'long':145 'm':195,331 'made':42 'mail':2,111 'make':11 'man':219 'man-in-the-middl':218 'mayb':178 'mean':248 'middl':222 'neat':324 'need':300,306,335 'new':47,76 'nsa':182 'number':150,237 'onto':253 'open':228 'order':292 'person':105 'platform':89 'postal':226 'privaci':6 'privacy-focus':5 'privat':160 'proton':1,110 'public':142,170,188,203,264,303 'pure':83 'put':262 'read':130 'realiz':260 'recipi':128,140,153,177 'record':272 'referenc':285 'report':31 'reseal':240 'said':165,311 'scam':67 'secur':119,210,236 'see':350 'send':289 'sender':133 'sensit':356 'servic':9 'sketchi':61 'social':235 'solv':91 'somehow':196 'sound':323 'space':211 'statement':231 'string':146 'student':69 'tactic':213 'technolog':17,53 'think':329 'thorni':93 'though':347 'told':206 'transpar':20,57 'trick':197 'trust':298 'unchang':309 'use':49,112,137,317,351 'user':24,263,288 'verif':295 'verifi':26 'whenev':286 'worker':227 'would':269,281,316 'yen':41,72,164,259,310"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700233024
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/5919305"
  +editedAt: DateTimeImmutable @1700416423 {#3414
    date: 2023-11-19 18:53:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700146624 {#3393
    date: 2023-11-16 15:57:04.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
176 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#3432 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: Proxies\__CG__\App\Entity\Image {#3434 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3435 …}
  +slug: "Proton-Mail-CEO-Calls-New-Address-Verification-Feature-Blockchain-in"
  +title: "Proton Mail CEO Calls New Address Verification Feature 'Blockchain in a Very Pure Form'"
  +url: "https://tech.slashdot.org/story/23/11/16/141213/proton-mail-ceo-calls-new-address-verification-feature-blockchain-in-a-very-pure-form"
  +body: """
    > Proton Mail, the leading privacy-focused email service, is making its first foray into blockchain technology with Key Transparency, which will allow users to verify email addresses. From a report: In an interview with Fortune, CEO and founder Andy Yen made clear that although the new feature uses blockchain, the key technology behind crypto, Key Transparency isn’t “some sketchy cryptocurrency” linked to an “exit scam.” A student of cryptography, Yen added that the new feature is “blockchain in a very pure form,” and it allows the platform to solve the thorny issue of ensuring that every email address actually belongs to the person who’s claiming it.\n
    \n
    > Proton Mail uses end-to-end encryption, a secure form of communication that ensures only the intended recipient can read the information. Senders encrypt an email using their intended recipient’s public key – a long string of letters and numbers – which the recipient can then decrypt with their own private key. The issue, Yen said, is ensuring that the public key actually belongs to the intended recipient. “Maybe it’s the NSA that has created a fake public key linked to you, and I’m somehow tricked into encrypting data with that public key,” he told Fortune. In the security space, the tactic is known as a “man-in-the-middle attack,” like a postal worker opening your bank statement to get your social security number and then resealing the envelope.\n
    \n
    > Blockchains are an immutable ledger, meaning any data initially entered onto them can’t be altered. Yen realized that putting users’ public keys on a blockchain would create a record ensuring those keys actually belonged to them – and would be cross-referenced whenever other users send emails. “In order for the verification to be trusted, it needs to be public, and it needs to be unchanging,” Yen said.\n
    \n
    Curious if anyone here would use a feature like this? It sounds neat but I don’t think I’m going to be needing a feature like this on a day-to-day basis, though I could see use cases for folks handling sensitive information.
    """
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 117
  +favouriteCount: 225
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1721385980 {#3427
    date: 2024-07-19 12:46:20.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3436 …}
  +votes: Doctrine\ORM\PersistentCollection {#3438 …}
  +reports: Doctrine\ORM\PersistentCollection {#3440 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3442 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3444 …}
  +badges: Doctrine\ORM\PersistentCollection {#3446 …}
  +children: [
    App\Entity\EntryComment {#1611
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
      +body: """
        > Homomorphic encryption enables votes to be both public and obfuscated at the same time.\n
        \n
        That’s nice but has nothing to do with voter fraud prevention.\n
        \n
        I will not reply to the stupid ad hominem. You have made it exceptionally clear that you have no idea what my political views are.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 9
      +score: 0
      +lastActive: DateTime @1700218831 {#1711
        date: 2023-11-17 12:00:31.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@brihuang95@sopuli.xyz"
        "@demesisx@infosec.pub"
        "@Atemu@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1626 …}
      +nested: Doctrine\ORM\PersistentCollection {#1618 …}
      +votes: Doctrine\ORM\PersistentCollection {#1597 …}
      +reports: Doctrine\ORM\PersistentCollection {#1731 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
      -id: 132957
      -bodyTs: "'ad':34 'clear':41 'enabl':3 'encrypt':2 'except':40 'fraud':25 'hominem':35 'homomorph':1 'idea':46 'made':38 'nice':17 'noth':20 'obfusc':10 'polit':49 'prevent':26 'public':8 'repli':30 'stupid':33 'time':14 'view':50 'vote':4 'voter':24"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5879211"
      +editedAt: null
      +createdAt: DateTimeImmutable @1700218831 {#1616
        date: 2023-11-17 12:00:31.0 +01:00
      }
      +"title": 132957
    }
  ]
  -id: 13589
  -titleTs: "'address':6 'blockchain':9 'call':4 'ceo':3 'featur':8 'form':14 'mail':2 'new':5 'proton':1 'pure':13 'verif':7"
  -bodyTs: "'actual':101,172,276 'ad':73 'address':28,100 'allow':23,87 'alter':258 'although':45 'andi':40 'anyon':314 'attack':223 'bank':230 'basi':346 'behind':54 'belong':102,173,277 'blockchain':16,50,79,243,268 'case':352 'ceo':37 'claim':108 'clear':43 'communic':122 'could':349 'creat':185,270 'cross':284 'cross-referenc':283 'crypto':55 'cryptocurr':62 'cryptographi':71 'curious':312 'data':200,250 'day':343,345 'day-to-day':342 'decrypt':156 'email':8,27,99,136,290 'encrypt':117,134,199 'end':114,116 'end-to-end':113 'ensur':96,124,167,273 'enter':252 'envelop':242 'everi':98 'exit':66 'fake':187 'featur':48,77,319,337 'first':13 'focus':7 'folk':354 'foray':14 'form':84,120 'fortun':36,207 'founder':39 'get':233 'go':332 'handl':355 'immut':246 'inform':132,357 'initi':251 'intend':127,139,176 'interview':34 'isn':58 'issu':94,163 'key':19,52,56,143,161,171,189,204,265,275 'known':215 'lead':4 'ledger':247 'letter':148 'like':224,320,338 'link':63,190 'long':145 'm':195,331 'made':42 'mail':2,111 'make':11 'man':219 'man-in-the-middl':218 'mayb':178 'mean':248 'middl':222 'neat':324 'need':300,306,335 'new':47,76 'nsa':182 'number':150,237 'onto':253 'open':228 'order':292 'person':105 'platform':89 'postal':226 'privaci':6 'privacy-focus':5 'privat':160 'proton':1,110 'public':142,170,188,203,264,303 'pure':83 'put':262 'read':130 'realiz':260 'recipi':128,140,153,177 'record':272 'referenc':285 'report':31 'reseal':240 'said':165,311 'scam':67 'secur':119,210,236 'see':350 'send':289 'sender':133 'sensit':356 'servic':9 'sketchi':61 'social':235 'solv':91 'somehow':196 'sound':323 'space':211 'statement':231 'string':146 'student':69 'tactic':213 'technolog':17,53 'think':329 'thorni':93 'though':347 'told':206 'transpar':20,57 'trick':197 'trust':298 'unchang':309 'use':49,112,137,317,351 'user':24,263,288 'verif':295 'verifi':26 'whenev':286 'worker':227 'would':269,281,316 'yen':41,72,164,259,310"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1700233024
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/5919305"
  +editedAt: DateTimeImmutable @1700416423 {#3414
    date: 2023-11-19 18:53:43.0 +01:00
  }
  +createdAt: DateTimeImmutable @1700146624 {#3393
    date: 2023-11-16 15:57:04.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
177 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
178 DENIED moderate
App\Entity\EntryComment {#1611
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#3432 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: Proxies\__CG__\App\Entity\Image {#3434 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3435 …}
    +slug: "Proton-Mail-CEO-Calls-New-Address-Verification-Feature-Blockchain-in"
    +title: "Proton Mail CEO Calls New Address Verification Feature 'Blockchain in a Very Pure Form'"
    +url: "https://tech.slashdot.org/story/23/11/16/141213/proton-mail-ceo-calls-new-address-verification-feature-blockchain-in-a-very-pure-form"
    +body: """
      > Proton Mail, the leading privacy-focused email service, is making its first foray into blockchain technology with Key Transparency, which will allow users to verify email addresses. From a report: In an interview with Fortune, CEO and founder Andy Yen made clear that although the new feature uses blockchain, the key technology behind crypto, Key Transparency isn’t “some sketchy cryptocurrency” linked to an “exit scam.” A student of cryptography, Yen added that the new feature is “blockchain in a very pure form,” and it allows the platform to solve the thorny issue of ensuring that every email address actually belongs to the person who’s claiming it.\n
      \n
      > Proton Mail uses end-to-end encryption, a secure form of communication that ensures only the intended recipient can read the information. Senders encrypt an email using their intended recipient’s public key – a long string of letters and numbers – which the recipient can then decrypt with their own private key. The issue, Yen said, is ensuring that the public key actually belongs to the intended recipient. “Maybe it’s the NSA that has created a fake public key linked to you, and I’m somehow tricked into encrypting data with that public key,” he told Fortune. In the security space, the tactic is known as a “man-in-the-middle attack,” like a postal worker opening your bank statement to get your social security number and then resealing the envelope.\n
      \n
      > Blockchains are an immutable ledger, meaning any data initially entered onto them can’t be altered. Yen realized that putting users’ public keys on a blockchain would create a record ensuring those keys actually belonged to them – and would be cross-referenced whenever other users send emails. “In order for the verification to be trusted, it needs to be public, and it needs to be unchanging,” Yen said.\n
      \n
      Curious if anyone here would use a feature like this? It sounds neat but I don’t think I’m going to be needing a feature like this on a day-to-day basis, though I could see use cases for folks handling sensitive information.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 117
    +favouriteCount: 225
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721385980 {#3427
      date: 2024-07-19 12:46:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3436 …}
    +votes: Doctrine\ORM\PersistentCollection {#3438 …}
    +reports: Doctrine\ORM\PersistentCollection {#3440 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3442 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3444 …}
    +badges: Doctrine\ORM\PersistentCollection {#3446 …}
    +children: [
      App\Entity\EntryComment {#1611}
    ]
    -id: 13589
    -titleTs: "'address':6 'blockchain':9 'call':4 'ceo':3 'featur':8 'form':14 'mail':2 'new':5 'proton':1 'pure':13 'verif':7"
    -bodyTs: "'actual':101,172,276 'ad':73 'address':28,100 'allow':23,87 'alter':258 'although':45 'andi':40 'anyon':314 'attack':223 'bank':230 'basi':346 'behind':54 'belong':102,173,277 'blockchain':16,50,79,243,268 'case':352 'ceo':37 'claim':108 'clear':43 'communic':122 'could':349 'creat':185,270 'cross':284 'cross-referenc':283 'crypto':55 'cryptocurr':62 'cryptographi':71 'curious':312 'data':200,250 'day':343,345 'day-to-day':342 'decrypt':156 'email':8,27,99,136,290 'encrypt':117,134,199 'end':114,116 'end-to-end':113 'ensur':96,124,167,273 'enter':252 'envelop':242 'everi':98 'exit':66 'fake':187 'featur':48,77,319,337 'first':13 'focus':7 'folk':354 'foray':14 'form':84,120 'fortun':36,207 'founder':39 'get':233 'go':332 'handl':355 'immut':246 'inform':132,357 'initi':251 'intend':127,139,176 'interview':34 'isn':58 'issu':94,163 'key':19,52,56,143,161,171,189,204,265,275 'known':215 'lead':4 'ledger':247 'letter':148 'like':224,320,338 'link':63,190 'long':145 'm':195,331 'made':42 'mail':2,111 'make':11 'man':219 'man-in-the-middl':218 'mayb':178 'mean':248 'middl':222 'neat':324 'need':300,306,335 'new':47,76 'nsa':182 'number':150,237 'onto':253 'open':228 'order':292 'person':105 'platform':89 'postal':226 'privaci':6 'privacy-focus':5 'privat':160 'proton':1,110 'public':142,170,188,203,264,303 'pure':83 'put':262 'read':130 'realiz':260 'recipi':128,140,153,177 'record':272 'referenc':285 'report':31 'reseal':240 'said':165,311 'scam':67 'secur':119,210,236 'see':350 'send':289 'sender':133 'sensit':356 'servic':9 'sketchi':61 'social':235 'solv':91 'somehow':196 'sound':323 'space':211 'statement':231 'string':146 'student':69 'tactic':213 'technolog':17,53 'think':329 'thorni':93 'though':347 'told':206 'transpar':20,57 'trick':197 'trust':298 'unchang':309 'use':49,112,137,317,351 'user':24,263,288 'verif':295 'verifi':26 'whenev':286 'worker':227 'would':269,281,316 'yen':41,72,164,259,310"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700233024
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/5919305"
    +editedAt: DateTimeImmutable @1700416423 {#3414
      date: 2023-11-19 18:53:43.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700146624 {#3393
      date: 2023-11-16 15:57:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +body: """
    > Homomorphic encryption enables votes to be both public and obfuscated at the same time.\n
    \n
    That’s nice but has nothing to do with voter fraud prevention.\n
    \n
    I will not reply to the stupid ad hominem. You have made it exceptionally clear that you have no idea what my political views are.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1700218831 {#1711
    date: 2023-11-17 12:00:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@brihuang95@sopuli.xyz"
    "@demesisx@infosec.pub"
    "@Atemu@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1626 …}
  +nested: Doctrine\ORM\PersistentCollection {#1618 …}
  +votes: Doctrine\ORM\PersistentCollection {#1597 …}
  +reports: Doctrine\ORM\PersistentCollection {#1731 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
  -id: 132957
  -bodyTs: "'ad':34 'clear':41 'enabl':3 'encrypt':2 'except':40 'fraud':25 'hominem':35 'homomorph':1 'idea':46 'made':38 'nice':17 'noth':20 'obfusc':10 'polit':49 'prevent':26 'public':8 'repli':30 'stupid':33 'time':14 'view':50 'vote':4 'voter':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5879211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700218831 {#1616
    date: 2023-11-17 12:00:31.0 +01:00
  }
  +"title": 132957
}
"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
179 DENIED edit
App\Entity\EntryComment {#1611
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#3432 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: Proxies\__CG__\App\Entity\Image {#3434 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3435 …}
    +slug: "Proton-Mail-CEO-Calls-New-Address-Verification-Feature-Blockchain-in"
    +title: "Proton Mail CEO Calls New Address Verification Feature 'Blockchain in a Very Pure Form'"
    +url: "https://tech.slashdot.org/story/23/11/16/141213/proton-mail-ceo-calls-new-address-verification-feature-blockchain-in-a-very-pure-form"
    +body: """
      > Proton Mail, the leading privacy-focused email service, is making its first foray into blockchain technology with Key Transparency, which will allow users to verify email addresses. From a report: In an interview with Fortune, CEO and founder Andy Yen made clear that although the new feature uses blockchain, the key technology behind crypto, Key Transparency isn’t “some sketchy cryptocurrency” linked to an “exit scam.” A student of cryptography, Yen added that the new feature is “blockchain in a very pure form,” and it allows the platform to solve the thorny issue of ensuring that every email address actually belongs to the person who’s claiming it.\n
      \n
      > Proton Mail uses end-to-end encryption, a secure form of communication that ensures only the intended recipient can read the information. Senders encrypt an email using their intended recipient’s public key – a long string of letters and numbers – which the recipient can then decrypt with their own private key. The issue, Yen said, is ensuring that the public key actually belongs to the intended recipient. “Maybe it’s the NSA that has created a fake public key linked to you, and I’m somehow tricked into encrypting data with that public key,” he told Fortune. In the security space, the tactic is known as a “man-in-the-middle attack,” like a postal worker opening your bank statement to get your social security number and then resealing the envelope.\n
      \n
      > Blockchains are an immutable ledger, meaning any data initially entered onto them can’t be altered. Yen realized that putting users’ public keys on a blockchain would create a record ensuring those keys actually belonged to them – and would be cross-referenced whenever other users send emails. “In order for the verification to be trusted, it needs to be public, and it needs to be unchanging,” Yen said.\n
      \n
      Curious if anyone here would use a feature like this? It sounds neat but I don’t think I’m going to be needing a feature like this on a day-to-day basis, though I could see use cases for folks handling sensitive information.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 117
    +favouriteCount: 225
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721385980 {#3427
      date: 2024-07-19 12:46:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3436 …}
    +votes: Doctrine\ORM\PersistentCollection {#3438 …}
    +reports: Doctrine\ORM\PersistentCollection {#3440 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3442 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3444 …}
    +badges: Doctrine\ORM\PersistentCollection {#3446 …}
    +children: [
      App\Entity\EntryComment {#1611}
    ]
    -id: 13589
    -titleTs: "'address':6 'blockchain':9 'call':4 'ceo':3 'featur':8 'form':14 'mail':2 'new':5 'proton':1 'pure':13 'verif':7"
    -bodyTs: "'actual':101,172,276 'ad':73 'address':28,100 'allow':23,87 'alter':258 'although':45 'andi':40 'anyon':314 'attack':223 'bank':230 'basi':346 'behind':54 'belong':102,173,277 'blockchain':16,50,79,243,268 'case':352 'ceo':37 'claim':108 'clear':43 'communic':122 'could':349 'creat':185,270 'cross':284 'cross-referenc':283 'crypto':55 'cryptocurr':62 'cryptographi':71 'curious':312 'data':200,250 'day':343,345 'day-to-day':342 'decrypt':156 'email':8,27,99,136,290 'encrypt':117,134,199 'end':114,116 'end-to-end':113 'ensur':96,124,167,273 'enter':252 'envelop':242 'everi':98 'exit':66 'fake':187 'featur':48,77,319,337 'first':13 'focus':7 'folk':354 'foray':14 'form':84,120 'fortun':36,207 'founder':39 'get':233 'go':332 'handl':355 'immut':246 'inform':132,357 'initi':251 'intend':127,139,176 'interview':34 'isn':58 'issu':94,163 'key':19,52,56,143,161,171,189,204,265,275 'known':215 'lead':4 'ledger':247 'letter':148 'like':224,320,338 'link':63,190 'long':145 'm':195,331 'made':42 'mail':2,111 'make':11 'man':219 'man-in-the-middl':218 'mayb':178 'mean':248 'middl':222 'neat':324 'need':300,306,335 'new':47,76 'nsa':182 'number':150,237 'onto':253 'open':228 'order':292 'person':105 'platform':89 'postal':226 'privaci':6 'privacy-focus':5 'privat':160 'proton':1,110 'public':142,170,188,203,264,303 'pure':83 'put':262 'read':130 'realiz':260 'recipi':128,140,153,177 'record':272 'referenc':285 'report':31 'reseal':240 'said':165,311 'scam':67 'secur':119,210,236 'see':350 'send':289 'sender':133 'sensit':356 'servic':9 'sketchi':61 'social':235 'solv':91 'somehow':196 'sound':323 'space':211 'statement':231 'string':146 'student':69 'tactic':213 'technolog':17,53 'think':329 'thorni':93 'though':347 'told':206 'transpar':20,57 'trick':197 'trust':298 'unchang':309 'use':49,112,137,317,351 'user':24,263,288 'verif':295 'verifi':26 'whenev':286 'worker':227 'would':269,281,316 'yen':41,72,164,259,310"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700233024
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/5919305"
    +editedAt: DateTimeImmutable @1700416423 {#3414
      date: 2023-11-19 18:53:43.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700146624 {#3393
      date: 2023-11-16 15:57:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +body: """
    > Homomorphic encryption enables votes to be both public and obfuscated at the same time.\n
    \n
    That’s nice but has nothing to do with voter fraud prevention.\n
    \n
    I will not reply to the stupid ad hominem. You have made it exceptionally clear that you have no idea what my political views are.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1700218831 {#1711
    date: 2023-11-17 12:00:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@brihuang95@sopuli.xyz"
    "@demesisx@infosec.pub"
    "@Atemu@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1626 …}
  +nested: Doctrine\ORM\PersistentCollection {#1618 …}
  +votes: Doctrine\ORM\PersistentCollection {#1597 …}
  +reports: Doctrine\ORM\PersistentCollection {#1731 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
  -id: 132957
  -bodyTs: "'ad':34 'clear':41 'enabl':3 'encrypt':2 'except':40 'fraud':25 'hominem':35 'homomorph':1 'idea':46 'made':38 'nice':17 'noth':20 'obfusc':10 'polit':49 'prevent':26 'public':8 'repli':30 'stupid':33 'time':14 'view':50 'vote':4 'voter':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5879211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700218831 {#1616
    date: 2023-11-17 12:00:31.0 +01:00
  }
  +"title": 132957
}
"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
180 DENIED moderate
App\Entity\EntryComment {#1611
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#3432 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
    +image: Proxies\__CG__\App\Entity\Image {#3434 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3435 …}
    +slug: "Proton-Mail-CEO-Calls-New-Address-Verification-Feature-Blockchain-in"
    +title: "Proton Mail CEO Calls New Address Verification Feature 'Blockchain in a Very Pure Form'"
    +url: "https://tech.slashdot.org/story/23/11/16/141213/proton-mail-ceo-calls-new-address-verification-feature-blockchain-in-a-very-pure-form"
    +body: """
      > Proton Mail, the leading privacy-focused email service, is making its first foray into blockchain technology with Key Transparency, which will allow users to verify email addresses. From a report: In an interview with Fortune, CEO and founder Andy Yen made clear that although the new feature uses blockchain, the key technology behind crypto, Key Transparency isn’t “some sketchy cryptocurrency” linked to an “exit scam.” A student of cryptography, Yen added that the new feature is “blockchain in a very pure form,” and it allows the platform to solve the thorny issue of ensuring that every email address actually belongs to the person who’s claiming it.\n
      \n
      > Proton Mail uses end-to-end encryption, a secure form of communication that ensures only the intended recipient can read the information. Senders encrypt an email using their intended recipient’s public key – a long string of letters and numbers – which the recipient can then decrypt with their own private key. The issue, Yen said, is ensuring that the public key actually belongs to the intended recipient. “Maybe it’s the NSA that has created a fake public key linked to you, and I’m somehow tricked into encrypting data with that public key,” he told Fortune. In the security space, the tactic is known as a “man-in-the-middle attack,” like a postal worker opening your bank statement to get your social security number and then resealing the envelope.\n
      \n
      > Blockchains are an immutable ledger, meaning any data initially entered onto them can’t be altered. Yen realized that putting users’ public keys on a blockchain would create a record ensuring those keys actually belonged to them – and would be cross-referenced whenever other users send emails. “In order for the verification to be trusted, it needs to be public, and it needs to be unchanging,” Yen said.\n
      \n
      Curious if anyone here would use a feature like this? It sounds neat but I don’t think I’m going to be needing a feature like this on a day-to-day basis, though I could see use cases for folks handling sensitive information.
      """
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 117
    +favouriteCount: 225
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1721385980 {#3427
      date: 2024-07-19 12:46:20.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3436 …}
    +votes: Doctrine\ORM\PersistentCollection {#3438 …}
    +reports: Doctrine\ORM\PersistentCollection {#3440 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3442 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3444 …}
    +badges: Doctrine\ORM\PersistentCollection {#3446 …}
    +children: [
      App\Entity\EntryComment {#1611}
    ]
    -id: 13589
    -titleTs: "'address':6 'blockchain':9 'call':4 'ceo':3 'featur':8 'form':14 'mail':2 'new':5 'proton':1 'pure':13 'verif':7"
    -bodyTs: "'actual':101,172,276 'ad':73 'address':28,100 'allow':23,87 'alter':258 'although':45 'andi':40 'anyon':314 'attack':223 'bank':230 'basi':346 'behind':54 'belong':102,173,277 'blockchain':16,50,79,243,268 'case':352 'ceo':37 'claim':108 'clear':43 'communic':122 'could':349 'creat':185,270 'cross':284 'cross-referenc':283 'crypto':55 'cryptocurr':62 'cryptographi':71 'curious':312 'data':200,250 'day':343,345 'day-to-day':342 'decrypt':156 'email':8,27,99,136,290 'encrypt':117,134,199 'end':114,116 'end-to-end':113 'ensur':96,124,167,273 'enter':252 'envelop':242 'everi':98 'exit':66 'fake':187 'featur':48,77,319,337 'first':13 'focus':7 'folk':354 'foray':14 'form':84,120 'fortun':36,207 'founder':39 'get':233 'go':332 'handl':355 'immut':246 'inform':132,357 'initi':251 'intend':127,139,176 'interview':34 'isn':58 'issu':94,163 'key':19,52,56,143,161,171,189,204,265,275 'known':215 'lead':4 'ledger':247 'letter':148 'like':224,320,338 'link':63,190 'long':145 'm':195,331 'made':42 'mail':2,111 'make':11 'man':219 'man-in-the-middl':218 'mayb':178 'mean':248 'middl':222 'neat':324 'need':300,306,335 'new':47,76 'nsa':182 'number':150,237 'onto':253 'open':228 'order':292 'person':105 'platform':89 'postal':226 'privaci':6 'privacy-focus':5 'privat':160 'proton':1,110 'public':142,170,188,203,264,303 'pure':83 'put':262 'read':130 'realiz':260 'recipi':128,140,153,177 'record':272 'referenc':285 'report':31 'reseal':240 'said':165,311 'scam':67 'secur':119,210,236 'see':350 'send':289 'sender':133 'sensit':356 'servic':9 'sketchi':61 'social':235 'solv':91 'somehow':196 'sound':323 'space':211 'statement':231 'string':146 'student':69 'tactic':213 'technolog':17,53 'think':329 'thorni':93 'though':347 'told':206 'transpar':20,57 'trick':197 'trust':298 'unchang':309 'use':49,112,137,317,351 'user':24,263,288 'verif':295 'verifi':26 'whenev':286 'worker':227 'would':269,281,316 'yen':41,72,164,259,310"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1700233024
    +visibility: "visible             "
    +apId: "https://sopuli.xyz/post/5919305"
    +editedAt: DateTimeImmutable @1700416423 {#3414
      date: 2023-11-19 18:53:43.0 +01:00
    }
    +createdAt: DateTimeImmutable @1700146624 {#3393
      date: 2023-11-16 15:57:04.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1629 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1628 …}
  +body: """
    > Homomorphic encryption enables votes to be both public and obfuscated at the same time.\n
    \n
    That’s nice but has nothing to do with voter fraud prevention.\n
    \n
    I will not reply to the stupid ad hominem. You have made it exceptionally clear that you have no idea what my political views are.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 9
  +score: 0
  +lastActive: DateTime @1700218831 {#1711
    date: 2023-11-17 12:00:31.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@brihuang95@sopuli.xyz"
    "@demesisx@infosec.pub"
    "@Atemu@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1626 …}
  +nested: Doctrine\ORM\PersistentCollection {#1618 …}
  +votes: Doctrine\ORM\PersistentCollection {#1597 …}
  +reports: Doctrine\ORM\PersistentCollection {#1731 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1723 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1721 …}
  -id: 132957
  -bodyTs: "'ad':34 'clear':41 'enabl':3 'encrypt':2 'except':40 'fraud':25 'hominem':35 'homomorph':1 'idea':46 'made':38 'nice':17 'noth':20 'obfusc':10 'polit':49 'prevent':26 'public':8 'repli':30 'stupid':33 'time':14 'view':50 'vote':4 'voter':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5879211"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700218831 {#1616
    date: 2023-11-17 12:00:31.0 +01:00
  }
  +"title": 132957
}
"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
181 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
182 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1576
  +user: Proxies\__CG__\App\Entity\User {#1999 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#3176 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3178 …}
  +slug: "So-how-to-fix-this"
  +title: "So... how to fix this?"
  +url: "https://i.ibb.co/xC8tmLX/image.png"
  +body: """
    I was playing a game, alt-tabbing froze my system so I waited a bit and then rebooted by using the button on the case, since I couldn’t do differently.\n
    \n
    It now throws an error when mounting a drive: error mounting /dev/sdb1 at /media/user/local disk 1: unknown error when mounting (udisks-error-quark, 0)\n
    \n
    This drive doesn’t have anything I was using on it, since it’s a media storage drive. I booted up Windows on my second drive and it can see and access this one without problems. How to fix?
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 37
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699545508 {#3171
    date: 2023-11-09 16:58:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3179 …}
  +votes: Doctrine\ORM\PersistentCollection {#3181 …}
  +reports: Doctrine\ORM\PersistentCollection {#3183 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3185 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3187 …}
  +badges: Doctrine\ORM\PersistentCollection {#3189 …}
  +children: [
    App\Entity\EntryComment {#1641
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1593 …}
      +body: "If you’re only using this filesystem on Linux anyways, absolutely."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699470664 {#1696
        date: 2023-11-08 20:11:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bec@lemmy.ml"
        "@SomethingBurger@jlai.lu"
        "@Atemu@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1592 …}
      +nested: Doctrine\ORM\PersistentCollection {#1552 …}
      +votes: Doctrine\ORM\PersistentCollection {#1663 …}
      +reports: Doctrine\ORM\PersistentCollection {#1661 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
      -id: 102405
      -bodyTs: "'absolut':11 'anyway':10 'filesystem':7 'linux':9 're':3 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5621980"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699470664 {#1606
        date: 2023-11-08 20:11:04.0 +01:00
      }
      +"title": 102405
    }
  ]
  -id: 11193
  -titleTs: "'fix':4"
  -bodyTs: "'/dev/sdb1':44 '/media/user/local':46 '0':57 '1':48 'access':89 'alt':7 'alt-tab':6 'anyth':63 'bit':16 'boot':77 'button':23 'case':26 'couldn':29 'differ':32 'disk':47 'doesn':60 'drive':41,59,75,83 'error':37,42,50,55 'fix':96 'froze':9 'game':5 'media':73 'mount':39,43,52 'one':91 'play':3 'problem':93 'quark':56 'reboot':19 'second':82 'see':87 'sinc':27,69 'storag':74 'system':11 'tab':8 'throw':35 'udisk':54 'udisks-error-quark':53 'unknown':49 'use':21,66 'wait':14 'window':79 'without':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699546521
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7676870"
  +editedAt: DateTimeImmutable @1699524629 {#3151
    date: 2023-11-09 11:10:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699460121 {#3082
    date: 2023-11-08 17:15:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
183 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1576
  +user: Proxies\__CG__\App\Entity\User {#1999 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#3176 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3178 …}
  +slug: "So-how-to-fix-this"
  +title: "So... how to fix this?"
  +url: "https://i.ibb.co/xC8tmLX/image.png"
  +body: """
    I was playing a game, alt-tabbing froze my system so I waited a bit and then rebooted by using the button on the case, since I couldn’t do differently.\n
    \n
    It now throws an error when mounting a drive: error mounting /dev/sdb1 at /media/user/local disk 1: unknown error when mounting (udisks-error-quark, 0)\n
    \n
    This drive doesn’t have anything I was using on it, since it’s a media storage drive. I booted up Windows on my second drive and it can see and access this one without problems. How to fix?
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 37
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699545508 {#3171
    date: 2023-11-09 16:58:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3179 …}
  +votes: Doctrine\ORM\PersistentCollection {#3181 …}
  +reports: Doctrine\ORM\PersistentCollection {#3183 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3185 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3187 …}
  +badges: Doctrine\ORM\PersistentCollection {#3189 …}
  +children: [
    App\Entity\EntryComment {#1641
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1593 …}
      +body: "If you’re only using this filesystem on Linux anyways, absolutely."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699470664 {#1696
        date: 2023-11-08 20:11:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bec@lemmy.ml"
        "@SomethingBurger@jlai.lu"
        "@Atemu@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1592 …}
      +nested: Doctrine\ORM\PersistentCollection {#1552 …}
      +votes: Doctrine\ORM\PersistentCollection {#1663 …}
      +reports: Doctrine\ORM\PersistentCollection {#1661 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
      -id: 102405
      -bodyTs: "'absolut':11 'anyway':10 'filesystem':7 'linux':9 're':3 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5621980"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699470664 {#1606
        date: 2023-11-08 20:11:04.0 +01:00
      }
      +"title": 102405
    }
  ]
  -id: 11193
  -titleTs: "'fix':4"
  -bodyTs: "'/dev/sdb1':44 '/media/user/local':46 '0':57 '1':48 'access':89 'alt':7 'alt-tab':6 'anyth':63 'bit':16 'boot':77 'button':23 'case':26 'couldn':29 'differ':32 'disk':47 'doesn':60 'drive':41,59,75,83 'error':37,42,50,55 'fix':96 'froze':9 'game':5 'media':73 'mount':39,43,52 'one':91 'play':3 'problem':93 'quark':56 'reboot':19 'second':82 'see':87 'sinc':27,69 'storag':74 'system':11 'tab':8 'throw':35 'udisk':54 'udisks-error-quark':53 'unknown':49 'use':21,66 'wait':14 'window':79 'without':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699546521
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7676870"
  +editedAt: DateTimeImmutable @1699524629 {#3151
    date: 2023-11-09 11:10:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699460121 {#3082
    date: 2023-11-08 17:15:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
184 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1576
  +user: Proxies\__CG__\App\Entity\User {#1999 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: Proxies\__CG__\App\Entity\Image {#3176 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#3178 …}
  +slug: "So-how-to-fix-this"
  +title: "So... how to fix this?"
  +url: "https://i.ibb.co/xC8tmLX/image.png"
  +body: """
    I was playing a game, alt-tabbing froze my system so I waited a bit and then rebooted by using the button on the case, since I couldn’t do differently.\n
    \n
    It now throws an error when mounting a drive: error mounting /dev/sdb1 at /media/user/local disk 1: unknown error when mounting (udisks-error-quark, 0)\n
    \n
    This drive doesn’t have anything I was using on it, since it’s a media storage drive. I booted up Windows on my second drive and it can see and access this one without problems. How to fix?
    """
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 37
  +favouriteCount: 48
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699545508 {#3171
    date: 2023-11-09 16:58:28.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#3179 …}
  +votes: Doctrine\ORM\PersistentCollection {#3181 …}
  +reports: Doctrine\ORM\PersistentCollection {#3183 …}
  +favourites: Doctrine\ORM\PersistentCollection {#3185 …}
  +notifications: Doctrine\ORM\PersistentCollection {#3187 …}
  +badges: Doctrine\ORM\PersistentCollection {#3189 …}
  +children: [
    App\Entity\EntryComment {#1641
      +user: App\Entity\User {#264 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1576 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1593 …}
      +body: "If you’re only using this filesystem on Linux anyways, absolutely."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1699470664 {#1696
        date: 2023-11-08 20:11:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bec@lemmy.ml"
        "@SomethingBurger@jlai.lu"
        "@Atemu@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1592 …}
      +nested: Doctrine\ORM\PersistentCollection {#1552 …}
      +votes: Doctrine\ORM\PersistentCollection {#1663 …}
      +reports: Doctrine\ORM\PersistentCollection {#1661 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
      -id: 102405
      -bodyTs: "'absolut':11 'anyway':10 'filesystem':7 'linux':9 're':3 'use':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5621980"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699470664 {#1606
        date: 2023-11-08 20:11:04.0 +01:00
      }
      +"title": 102405
    }
  ]
  -id: 11193
  -titleTs: "'fix':4"
  -bodyTs: "'/dev/sdb1':44 '/media/user/local':46 '0':57 '1':48 'access':89 'alt':7 'alt-tab':6 'anyth':63 'bit':16 'boot':77 'button':23 'case':26 'couldn':29 'differ':32 'disk':47 'doesn':60 'drive':41,59,75,83 'error':37,42,50,55 'fix':96 'froze':9 'game':5 'media':73 'mount':39,43,52 'one':91 'play':3 'problem':93 'quark':56 'reboot':19 'second':82 'see':87 'sinc':27,69 'storag':74 'system':11 'tab':8 'throw':35 'udisk':54 'udisks-error-quark':53 'unknown':49 'use':21,66 'wait':14 'window':79 'without':92"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699546521
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/7676870"
  +editedAt: DateTimeImmutable @1699524629 {#3151
    date: 2023-11-09 11:10:29.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699460121 {#3082
    date: 2023-11-08 17:15:21.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
185 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
186 DENIED moderate
App\Entity\EntryComment {#1641
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: Proxies\__CG__\App\Entity\User {#1999 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3176 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3178 …}
    +slug: "So-how-to-fix-this"
    +title: "So... how to fix this?"
    +url: "https://i.ibb.co/xC8tmLX/image.png"
    +body: """
      I was playing a game, alt-tabbing froze my system so I waited a bit and then rebooted by using the button on the case, since I couldn’t do differently.\n
      \n
      It now throws an error when mounting a drive: error mounting /dev/sdb1 at /media/user/local disk 1: unknown error when mounting (udisks-error-quark, 0)\n
      \n
      This drive doesn’t have anything I was using on it, since it’s a media storage drive. I booted up Windows on my second drive and it can see and access this one without problems. How to fix?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 37
    +favouriteCount: 48
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699545508 {#3171
      date: 2023-11-09 16:58:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3179 …}
    +votes: Doctrine\ORM\PersistentCollection {#3181 …}
    +reports: Doctrine\ORM\PersistentCollection {#3183 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3185 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3187 …}
    +badges: Doctrine\ORM\PersistentCollection {#3189 …}
    +children: [
      App\Entity\EntryComment {#1641}
    ]
    -id: 11193
    -titleTs: "'fix':4"
    -bodyTs: "'/dev/sdb1':44 '/media/user/local':46 '0':57 '1':48 'access':89 'alt':7 'alt-tab':6 'anyth':63 'bit':16 'boot':77 'button':23 'case':26 'couldn':29 'differ':32 'disk':47 'doesn':60 'drive':41,59,75,83 'error':37,42,50,55 'fix':96 'froze':9 'game':5 'media':73 'mount':39,43,52 'one':91 'play':3 'problem':93 'quark':56 'reboot':19 'second':82 'see':87 'sinc':27,69 'storag':74 'system':11 'tab':8 'throw':35 'udisk':54 'udisks-error-quark':53 'unknown':49 'use':21,66 'wait':14 'window':79 'without':92"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699546521
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7676870"
    +editedAt: DateTimeImmutable @1699524629 {#3151
      date: 2023-11-09 11:10:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699460121 {#3082
      date: 2023-11-08 17:15:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1593 …}
  +body: "If you’re only using this filesystem on Linux anyways, absolutely."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699470664 {#1696
    date: 2023-11-08 20:11:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bec@lemmy.ml"
    "@SomethingBurger@jlai.lu"
    "@Atemu@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1592 …}
  +nested: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1661 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
  -id: 102405
  -bodyTs: "'absolut':11 'anyway':10 'filesystem':7 'linux':9 're':3 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5621980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699470664 {#1606
    date: 2023-11-08 20:11:04.0 +01:00
  }
  +"title": 102405
}
"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
187 DENIED edit
App\Entity\EntryComment {#1641
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: Proxies\__CG__\App\Entity\User {#1999 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3176 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3178 …}
    +slug: "So-how-to-fix-this"
    +title: "So... how to fix this?"
    +url: "https://i.ibb.co/xC8tmLX/image.png"
    +body: """
      I was playing a game, alt-tabbing froze my system so I waited a bit and then rebooted by using the button on the case, since I couldn’t do differently.\n
      \n
      It now throws an error when mounting a drive: error mounting /dev/sdb1 at /media/user/local disk 1: unknown error when mounting (udisks-error-quark, 0)\n
      \n
      This drive doesn’t have anything I was using on it, since it’s a media storage drive. I booted up Windows on my second drive and it can see and access this one without problems. How to fix?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 37
    +favouriteCount: 48
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699545508 {#3171
      date: 2023-11-09 16:58:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3179 …}
    +votes: Doctrine\ORM\PersistentCollection {#3181 …}
    +reports: Doctrine\ORM\PersistentCollection {#3183 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3185 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3187 …}
    +badges: Doctrine\ORM\PersistentCollection {#3189 …}
    +children: [
      App\Entity\EntryComment {#1641}
    ]
    -id: 11193
    -titleTs: "'fix':4"
    -bodyTs: "'/dev/sdb1':44 '/media/user/local':46 '0':57 '1':48 'access':89 'alt':7 'alt-tab':6 'anyth':63 'bit':16 'boot':77 'button':23 'case':26 'couldn':29 'differ':32 'disk':47 'doesn':60 'drive':41,59,75,83 'error':37,42,50,55 'fix':96 'froze':9 'game':5 'media':73 'mount':39,43,52 'one':91 'play':3 'problem':93 'quark':56 'reboot':19 'second':82 'see':87 'sinc':27,69 'storag':74 'system':11 'tab':8 'throw':35 'udisk':54 'udisks-error-quark':53 'unknown':49 'use':21,66 'wait':14 'window':79 'without':92"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699546521
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7676870"
    +editedAt: DateTimeImmutable @1699524629 {#3151
      date: 2023-11-09 11:10:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699460121 {#3082
      date: 2023-11-08 17:15:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1593 …}
  +body: "If you’re only using this filesystem on Linux anyways, absolutely."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699470664 {#1696
    date: 2023-11-08 20:11:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bec@lemmy.ml"
    "@SomethingBurger@jlai.lu"
    "@Atemu@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1592 …}
  +nested: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1661 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
  -id: 102405
  -bodyTs: "'absolut':11 'anyway':10 'filesystem':7 'linux':9 're':3 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5621980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699470664 {#1606
    date: 2023-11-08 20:11:04.0 +01:00
  }
  +"title": 102405
}
"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
188 DENIED moderate
App\Entity\EntryComment {#1641
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1576
    +user: Proxies\__CG__\App\Entity\User {#1999 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
    +image: Proxies\__CG__\App\Entity\Image {#3176 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#3178 …}
    +slug: "So-how-to-fix-this"
    +title: "So... how to fix this?"
    +url: "https://i.ibb.co/xC8tmLX/image.png"
    +body: """
      I was playing a game, alt-tabbing froze my system so I waited a bit and then rebooted by using the button on the case, since I couldn’t do differently.\n
      \n
      It now throws an error when mounting a drive: error mounting /dev/sdb1 at /media/user/local disk 1: unknown error when mounting (udisks-error-quark, 0)\n
      \n
      This drive doesn’t have anything I was using on it, since it’s a media storage drive. I booted up Windows on my second drive and it can see and access this one without problems. How to fix?
      """
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 37
    +favouriteCount: 48
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699545508 {#3171
      date: 2023-11-09 16:58:28.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#3179 …}
    +votes: Doctrine\ORM\PersistentCollection {#3181 …}
    +reports: Doctrine\ORM\PersistentCollection {#3183 …}
    +favourites: Doctrine\ORM\PersistentCollection {#3185 …}
    +notifications: Doctrine\ORM\PersistentCollection {#3187 …}
    +badges: Doctrine\ORM\PersistentCollection {#3189 …}
    +children: [
      App\Entity\EntryComment {#1641}
    ]
    -id: 11193
    -titleTs: "'fix':4"
    -bodyTs: "'/dev/sdb1':44 '/media/user/local':46 '0':57 '1':48 'access':89 'alt':7 'alt-tab':6 'anyth':63 'bit':16 'boot':77 'button':23 'case':26 'couldn':29 'differ':32 'disk':47 'doesn':60 'drive':41,59,75,83 'error':37,42,50,55 'fix':96 'froze':9 'game':5 'media':73 'mount':39,43,52 'one':91 'play':3 'problem':93 'quark':56 'reboot':19 'second':82 'see':87 'sinc':27,69 'storag':74 'system':11 'tab':8 'throw':35 'udisk':54 'udisks-error-quark':53 'unknown':49 'use':21,66 'wait':14 'window':79 'without':92"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699546521
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/7676870"
    +editedAt: DateTimeImmutable @1699524629 {#3151
      date: 2023-11-09 11:10:29.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699460121 {#3082
      date: 2023-11-08 17:15:21.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1567 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1589 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1593 …}
  +body: "If you’re only using this filesystem on Linux anyways, absolutely."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1699470664 {#1696
    date: 2023-11-08 20:11:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bec@lemmy.ml"
    "@SomethingBurger@jlai.lu"
    "@Atemu@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1592 …}
  +nested: Doctrine\ORM\PersistentCollection {#1552 …}
  +votes: Doctrine\ORM\PersistentCollection {#1663 …}
  +reports: Doctrine\ORM\PersistentCollection {#1661 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1562 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1548 …}
  -id: 102405
  -bodyTs: "'absolut':11 'anyway':10 'filesystem':7 'linux':9 're':3 'use':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5621980"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699470664 {#1606
    date: 2023-11-08 20:11:04.0 +01:00
  }
  +"title": 102405
}
"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
189 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
190 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